aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt
Commit message (Expand)AuthorAgeFilesLines
* Fix Android.mk files for plugins on darwin.Stephen Hines2015-06-081-0/+4
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-184-28/+68
* Export all dynamic symbols for opt and bugpointPirama Arumuga Nainar2015-04-301-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-099-618/+18
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-236-165/+324
* Build opt for the device.Tim Murray2014-12-191-0/+16
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-024-79/+29
* Update LLVM for rebase to r212749.Stephen Hines2014-07-212-0/+2
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-46/+47
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-295-27/+225
* Update to LLVM 3.5a.Stephen Hines2014-04-2416-364/+981
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-111-5/+32
|\
| * Merging r196294:Bill Wendling2013-12-071-2/+14
| * Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-101-1/+1
| * Test commit. Remove whitespace from otherwise empty lines.Greg Bedwell2013-10-091-2/+2
| * Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...Craig Topper2013-09-181-0/+1
| * Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-091-1/+7
| * Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-281-3/+9
| * Remove logic that decides whether to vectorize or not depending on O-levelsArnold Schwaighofer2013-08-131-0/+2
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-071-9/+10
|\ \ | |/
| * Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-011-1/+0
| * SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-271-0/+3
| * 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/+2
| * 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
| * Debug Info: clean up usage of Verify.Manman Ren2013-06-281-2/+5
| * Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-261-2/+2
| * Debug Info: clean up usage of Verify.Manman Ren2013-06-261-2/+2
| * Remove the simplify-libcalls pass (finally)Meador Inge2013-06-201-2/+0
* | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612Stephen Hines2013-06-121-0/+1
|\ \ | |/
| * Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-081-0/+1
* | Merge remote-tracking branch 'upstream/master' into merge-20130502Stephen Hines2013-05-024-6/+8
|\ \ | |/
| * Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher2013-04-151-16/+14
| * Recommit r179497 after fixing uninitialized variable.Eric Christopher2013-04-151-14/+16
| * Revert "Remove some unused triple and data layout."Eric Christopher2013-04-141-16/+13
| * If we've specified a triple on the command line then go aheadEric Christopher2013-04-141-13/+16
| * Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-121-2/+2
| * Don't export symbols in every binary on linux.Rafael Espindola2013-04-041-0/+1
| * 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
* | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226Stephen Hines2013-03-055-76/+6
|\ \ | |/
| * Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-284-3/+4
| * Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+1
| * Added -view-callgraph module pass.Andrew Trick2013-01-111-72/+1
| * Fix #includes after my last commit.Jakub Staszak2013-01-101-1/+1
* | Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-217-35/+116
|\ \ | |/
| * Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-071-1/+1
| * Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-5/+3