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
*
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-09-10
1
-1
/
+1
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.
Bill Wendling
2010-07-15
1
-2
/
+3
*
Allow ARM if-converter to be run after post allocation scheduling.
Evan Cheng
2010-06-18
1
-24
/
+4
*
- Do away with SimpleHazardRecognizer.h. It's not used and offers little value.
Evan Cheng
2010-06-14
1
-25
/
+0
*
Allow target to provide its own hazard recognizer to post-ra scheduler.
Evan Cheng
2010-06-12
1
-6
/
+16
*
- Change MachineInstr::findRegisterDefOperandIdx so it can also look for defs
Evan Cheng
2010-05-21
1
-2
/
+2
*
Remove dbg_value workaround and associated command line option
Jim Grosbach
2010-05-20
1
-20
/
+0
*
Enable preserving debug information through post-RA scheduling
Jim Grosbach
2010-05-19
1
-1
/
+1
*
80 column and trailing whitespace cleanup
Jim Grosbach
2010-05-14
1
-24
/
+25
*
add cmd line option to leave dbgvalues in during post-RA sceduling. Useful
Jim Grosbach
2010-05-14
1
-5
/
+14
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
1
-2
/
+2
*
As a temporary workaround for post-RA not handling DebugValue instructions,
Bob Wilson
2010-04-17
1
-0
/
+11
*
Remove a #include.
Dan Gohman
2010-04-12
1
-1
/
+0
*
Fix some more places where dbg_value affected codegen.
Dale Johannesen
2010-03-05
1
-0
/
+2
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-13
/
+13
*
<rdar://problem/7453528>. Track only physical registers that are valid for th...
David Goodwin
2009-12-09
1
-1
/
+2
*
Don't hang on to pointers or references after vector::push_back.
Jakob Stoklund Olesen
2009-12-03
1
-6
/
+3
*
Remove some old experimental code that is no longer needed. Remove additional...
David Goodwin
2009-11-20
1
-112
/
+33
*
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
[next]