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
...
*
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
2013-07-25
1
-5
/
+0
*
Recommit r186217 with testcase fix:
Bill Wendling
2013-07-22
1
-4
/
+0
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
2
-3
/
+3
*
Revert commit r186217 -- this is breaking bots:
Chandler Carruth
2013-07-13
1
-0
/
+4
*
Use the function attributes to pass along the stack protector buffer size.
Bill Wendling
2013-07-12
1
-4
/
+0
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
2
-3
/
+3
*
Changed "mode: c++" => "C++" at the suggestion of Nick Lewycky.
Michael Gottesman
2013-07-10
1
-1
/
+1
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
1
-0
/
+45
*
Fixed up the comments in FastISel.h so that they conform to the LLVM style gu...
Michael Gottesman
2013-07-09
1
-150
/
+122
*
Added "mode: c++" to FastISel.h header.
Michael Gottesman
2013-07-09
1
-1
/
+1
*
Remove dead function.
Jakob Stoklund Olesen
2013-07-05
1
-5
/
+0
*
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
2013-07-04
1
-12
/
+0
*
Simplify landing pad lowering.
Jakob Stoklund Olesen
2013-07-04
1
-0
/
+5
*
Revert r185595-185596 which broke buildbots.
Jakob Stoklund Olesen
2013-07-04
2
-5
/
+12
*
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
2013-07-03
1
-12
/
+0
*
Simplify landing pad lowering.
Jakob Stoklund Olesen
2013-07-03
1
-0
/
+5
*
Add MachineBasicBlock::addLiveIn().
Jakob Stoklund Olesen
2013-07-03
1
-0
/
+5
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-4
/
+4
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector
Eric Christopher
2013-07-03
2
-6
/
+6
*
Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...
Craig Topper
2013-07-03
1
-7
/
+7
*
Add a space between type and variable name. No functional change.
Craig Topper
2013-07-03
1
-2
/
+2
*
Debug Info: use module flag to set up Dwarf version.
Manman Ren
2013-07-02
1
-0
/
+2
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-2
/
+2
*
PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation
David Blaikie
2013-07-01
1
-3
/
+0
*
DebugInfo: PR14728: TLS support
David Blaikie
2013-06-28
1
-0
/
+3
*
Improve diagnostics when getSizeInBits is called on the Other type.
Chad Rosier
2013-06-24
1
-2
/
+4
*
DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...
David Blaikie
2013-06-23
1
-2
/
+2
*
Handle more cases in LiveRangeEdit::eliminateDeadDefs.
Andrew Trick
2013-06-21
1
-4
/
+4
*
Refactor LiveRangeEdit::eliminateDeadDefs.
Andrew Trick
2013-06-21
1
-0
/
+7
*
MI-Sched: Adjust regpressure limits for reserved regs.
Andrew Trick
2013-06-21
1
-1
/
+14
*
DebugInfo: PR14763/r183329 correct the location of indirect parameters
David Blaikie
2013-06-19
1
-1
/
+2
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
2
-7
/
+8
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-1
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-4
/
+4
*
Don't cache the TLI object since we have access to it through TargetMachine a...
Bill Wendling
2013-06-19
1
-2
/
+1
*
Directly access objects which may change during compilation.
Bill Wendling
2013-06-17
3
-16
/
+28
*
Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
2013-06-17
4
-7
/
+13
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-4
/
+0
*
MachineOperand::setIsDebug should ensure the register is /not/ a definition
David Blaikie
2013-06-16
1
-1
/
+1
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
3
-38
/
+15
*
Add getSelect helper function
Matt Arsenault
2013-06-14
1
-0
/
+14
*
Move #include from .h to .cpp file.
Jakub Staszak
2013-06-14
1
-1
/
+0
*
Remove forward declaration of MachineBasicBlock. It is #included anyway.
Jakub Staszak
2013-06-13
1
-1
/
+0
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-2
/
+2
*
Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.
Bill Wendling
2013-06-06
1
-2
/
+3
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-4
/
+4
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
1
-11
/
+0
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
2
-150
/
+146
*
Track IR ordering of SelectionDAG nodes 1/4.
Andrew Trick
2013-05-25
1
-0
/
+62
*
The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...
Bill Wendling
2013-05-20
1
-1
/
+1
[prev]
[next]