projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add mfasr and mtasr
[oota-llvm.git]
/
include
/
llvm
/
Target
/
TargetOptions.h
2014-06-05
Tom Roeder
Add a new attribute called 'jumptable' that creates...
blob
|
commitdiff
|
raw
2014-05-20
Eric Christopher
Move the function and data section flags into the optio...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
Evgeniy Stepanov
Create MCTargetOptions.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-19
Yaron Keren
Patch by Vadim Chugunov
blob
|
commitdiff
|
raw
|
diff to current
2014-04-10
Reid Kleckner
Move the segmented stack switch to a function attribute
blob
|
commitdiff
|
raw
|
diff to current
2014-03-27
David Blaikie
DebugInfo: TargetOptions/MCAsmInfo support for compress...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-21
Rafael Espindola
Make DisableIntegratedAS a TargetOption.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-01
Bill Wendling
Use function attributes to indicate that we don't want...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-25
Bill Wendling
Replace the "NoFramePointerElimNonLeaf" target option...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-22
Bill Wendling
Recommit r186217 with testcase fix:
blob
|
commitdiff
|
raw
|
diff to current
2013-07-13
Chandler Carruth
Revert commit r186217 -- this is breaking bots:
blob
|
commitdiff
|
raw
|
diff to current
2013-07-12
Bill Wendling
Use the function attributes to pass along the stack...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-20
Bill Wendling
Remove static, because it was messing everything up.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-19
Bill Wendling
Make the '==' operator inline.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-19
Bill Wendling
Make this static inline to avoid duplicates.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-19
Bill Wendling
Make the comparison operators non-member functions.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-19
Bill Wendling
Add operator!= as the compliment to operator==. This...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-07
Rafael Espindola
Remove exception handling support from the old JIT.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-05
Bill Wendling
Use the target options specified on a function to reset...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-23
Chad Rosier
Initialize SSPBufferSize. PR14999. Patch by Vinson...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-29
Chad Rosier
Whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-29
Chad Rosier
Fix 80-column violations.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-09
Chad Rosier
Revert r167620; this can be implemented using an existi...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-09
Chad Rosier
Add support for -mstrict-align compiler option for...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-21
Chad Rosier
Add support for the --param ssp-buffer-size= driver...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-02
Evan Cheng
Target option DisableJumpTables is a gross hack. Move...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-22
Lang Hames
Rename -allow-excess-fp-precision flag to -fuse-fp...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-19
Lang Hames
Add DAG-combines for aggressive FMA formation.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-19
Rafael Espindola
Move the support for using .init_array from ARM to...
blob
|
commitdiff
|
raw
|
diff to current
2012-04-11
Duncan Sands
Comment typo fix.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-08
Chandler Carruth
Teach LLVM about a PIE option which, when enabled on...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-10
Andrew Trick
RegAlloc superpass: includes phi elimination, coalescin...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-19
Nick Lewycky
Add a TargetOption for disabling tail calls.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-17
Andrew Trick
Moving options declarations around.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-13
Andrew Trick
Added the MachineSchedulerPass skeleton.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-13
Andrew Trick
whitespace
blob
|
commitdiff
|
raw
|
diff to current
2011-12-02
Nick Lewycky
Move global variables in TargetMachine into new TargetO...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-04
Eli Friedman
Add missing includes/decls.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-30
Rafael Espindola
Command line option to enable support for segmented...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-23
Evan Cheng
Rename TargetOptions::StackAlignment to StackAlignmentO...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
Rafael Espindola
Replace the -unwind-tables option with a per function...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-20
Evan Cheng
Remove -use-divmod-libcall. Let targets opt in when...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-08
Evan Cheng
Change -arm-trap-func= into a non-arm specific option...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-07
Evan Cheng
Change -arm-divmod-libcall to a target neutral option.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-29
Eric Christopher
Grammar.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-15
Evan Cheng
Split -enable-finite-only-fp-math to two options:
blob
|
commitdiff
|
raw
|
diff to current
2010-07-13
Evan Cheng
Update comment.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-02
Duncan Sands
Remove the -enable-sjlj-eh option, which doesn't do...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-21
Evan Cheng
Implement -disable-non-leaf-fp-elim which disable frame...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-17
Chris Lattner
remove dead variable, patch by Nathan Howell!
blob
|
commitdiff
|
raw
|
diff to current
2010-02-08
Dan Gohman
Rename the PerformTailCallOpt variable to GuaranteedTai...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-18
Bill Wendling
Changes from review:
blob
|
commitdiff
|
raw
|
diff to current
2009-09-20
Reid Kleckner
Implement the JIT side of the GDB JIT debugging interfa...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-11
Jim Grosbach
SjLj based exception handling unwinding support. This...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-02
Chris Lattner
move an enum from TM -> TargetOptions. This makes...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-08
Anton Korobeynikov
The attached patches implement most of the ARM AAPCS...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-05
Devang Patel
Add new function attribute - noimplicitfloat
blob
|
commitdiff
|
raw
|
diff to current
2009-06-04
Devang Patel
Add new function attribute - noredzone.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-29
Bill Wendling
Correct comment.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-28
Bill Wendling
r70270 isn't ready yet. Back this out. Sorry for the...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-28
Bill Wendling
Massive check in. This changes the "-fast" flag to...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-25
Evan Cheng
CodeGen still defaults to non-verbose asm, but llc...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-20
Mon P Wang
Added option to enable generating less precise mad...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-11
Bill Wendling
Add a -no-implicit-float flag. This acts like -soft...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-26
Dan Gohman
Implement Red Zone utilization on x86-64. This is currently
blob
|
commitdiff
|
raw
|
diff to current
2008-10-07
Owen Anderson
Add an option to enable StrongPHIElimination, for ease...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Devang Patel
Remove OptimizeForSize global. Use function attribute...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
Dan Gohman
Enable DeadMachineInstructionElim when Fast-ISel is...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-05
Owen Anderson
This option doesn't need to be a target option. It...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-04
Owen Anderson
- Fix SelectionDAG to generate correct CFGs.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-31
Dale Johannesen
Add a flag to disable jump table generation (all
blob
|
commitdiff
|
raw
|
diff to current
2008-07-01
Evan Cheng
Avoid creating expensive comment string if it's not...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-23
Anton Korobeynikov
Make stack alignment options global for all targets
blob
|
commitdiff
|
raw
|
diff to current
2008-04-14
Dale Johannesen
Reverse sense of unwind-tables option. This means
blob
|
commitdiff
|
raw
|
diff to current
2008-04-08
Dale Johannesen
Implement new llc flag -disable-required-unwind-tables.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-25
Devang Patel
Add optimize-for-size knob.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Don't attribute in file headers anymore. See llvmdev...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-12
Arnold Schwaighofer
Corrected many typing errors. And removed 'nest' parame...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-11
Arnold Schwaighofer
Added tail call optimization to the x86 back end. It...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-29
Evan Cheng
Enabling new condition code modeling scheme.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-25
Evan Cheng
New temporary option -new-cc-modeling-scheme to test...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-06
Dan Gohman
Remove redundant declarations.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Chris Lattner
Add a new option.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-29
Jim Laskey
Flag to control exception handling.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-17
Anton Korobeynikov
Document flag
blob
|
commitdiff
|
raw
|
diff to current
2007-01-17
Anton Korobeynikov
* Fix one more bug in PIC codegen: extra load is needed...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-09
Evan Cheng
Added option -soft-float to generate SW fp library...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Evan Cheng
-enable-unsafe-fp-math implies -enable-finite-only...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Evan Cheng
Added option -enable-finite-only-fp-math. When on,...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-22
Evan Cheng
- Added option -relocation-model to set relocation...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-18
Evan Cheng
Move PICEnabled declaration here.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-18
Nate Begeman
Remove the X86 and PowerPC Simple instruction selectors...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-30
Chris Lattner
Expose an option allowing unsafe math optimizations...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Misha Brukman
Remove trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2005-04-15
Nate Begeman
Make pattern isel default for ppc
blob
|
commitdiff
|
raw
|
diff to current
2005-01-15
Chris Lattner
Add a new target-independent code generator flag.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-11
Chris Lattner
Delete the allocate*TargetMachine functions. Move...
blob
|
commitdiff
|
raw
|
diff to current