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
/
Target
/
TargetMachine.cpp
Age
Commit message (
Expand
)
Author
2009-01-27
Enable the red zone on x86-64 by default.
Dan Gohman
2009-01-26
Implement Red Zone utilization on x86-64. This is currently
Dan Gohman
2008-10-14
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-07
Add an option to enable StrongPHIElimination, for ease of testing.
Owen Anderson
2008-10-01
Remove OptimizeForSize global. Use function attribute optsize.
Devang Patel
2008-09-08
Accidental commit of partial 'stack canaries' code
Bill Wendling
2008-09-08
Reverting r55898 to r55909. One of these patches was causing an ICE during th...
Bill Wendling
2008-08-05
This option doesn't need to be a target option. It can be in SDISel instead.
Owen Anderson
2008-08-04
- Fix SelectionDAG to generate correct CFGs.
Owen Anderson
2008-07-31
Add a flag to disable jump table generation (all
Dale Johannesen
2008-07-01
Avoid creating expensive comment string if it's not going to be printed.
Evan Cheng
2008-05-30
Fix indentation.
Evan Cheng
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-06
Make several variable declarations static.
Dan Gohman
2008-04-23
Make these variables static.
Dan Gohman
2008-04-23
Make stack alignment options global for all targets
Anton Korobeynikov
2008-04-14
Reverse sense of unwind-tables option. This means
Dale Johannesen
2008-04-08
Rename -disable-required-unwind-tables to unwind-tables-optional.
Dale Johannesen
2008-04-08
Implement new llc flag -disable-required-unwind-tables.
Dale Johannesen
2008-03-25
Rename option -optimizefor-size to -optimize-size.
Evan Cheng
2008-03-25
Add optimize-for-size knob.
Devang Patel
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-10-11
Added tail call optimization to the x86 back end. It can be
Arnold Schwaighofer
2007-09-29
Enabling new condition code modeling scheme.
Evan Cheng
2007-09-25
New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.
Evan Cheng
2007-05-03
expose HonorSignDependentRoundingFPMathOption to .td files
Chris Lattner
2007-05-03
Add a new option.
Chris Lattner
2007-04-19
Fix a message, patch by Christopher Lamb.
Chris Lattner
2007-01-29
rename flag
Jim Laskey
2007-01-29
Flag to control exception handling.
Jim Laskey
2007-01-17
* Fix one more bug in PIC codegen: extra load is needed for *all*
Anton Korobeynikov
2007-01-17
Revert patch.
Bill Wendling
2007-01-17
Create/store/and delete the TargetObjInfo object.
Bill Wendling
2006-12-09
Added option -soft-float to generate SW fp library calls instead of fp instru...
Evan Cheng
2006-09-07
1. Remove condition on delete.
Jim Laskey
2006-09-07
Make target asm info a property of the target machine.
Jim Laskey
2006-09-04
remove #include
Chris Lattner
2006-09-03
Simplify target construction.
Chris Lattner
2006-08-29
Tidy up options.
Jim Laskey
2006-07-26
Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.
Chris Lattner
2006-07-06
Added option -code-model to set code model (only used in 64-bit) mode. Valid
Evan Cheng
2006-05-24
For PR786:
Reid Spencer
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-23
-enable-unsafe-fp-math implies -enable-finite-only-fp-math
Evan Cheng
2006-05-23
Added option -enable-finite-only-fp-math. When on, the codegen can assume that
Evan Cheng
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-03-23
Eliminate IntrinsicLowering from TargetMachine.
Chris Lattner
2006-02-22
- Added option -relocation-model to set relocation model. Valid values includ...
Evan Cheng
2005-08-18
Remove the X86 and PowerPC Simple instruction selectors; their time has
Nate Begeman
2005-07-06
First round of support for doing scalar FP using the SSE2 ISA extension and
Nate Begeman
[next]