summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llc
Commit message (Expand)AuthorAgeFilesLines
* llc: Add support for -mcpu=native.Jim Grosbach2014-04-121-0/+6
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-7/+6
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-251-3/+2
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-2/+2
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-2/+2
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-211-0/+5
* One last pass of DataLayout variable renaming.Rafael Espindola2014-02-211-2/+2
* Refactor TargetOptions initialization into a single place.Eli Bendersky2014-02-191-20/+1
* Remove support for not using .loc directives.Rafael Espindola2014-02-051-8/+0
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-231-3/+0
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-2/+2
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-121-2/+2
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-301-0/+3
* Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber2013-12-271-0/+3
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+12
* Export symbols in tools that support loading plugins.Will Dietz2013-12-051-0/+1
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-011-1/+0
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-251-1/+0
* Recommit r186217 with testcase fix:Bill Wendling2013-07-221-1/+0
* Add a wrapper for open.Rafael Espindola2013-07-161-2/+3
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-131-0/+1
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-121-1/+0
* Test commit access.Wan Xiaofei2013-06-191-0/+1
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-121-2/+2
* Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth2013-03-261-1/+1
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-263-3/+4
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-5/+2
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-051-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-021-1/+1
* llvm/tools: Add #include "llvm/TargetTransformInfo.h"NAKAMURA Takumi2012-12-111-0/+1
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-7/+7
* Add a -time-compilations=<N> option to llc.Jakob Stoklund Olesen2012-11-301-0/+16
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-291-2/+0
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-271-0/+2
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-261-2/+0
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-151-0/+2
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-206/+9
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-9/+206
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-206/+9
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-211-0/+6
* Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson2012-08-081-5/+2
* llc: Try to suppress failures since r161262 .NAKAMURA Takumi2012-08-041-2/+5
* Fix memcmp code-gen to honor -fno-builtin.Bob Wilson2012-08-031-0/+12
* Tweak prose.Chad Rosier2012-07-191-1/+1
* Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng2012-07-021-6/+0
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-021-4/+40
* When users ask for -mcpu=help or -mattr=help, just output the help withoutDuncan Sands2012-06-271-13/+23
OpenPOWER on IntegriCloud