projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Make it explicit that ExecutionEngine takes ownership of the modules.
[oota-llvm.git]
/
tools
/
opt
/
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-05
Rafael Espindola
Don't internalize all but main by default.
tree
|
commitdiff
2014-06-13
Tobias Grosser
opt: Initialize asm printers
tree
|
commitdiff
2014-04-29
Benjamin Kramer
raw_ostream: Forward declare OpenFlags and include...
tree
|
commitdiff
2014-04-25
Duncan P. N. Exon...
SCC: Change clients to use const, NFC
tree
|
commitdiff
2014-04-25
Craig Topper
[C++] Use 'nullptr'. Tools edition.
tree
|
commitdiff
2014-04-21
Chandler Carruth
[PM] Add a new-PM-style CGSCC pass manager using the...
tree
|
commitdiff
2014-04-21
Chandler Carruth
[PM] Wire the analysis passes (such as they are) into...
tree
|
commitdiff
2014-04-21
Chandler Carruth
[PM] Add a nice low-tech registry of passes as a boring...
tree
|
commitdiff
2014-04-17
Tim Northover
Atomics: promote ARM's IR-based atomics pass to CodeGen.
tree
|
commitdiff
2014-04-15
Duncan P. N. Exon...
verify-di: Implement DebugInfoVerifier
tree
|
commitdiff
2014-03-14
Sebastian Pop
static link polly into tools
tree
|
commitdiff
2014-03-12
Eli Bendersky
Move duplicated code into a helper function (exposed...
tree
|
commitdiff
2014-03-09
Chandler Carruth
[PM] Switch new pass manager from polymorphic_ptr to...
tree
|
commitdiff
2014-03-09
Chandler Carruth
[C++11] Add range based accessors for the Use-Def chain...
tree
|
commitdiff
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Move DebugInfo.h into the IR library where...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move the PassNameParser to the IR library...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move CFG.h to the IR library as it defines...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move CallSite into the IR library where it...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[cleanup] Re-sort all the includes with utils/sort_incl...
tree
|
commitdiff
2014-02-25
Rafael Espindola
Use DataLayout from the module when easily available.
tree
|
commitdiff
2014-02-25
Rafael Espindola
Store a DataLayout in Module.
tree
|
commitdiff
2014-02-25
Rafael Espindola
Make DataLayout a plain object, not a pass.
tree
|
commitdiff
2014-02-24
Rafael Espindola
Replace the F_Binary flag with a F_Text one.
tree
|
commitdiff
2014-02-22
Quentin Colombet
[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
tree
|
commitdiff
2014-02-21
Rafael Espindola
One last pass of DataLayout variable renaming.
tree
|
commitdiff
2014-02-19
Eli Bendersky
Refactor TargetOptions initialization into a single...
tree
|
commitdiff
2014-02-12
Eli Bendersky
Move more self-contained functionality away from tools...
tree
|
commitdiff
2014-02-10
Eli Bendersky
Move the *PassPrinter into their own module.
tree
|
commitdiff
2014-02-06
Chandler Carruth
[PM] Add a new "lazy" call graph analysis pass for...
tree
|
commitdiff
2014-02-06
Chandler Carruth
[PM] Back out one hunk of the patch in r200901 that...
tree
|
commitdiff
2014-02-06
Chandler Carruth
[PM] Wire up the analysis managers in the opt driver...
tree
|
commitdiff
2014-02-04
Duncan P. N. Exon...
cleanup: scc_iterator consumers should use isAtEnd
tree
|
commitdiff
2014-01-20
NAKAMURA Takumi
Whitespace.
tree
|
commitdiff
2014-01-20
Chandler Carruth
[PM] Wire up the Verifier for the new pass manager...
tree
|
commitdiff
2014-01-16
Quentin Colombet
[opt][PassInfo] Allow opt to run passes that need targe...
tree
|
commitdiff
2014-01-13
Chandler Carruth
[PM] Split DominatorTree into a concrete analysis resul...
tree
|
commitdiff
2014-01-13
Chandler Carruth
[cleanup] Move the Dominators.h and Verifier.h headers...
tree
|
commitdiff
2014-01-13
Chandler Carruth
[PM] Wire up support for writing bitcode with new PM.
tree
|
commitdiff
2014-01-13
Chandler Carruth
[PM] Wire up support for printing assembly output from...
tree
|
commitdiff
2014-01-13
Chandler Carruth
[PM] Add an enum for describing the desired output...
tree
|
commitdiff
2014-01-12
Chandler Carruth
[PM] Add module and function printing passes for the...
tree
|
commitdiff
2014-01-12
Chandler Carruth
[PM] Simplify the interface exposed for IR printing...
tree
|
commitdiff
2014-01-12
Chandler Carruth
[PM] Rename the IR printing pass header to a more gener...
tree
|
commitdiff
2014-01-12
Chandler Carruth
[PM] Fix a bunch of bugs I spotted by inspection when...
tree
|
commitdiff
2014-01-12
Chandler Carruth
[PM] Add support for parsing function passes and functi...
tree
|
commitdiff
2014-01-11
Chandler Carruth
[PM] Actually nest pass managers correctly when parsing...
tree
|
commitdiff
2014-01-11
Chandler Carruth
[PM] Add names to passes under the new pass manager...
tree
|
commitdiff
2014-01-11
Chandler Carruth
[PM] Add (very skeletal) support to opt for running...
tree
|
commitdiff
2014-01-07
Chandler Carruth
Move the LLVM IR asm writer header files into the IR...
tree
|
commitdiff
2013-12-30
Nico Weber
Port r198087 and r198089 (strip dead code by default...
tree
|
commitdiff
2013-12-27
Nico Weber
Strip dead code when linking by default with BFD ld...
tree
|
commitdiff
2013-12-10
NAKAMURA Takumi
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
tree
|
commitdiff
2013-12-05
Renato Golin
Add #pragma vectorize enable/disable to LLVM
tree
|
commitdiff
2013-12-03
Arnold Schwaighofer
opt: Mirror vectorization presets of clang
tree
|
commitdiff
2013-11-27
Chandler Carruth
[PM] Remove the underspecified 'getRoot' method from...
tree
|
commitdiff
2013-11-26
Chandler Carruth
[PM] Split the CallGraph out from the ModulePass which...
tree
|
commitdiff
2013-10-10
Manman Ren
Debug Info: In DIBuilder, the context field of subprogr...
tree
|
commitdiff
2013-10-09
Greg Bedwell
Test commit. Remove whitespace from otherwise empty...
tree
|
commitdiff
2013-09-18
Craig Topper
Lift alignment restrictions for load/store folding...
tree
|
commitdiff
2013-09-09
Manman Ren
Debug Info: Use DIScopeRef for DIType::getContext.
tree
|
commitdiff
2013-08-28
Hal Finkel
Disable unrolling in the loop vectorizer when disabled...
tree
|
commitdiff
2013-08-13
Arnold Schwaighofer
Remove logic that decides whether to vectorize or not...
tree
|
commitdiff
2013-08-01
Bill Wendling
Use function attributes to indicate that we don't want...
tree
|
commitdiff
2013-07-27
Tom Stellard
SimplifyCFG: Use parallel-and and parallel-or mode...
tree
|
commitdiff
2013-07-25
Bill Wendling
Replace the "NoFramePointerElimNonLeaf" target option...
tree
|
commitdiff
2013-07-22
Bill Wendling
Recommit r186217 with testcase fix:
tree
|
commitdiff
2013-07-16
Rafael Espindola
Add a wrapper for open.
tree
|
commitdiff
2013-07-13
Chandler Carruth
Revert commit r186217 -- this is breaking bots:
tree
|
commitdiff
2013-07-12
Bill Wendling
Use the function attributes to pass along the stack...
tree
|
commitdiff
2013-06-28
Manman Ren
Debug Info: clean up usage of Verify.
tree
|
commitdiff
2013-06-26
Eric Christopher
Revert "Debug Info: clean up usage of Verify." as it...
tree
|
commitdiff
2013-06-26
Manman Ren
Debug Info: clean up usage of Verify.
tree
|
commitdiff
2013-06-20
Meador Inge
Remove the simplify-libcalls pass (finally)
tree
|
commitdiff
2013-05-08
Daniel Malea
Add DebugIR pass -- emits IR file and replace source...
tree
|
commitdiff
2013-04-15
Eric Christopher
Revert "Recommit r179497 after fixing uninitialized...
tree
|
commitdiff
2013-04-15
Eric Christopher
Recommit r179497 after fixing uninitialized variable.
tree
|
commitdiff
2013-04-14
Eric Christopher
Revert "Remove some unused triple and data layout."
tree
|
commitdiff
2013-04-14
Eric Christopher
If we've specified a triple on the command line then...
tree
|
commitdiff
2013-04-12
Andy Gibbs
Replace uses of the deprecated std::auto_ptr with Ownin...
tree
|
commitdiff
2013-04-04
Rafael Espindola
Don't export symbols in every binary on linux.
tree
|
commitdiff
2013-03-26
Chandler Carruth
Manually update the dependencies in the Makefiles....
tree
|
commitdiff
2013-03-26
Chandler Carruth
Split out the IRReader header and the utility functions...
tree
|
commitdiff
2013-01-28
Michael Gottesman
Extracted ObjCARC.cpp into its own library libLLVMObjCA...
tree
|
commitdiff
2013-01-19
Chandler Carruth
Sort all of the includes. Several files got checked...
tree
|
commitdiff
2013-01-11
Andrew Trick
Added -view-callgraph module pass.
tree
|
commitdiff
2013-01-10
Jakub Staszak
Fix #includes after my last commit.
tree
|
commitdiff
2013-01-07
Chandler Carruth
Move CallGraphSCCPass.h into the Analysis tree; that...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Switch TargetTransformInfo from an immutable analysis...
tree
|
commitdiff
2013-01-05
Chandler Carruth
Convert the TargetTransformInfo from an immutable pass...
tree
|
commitdiff
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
tree
|
commitdiff
2013-01-02
Chandler Carruth
Sort a few more #include lines in tools/... unittests...
tree
|
commitdiff
2013-01-01
Nadav Rotem
Make opt grab the triple from the module and use it...
tree
|
commitdiff
2012-12-11
NAKAMURA Takumi
llvm/tools: Add #include "llvm/TargetTransformInfo.h"
tree
|
commitdiff
2012-12-04
Chandler Carruth
Sort the #include lines for tools/...
tree
|
commitdiff
2012-11-29
Pedro Artigas
One more step towards making doInitialization and doFin...
tree
|
commitdiff
2012-11-27
Owen Anderson
Revert r168635 "Step towards implementation of pass...
tree
|
commitdiff
2012-11-26
Owen Anderson
Step towards implementation of pass manager with doInit...
tree
|
commitdiff
next