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
*
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
*
Fix combine of uno && ord -> false so that the ordering of the fcmps doesn't
Chad Rosier
2012-06-06
1
-1
/
+3
*
Remove dead debug option -disable-rematerialization.
Jakob Stoklund Olesen
2012-06-06
1
-4
/
+0
*
Grab-bag of reassociate tweaks. Unify handling of dead instructions and
Duncan Sands
2012-06-06
1
-123
/
+111
*
Stop leaking RegScavengers from TailDuplication.
Benjamin Kramer
2012-06-06
1
-3
/
+4
*
Correct decoder for T1 conditional B encoding
Richard Barton
2012-06-06
1
-2
/
+2
*
Mark several instructions SSE2 instead of SSE3 as they should be.
Craig Topper
2012-06-06
2
-9
/
+11
*
Move LiveUnionArray into LiveIntervalUnion.h
Jakob Stoklund Olesen
2012-06-05
4
-47
/
+54
*
Don't print register names in LiveIntervalUnion::print().
Jakob Stoklund Olesen
2012-06-05
3
-5
/
+2
*
Suppress -Wunused-variable in -Asserts build
Matt Beaumont-Gay
2012-06-05
1
-0
/
+1
*
Simplify LiveInterval::print().
Jakob Stoklund Olesen
2012-06-05
4
-48
/
+19
*
Add experimental support for register unit liveness.
Jakob Stoklund Olesen
2012-06-05
1
-0
/
+130
*
Implement LiveRangeCalc::extendToUses() and createDeadDefs().
Jakob Stoklund Olesen
2012-06-05
3
-2
/
+103
*
MachineInstr::eraseFromParent fix for removing bundled instrs.
Andrew Trick
2012-06-05
1
-1
/
+2
*
misched: API for minimum vs. expected latency.
Andrew Trick
2012-06-05
7
-118
/
+226
*
Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add
Lang Hames
2012-06-05
1
-0
/
+21
*
Fix header file include order in NVPTX backend NV_CONTRIB
Yuan Lin
2012-06-05
1
-2
/
+2
*
LoopUnroll: always check for NULL LoopPassManager
Andrew Trick
2012-06-05
1
-3
/
+5
*
PPC32 uses R2 as the TLS register. Fix the copy and paste.
Roman Divacky
2012-06-05
1
-3
/
+3
*
X86 itinerary properties.
Andrew Trick
2012-06-05
2
-2
/
+29
[next]