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
2009-06-13
Add a ARM specific pre-allocation pass that re-schedule loads / stores from
Evan Cheng
2009-05-30
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-22
Add a new codegen pass that normalizes dwarf exception handling
Duncan Sands
2009-05-16
Pass to verify generated machine code.
Jakob Stoklund Olesen
2009-05-12
Fixed a stack slot coloring with reg bug: do not update implicit use / def wh...
Evan Cheng
2009-05-07
Rename "loop aligner" pass to "code placement optimization" pass.
Evan Cheng
2009-05-07
Just turn aggressive stack coloring off at -O3.
Bill Wendling
2009-05-07
Temporarily revert r71010. It was causing massive failures during self-hosting.
Bill Wendling
2009-05-05
Enable stack coloring with regs at -O3.
Evan Cheng
2009-04-29
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
Second attempt:
Bill Wendling
2009-04-28
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-03-25
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-02-09
Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrn...
Evan Cheng
2009-02-08
Revert r63999. It was breaking self-hosting builds.
Bill Wendling
2009-02-07
Enable machine sinking pass in non-fast mode.
Evan Cheng
2009-02-05
Turn on machine LICM in non-fast mode.
Evan Cheng
2008-12-18
Move post-RA scheduling before branch folding for now, because branch
Dan Gohman
2008-11-24
Run post-RA scheduling after branch folding, as it tends to
Dan Gohman
2008-11-20
Add another machine-code printing pass when post-pass scheduling is run.
Dan Gohman
2008-11-13
Implement stack protectors as function attributes: "ssp" and "sspreq".
Bill Wendling
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
[next]