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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use critical anti-dep. breaking on all PPC targets, but also add other regist...
Hal Finkel
2012-06-10
1
-4
/
+11
*
Add intrinsics for immediate form of XOP vprot instructions. Use i128mem inst...
Craig Topper
2012-06-10
1
-27
/
+37
*
Improve ext/trunc patterns on PPC64.
Hal Finkel
2012-06-09
1
-11
/
+4
*
Use XOP vpcom intrinsics in patterns instead of a target specific SDNode type...
Craig Topper
2012-06-09
4
-60
/
+13
*
Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...
Craig Topper
2012-06-09
2
-175
/
+67
*
Disabling a spurious deprecation warning about using PathV1 from within the P...
Aaron Ballman
2012-06-09
1
-0
/
+10
*
Fixing a typo in the comments.
Aaron Ballman
2012-06-09
1
-1
/
+1
*
Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...
Benjamin Kramer
2012-06-09
2
-5
/
+6
*
Silence a gcc-4.6 warning: GCC fails to understand that secondReg and cmpOp2 are
Duncan Sands
2012-06-09
1
-1
/
+1
*
Enable tail merging on PPC.
Hal Finkel
2012-06-09
1
-7
/
+1
*
Register pressure: added getPressureAfterInstr.
Andrew Trick
2012-06-09
1
-33
/
+80
*
Sketch a LiveRegMatrix analysis pass.
Jakob Stoklund Olesen
2012-06-09
3
-0
/
+296
*
Test commit
Jack Carter
2012-06-09
1
-0
/
+1
*
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
2012-06-09
6
-89
/
+32
*
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-09
3
-11
/
+11
*
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
7
-78
/
+121
*
canonicalize:
Nuno Lopes
2012-06-08
1
-4
/
+5
*
Start implementing pre-ra if-converter: using speculation and selects to elim...
Evan Cheng
2012-06-08
1
-6
/
+15
*
TargetInstrInfo hooks implemented in codegen should be declared pure virtual.
Andrew Trick
2012-06-08
1
-13
/
+13
*
Reapply commit 158073 with a fix (the testcase was already committed). The
Duncan Sands
2012-06-08
1
-123
/
+120
*
Remove the TODO statement in the PPC README re: CTR loops
Hal Finkel
2012-06-08
1
-1
/
+0
*
Enable PPC CTR loop formation by default.
Hal Finkel
2012-06-08
2
-11
/
+9
*
Mark the PPC CTRRC and CTRRC8 register classes as non-allocatable.
Hal Finkel
2012-06-08
1
-2
/
+10
*
Enable optimization for integer ABS on X86 if Subtarget has CMOV.
Manman Ren
2012-06-08
1
-3
/
+5
*
Fix a crash in APInt::lshr when shiftAmt > BitWidth.
Chad Rosier
2012-06-08
1
-1
/
+1
*
Fix Target->Codegen dependence.
Andrew Trick
2012-06-08
2
-195
/
+205
*
BoundsChecking: add support for ConstantPointerNull. fixes a bunch of instrum...
Nuno Lopes
2012-06-08
1
-6
/
+7
*
Disable the PPC CTR-Loops pass by default.
Hal Finkel
2012-06-08
2
-4
/
+17
*
Fix a bug in the new PPC CTR-Loops pass.
Hal Finkel
2012-06-08
1
-0
/
+1
*
Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...
Hal Finkel
2012-06-08
9
-18
/
+812
*
Revert commit 158073 while waiting for a fix. The issue is that reassociate
Duncan Sands
2012-06-08
1
-111
/
+123
*
X86: optimize generated code for integer ABS
Manman Ren
2012-06-07
1
-2
/
+44
*
Do not optimize the used bits of the x86 vselect condition operand, when the ...
Nadav Rotem
2012-06-07
1
-4
/
+6
*
Fix a bug in FoldSelectOpOp. Bitcast ops may change the number of vector elem...
Nadav Rotem
2012-06-07
1
-0
/
+6
*
Continue factoring computeOperandLatency. Use it for ARM hasHighOperandLatency.
Andrew Trick
2012-06-07
2
-24
/
+67
*
ARM getOperandLatency rewrite.
Andrew Trick
2012-06-07
1
-85
/
+112
*
ARM getOperandLatency should return -1 for unknown, consistent with API
Andrew Trick
2012-06-07
1
-1
/
+4
*
Fix ARM getInstrLatency logic to work with the current API.
Andrew Trick
2012-06-07
1
-13
/
+19
*
PR13046: we can't replace usage of SUB with CMP in the lowering phase.
Manman Ren
2012-06-07
1
-1
/
+2
*
Use a base register instead of an index register with the local dynamic model.
Rafael Espindola
2012-06-07
1
-0
/
+8
*
Move terminator machine verification to check MachineBasicBlock::instr_iterat...
Pete Cooper
2012-06-07
1
-11
/
+11
*
X86: replace SUB with CMP if possible
Manman Ren
2012-06-07
1
-1
/
+14
*
Revert r157755.
Manman Ren
2012-06-06
3
-42
/
+0
*
Properly verify liveness with bundled machine instructions.
Jakob Stoklund Olesen
2012-06-06
1
-13
/
+34
*
Add accessors for all private members of DisasmContext.
Benjamin Kramer
2012-06-06
1
-0
/
+8
*
Move RegisterClassInfo.h.
Andrew Trick
2012-06-06
11
-143
/
+11
*
Move RegisterPressure.h.
Andrew Trick
2012-06-06
4
-258
/
+3
*
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
14
-43
/
+14
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
17
-29
/
+13
*
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-06-06
3
-14
/
+93
[next]