summaryrefslogtreecommitdiff
path: root/tools/opt
AgeCommit message (Expand)AuthorFilesLines
2014-01-20Whitespace.NAKAMURA Takumi1-3/+3
2014-01-20[PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth5-15/+47
2014-01-16[opt][PassInfo] Allow opt to run passes that need target machine.Quentin Colombet1-1/+3
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-3/+2
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2-2/+2
2014-01-13[PM] Wire up support for writing bitcode with new PM.Chandler Carruth2-2/+4
2014-01-13[PM] Wire up support for printing assembly output from the opt command.Chandler Carruth1-3/+16
2014-01-13[PM] Add an enum for describing the desired output strategy, and runChandler Carruth3-5/+20
2014-01-12[PM] Add module and function printing passes for the new pass manager.Chandler Carruth1-0/+12
2014-01-12[PM] Simplify the interface exposed for IR printing passes.Chandler Carruth1-2/+2
2014-01-12[PM] Rename the IR printing pass header to a more generic and correctChandler Carruth1-1/+1
2014-01-12[PM] Fix a bunch of bugs I spotted by inspection when working on thisChandler Carruth1-13/+15
2014-01-12[PM] Add support for parsing function passes and function pass managerChandler Carruth1-4/+81
2014-01-11[PM] Actually nest pass managers correctly when parsing the passChandler Carruth1-1/+7
2014-01-11[PM] Add names to passes under the new pass manager, and a debug outputChandler Carruth1-0/+1
2014-01-11[PM] Add (very skeletal) support to opt for running the new passChandler Carruth6-1/+259
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/+18
2013-12-05Add #pragma vectorize enable/disable to LLVMRenato Golin1-2/+8
2013-12-03opt: Mirror vectorization presets of clangArnold Schwaighofer1-2/+14
2013-11-27[PM] Remove the underspecified 'getRoot' method from CallGraph. It'sChandler Carruth1-3/+3
2013-11-26[PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2-4/+4
2013-10-10Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren1-1/+1
2013-10-09Test commit. Remove whitespace from otherwise empty lines.Greg Bedwell1-2/+2
2013-09-18Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...Craig Topper1-0/+1
2013-09-09Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren1-1/+7
2013-08-28Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel1-3/+9
2013-08-13Remove logic that decides whether to vectorize or not depending on O-levelsArnold Schwaighofer1-0/+2
2013-08-01Use function attributes to indicate that we don't want to realign the stack.Bill Wendling1-1/+0
2013-07-27SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard1-0/+3
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/+2
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-28Debug Info: clean up usage of Verify.Manman Ren1-2/+5
2013-06-26Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher1-2/+2
2013-06-26Debug Info: clean up usage of Verify.Manman Ren1-2/+2
2013-06-20Remove the simplify-libcalls pass (finally)Meador Inge1-2/+0
2013-05-08Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea1-0/+1
2013-04-15Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher1-16/+14
2013-04-15Recommit r179497 after fixing uninitialized variable.Eric Christopher1-14/+16
2013-04-14Revert "Remove some unused triple and data layout."Eric Christopher1-16/+13
2013-04-14If we've specified a triple on the command line then go aheadEric Christopher1-13/+16
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs1-2/+2
2013-04-04Don't export symbols in every binary on linux.Rafael Espindola1-0/+1
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