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
*
Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.
David Goodwin
2009-10-20
1
-310
/
+477
*
Better handle instructions that re-def a scratch register
Jim Grosbach
2009-10-20
1
-9
/
+18
*
Register re-use for scavenged frame indices must check for re-deginition
Jim Grosbach
2009-10-20
1
-0
/
+4
*
Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks are
Dan Gohman
2009-10-20
1
-182
/
+343
*
Trim unnecessary includes.
Evan Cheng
2009-10-20
2
-2
/
+0
*
Add getTopBlock and getBottomBlock member functions to MachineLoopInfo.
Dan Gohman
2009-10-20
1
-0
/
+28
*
If the physical register being spilled does not have an interval, spill its s...
Evan Cheng
2009-10-20
1
-5
/
+21
*
Enable post-pass frame index register scavenging for ARM and Thumb2
Jim Grosbach
2009-10-20
1
-5
/
+0
*
Adjust the scavenge register spilling to allow the target to choose an
Jim Grosbach
2009-10-19
1
-3
/
+2
*
Revert r84295, this unbreaks llvm-gcc bootstrap on x86-64/linux
Anton Korobeynikov
2009-10-19
1
-355
/
+177
*
Fix a typo in a comment.
Dan Gohman
2009-10-19
1
-1
/
+1
*
Change a few instance variables to be local variables.
Dan Gohman
2009-10-19
1
-11
/
+6
*
Spill slots cannot alias.
Evan Cheng
2009-10-18
3
-9
/
+16
*
-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed
Evan Cheng
2009-10-18
9
-67
/
+73
*
Only fixed stack objects and spill slots should be get FixedStack PseudoSourc...
Evan Cheng
2009-10-18
7
-42
/
+64
*
Fix my -Asserts warning fix.
Daniel Dunbar
2009-10-17
1
-2
/
+3
*
Suppress -Asserts warning.
Daniel Dunbar
2009-10-17
1
-2
/
+2
*
Distinquish stack slots from other stack objects. They (and fixed objects) ge...
Evan Cheng
2009-10-17
4
-5
/
+5
*
Revert 84315 for now. Re-thinking the patch.
Evan Cheng
2009-10-17
8
-29
/
+26
*
Rename getFixedStack to getStackObject. The stack objects represented are not
Evan Cheng
2009-10-17
8
-26
/
+29
*
80 col violation.
Evan Cheng
2009-10-17
1
-1
/
+2
*
Delete an obsolete comment.
Dan Gohman
2009-10-17
1
-2
/
+1
*
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-17
2
-44
/
+0
*
Enhance CodePlacementOpt's unconditional intra-loop branch elimination logic
Dan Gohman
2009-10-17
1
-177
/
+354
*
Allow widening of extract subvector
Mon P Wang
2009-10-16
2
-0
/
+8
*
Do not emit name entry for a pointer type.
Devang Patel
2009-10-16
1
-1
/
+1
*
Change createPostRAScheduler so it can be turned off at llc -O1.
Evan Cheng
2009-10-16
2
-5
/
+7
*
If there is not any llvm instruction associated with each lexical scope encod...
Devang Patel
2009-10-16
1
-2
/
+10
*
If post-alloc scheduler is not enabled, it should return false, not true.
Evan Cheng
2009-10-16
1
-3
/
+3
*
Indent code.
Zhongxing Xu
2009-10-16
1
-1
/
+1
*
80 column violation.
Evan Cheng
2009-10-16
1
-1
/
+2
*
Report errors correctly for unselected target intrinsics.
Jakob Stoklund Olesen
2009-10-15
1
-6
/
+9
*
Make CodePlacementOpt align loops, rather than loop headers. The
Dan Gohman
2009-10-15
1
-71
/
+30
*
When LiveVariables is adding implicit-def to model "partial dead", add the ea...
Evan Cheng
2009-10-14
1
-1
/
+12
*
Print earlyclobber for implicit-defs as well.
Evan Cheng
2009-10-14
1
-6
/
+6
*
Make loop not recalc getNumOperands() each time around
Jim Grosbach
2009-10-14
1
-3
/
+2
*
Add support to record DbgScope as inlined scope.
Devang Patel
2009-10-14
2
-25
/
+44
*
quiet compiler warning
Jim Grosbach
2009-10-14
1
-1
/
+1
*
I don't see any point in having both eh.selector.i32 and eh.selector.i64,
Duncan Sands
2009-10-14
4
-29
/
+27
*
This remat entry is basically done. There are hooks to allow targets
Dan Gohman
2009-10-14
1
-38
/
+0
*
Add a few README.txt items.
Dan Gohman
2009-10-13
1
-0
/
+29
*
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-10-13
5
-22
/
+23
*
Introduce new convenience methods for sign extending or
Duncan Sands
2009-10-13
2
-54
/
+22
*
Add debugging output.
David Goodwin
2009-10-13
1
-2
/
+12
*
Fix a -Asserts warning.
Daniel Dunbar
2009-10-13
1
-2
/
+3
*
Find enclosing subprogram info.
Devang Patel
2009-10-12
1
-1
/
+19
*
Set default location for a function if it is not set.
Devang Patel
2009-10-12
1
-0
/
+2
*
Revert the kludge in 76703. I got a clean
Dale Johannesen
2009-10-12
2
-23
/
+25
*
Remove a redundant member variable.
Dan Gohman
2009-10-12
1
-1
/
+0
*
More heuristics for Combiner-AA. Still catches all important cases, but
Nate Begeman
2009-10-12
1
-6
/
+19
[next]