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
*
Rename new TailDuplicationPass to avoid name conflict with the old one.
Bob Wilson
2009-11-26
1
-2
/
+2
*
Split tail duplication into a separate pass. This is needed to avoid
Bob Wilson
2009-11-26
2
-0
/
+10
*
Use StringRef instead of std::string in DIEString.
Devang Patel
2009-11-24
1
-1
/
+1
*
Remove DebugLabelFolder pass. It is not used by dwarf writer anymore.
Devang Patel
2009-11-24
2
-21
/
+0
*
Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
Dan Gohman
2009-11-23
1
-14
/
+2
*
Allow more than one stub to be being generated at the same time.
Jeffrey Yasskin
2009-11-23
2
-21
/
+51
*
Rename SelectionDAGLowering to SelectionDAGBuilder, and rename
Dan Gohman
2009-11-23
1
-2
/
+2
*
We are not using DBG_STOPPOINT anymore.
Devang Patel
2009-11-21
2
-31
/
+0
*
Be more clever about calculating live variables through new basic blocks.
Jakob Stoklund Olesen
2009-11-21
1
-5
/
+18
*
Target-independent support for TargetFlags on BlockAddress operands,
Dan Gohman
2009-11-20
4
-7
/
+15
*
Remove some old experimental code that is no longer needed. Remove additional...
David Goodwin
2009-11-20
2
-25
/
+14
*
Fix fast-isel to avoid selecting the return instruction if a
Dan Gohman
2009-11-20
1
-1
/
+2
*
Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName.
Jakob Stoklund Olesen
2009-11-20
1
-1
/
+6
*
Allow the machine verifier to be run outside the PassManager.
Jakob Stoklund Olesen
2009-11-18
1
-1
/
+1
*
Remove the -early-coalescing option
Jakob Stoklund Olesen
2009-11-18
1
-10
/
+0
*
Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.
Evan Cheng
2009-11-17
2
-2
/
+2
*
Fixed call to wrong constructor.
Lang Hames
2009-11-17
1
-1
/
+1
*
Fix unused variables warnings.
Eric Christopher
2009-11-16
1
-2
/
+2
*
Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h.
Dan Gohman
2009-11-16
1
-1
/
+1
*
Remove an unnecessary #include.
Dan Gohman
2009-11-16
1
-1
/
+1
*
Sink a #include <map> to where it's actually needed.
Dan Gohman
2009-11-16
1
-1
/
+0
*
Make PseudoSourceValue's classof recognize
Dan Gohman
2009-11-16
1
-2
/
+3
*
Add function to replace a destination MBB in a single jump table
Jim Grosbach
2009-11-14
1
-0
/
+5
*
Implement DISABLE_INLINE for MSVC. This required changing the position in all
Benjamin Kramer
2009-11-14
1
-4
/
+4
*
Added an API to the SlotIndexes pass to allow new instructions to be inserted...
Lang Hames
2009-11-14
2
-89
/
+67
*
Add MachineFunction::verify() to call the machine code verifier directly.
Jakob Stoklund Olesen
2009-11-13
1
-0
/
+4
*
Remove duplicate APIs and state WRT spill objects.
David Greene
2009-11-13
1
-16
/
+0
*
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
[next]