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
/
AggressiveAntiDepBreaker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-2
/
+2
*
Remove special-casing of return blocks for liveness.
Jakob Stoklund Olesen
2013-02-05
1
-17
/
+1
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Use MCPhysReg for RegisterClassInfo allocation orders.
Jakob Stoklund Olesen
2012-11-29
1
-1
/
+1
*
Remove RegisterClassInfo::isReserved() and isAllocatable().
Jakob Stoklund Olesen
2012-10-15
1
-2
/
+2
*
Move RegisterClassInfo.h.
Andrew Trick
2012-06-06
1
-1
/
+1
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-21
/
+16
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
1
-2
/
+2
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-2
/
+2
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-6
/
+6
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
1
-1
/
+1
*
AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...
Hal Finkel
2012-01-16
1
-0
/
+3
*
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2012-01-07
1
-1
/
+1
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-4
/
+4
*
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
1
-1
/
+1
*
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-27
1
-2
/
+2
*
Teach antidependency breakers to use RegisterClassInfo.
Jakob Stoklund Olesen
2011-06-16
1
-12
/
+13
*
Update DBG_VALUEs while breaking anti dependencies.
Devang Patel
2011-06-02
1
-9
/
+7
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Simplify AggressiveAntiDepBreaker's use of register aliases.
Jakob Stoklund Olesen
2010-12-14
1
-31
/
+14
*
Anti-dependency breaking needs to be careful not to use reserved regs
Jim Grosbach
2010-09-02
1
-0
/
+2
*
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This time
Bill Wendling
2010-07-15
1
-5
/
+5
*
Reserve a goodly amount of room for the vectors.
Bill Wendling
2010-07-15
1
-2
/
+4
*
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.
Bill Wendling
2010-07-15
1
-10
/
+10
*
revert bill's patches in an attempt to fix the buildbot.
Chris Lattner
2010-07-15
1
-12
/
+10
*
Fix headers.
Bill Wendling
2010-07-15
1
-0
/
+1
*
Use std::vector instead of a hard-coded array. The length of that array could
Bill Wendling
2010-07-15
1
-11
/
+12
*
Convert the last use of getPhysicalRegisterRegClass and remove it.
Rafael Espindola
2010-07-12
1
-1
/
+5
*
Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...
Evan Cheng
2010-06-16
1
-21
/
+43
*
Not all entries in the range will have an SUnit. Check for that when looking
Jim Grosbach
2010-06-02
1
-0
/
+1
*
Update debug information when breaking anti-dependencies. rdar://7759363
Jim Grosbach
2010-06-01
1
-0
/
+12
*
Make BreakAntiDependencies' SUnits argument const, and make the Begin
Dan Gohman
2010-04-19
1
-19
/
+20
*
Tidy whitespace.
Bob Wilson
2010-04-09
1
-9
/
+8
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-4
/
+3
*
80 column and whitespace cleanup
Jim Grosbach
2010-01-06
1
-75
/
+84
*
Change errs() to dbgs().
David Greene
2009-12-24
1
-59
/
+59
*
<rdar://problem/7453528>. Track only physical registers that are valid for th...
David Goodwin
2009-12-09
1
-12
/
+15
*
<rdar://problem/6721894>. Allow multiple registers to be renamed together (su...
David Goodwin
2009-11-24
1
-6
/
+0
*
Restructure code to allow renaming of multiple-register groups for anti-dep b...
David Goodwin
2009-11-20
1
-44
/
+73
*
Remove some old experimental code that is no longer needed. Remove additional...
David Goodwin
2009-11-20
1
-62
/
+36
*
Fix a couple of problems with maintaining liveness information for antidep br...
David Goodwin
2009-11-19
1
-17
/
+47
*
Allow target to specify regclass for which antideps will only be broken along...
David Goodwin
2009-11-13
1
-25
/
+95
*
Rename registers to break output dependencies in addition to anti-dependencies.
David Goodwin
2009-11-12
1
-2
/
+3
*
Allow targets to specify register classes whose member registers should not b...
David Goodwin
2009-11-10
1
-1
/
+13
*
Fix bug in aggressive antidep breaking; liveness was not updated correctly fo...
David Goodwin
2009-11-05
1
-10
/
+7
*
Replace std::map.at() with std::map[].
David Goodwin
2009-11-05
1
-1
/
+1
*
Break anti-dependencies using free registers in a round-robin manner to avoid...
David Goodwin
2009-11-05
1
-16
/
+41
*
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
2009-11-03
1
-10
/
+26
*
Between scheduling regions, correctly maintain anti-dep breaking state so tha...
David Goodwin
2009-10-29
1
-5
/
+7
[next]