summaryrefslogtreecommitdiff
path: root/tools/llc
Commit message (Expand)AuthorAge
* Move MCOptions that aren't shared between programs into their specificEric Christopher2014-05-21
* Make a couple of command lines static and remove an unnecessaryEric Christopher2014-05-21
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-20
* Unify command line handling of MCTargetOptions and remove extraEric Christopher2014-05-15
* Have the SubtargetFeature help routine just not return a number andEric Christopher2014-05-06
* Remove the -disable-cfi option.Rafael Espindola2014-05-05
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-25
* llc: Add support for -mcpu=native.Jim Grosbach2014-04-12
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-25
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-21
* One last pass of DataLayout variable renaming.Rafael Espindola2014-02-21
* Refactor TargetOptions initialization into a single place.Eli Bendersky2014-02-19
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-30
* Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber2013-12-27
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* Export symbols in tools that support loading plugins.Will Dietz2013-12-05
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-25
* Recommit r186217 with testcase fix:Bill Wendling2013-07-22
* Add a wrapper for open.Rafael Espindola2013-07-16
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-13
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-12
* Test commit access.Wan Xiaofei2013-06-19
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-12
* Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth2013-03-26
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-26
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-02
* llvm/tools: Add #include "llvm/TargetTransformInfo.h"NAKAMURA Takumi2012-12-11
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Add a -time-compilations=<N> option to llc.Jakob Stoklund Olesen2012-11-30
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-29
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-27
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-26
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* 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