summaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAge
* Also remove unnecessary includes from this file, which was supposed to be partNick Lewycky2011-12-11
* Refactor the implementation of the TargetOptions out of TargetMachine, takingNick Lewycky2011-12-10
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky2011-10-31
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Command line option to enable support for segmented stacks:Rafael Espindola2011-08-30
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Don't leak CodeGenInfos.Benjamin Kramer2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Rename TargetOptions::StackAlignment to StackAlignmentOverride.Evan Cheng2011-06-23
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-25
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-30
* Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng2011-04-20
* Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng2011-04-08
* Change -arm-divmod-libcall to a target neutral option.Evan Cheng2011-04-07
* Integrated-As: Add support for setting the AllowTemporaryLabels flag viaDaniel Dunbar2011-03-28
* Initialize MCNoExecStack.Rafael Espindola2011-01-23
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-19
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-15
* -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.Evan Cheng2010-07-13
* MC: Add TargetMachine support for setting the value of MCRelaxAll withDaniel Dunbar2010-05-26
* Don't eliminate frame pointers from leaf functions if "--disable-fp-elim" isBill Wendling2010-05-18
* - Set the "HasCalls" flag after instruction selection is finished.Bill Wendling2010-05-17
* Revert r103804. The comment is correct.Bill Wendling2010-05-14
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-14
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-02
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-21
* add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner2010-04-13
* Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman2010-02-08
* Clarify what -tailcallopt option actually do.Evan Cheng2010-01-27
* Remove the '-disable-scheduling' flag and replace it with the 'source' option ofBill Wendling2010-01-23
* Changes from review:Bill Wendling2009-12-18
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-20
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-15
* The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov2009-06-08
* Add new function attribute - noimplicitfloatDevang Patel2009-06-05
* Add new function attribute - noredzone. Devang Patel2009-06-04
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* Added option to enable generating less precise mad (multiply addition)Mon P Wang2009-03-20
* Add a -no-implicit-float flag. This acts like -soft-float, but may generateBill Wendling2009-03-11
* Enable the red zone on x86-64 by default.Dan Gohman2009-01-27
* Implement Red Zone utilization on x86-64. This is currentlyDan Gohman2009-01-26
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-14
* Add an option to enable StrongPHIElimination, for ease of testing.Owen Anderson2008-10-07