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
*
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
*
ARM itinerary properties.
Andrew Trick
2012-06-05
3
-22
/
+10
*
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
8
-22
/
+22
*
sdsched: Use the right heuristics when -mcpu is not provided and we have no i...
Andrew Trick
2012-06-05
1
-13
/
+12
*
misched: Allow disabling scoreboard hazard checking for subtargets with a
Andrew Trick
2012-06-05
1
-6
/
+12
*
whitespace
Andrew Trick
2012-06-05
2
-5
/
+2
*
misched: comments from code review.
Andrew Trick
2012-06-05
1
-3
/
+3
*
Remove the last remat-related code from LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-06-05
1
-95
/
+0
*
Stop using LiveIntervals::isReMaterializable().
Jakob Stoklund Olesen
2012-06-05
1
-9
/
+24
*
Revert commit r157966
Joel Jones
2012-06-05
1
-24
/
+0
*
This change handles a another case for generating the bic instruction
Joel Jones
2012-06-04
1
-0
/
+24
*
Delete dead code.
Jakob Stoklund Olesen
2012-06-04
1
-8
/
+0
*
When gvn decides to replace an instruction with another, we have to patch the
Rafael Espindola
2012-06-04
1
-2
/
+200
[next]