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
/
Passes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-04-16
1
-6
/
+7
*
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-28
1
-8
/
+3
*
Enable machine code verification after PreSched2 passes.
Jakob Stoklund Olesen
2012-03-28
1
-1
/
+1
*
Also verify after ExpandPostRAPseudos.
Jakob Stoklund Olesen
2012-03-28
1
-1
/
+1
*
Enable machine code verification after the late machine optimization passes.
Jakob Stoklund Olesen
2012-03-28
1
-3
/
+3
*
misched: implemented a framework for top-down or bottom-up scheduling.
Andrew Trick
2012-03-14
1
-1
/
+2
*
Fix machine-cp by having it to check sub-register indicies. e.g.
Evan Cheng
2012-02-20
1
-1
/
+1
*
Disable machine copy propagation for now. It's known to be buggy (PR11940) an...
Benjamin Kramer
2012-02-16
1
-1
/
+1
*
Revert r150565 again. Appears to be a stage2 failure with dragonegg.
Andrew Trick
2012-02-15
1
-6
/
+8
*
Reapply r150565 with the typo fix properly merged.
Andrew Trick
2012-02-15
1
-8
/
+6
*
reverting r150565. Premature push.
Andrew Trick
2012-02-15
1
-6
/
+8
*
Move PostRAMachineLICM into MachineLateOptimization. It now runs after PEI!
Andrew Trick
2012-02-15
1
-8
/
+6
*
Allow CodeGen (llc) command line options to work as expected.
Andrew Trick
2012-02-15
1
-52
/
+114
*
Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...
Andrew Trick
2012-02-15
1
-6
/
+42
*
Add TargetPassConfig hooks for scheduling/bundling.
Andrew Trick
2012-02-11
1
-3
/
+41
*
comment grammar
Andrew Trick
2012-02-10
1
-1
/
+1
*
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-10
1
-36
/
+113
*
Improve TargetPassConfig. No intended functionality.
Andrew Trick
2012-02-09
1
-98
/
+149
*
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
1
-20
/
+20
*
Move pass configuration out of pass constructors: MachineLICM.
Andrew Trick
2012-02-08
1
-1
/
+1
*
Move pass configuration out of pass constructors: StackSlotColoring.
Andrew Trick
2012-02-08
1
-1
/
+1
*
Move pass configuration out of pass constructors: PostRAScheduler.
Andrew Trick
2012-02-08
1
-1
/
+1
*
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-08
1
-1
/
+3
*
Added TargetPassConfig::setOpt
Andrew Trick
2012-02-08
1
-1
/
+10
*
Added Pass::createPass(ID) to handle pass configuration by ID
Andrew Trick
2012-02-08
1
-2
/
+6
*
Move pass configuration out of pass constructors: TailDuplicate::PreRegAlloc
Andrew Trick
2012-02-08
1
-2
/
+2
*
TargetPassConfig: confine the MC configuration to TargetMachine.
Andrew Trick
2012-02-04
1
-74
/
+16
*
Move TargetPassConfig implementation into Passes.cpp
Andrew Trick
2012-02-04
1
-1
/
+310
*
Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options
Andrew Trick
2012-02-04
1
-0
/
+34
*
Delete the linear scan register allocator.
Jakob Stoklund Olesen
2011-11-12
1
-5
/
+0
*
Update comment.
Jakob Stoklund Olesen
2011-04-30
1
-2
/
+2
*
Use a greedy algorithm for allocating registers.
Jakob Stoklund Olesen
2011-04-30
1
-3
/
+3
*
Force the greedy register allocator to be linked alongside linear scan.
Jakob Stoklund Olesen
2011-04-19
1
-0
/
+5
*
Use the fast register allocator by default for -O0 builds.
Jakob Stoklund Olesen
2010-06-03
1
-1
/
+1
*
Add a -regalloc=default option that chooses a register allocator based on the -O
Jakob Stoklund Olesen
2010-05-27
1
-6
/
+20
*
Uniformize the way these options are printed. Requested by
Duncan Sands
2010-02-18
1
-1
/
+1
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-8
/
+5
*
Make several variable declarations static.
Dan Gohman
2008-05-06
1
-0
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
*** empty log message ***
Bill Wendling
2006-11-16
1
-1
/
+0
*
Work around a bug in gcc 3.3.5, reported by a user
Chris Lattner
2006-08-03
1
-1
/
+1
*
Final polish on machine pass registries.
Jim Laskey
2006-08-02
1
-10
/
+25
*
1. Change use of "Cache" to "Default".
Jim Laskey
2006-08-01
1
-2
/
+2
*
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-08-01
1
-57
/
+14
*
Working toward registration of register allocators.
Jim Laskey
2006-07-27
1
-11
/
+47
*
Reduce number of exported symbols
Andrew Lenharth
2006-07-20
1
-1
/
+1
*
Alkis agrees that that iterative scan allocator isn't going to be worked on
Chris Lattner
2005-10-24
1
-4
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-2
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
The default has not been 'simple' for AGES!
Chris Lattner
2004-07-22
1
-1
/
+1
[next]