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 code.
Jakob Stoklund Olesen
2010-09-08
1
-11
/
+0
*
Don't add <imp-def> operands during register rewriting.
Jakob Stoklund Olesen
2010-09-07
1
-16
/
+9
*
add a comment about where this should eventually move.
Chris Lattner
2010-09-05
1
-0
/
+7
*
Added initialisers for reduction rule counters.
Lang Hames
2010-09-05
1
-0
/
+4
*
implement rdar://6653118 - fastisel should fold loads where possible.
Chris Lattner
2010-09-05
1
-1
/
+51
*
Remove dead code.
Jakob Stoklund Olesen
2010-09-04
1
-97
/
+0
*
zap dead code.
Chris Lattner
2010-09-04
2
-18
/
+0
*
previous patch was a little too tricky for its own good. Don't try to
Jim Grosbach
2010-09-03
1
-8
/
+7
*
Add a missing check when legalizing a vector extending load. This doesn't
Bob Wilson
2010-09-03
1
-3
/
+5
*
VirtRegRewriter checks for early clobbers before it reuses an available stack
Jakob Stoklund Olesen
2010-09-03
1
-5
/
+7
*
Reapply commit 112702 which was speculatively reverted by echristo.
Duncan Sands
2010-09-03
1
-82
/
+80
*
There is no need to use .set here.
Devang Patel
2010-09-02
1
-8
/
+1
*
Detect undef value early and save unnecessary NodeMap query.
Devang Patel
2010-09-02
1
-0
/
+11
*
Don't narrow the load and store in a load+twiddle+store sequence unless
Dan Gohman
2010-09-02
1
-1
/
+2
*
Tidy up.
Devang Patel
2010-09-02
1
-11
/
+9
*
The scavenger should just use getAllocatableSet() rather than reinventing it
Jim Grosbach
2010-09-02
1
-13
/
+3
*
Anti-dependency breaking needs to be careful not to use reserved regs
Jim Grosbach
2010-09-02
2
-0
/
+4
*
Fix .debug_range for linux. Patch by Krister Wombell.
Devang Patel
2010-09-02
2
-4
/
+34
*
Added support for register allocators to record which intervals are spill int...
Lang Hames
2010-09-02
3
-83
/
+193
*
Silence an ambiguous else warning from GCC.
Chandler Carruth
2010-09-02
1
-1
/
+2
*
Added counters for PBQP reduction rules.
Lang Hames
2010-09-02
3
-1
/
+44
*
Add a bit of debug output for register scavenging
Jim Grosbach
2010-09-02
1
-2
/
+12
*
Tweak to ignoring reserved regs. The allocator was occasionally still looking
Jim Grosbach
2010-09-01
1
-2
/
+4
*
Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters.
Jakob Stoklund Olesen
2010-09-01
1
-16
/
+14
*
tidy up trailing whitespace and an 80 column violation.
Jim Grosbach
2010-09-01
1
-24
/
+25
*
cleanup per feedback. use a helper function for getting the first non-reserved
Jim Grosbach
2010-09-01
1
-17
/
+14
*
The register allocator shouldn't consider allocating reserved registers. PBQP...
Jim Grosbach
2010-09-01
1
-2
/
+8
*
The register allocator shouldn't consider allocating reserved registers.
Jim Grosbach
2010-09-01
1
-5
/
+30
*
The register allocator shouldn't consider allocating reserved registers.
Jim Grosbach
2010-09-01
1
-3
/
+7
*
tidy up a few 80-column and trailing whitespace bits.
Jim Grosbach
2010-09-01
1
-16
/
+19
*
Speculatively revert 112699 and 112702, they seem to be causing
Eric Christopher
2010-09-01
1
-80
/
+82
*
Use the SSAUpdator to turn calls to eh.exception that are not in a
Duncan Sands
2010-09-01
1
-82
/
+80
*
Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.
Devang Patel
2010-08-31
1
-1
/
+5
*
Reapply r112623. Included additional check for unused byval argument.
Devang Patel
2010-08-31
3
-4
/
+52
*
Track liveness of unallocatable, unreserved registers in machine DCE.
Jakob Stoklund Olesen
2010-08-31
1
-6
/
+8
*
Ignore unallocatable registers in RegAllocFast.
Jakob Stoklund Olesen
2010-08-31
1
-1
/
+2
*
Revert r112623. It is causing self host build failures.
Devang Patel
2010-08-31
3
-49
/
+4
*
Remember byval argument's frame index during argument lowering and use this i...
Devang Patel
2010-08-31
3
-4
/
+49
*
Improve virtual frame base register allocation heuristics.
Jim Grosbach
2010-08-31
1
-73
/
+109
*
Stop using the dom frontier in DwarfEHPrepare by not promoting alloca's
Duncan Sands
2010-08-31
2
-87
/
+10
*
Offset is not always unsigned number.
Devang Patel
2010-08-31
2
-2
/
+2
*
Simplify.
Devang Patel
2010-08-31
2
-15
/
+15
*
zap unused method. x86 is the only user and already has a more powerfull version
Bruno Cardoso Lopes
2010-08-31
1
-29
/
+0
*
Add experimental -disable-physical-join command line option.
Jakob Stoklund Olesen
2010-08-31
1
-0
/
+10
*
two changes:
Chris Lattner
2010-08-30
1
-5
/
+0
*
Revert r112461. It was failing on PPC...
Bill Wendling
2010-08-30
1
-4
/
+2
*
When adding a register, we should mark it as "def" if it can optionally define
Bill Wendling
2010-08-30
1
-2
/
+4
*
revert 112457, it looks like it broke selfhost.
Chris Lattner
2010-08-29
1
-133
/
+23
*
rewrite DwarfEHPrepare to use SSAUpdater to promote its allocas
Chris Lattner
2010-08-29
1
-23
/
+133
*
inline function into its only caller.
Chris Lattner
2010-08-29
1
-13
/
+6
[next]