summaryrefslogtreecommitdiff
path: root/tools/llc
AgeCommit message (Expand)AuthorFilesLines
2014-05-15Unify command line handling of MCTargetOptions and remove extraEric Christopher1-9/+3
2014-05-06Have the SubtargetFeature help routine just not return a number andEric Christopher1-1/+8
2014-05-05Remove the -disable-cfi option.Rafael Espindola1-3/+0
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer1-0/+1
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-5/+5
2014-04-12llc: Add support for -mcpu=native.Jim Grosbach1-0/+6
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-7/+6
2014-02-25Use DataLayout from the module when easily available.Rafael Espindola1-3/+2
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola1-2/+2
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-2/+2
2014-02-21Make DisableIntegratedAS a TargetOption.Rafael Espindola1-0/+5
2014-02-21One last pass of DataLayout variable renaming.Rafael Espindola1-2/+2
2014-02-19Refactor TargetOptions initialization into a single place.Eli Bendersky1-20/+1
2014-02-05Remove support for not using .loc directives.Rafael Espindola1-8/+0
2014-01-23Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka1-3/+0
2014-01-13Re-sort #include lines again, prior to moving headers around.Chandler Carruth1-2/+2
2014-01-12[PM] Rename the IR printing pass header to a more generic and correctChandler Carruth1-2/+2
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2013-12-30Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber1-0/+3
2013-12-27Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber1-0/+3
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+12
2013-12-05Export symbols in tools that support loading plugins.Will Dietz1-0/+1
2013-08-01Use function attributes to indicate that we don't want to realign the stack.Bill Wendling1-1/+0
2013-07-25Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling1-1/+0
2013-07-22Recommit r186217 with testcase fix:Bill Wendling1-1/+0
2013-07-16Add a wrapper for open.Rafael Espindola1-2/+3
2013-07-13Revert commit r186217 -- this is breaking bots:Chandler Carruth1-0/+1
2013-07-12Use the function attributes to pass along the stack protector buffer size.Bill Wendling1-1/+0
2013-06-19Test commit access.Wan Xiaofei1-0/+1
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs1-2/+2
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth1-1/+1
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth3-3/+4
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth1-5/+2
2013-01-05Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth1-2/+2
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2013-01-02Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth1-1/+1
2012-12-11llvm/tools: Add #include "llvm/TargetTransformInfo.h"NAKAMURA Takumi1-0/+1
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-7/+7
2012-11-30Add a -time-compilations=<N> option to llc.Jakob Stoklund Olesen1-0/+16
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas1-2/+0
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson1-0/+2
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson1-2/+0
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson1-0/+2
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem1-206/+9
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson1-9/+206
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem1-206/+9
2012-10-08Move TargetData to DataLayout.Micah Villmow1-4/+4
2012-08-21Add support for the --param ssp-buffer-size= driver option.Chad Rosier1-0/+6
2012-08-08Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson1-5/+2
2012-08-04llc: Try to suppress failures since r161262 .NAKAMURA Takumi1-2/+5