aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PostRASchedulerList.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <rdar://problem/7453528>. Track only physical registers that are valid for th...David Goodwin2009-12-091-1/+2
* Don't hang on to pointers or references after vector::push_back.Jakob Stoklund Olesen2009-12-031-6/+3
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-201-112/+33
* Allow target to specify regclass for which antideps will only be broken along...David Goodwin2009-11-131-3/+3
* Rename registers to break output dependencies in addition to anti-dependencies.David Goodwin2009-11-121-3/+7
* Fixed to address code review. No functional changes.David Goodwin2009-11-101-1/+1
* Allow targets to specify register classes whose member registers should not b...David Goodwin2009-11-101-2/+3
* Break anti-dependencies using free registers in a round-robin manner to avoid...David Goodwin2009-11-051-2/+4
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-031-37/+112
* Make -print-machineinstrs more readable.Dan Gohman2009-10-311-2/+2
* Make AntiDepReg.h internal.David Goodwin2009-10-281-1/+1
* Allow the aggressive anti-dep breaker to process the same region multiple tim...David Goodwin2009-10-261-6/+13
* Define virtual destructor in *.cpp file.David Goodwin2009-10-261-0/+3
* Add aggressive anti-dependence breaker. Currently it is not the default for a...David Goodwin2009-10-261-3/+5
* Break anti-dependence breaking out into its own class.David Goodwin2009-10-261-542/+43
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-2/+2
* Allow the target to select the level of anti-dependence breaking that should ...David Goodwin2009-10-221-5/+16
* Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.Dan Gohman2009-10-211-489/+319
* Respect src register allocation requirements when breaking anti-dependencies....David Goodwin2009-10-201-17/+20
* Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.David Goodwin2009-10-201-310/+477
* Change createPostRAScheduler so it can be turned off at llc -O1.Evan Cheng2009-10-161-4/+6
* If post-alloc scheduler is not enabled, it should return false, not true.Evan Cheng2009-10-161-3/+3
* Add debugging output.David Goodwin2009-10-131-2/+12
* Fix a missing initialization of PostRAScheduler's AA member.Dan Gohman2009-10-101-0/+2
* Factor out LiveIntervalAnalysis' code to determine whether an instructionDan Gohman2009-10-091-5/+13
* Fix a use-after-free in post-ra-scheduling.Benjamin Kramer2009-10-021-1/+3
* All callee-saved registers are live-out of a return block.David Goodwin2009-10-011-18/+21
* Remove neonfp attribute and instead set default based on CPU string. Add -arm...David Goodwin2009-10-011-1/+1
* Restore the -post-RA-scheduler flag as an override for the target specificati...David Goodwin2009-10-011-5/+17
* Use MachineFrameInfo.getPristineRegs() to determine which callee-saved regist...David Goodwin2009-10-011-47/+30
* Observe hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. Do not changeEvan Cheng2009-10-011-18/+55
* Fix integer overflow in instruction scheduling. This can happen if we haveReid Kleckner2009-09-301-4/+4
* Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...David Goodwin2009-09-301-0/+6
* Use KILL instead of IMPLICIT_DEF in LowerSubregs pass.Jakob Stoklund Olesen2009-09-281-3/+3
* Fix bug in kill flag updating for post-register-allocation scheduling. When t...David Goodwin2009-09-231-5/+48
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-181-2/+2
* It's a bool, so treat it like one. Fixes a MSVC warning.Benjamin Kramer2009-09-061-4/+4
* Create our own block initializer for kill fixups as the scheduling one wasn't...David Goodwin2009-09-031-33/+63
* Add hidden flags to allow binary search of post-RA scheduling errors.David Goodwin2009-09-011-0/+21
* Don't mark a register live at an undef use.David Goodwin2009-08-311-13/+8
* Another stab at fixing up register kill flags after post-RA scheduling.David Goodwin2009-08-291-20/+63
* Fixup register kills after scheduling.David Goodwin2009-08-251-21/+94
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-231-2/+2
* Fix counting of Post-RA scheduling stalls. Improve debug output.David Goodwin2009-08-121-14/+25
* This logic was accidentally inverted in r78767.Dan Gohman2009-08-121-3/+3
* Factor out the code for finding an available register for useDan Gohman2009-08-121-54/+70
* Use DEBUG macro for debug output.David Goodwin2009-08-111-11/+7
* Add some debug output.David Goodwin2009-08-111-2/+14
* Replace DOUT.David Goodwin2009-08-111-11/+12