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
/
llvm
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807
Stephen Hines
2013-08-07
33
-309
/
+377
|
\
|
*
Put an llvm_unreachable at the end of getSplatIndex as its loop should never ...
Craig Topper
2013-08-06
1
-1
/
+1
|
*
Check against >= 0 instead of != -1 in getSplatIndex because it generally com...
Craig Topper
2013-08-06
1
-1
/
+1
|
*
Remove trailing whitespace and fix an 80-column violation. No functional change.
Craig Topper
2013-08-06
1
-4
/
+5
|
*
Don't leak passes if added outside of the area determined by Started/Stopped ...
Benjamin Kramer
2013-08-05
1
-1
/
+2
|
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-5
/
+0
|
*
Down-scale slot index distance to save bits.
Andrew Trick
2013-07-30
1
-0
/
+7
|
*
whitespace
Andrew Trick
2013-07-30
1
-2
/
+2
|
*
MI Sched: Track live-thru registers.
Andrew Trick
2013-07-30
1
-3
/
+34
|
*
Added encoding prefixes for KNL instructions (EVEX).
Elena Demikhovsky
2013-07-28
1
-1
/
+1
|
*
MI Sched: Register pressure heuristics.
Andrew Trick
2013-07-25
1
-0
/
+4
|
*
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
[next]