aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-10/+37
* Fix mips vs. mips64 build issues.Stephen Hines2015-04-241-0/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-092-3/+3
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-232-28/+27
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-022-26/+15
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-1/+0
* llvm: fix buildColin Cross2014-06-041-2/+2
* Updated the makefiles to use AArch64 name.Chris Wailes2014-06-041-11/+11
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-292-28/+43
* We need to build the ARM components for AArch64 as well.Stephen Hines2014-05-061-5/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-244-49/+42
* Make LLVM build on AArch64.Tim Murray2014-03-141-0/+12
* llvm: convert makefiles to support multilib buildColin Cross2014-02-061-18/+8
* [MIPS64] Temporary placeholder build, to allow other projects to buildDuane Sand2014-02-051-2/+3
* llvm: rename aarch64 target to arm64Colin Cross2014-01-231-3/+3
* AArch64: Temporarily disable AArch64 buildSerban Constantinescu2013-12-111-0/+4
* am 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid early fail on x32 or x86_6...Stephen Hines2013-09-231-1/+1
|\
| * x86_64/x32: Avoid early fail on x32 or x86_64 buildPavel Chupin2013-09-201-1/+1
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-071-5/+4
|\ \
| * | 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
* | | Update LLVM for merge to r183849.Stephen Hines2013-06-131-0/+1
* | | Update LLVM for merge to r180947.Stephen Hines2013-05-061-0/+1
* | | Merge remote-tracking branch 'upstream/master' into merge-20130502Stephen Hines2013-05-024-6/+7
|\ \ \ | |/ / | | / | |/ |/|
| * 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
* | Fix dependencies for llc/ARMAsmPrinter.Stephen Hines2013-02-261-0/+1
* | Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-211-216/+33
|\ \ | |/
| * 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
* | Fix broken dependency for x86 llc.Stephen Hines2012-10-311-1/+1