summaryrefslogtreecommitdiff
path: root/tools/llc/llc.cpp
Commit message (Expand)AuthorAge
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* 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
* 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
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-21
* Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson2012-08-08
* llc: Try to suppress failures since r161262 .NAKAMURA Takumi2012-08-04
* Fix memcmp code-gen to honor -fno-builtin.Bob Wilson2012-08-03
* Tweak prose.Chad Rosier2012-07-19
* Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng2012-07-02
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-02
* When users ask for -mcpu=help or -mattr=help, just output the help withoutDuncan Sands2012-06-27
* Fix llc's -print-before=pass and -print-after=pass.Rafael Espindola2012-06-26
* Rename fp-op fusion option (yet again) for compatibility with GCC option.Lang Hames2012-06-22
* Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames2012-06-22
* Add DAG-combines for aggressive FMA formation.Lang Hames2012-06-19
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-19
* Object file output from llc isn't experimental anymore.Benjamin Kramer2012-06-11
* Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson2012-05-30
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-08
* Move the JIT flags from llc to lli. These flags showed up as part of movingNick Lewycky2012-04-18
* Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth2012-04-08
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-10
* Add a TargetOption for disabling tail calls.Nick Lewycky2012-01-19
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* drop unneeded config.h includesDylan Noblesmith2011-12-22
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-01