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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make machine verifier check the first instruction of the last bundle instead of
Akira Hatanaka
2012-06-14
1
-8
/
+8
*
Make comment slightly more helpful.
Lang Hames
2012-06-14
1
-1
/
+1
*
misched: disable SSA check pending PR13112.
Andrew Trick
2012-06-14
1
-2
/
+4
*
sched: fix latency of memory dependence chain edges for consistency.
Andrew Trick
2012-06-13
1
-13
/
+21
*
sched: Avoid trivially redundant DAG edges. Take the one with higher latency.
Andrew Trick
2012-06-13
1
-3
/
+20
*
misched: When querying RegisterPressureTracker, always save current and max p...
Andrew Trick
2012-06-11
1
-2
/
+8
*
misched: regpressure getMaxPressureDelta, revert accidental checkin.
Andrew Trick
2012-06-11
1
-8
/
+2
*
Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...
Benjamin Kramer
2012-06-09
2
-5
/
+6
*
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
*
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
2012-06-09
6
-89
/
+32
*
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
7
-78
/
+121
*
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
*
Fix Target->Codegen dependence.
Andrew Trick
2012-06-08
1
-0
/
+200
*
Move terminator machine verification to check MachineBasicBlock::instr_iterat...
Pete Cooper
2012-06-07
1
-11
/
+11
*
Revert r157755.
Manman Ren
2012-06-06
1
-1
/
+0
*
Properly verify liveness with bundled machine instructions.
Jakob Stoklund Olesen
2012-06-06
1
-13
/
+34
*
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
2
-4
/
+1
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
6
-8
/
+5
*
Remove dead debug option -disable-rematerialization.
Jakob Stoklund Olesen
2012-06-06
1
-4
/
+0
*
Stop leaking RegScavengers from TailDuplication.
Benjamin Kramer
2012-06-06
1
-3
/
+4
*
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
4
-99
/
+100
*
Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add
Lang Hames
2012-06-05
1
-0
/
+21
*
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
2
-5
/
+5
*
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
*
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
*
Delete dead code.
Jakob Stoklund Olesen
2012-06-04
1
-8
/
+0
*
Switch LiveIntervals member variable to LLVM naming standards.
Jakob Stoklund Olesen
2012-06-04
1
-57
/
+57
*
Pass context pointers to LiveRangeCalc::reset().
Jakob Stoklund Olesen
2012-06-04
3
-55
/
+45
*
Remove the "-promote-elements" flag. This flag is now enabled by default.
Nadav Rotem
2012-06-04
1
-12
/
+1
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
9
-14
/
+14
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
1
-3
/
+3
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
1
-1
/
+1
*
Fix a bug in the code which custom-lowers truncating stores in LegalizeDAG.
Akira Hatanaka
2012-06-02
1
-2
/
+3
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
30
-203
/
+180
*
Remove physreg support from adjustCopiesBackFrom and removeCopyByCommutingDef.
Jakob Stoklund Olesen
2012-06-01
1
-29
/
+3
*
Simplify some more getAliasSet callers.
Jakob Stoklund Olesen
2012-06-01
3
-27
/
+15
[next]