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
...
*
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-27
1
-5
/
+5
*
Missed parens.
Benjamin Kramer
2012-05-27
1
-1
/
+1
*
r157525 didn't work, just disable iterator checking.
Benjamin Kramer
2012-05-27
1
-1
/
+1
*
SDAGBuilder: Avoid iterator invalidation harder.
Benjamin Kramer
2012-05-27
1
-1
/
+1
*
SDAGBuilder: Don't create an invalid iterator when there is only one switch c...
Benjamin Kramer
2012-05-26
1
-2
/
+2
*
SelectionDAGBuilder: When emitting small compare chains for switches order th...
Benjamin Kramer
2012-05-26
1
-3
/
+18
*
ScoreboardHazardRecognizer: Remove dead conditional in debug code.
Benjamin Kramer
2012-05-26
1
-2
/
+1
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
5
-81
/
+91
*
misched: trace formatting
Andrew Trick
2012-05-25
2
-7
/
+7
*
Simplify code for calling a function where CanLowerReturn fails, fixing a sma...
Eli Friedman
2012-05-25
2
-35
/
+11
*
Silence unused variable warnings from when assertions are disabled.
Kaelyn Uhrain
2012-05-24
1
-0
/
+2
*
misched: Use the same scheduling heuristics with -misched-topdown/bottomup.
Andrew Trick
2012-05-24
1
-2
/
+16
*
misched: Trace regpressure.
Andrew Trick
2012-05-24
1
-2
/
+4
*
misched: Give each ReadyQ a unique ID
Andrew Trick
2012-05-24
1
-36
/
+45
*
misched: Added ScoreboardHazardRecognizer.
Andrew Trick
2012-05-24
2
-49
/
+240
*
misched: Release bottom roots in reverse order.
Andrew Trick
2012-05-24
1
-9
/
+23
*
misched: rename ReadyQ class
Andrew Trick
2012-05-24
1
-8
/
+9
*
misched: copy comments so compareRPDelta is readable by itself.
Andrew Trick
2012-05-24
1
-1
/
+4
*
regpressure: Added RegisterPressure::dump
Andrew Trick
2012-05-24
2
-0
/
+20
*
regpressure: physreg livein/out fix
Andrew Trick
2012-05-24
1
-2
/
+2
*
Mark some static arrays as const.
Craig Topper
2012-05-24
1
-1
/
+1
*
Add a last resort tryInstructionSplit() to RAGreedy.
Jakob Stoklund Olesen
2012-05-23
1
-1
/
+65
*
Forgot to reverse conditional.
Bill Wendling
2012-05-23
1
-1
/
+1
*
Reduce indentation by early detection of 'continue'. No functionality change.
Bill Wendling
2012-05-23
1
-79
/
+87
*
Correctly deal with identity copies in RegisterCoalescer.
Jakob Stoklund Olesen
2012-05-23
1
-7
/
+18
*
Small fix for the debug output from PBQP (PR12822).
Patrik Hägglund
2012-05-23
1
-3
/
+4
*
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-23
1
-0
/
+5
*
Untabify and 80-col.
Eric Christopher
2012-05-22
1
-17
/
+17
*
Formatting consistency.
Eric Christopher
2012-05-22
1
-3
/
+4
*
Only erase virtregs with no uses left.
Jakob Stoklund Olesen
2012-05-22
1
-4
/
+15
*
Fix use of an unitialized value in the LegalizeOps expansion for ISD::SUB. N...
Owen Anderson
2012-05-21
1
-1
/
+1
*
Typo.
Chad Rosier
2012-05-21
1
-1
/
+1
*
Give a small negative bias to giant edge bundles.
Jakob Stoklund Olesen
2012-05-21
1
-0
/
+11
*
Clear kill flags on the fly when joining intervals.
Jakob Stoklund Olesen
2012-05-20
1
-36
/
+22
*
Constrain regclasses in PeepholeOptimizer.
Jakob Stoklund Olesen
2012-05-20
1
-1
/
+10
*
Constrain register classes in TailDup.
Jakob Stoklund Olesen
2012-05-20
1
-3
/
+5
*
When legalising shifts, do not pre-build a list of operands which
Peter Collingbourne
2012-05-20
1
-10
/
+14
*
Plug a leak when using MCJIT.
Benjamin Kramer
2012-05-20
1
-1
/
+1
*
Use TargetMachine's register info instead of creating a new one and leaking it.
Benjamin Kramer
2012-05-20
1
-1
/
+1
*
Properly constrain register classes for sub-registers.
Jakob Stoklund Olesen
2012-05-20
1
-0
/
+2
*
Properly constrain register classes in 2-addr.
Jakob Stoklund Olesen
2012-05-20
1
-0
/
+6
*
Missed a push_back in r157147.
Jakob Stoklund Olesen
2012-05-20
1
-1
/
+0
*
Avoid deleting extra copies when RegistersDefinedFromSameValue is true.
Jakob Stoklund Olesen
2012-05-20
1
-7
/
+8
*
Fix build bots.
Jakob Stoklund Olesen
2012-05-20
1
-4
/
+4
*
LiveRangeQuery simplifies shrinkToUses().
Jakob Stoklund Olesen
2012-05-20
1
-10
/
+6
*
Use LiveRangeQuery in ScheduleDAGInstrs.
Jakob Stoklund Olesen
2012-05-20
1
-11
/
+3
*
Eliminate some uses of struct LiveRange.
Jakob Stoklund Olesen
2012-05-20
1
-12
/
+15
*
Use LiveRangeQuery instead of getLiveRangeContaining().
Jakob Stoklund Olesen
2012-05-20
1
-4
/
+4
*
Simplify overlap check.
Jakob Stoklund Olesen
2012-05-19
1
-8
/
+1
*
Fix 12892.
Jakob Stoklund Olesen
2012-05-19
2
-4
/
+24
[prev]
[next]