index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
PostRASchedulerList.cpp
Age
Commit message (
Expand
)
Author
2010-01-05
Change errs() to dbgs().
David Greene
2009-12-09
<rdar://problem/7453528>. Track only physical registers that are valid for th...
David Goodwin
2009-12-03
Don't hang on to pointers or references after vector::push_back.
Jakob Stoklund Olesen
2009-11-20
Remove some old experimental code that is no longer needed. Remove additional...
David Goodwin
2009-11-13
Allow target to specify regclass for which antideps will only be broken along...
David Goodwin
2009-11-12
Rename registers to break output dependencies in addition to anti-dependencies.
David Goodwin
2009-11-10
Fixed to address code review. No functional changes.
David Goodwin
2009-11-10
Allow targets to specify register classes whose member registers should not b...
David Goodwin
2009-11-05
Break anti-dependencies using free registers in a round-robin manner to avoid...
David Goodwin
2009-11-03
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
2009-10-31
Make -print-machineinstrs more readable.
Dan Gohman
2009-10-28
Make AntiDepReg.h internal.
David Goodwin
2009-10-26
Allow the aggressive anti-dep breaker to process the same region multiple tim...
David Goodwin
2009-10-26
Define virtual destructor in *.cpp file.
David Goodwin
2009-10-26
Add aggressive anti-dependence breaker. Currently it is not the default for a...
David Goodwin
2009-10-26
Break anti-dependence breaking out into its own class.
David Goodwin
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-22
Allow the target to select the level of anti-dependence breaking that should ...
David Goodwin
2009-10-21
Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.
Dan Gohman
2009-10-20
Respect src register allocation requirements when breaking anti-dependencies....
David Goodwin
2009-10-20
Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.
David Goodwin
2009-10-16
Change createPostRAScheduler so it can be turned off at llc -O1.
Evan Cheng
2009-10-16
If post-alloc scheduler is not enabled, it should return false, not true.
Evan Cheng
2009-10-13
Add debugging output.
David Goodwin
2009-10-10
Fix a missing initialization of PostRAScheduler's AA member.
Dan Gohman
2009-10-09
Factor out LiveIntervalAnalysis' code to determine whether an instruction
Dan Gohman
2009-10-02
Fix a use-after-free in post-ra-scheduling.
Benjamin Kramer
2009-10-01
All callee-saved registers are live-out of a return block.
David Goodwin
2009-10-01
Remove neonfp attribute and instead set default based on CPU string. Add -arm...
David Goodwin
2009-10-01
Restore the -post-RA-scheduler flag as an override for the target specificati...
David Goodwin
2009-10-01
Use MachineFrameInfo.getPristineRegs() to determine which callee-saved regist...
David Goodwin
2009-10-01
Observe hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. Do not change
Evan Cheng
2009-09-30
Fix integer overflow in instruction scheduling. This can happen if we have
Reid Kleckner
2009-09-30
Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...
David Goodwin
2009-09-28
Use KILL instead of IMPLICIT_DEF in LowerSubregs pass.
Jakob Stoklund Olesen
2009-09-23
Fix bug in kill flag updating for post-register-allocation scheduling. When t...
David Goodwin
2009-09-18
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-06
It's a bool, so treat it like one. Fixes a MSVC warning.
Benjamin Kramer
2009-09-03
Create our own block initializer for kill fixups as the scheduling one wasn't...
David Goodwin
2009-09-01
Add hidden flags to allow binary search of post-RA scheduling errors.
David Goodwin
2009-08-31
Don't mark a register live at an undef use.
David Goodwin
2009-08-29
Another stab at fixing up register kill flags after post-RA scheduling.
David Goodwin
2009-08-25
Fixup register kills after scheduling.
David Goodwin
2009-08-23
convert LoopInfo.h and GraphWriter.h to use raw_ostream
Chris Lattner
2009-08-12
Fix counting of Post-RA scheduling stalls. Improve debug output.
David Goodwin
2009-08-12
This logic was accidentally inverted in r78767.
Dan Gohman
2009-08-12
Factor out the code for finding an available register for use
Dan Gohman
2009-08-11
Use DEBUG macro for debug output.
David Goodwin
2009-08-11
Add some debug output.
David Goodwin
[next]