aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/opt
AgeCommit message (Expand)AuthorFilesLines
2013-12-07Merging r196294:Bill Wendling1-2/+14
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
2013-01-28Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman4-3/+4
2013-01-19Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth1-1/+1
2013-01-11Added -view-callgraph module pass.Andrew Trick1-72/+1
2013-01-10Fix #includes after my last commit.Jakub Staszak1-1/+1
2013-01-07Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth1-1/+1
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth1-5/+3
2013-01-05Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth1-2/+2
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth4-6/+6
2013-01-02Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth1-1/+1
2013-01-01Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem1-8/+8
2012-12-11llvm/tools: Add #include "llvm/TargetTransformInfo.h"NAKAMURA Takumi1-0/+1
2012-12-04Sort the #include lines for tools/...Chandler Carruth4-26/+26
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas1-2/+0
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson1-0/+2
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson1-2/+0
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson1-0/+2
2012-10-24Opt does not need to initialize the Asm printer/parserNadav Rotem1-2/+0
2012-10-24Opt needs to initialize the different targets.Nadav Rotem1-0/+6
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem4-3/+81
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson4-81/+3
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem4-3/+81
2012-10-08Move TargetData to DataLayout.Micah Villmow1-6/+6
2012-09-01Code cleanup: tools/opt/opt.cppLogan Chien1-4/+0