index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetOptions.h
Age
Commit message (
Expand
)
Author
2007-10-12
Corrected many typing errors. And removed 'nest' parameter handling
Arnold Schwaighofer
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-07-06
Remove redundant declarations.
Dan Gohman
2007-05-03
Add a new option.
Chris Lattner
2007-01-29
Flag to control exception handling.
Jim Laskey
2007-01-17
Document flag
Anton Korobeynikov
2007-01-17
* Fix one more bug in PIC codegen: extra load is needed for *all*
Anton Korobeynikov
2006-12-09
Added option -soft-float to generate SW fp library calls instead of fp instru...
Evan Cheng
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-02-22
- Added option -relocation-model to set relocation model. Valid values includ...
Evan Cheng
2006-02-18
Move PICEnabled declaration here.
Evan Cheng
2005-08-18
Remove the X86 and PowerPC Simple instruction selectors; their time has
Nate Begeman
2005-04-30
Expose an option allowing unsafe math optimizations. Patch contributed by
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-15
Make pattern isel default for ppc
Nate Begeman
2005-01-15
Add a new target-independent code generator flag.
Chris Lattner
2004-07-11
Delete the allocate*TargetMachine functions. Move options to a header file
Chris Lattner