index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust isConstantSplat to allow for big-endian targets.
Dale Johannesen
2009-11-13
1
-2
/
+2
*
Do some cleanups suggested by Chris.
David Greene
2009-11-12
1
-5
/
+2
*
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
1
-10
/
+45
*
Make FixedStackPseudoSourceValue a first-class PseudoSourceValue by
David Greene
2009-11-12
1
-1
/
+34
*
Add AsmPrinter comment flags to machine instructions so that AsmPrinter
David Greene
2009-11-12
1
-0
/
+24
*
Add comment flags so AsmPrinter can output additional information when
David Greene
2009-11-12
1
-0
/
+8
*
"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...
Devang Patel
2009-11-12
2
-12
/
+0
*
Move the utility function UpdateTerminator() from CodePlacementOpt() into
Jim Grosbach
2009-11-12
1
-1
/
+7
*
Fix liveness calculation when splitting critical edges during PHI elimination.
Jakob Stoklund Olesen
2009-11-11
1
-3
/
+5
*
Implement support to debug inlined functions.
Devang Patel
2009-11-10
2
-11
/
+6
*
Teach PHIElimination to split critical edges when -split-phi-edges is enabled.
Jakob Stoklund Olesen
2009-11-10
1
-1
/
+8
*
Print "..." instead of all the uninteresting register clobbers on call
Dan Gohman
2009-11-09
1
-0
/
+6
*
Constify MachineFunctionAnalysis' TargetMachine reference.
Dan Gohman
2009-11-09
1
-1
/
+1
*
Fix a comment.
Dan Gohman
2009-11-09
1
-1
/
+1
*
Suppress implicit copy ctor and copy assignment for MachineFunction.
Dan Gohman
2009-11-09
1
-0
/
+3
*
Moved some ManagedStatics out of the SlotIndexes header.
Lang Hames
2009-11-08
1
-29
/
+2
*
Fix class -> struct tag.
Daniel Dunbar
2009-11-07
1
-1
/
+1
*
Add 8 bit libcalls and make use of them for msp430
Anton Korobeynikov
2009-11-07
1
-0
/
+5
*
Make the need-stub variables accurate and consistent. In the case of
Jeffrey Yasskin
2009-11-07
1
-15
/
+17
*
Update some globals to use ManagedStatic.
Lang Hames
2009-11-07
1
-19
/
+58
*
Add code to check at SelectionDAGISel::LowerArguments time to see if return v...
Kenneth Uildriks
2009-11-07
1
-0
/
+7
*
Fix inverted conflict test in -early-coalesce.
Jakob Stoklund Olesen
2009-11-07
1
-3
/
+4
*
Make printImplicitDef and printKill non-virtual, since they don't
Dan Gohman
2009-11-06
1
-2
/
+2
*
Make a few more LLVM headers parsable as standalone headers.
Douglas Gregor
2009-11-05
5
-1
/
+8
*
Tidied some ugliness in the SlotIndex default constructor.
Lang Hames
2009-11-05
1
-1
/
+1
*
Removed an assert which was causing significant slowdowns in debug builds.
Lang Hames
2009-11-05
1
-1
/
+0
*
Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit...
Lang Hames
2009-11-04
1
-18
/
+44
*
Print out an informative comment for KILL instructions.
Jakob Stoklund Olesen
2009-11-04
1
-2
/
+4
*
Another spurious friend declaration removed.
Lang Hames
2009-11-04
1
-2
/
+0
*
Removed an unnecessary friend declaration and some crufty comments from Index...
Lang Hames
2009-11-04
1
-33
/
+0
*
The Indexes Patch.
Lang Hames
2009-11-03
5
-469
/
+943
*
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
2009-11-03
2
-20
/
+35
*
Add PseudoSourceValue::mayAlias. It returns true if the object can ever alias...
Evan Cheng
2009-11-01
1
-0
/
+4
*
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-30
4
-2
/
+40
*
Remove dead code.
Devang Patel
2009-10-30
2
-27
/
+2
*
Add a BlockAddress MachineOperand kind.
Dan Gohman
2009-10-30
1
-10
/
+27
*
Move some code from being emitted as boilerplate duplicated in every
Dan Gohman
2009-10-29
1
-0
/
+8
*
Don't put in these EH changes.
Bill Wendling
2009-10-29
1
-1
/
+1
*
Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9.
Bill Wendling
2009-10-29
1
-1
/
+1
*
Revert r85346 change to control tail merging by CodeGenOpt::Level.
Bob Wilson
2009-10-28
1
-4
/
+3
*
Make AntiDepReg.h internal.
David Goodwin
2009-10-28
1
-62
/
+0
*
Record CodeGen optimization level in the BranchFolding pass so that we can
Bob Wilson
2009-10-27
1
-3
/
+4
*
Allow the aggressive anti-dep breaker to process the same region multiple tim...
David Goodwin
2009-10-26
1
-0
/
+4
*
Define virtual destructor in *.cpp file.
David Goodwin
2009-10-26
1
-1
/
+1
*
Add virtual destructor.
David Goodwin
2009-10-26
1
-0
/
+2
*
Break anti-dependence breaking out into its own class.
David Goodwin
2009-10-26
1
-0
/
+56
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
10
-10
/
+10
*
Using TrackingVH instead of WeakVH or WeakMetadataVH.
Devang Patel
2009-10-22
1
-1
/
+2
*
Add getTopBlock and getBottomBlock member functions to MachineLoopInfo.
Dan Gohman
2009-10-20
1
-0
/
+11
*
Spill slots cannot alias.
Evan Cheng
2009-10-18
1
-1
/
+1
[next]