index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Switch some getAliasSet clients to MCRegAliasIterator.
Jakob Stoklund Olesen
2012-06-01
5
-80
/
+36
*
ARM: properly handle alignment for struct byval.
Manman Ren
2012-06-01
1
-0
/
+24
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
1
-1
/
+1
*
quick fix for PR13006, will check in testcase later.
Chris Lattner
2012-06-01
1
-1
/
+3
*
enhance the logic for looking through tailcalls to look through transparent c...
Chris Lattner
2012-06-01
1
-1
/
+21
*
enhance getNoopInput to know about vector<->vector bitcasts of legal
Chris Lattner
2012-06-01
1
-10
/
+38
*
rearrange some logic, no functionality change.
Chris Lattner
2012-06-01
1
-24
/
+32
*
Add support for enum forward declarations.
Eric Christopher
2012-06-01
1
-6
/
+7
*
X86: replace SUB with CMP if possible
Manman Ren
2012-05-31
1
-0
/
+1
*
Prioritize smaller register classes for urgent evictions.
Jakob Stoklund Olesen
2012-05-30
1
-1
/
+7
*
Switch the canonical FMA term operand order to match both the comment I wrote...
Owen Anderson
2012-05-30
1
-1
/
+1
*
Teach DAGCombine to canonicalize the position of a constant in the term opera...
Owen Anderson
2012-05-30
1
-0
/
+4
*
Remove extra space.
Chad Rosier
2012-05-30
1
-1
/
+1
*
Remove some redundant tests.
Jakob Stoklund Olesen
2012-05-30
1
-3
/
+1
*
Teach taildup to update livein set. rdar://11538365
Evan Cheng
2012-05-30
1
-0
/
+25
*
If-converter models predicated defs as read + write. The read should be marke...
Evan Cheng
2012-05-30
1
-1
/
+2
*
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-30
3
-0
/
+49
*
Optional def can be either a def or a use (of reg0).
Evan Cheng
2012-05-29
1
-1
/
+1
*
Clear the entering, exiting and internal ranges of a bundle before collecting
Lang Hames
2012-05-29
1
-0
/
+3
*
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-29
1
-2
/
+2
*
Add llvm.fabs intrinsic.
Peter Collingbourne
2012-05-28
1
-0
/
+5
*
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
1
-2
/
+5
[next]