summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetMachine.h
Commit message (Expand)AuthorAge
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-19
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-28
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-23
* Add a RequireStructuredCFG Field to TargetMachine.Vincent Lejeune2013-12-07
* Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson2013-11-22
* Whitespace.NAKAMURA Takumi2013-11-21
* Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi2013-11-21
* Teach ISel not to optimize 'optnone' functions.Paul Robinson2013-11-21
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09
* Directly access objects which may change during compilation.Bill Wendling2013-06-17
* Avoid warnings about unused parameters that tend to come up a lot whenDuncan Sands2013-06-10
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Reset some of the target options which affect code generation.Bill Wendling2013-03-13
* For some LLVM-as-library uses it is convenient to create aDavid Tweed2013-01-09
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* llvm/Target/TargetMachine.h: Remove two dependent headers.NAKAMURA Takumi2012-12-11
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-02
* Move the TLSModel information into the TargetMachine rather than hidingChandler Carruth2012-04-08
* Prune some includes and forward declarations.Craig Topper2012-03-25
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-04
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-03
* Move Sched::Preference out of TargetMachine.h where it is not referenced.Evan Cheng2012-01-12
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* TargetMachine: document unnamed bool argumentDylan Noblesmith2011-12-02
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Delete the Latency scheduling preference.Dan Gohman2011-10-24
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-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 TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-30
* Integrated-As: Add support for setting the AllowTemporaryLabels flag viaDaniel Dunbar2011-03-28
* Fix unused param warning.Eric Christopher2011-03-21
* Beginnings of MC-JIT code generation.Jim Grosbach2011-03-18
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-19
* Whitespace!Michael J. Spencer2010-10-16
* the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner2010-09-27