projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodes
[oota-llvm.git]
/
tools
/
opt
/
2015-01-24
Chandler Carruth
[PM] Port LowerExpectIntrinsic to the new pass manager.
tree
|
commitdiff
2015-01-24
Chandler Carruth
[PM] Port instcombine to the new pass manager!
tree
|
commitdiff
2015-01-24
Chandler Carruth
[PM] Rework how the TargetLibraryInfo pass integrates...
tree
|
commitdiff
2015-01-22
Chandler Carruth
[PM] Actually add the new pass manager support for...
tree
|
commitdiff
2015-01-20
Chandler Carruth
[PM] Port LoopInfo to the new pass manager, adding...
tree
|
commitdiff
2015-01-15
Chandler Carruth
[PM] Port TargetLibraryInfo to the new pass manager...
tree
|
commitdiff
2015-01-15
Chandler Carruth
[PM] Separate the TargetLibraryInfo object from the...
tree
|
commitdiff
2015-01-15
Chandler Carruth
[PM] Move TargetLibraryInfo into the Analysis library.
tree
|
commitdiff
2015-01-14
Chandler Carruth
[cleanup] Re-sort all the #include lines in LLVM using
tree
|
commitdiff
2015-01-14
Chandler Carruth
[PM] Port domtree to the new pass manager (at last).
tree
|
commitdiff
2015-01-13
Chandler Carruth
[PM] Push the debug option for the new pass manager...
tree
|
commitdiff
2015-01-13
Chandler Carruth
[PM] Fold all three analysis managers into a single...
tree
|
commitdiff
2015-01-07
Chandler Carruth
[PM] Give slightly less horrible names to the utility...
tree
|
commitdiff
2015-01-06
Chandler Carruth
[PM] Hide a function we only use in an assert behind...
tree
|
commitdiff
2015-01-06
Chandler Carruth
[PM] Introduce a utility pass that preserves no analyses.
tree
|
commitdiff
2015-01-06
Chandler Carruth
[PM] Simplify how we parse the outer layer of the pass...
tree
|
commitdiff
2015-01-06
Chandler Carruth
[PM] Add a utility pass template that synthesizes the...
tree
|
commitdiff
2015-01-06
Chandler Carruth
[PM] Simplify how we use the registry by including...
tree
|
commitdiff
2015-01-06
Chandler Carruth
[PM] Add a collection of no-op analysis passes and...
tree
|
commitdiff
2015-01-06
Chandler Carruth
[PM] Sink the no-op pass parsing logic into the .def...
tree
|
commitdiff
2015-01-06
Chandler Carruth
[PM] Move the analysis registry into the Passes.cpp...
tree
|
commitdiff
2015-01-06
Chandler Carruth
[PM] Add a utility to the new pass manager for generati...
tree
|
commitdiff
2015-01-05
Chandler Carruth
[PM] Switch the new pass manager to use a reference...
tree
|
commitdiff
2015-01-05
Chandler Carruth
[PM] Wire up support for explicitly running the verifie...
tree
|
commitdiff
2014-12-12
Craig Topper
Use make_unique instead of reset() and 'new'
tree
|
commitdiff
2014-12-12
Craig Topper
Use range-based for loop.
tree
|
commitdiff
2014-12-12
Craig Topper
Remove unnecessary calls to unique_ptr::get.
tree
|
commitdiff
2014-11-29
Duncan P. N. Exon...
DebugIR: Delete -debug-ir
tree
|
commitdiff
2014-11-19
David Blaikie
Make StringSet::insert return pair<iterator, bool>...
tree
|
commitdiff
2014-11-11
Duncan P. N. Exon...
Revert "IR: MDNode => Value"
tree
|
commitdiff
2014-11-07
Saleem Abdulrasool
Transform: add SymbolRewriter pass
tree
|
commitdiff
2014-11-05
Duncan P. N. Exon...
IR: MDNode => Value: NamedMDNode::getOperator()
tree
|
commitdiff
2014-10-16
Rafael Espindola
Delete -std-compile-opts.
tree
|
commitdiff
2014-09-10
Rafael Espindola
Add doInitialization/doFinalization to DataLayoutPass.
tree
|
commitdiff
2014-08-26
Rafael Espindola
Return a std::unique_ptr from the IRReader.h functions...
tree
|
commitdiff
2014-08-25
Rafael Espindola
Modernize raw_fd_ostream's constructor a bit.
tree
|
commitdiff
2014-08-21
Robin Morisset
Rename AtomicExpandLoadLinked into AtomicExpand
tree
|
commitdiff
2014-08-21
Rafael Espindola
Move some logic to populateLTOPassManager.
tree
|
commitdiff
2014-08-21
Rafael Espindola
llvm-gcc is dead.
tree
|
commitdiff
2014-08-21
Rafael Espindola
Handle inlining in populateLTOPassManager like in popul...
tree
|
commitdiff
2014-08-21
Rafael Espindola
Move DisableGVNLoadPRE from populateLTOPassManager...
tree
|
commitdiff
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
next