index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
MC/Matcher: Add support for over-riding the default MatchInstruction function
Daniel Dunbar
2010-05-04
1
-4
/
+8
*
Factor out FastISel's code for materializing constants and other values
Dan Gohman
2010-05-03
1
-0
/
+5
*
Remove the -enable-sjlj-eh option, which doesn't do anything.
Duncan Sands
2010-05-02
1
-7
/
+3
*
Added a variant of InlineCostAnalyzer::getInlineCost() that takes the called ...
David Chisnall
2010-05-01
1
-0
/
+8
*
rename InlineInfo.DevirtualizedCalls -> InlinedCalls to
Chris Lattner
2010-05-01
1
-5
/
+4
*
Add a pseudo instruction REG_SEQUENCE that takes a list of registers and
Evan Cheng
2010-05-01
2
-2
/
+19
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
2
-8
/
+3
*
Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,
Dan Gohman
2010-04-30
1
-0
/
+5
*
Attach AT_APPLE_optimized attribute to optimized function's debug info.
Devang Patel
2010-04-30
1
-1
/
+3
*
Add some comments.
Dan Gohman
2010-04-30
1
-1
/
+3
*
Properly escape edge source and destination labels.
Dan Gohman
2010-04-30
1
-2
/
+3
*
SmallBitVector: Rework find_first/find_next and tweak test to test them (at l...
Benjamin Kramer
2010-04-30
1
-14
/
+12
*
Implement a read/write operator[] for SmallBitVector with a proxy class.
Benjamin Kramer
2010-04-30
1
-3
/
+35
*
Make sure SmallBitVector actually uses the small case and fix latent bugs.
Benjamin Kramer
2010-04-30
1
-67
/
+82
*
add some more (void)'s to prototypes for PR6961
Chris Lattner
2010-04-29
1
-3
/
+3
*
Missed earlier. This is part of previous check-in. (r102661 - refactor.)
Devang Patel
2010-04-29
1
-0
/
+4
*
Add DenseMapInfo for int.
Evan Cheng
2010-04-29
1
-0
/
+10
*
Elaborate on a comment.
Dan Gohman
2010-04-29
1
-2
/
+5
*
Fix comment typo.
Duncan Sands
2010-04-29
1
-1
/
+1
*
Fix PR6910.
Torok Edwin
2010-04-29
1
-1
/
+1
*
Fix typo.
Nick Lewycky
2010-04-29
1
-1
/
+1
*
Add support for assemblers that don't support periods in a name
Mon P Wang
2010-04-29
1
-1
/
+8
*
Frame index can be negative.
Evan Cheng
2010-04-29
1
-1
/
+1
*
Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...
Evan Cheng
2010-04-28
1
-0
/
+4
*
declare targets with (void) instead of () since this is a C header.
Chris Lattner
2010-04-28
1
-2
/
+2
*
Rework global alignment computation again. Now we do round up
Chris Lattner
2010-04-28
1
-7
/
+2
*
Emit debug info for byval parameters.
Devang Patel
2010-04-28
1
-1
/
+6
*
further simplify EmitAlignment by eliminating the
Chris Lattner
2010-04-28
1
-7
/
+3
*
remove a dead argument to EmitAlignment.
Chris Lattner
2010-04-28
1
-6
/
+2
*
Fix a problem that lower invoke has with allocas (PR6694), and
Chris Lattner
2010-04-26
1
-0
/
+2
*
on darwin empty functions need to codegen into something of non-zero length,
Chris Lattner
2010-04-26
1
-0
/
+8
*
Add DBG_VALUE handling for byval parameters; this
Dale Johannesen
2010-04-26
1
-4
/
+22
*
Add PPC AsmPrinter handling for target-specific form of
Dale Johannesen
2010-04-26
1
-0
/
+3
*
Update MachineSSAUpdater with the same changes I made for the IR-level
Bob Wilson
2010-04-26
1
-5
/
+19
*
- Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an...
Evan Cheng
2010-04-26
2
-10
/
+14
*
Stop abusing EmitInstrWithCustomInserter for target-dependent
Dale Johannesen
2010-04-25
1
-0
/
+10
*
Add a new utility function SimplifyICmpOperands. Much of this code is
Dan Gohman
2010-04-24
1
-0
/
+7
*
switch InlineInfo.DevirtualizedCalls's list to be of WeakVH.
Chris Lattner
2010-04-23
1
-1
/
+2
*
Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISel
Dan Gohman
2010-04-23
1
-8
/
+8
*
The inliner was choosing to not consider call sites
Chris Lattner
2010-04-22
1
-1
/
+6
*
refactor the interface to InlineFunction so that most of the in/out
Chris Lattner
2010-04-22
1
-13
/
+27
*
Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel
Dan Gohman
2010-04-22
3
-7
/
+14
*
fix file header.
Chris Lattner
2010-04-22
1
-1
/
+1
*
Add fast register allocator, enabled with -regalloc=fast.
Jakob Stoklund Olesen
2010-04-21
2
-0
/
+6
*
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-21
1
-0
/
+12
*
Add more const qualifiers on TargetMachine and friends.
Dan Gohman
2010-04-21
2
-6
/
+7
*
Move several SelectionDAG-independent utility functions out of the
Dan Gohman
2010-04-21
1
-0
/
+80
*
- Clean up some crappy code which deals with coalescing of copies which look at
Evan Cheng
2010-04-21
1
-0
/
+6
*
Because of the EMMS problem, right now we have to support
Dale Johannesen
2010-04-20
1
-1
/
+15
*
There is no need to install ValueMapper.h header.
Devang Patel
2010-04-20
1
-29
/
+0
[next]