summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetMachine.h
Commit message (Expand)AuthorAge
* 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
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* Add hook to insert late LLVM=>LLVM passes just before iselAnton Korobeynikov2010-07-24
* Add an ILP scheduler. This is a register pressure aware scheduler that'sEvan Cheng2010-07-24
* Warnings patrol.Eric Christopher2010-07-22
* Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner2010-07-22
* MC: Add TargetMachine support for setting the value of MCRelaxAll withDaniel Dunbar2010-05-26
* Allow targets more controls on what nodes are scheduled by reg pressure, what...Evan Cheng2010-05-20
* Add a hybrid bottom up scheduler that reduce register usage while avoidingEvan Cheng2010-05-20
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-19
* Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman2010-05-11