2013-07-25 |
Bill Wendling | Replace the "NoFramePointerElimNonLeaf" target option... |
blob | commitdiff | raw |
2013-03-13 |
Bill Wendling | Reset some of the target options which affect code... |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-06-23 |
Hans Wennborg | Extend the IL for selecting TLS models (PR9788) |
blob | commitdiff | raw | diff to current |
2012-06-23 |
Rafael Espindola | Handle aliases to tls variables in all architectures... |
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-04-08 |
Chandler Carruth | Move the TLSModel information into the TargetMachine... |
blob | commitdiff | raw | diff to current |
2012-03-26 |
Craig Topper | Prune some includes and forward declarations. |
blob | commitdiff | raw | diff to current |
2012-03-25 |
Craig Topper | Prune some includes and forward declarations. |
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-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 |
2011-12-11 |
Nick Lewycky | Also remove unnecessary includes from this file, which... |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Nick Lewycky | Refactor the implementation of the TargetOptions out... |
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-16 |
Evan Cheng | Sink codegen optimization level into MCCodeGenInfo... |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Nick Lewycky | Switch new .file directive emission off by default... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
Nick Lewycky | Add support for a new extension to the .file directive: |
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-07-20 |
Evan Cheng | - Move CodeModel from a TargetMachine global option... |
blob | commitdiff | raw | diff to current |
2011-07-20 |
Benjamin Kramer | Don't leak CodeGenInfos. |
blob | commitdiff | raw | diff to current |
2011-07-19 |
Evan Cheng | Introduce MCCodeGenInfo, which keeps information that... |
blob | commitdiff | raw | diff to current |
2011-07-08 |
Evan Cheng | Eliminate asm parser's dependency on TargetMachine: |
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-30 |
Rafael Espindola | Add all the plumbing needed for MC to expand cfi to... |
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 |
2011-03-28 |
Daniel Dunbar | Integrated-As: Add support for setting the AllowTempora... |
blob | commitdiff | raw | diff to current |
2011-01-23 |
Rafael Espindola | Initialize MCNoExecStack. |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Rafael Espindola | Change some methods in MCDwarf.cpp to be able to handle... |
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 | -enable-unsafe-fp-math should not imply -enable-finite... |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Daniel Dunbar | MC: Add TargetMachine support for setting the value... |
blob | commitdiff | raw | diff to current |
2010-05-18 |
Bill Wendling | Don't eliminate frame pointers from leaf functions... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Bill Wendling | - Set the "HasCalls" flag after instruction selection... |
blob | commitdiff | raw | diff to current |
2010-05-14 |
Bill Wendling | Revert r103804. The comment is correct. |
blob | commitdiff | raw | diff to current |
2010-05-14 |
Bill Wendling | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack... |
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-04-13 |
Chris Lattner | add llvm codegen support for -ffunction-sections and... |
blob | commitdiff | raw | diff to current |
2010-02-08 |
Dan Gohman | Rename the PerformTailCallOpt variable to GuaranteedTai... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Evan Cheng | Clarify what -tailcallopt option actually do. |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Bill Wendling | Remove the '-disable-scheduling' flag and replace it... |
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-22 |
Chris Lattner | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. |
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-07-15 |
Daniel Dunbar | Reapply TargetRegistry refactoring commits. |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Stuart Hastings | Revert 75762, 75763, 75766..75769, 75772..75775, 75778... |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Daniel Dunbar | Provide TargetMachine implementations with reference... |
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-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-27 |
Dan Gohman | Enable the red zone on x86-64 by default. |
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-14 |
Dan Gohman | Fix command-line option printing to print two spaces... |
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-08 |
Bill Wendling | Accidental commit of partial 'stack canaries' code |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Bill Wendling | Reverting r55898 to r55909. One of these patches was... |
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-05-30 |
Evan Cheng | Fix indentation. |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Dan Gohman | Clean up the use of static and anonymous namespaces... |
blob | commitdiff | raw | diff to current |
2008-05-06 |
Dan Gohman | Make several variable declarations static. |
blob | commitdiff | raw | diff to current |
2008-04-23 |
Dan Gohman | Make these variables static. |
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 | Rename -disable-required-unwind-tables to unwind-tables... |
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 |
Evan Cheng | Rename option -optimizefor-size to -optimize-size. |
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 | Remove attribution from file headers, per discussion... |
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-05-03 |
Chris Lattner | expose HonorSignDependentRoundingFPMathOption to .td... |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Chris Lattner | Add a new option. |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Chris Lattner | Fix a message, patch by Christopher Lamb. |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Jim Laskey | rename flag |
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 | * Fix one more bug in PIC codegen: extra load is needed... |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Bill Wendling | Revert patch. |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Bill Wendling | Create/store/and delete the TargetObjInfo object. |
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-09-07 |
Jim Laskey | 1. Remove condition on delete. |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Jim Laskey | Make target asm info a property of the target machine. |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Chris Lattner | remove #include |
blob | commitdiff | raw | diff to current |
2006-09-03 |
Chris Lattner | Simplify target construction. |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Jim Laskey | Tidy up options. |
blob | commitdiff | raw | diff to current |
2006-07-26 |
Chris Lattner | Rename RelocModel::PIC to PIC_, to avoid conflicts... |
blob | commitdiff | raw | diff to current |
2006-07-06 |
Evan Cheng | Added option -code-model to set code model (only used... |
blob | commitdiff | raw | diff to current |
next |