aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/llc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-10/+37
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-27/+26
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-26/+14
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-27/+41
* Update to LLVM 3.5a.Stephen Hines2014-04-241-47/+20
* 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
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-261-1/+2
* 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
* Fix llc's -print-before=pass and -print-after=pass.Rafael Espindola2012-06-261-0/+4
* Rename fp-op fusion option (yet again) for compatibility with GCC option.Lang Hames2012-06-221-3/+3
* Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames2012-06-221-6/+14
* Add DAG-combines for aggressive FMA formation.Lang Hames2012-06-191-3/+3
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-191-0/+5
* Object file output from llc isn't experimental anymore.Benjamin Kramer2012-06-111-1/+1
* Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson2012-05-301-6/+0
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-081-32/+8
* Move the JIT flags from llc to lli. These flags showed up as part of movingNick Lewycky2012-04-181-26/+0
* Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth2012-04-081-0/+6
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-101-6/+1
* Add a TargetOption for disabling tail calls.Nick Lewycky2012-01-191-0/+6