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
/
PostRASchedulerList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow target to specify regclass for which antideps will only be broken along...
David Goodwin
2009-11-13
1
-3
/
+3
*
Rename registers to break output dependencies in addition to anti-dependencies.
David Goodwin
2009-11-12
1
-3
/
+7
*
Fixed to address code review. No functional changes.
David Goodwin
2009-11-10
1
-1
/
+1
*
Allow targets to specify register classes whose member registers should not b...
David Goodwin
2009-11-10
1
-2
/
+3
*
Break anti-dependencies using free registers in a round-robin manner to avoid...
David Goodwin
2009-11-05
1
-2
/
+4
*
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
2009-11-03
1
-37
/
+112
*
Make -print-machineinstrs more readable.
Dan Gohman
2009-10-31
1
-2
/
+2
*
Make AntiDepReg.h internal.
David Goodwin
2009-10-28
1
-1
/
+1
*
Allow the aggressive anti-dep breaker to process the same region multiple tim...
David Goodwin
2009-10-26
1
-6
/
+13
*
Define virtual destructor in *.cpp file.
David Goodwin
2009-10-26
1
-0
/
+3
*
Add aggressive anti-dependence breaker. Currently it is not the default for a...
David Goodwin
2009-10-26
1
-3
/
+5
*
Break anti-dependence breaking out into its own class.
David Goodwin
2009-10-26
1
-542
/
+43
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-2
/
+2
*
Allow the target to select the level of anti-dependence breaking that should ...
David Goodwin
2009-10-22
1
-5
/
+16
*
Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.
Dan Gohman
2009-10-21
1
-489
/
+319
*
Respect src register allocation requirements when breaking anti-dependencies....
David Goodwin
2009-10-20
1
-17
/
+20
*
Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.
David Goodwin
2009-10-20
1
-310
/
+477
*
Change createPostRAScheduler so it can be turned off at llc -O1.
Evan Cheng
2009-10-16
1
-4
/
+6
*
If post-alloc scheduler is not enabled, it should return false, not true.
Evan Cheng
2009-10-16
1
-3
/
+3
*
Add debugging output.
David Goodwin
2009-10-13
1
-2
/
+12
*
Fix a missing initialization of PostRAScheduler's AA member.
Dan Gohman
2009-10-10
1
-0
/
+2
*
Factor out LiveIntervalAnalysis' code to determine whether an instruction
Dan Gohman
2009-10-09
1
-5
/
+13
*
Fix a use-after-free in post-ra-scheduling.
Benjamin Kramer
2009-10-02
1
-1
/
+3
*
All callee-saved registers are live-out of a return block.
David Goodwin
2009-10-01
1
-18
/
+21
*
Remove neonfp attribute and instead set default based on CPU string. Add -arm...
David Goodwin
2009-10-01
1
-1
/
+1
*
Restore the -post-RA-scheduler flag as an override for the target specificati...
David Goodwin
2009-10-01
1
-5
/
+17
*
Use MachineFrameInfo.getPristineRegs() to determine which callee-saved regist...
David Goodwin
2009-10-01
1
-47
/
+30
*
Observe hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. Do not change
Evan Cheng
2009-10-01
1
-18
/
+55
*
Fix integer overflow in instruction scheduling. This can happen if we have
Reid Kleckner
2009-09-30
1
-4
/
+4
*
Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...
David Goodwin
2009-09-30
1
-0
/
+6
*
Use KILL instead of IMPLICIT_DEF in LowerSubregs pass.
Jakob Stoklund Olesen
2009-09-28
1
-3
/
+3
*
Fix bug in kill flag updating for post-register-allocation scheduling. When t...
David Goodwin
2009-09-23
1
-5
/
+48
*
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-18
1
-2
/
+2
*
It's a bool, so treat it like one. Fixes a MSVC warning.
Benjamin Kramer
2009-09-06
1
-4
/
+4
*
Create our own block initializer for kill fixups as the scheduling one wasn't...
David Goodwin
2009-09-03
1
-33
/
+63
*
Add hidden flags to allow binary search of post-RA scheduling errors.
David Goodwin
2009-09-01
1
-0
/
+21
*
Don't mark a register live at an undef use.
David Goodwin
2009-08-31
1
-13
/
+8
*
Another stab at fixing up register kill flags after post-RA scheduling.
David Goodwin
2009-08-29
1
-20
/
+63
*
Fixup register kills after scheduling.
David Goodwin
2009-08-25
1
-21
/
+94
*
convert LoopInfo.h and GraphWriter.h to use raw_ostream
Chris Lattner
2009-08-23
1
-2
/
+2
*
Fix counting of Post-RA scheduling stalls. Improve debug output.
David Goodwin
2009-08-12
1
-14
/
+25
*
This logic was accidentally inverted in r78767.
Dan Gohman
2009-08-12
1
-3
/
+3
*
Factor out the code for finding an available register for use
Dan Gohman
2009-08-12
1
-54
/
+70
*
Use DEBUG macro for debug output.
David Goodwin
2009-08-11
1
-11
/
+7
*
Add some debug output.
David Goodwin
2009-08-11
1
-2
/
+14
*
Replace DOUT.
David Goodwin
2009-08-11
1
-11
/
+12
*
Post RA scheduler changes. Introduce a hazard recognizer that uses the target...
David Goodwin
2009-08-10
1
-71
/
+21
*
Use setPreservesAll and setPreservesCFG in CodeGen passes.
Dan Gohman
2009-07-31
1
-0
/
+1
*
inline the global 'getInstrOperandRegClass' function into its callers
Chris Lattner
2009-07-29
1
-4
/
+7
[prev]
[next]