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
/
LLVMTargetMachine.cpp
Age
Commit message (
Expand
)
Author
2008-11-04
Update in response to feedback from Chris:
Bill Wendling
2008-11-04
Initial checkin for stack protectors. Here's what it does:
Bill Wendling
2008-10-25
Move the code that adds the DeadMachineInstructionElimPass from
Dan Gohman
2008-10-22
Move Print*Pass to use raw_ostream.
Daniel Dunbar
2008-10-21
Privatize PrintModulePass and PrintFunctionPass and add
Daniel Dunbar
2008-10-07
Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-isel
Dan Gohman
2008-10-01
Remove OptimizeForSize global. Use function attribute optsize.
Devang Patel
2008-10-01
Enable FastISel by default (on x86 and x86-64) with the -fast option.
Dan Gohman
2008-09-25
Enable DeadMachineInstructionElim when Fast-ISel is enabled.
Dan Gohman
2008-09-25
Refactor the code that adds standard LLVM codegen passes into
Dan Gohman
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-17
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
Factor GC metadata table assembly generation out of Collector in preparation ...
Gordon Henriksen
2008-06-30
Don't run stack slot coloring if -fast.
Evan Cheng
2008-06-06
Enable stack coloring by default.
Evan Cheng
2008-06-04
Oops. Should not be enabled by default.
Evan Cheng
2008-06-04
Add a stack slot coloring pass. Not yet enabled.
Evan Cheng
2008-06-03
Do not run loop-aligner at -fast (e.g. -O0).
Evan Cheng
2008-05-30
Fix indentation.
Evan Cheng
2008-04-23
Unbreak JIT
Anton Korobeynikov
2008-04-23
Add facility for pre-RA passes
Anton Korobeynikov
2008-04-02
Recommitting EH patch; this should answer most of the
Dale Johannesen
2008-04-01
Revert 49006 for the moment.
Dale Johannesen
2008-03-31
Emit exception handling info for functions which are
Dale Johannesen
2008-03-25
Avoid outputing spaces at the ends of lines.
Dan Gohman
2008-03-25
Do not align loops if optimizing for size.
Devang Patel
2008-03-11
Use PassManagerBase instead of FunctionPassManager for functions
Dan Gohman
2008-02-28
Added option -align-loops=<true/false> to disable loop aligner pass.
Evan Cheng
2008-02-13
Enable exception handling int JIT
Nicolas Geoffray
2008-01-14
don't create the post-ra scheduler unless it is enabled.
Chris Lattner
2008-01-07
Ammending r45669 with a missing file.
Gordon Henriksen
2008-01-05
allow sinking to be enabled for the jit
Chris Lattner
2008-01-04
Move option to enable machine LICM into LLVMTargetMachine.cpp.
Bill Wendling
2008-01-04
Add a really quick hack at a machine code sinking pass, enabled with --enable...
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-07
Initial commit of the machine code LICM pass. It successfully hoists this:
Bill Wendling
2007-07-27
Move subreg lowering pass to be right after regalloc, per feedback.
Christopher Lamb
2007-07-26
Add a MachineFunction pass, which runs post register allocation, that turns s...
Christopher Lamb
2007-07-20
Added -print-emitted-asm to print out JIT generated asm to cerr.
Evan Cheng
2007-07-13
Modify previous patch per review comments.
Dale Johannesen
2007-07-13
Skeleton of post-RA scheduler; doesn't do anything yet.
Dale Johannesen
2007-07-11
Exception handling has been implemented.
Duncan Sands
2007-06-19
document and hide two options.
Chris Lattner
2007-05-22
name change requested by review of previous patch
Dale Johannesen
2007-05-22
Make tail merging the default, except on powerPC. There was no prior art
Dale Johannesen
2007-03-31
move a bunch of code out of the sdisel pass into its own opt pass "codegenpre...
Chris Lattner
2007-03-31
Add a -print-lsr-output option to LLC, to print the output of the LSR pass.
Chris Lattner
2007-03-06
Now LoopStrengthReduce is a LoopPass.
Devang Patel
2007-02-22
Use exception flag.
Jim Laskey
2007-02-08
Split the addPassesToEmitFile method up into two. This is so that we can
Bill Wendling
[next]