index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
opt
Age
Commit message (
Expand
)
Author
2013-01-19
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-11
Added -view-callgraph module pass.
Andrew Trick
2013-01-10
Fix #includes after my last commit.
Jakub Staszak
2013-01-07
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-05
Convert the TargetTransformInfo from an immutable pass with dynamic
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2013-01-01
Make opt grab the triple from the module and use it to initialize the target ...
Nadav Rotem
2012-12-11
llvm/tools: Add #include "llvm/TargetTransformInfo.h"
NAKAMURA Takumi
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
2012-11-29
PNaCl: Add ExpandTls pass for expanding out static TLS variables
Mark Seaborn
2012-11-29
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-27
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-26
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-15
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-10-25
Merge commit 'a8a0a155de16830b8fcab539ba2ec21de3145532'
Derek Schuff
2012-10-24
Opt does not need to initialize the Asm printer/parser
Nadav Rotem
2012-10-24
Opt needs to initialize the different targets.
Nadav Rotem
2012-10-23
Merge commit '92b0d8cf2c51debc7f4fb30a417ae839077a8ed0'
Derek Schuff
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Merge commit '3298959540ca744ec16b4c65db244534a929a862'
Derek Schuff
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-12
Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'
Derek Schuff
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-10
PNaCl: Add a pass to convert llvm.global_ctors to __init_array_start/end
Mark Seaborn
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-01
Code cleanup: tools/opt/opt.cpp
Logan Chien
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-05-16
Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the Clang
Chandler Carruth
2012-04-17
allow opt to take a -mtriple option
Joe Groff
2012-02-01
Add a basic-block autovectorization pass.
Hal Finkel
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-07
When doing "opt -O2" verify the bitcode like is done for
Duncan Sands
2011-11-15
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-11
LLVMBuild: Add description files for the LLVM tools.
Daniel Dunbar
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
2011-10-16
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-08-03
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
Bill Wendling
2011-08-02
move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,
Rafael Espindola
2011-06-06
We only do always-inlining at -O1; make opt reflect that.
Eli Friedman
2011-05-22
initialize and finalize function passes, pointed out by Cameron.
Chris Lattner
2011-05-22
switch opt to using PassManagerBuilder.h
Chris Lattner
2011-04-05
remove graphprinter support for domfrontier.
Chris Lattner
2011-04-05
Added *hidden* flags -print-options and -print-all-options so
Andrew Trick
2011-04-05
whitespace
Andrew Trick
2011-04-04
Update BreakpointPrinter to emit original function names only.
Devang Patel
[prev]
[next]