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-06-25
PNaCl ABI: Disallow various operations on the i1 type
Mark Seaborn
2013-06-19
Rewrite llvm.flt.rounds to "1" for now, and disallow llvm.flt.rounds.
Jan Voung
2013-06-10
Fix the ninja build by adding naclbitreader to dependencies.
Jim Stichnoth
2013-06-07
Add CL argument -bitcode-format to llvm-dis, llc, and pnacl-llc.
Karl Schimpf
2013-06-05
PNaCl ABI: Strip out attributes on functions and function calls
Mark Seaborn
2013-06-05
Change CL flag -pnacl-freeze to -bitcode-format={llvm,pnacl}.
Karl Schimpf
2013-05-30
PNaCl: Add a pass to expand out Clang's use of registers of struct type
Mark Seaborn
2013-05-29
PNaCl: Add ExpandSmallArguments pass to widen parameters to 32 bits
Mark Seaborn
2013-05-28
PNaCl: Extend ExpandMulWithOverflow pass to handle uadd.with.overflow too
Mark Seaborn
2013-05-28
Add two passes that implement conversions from PNaCl's specific intrinsics
Eli Bendersky
2013-05-24
PNaCl: Add "-pnacl-abi-simplify-{pre,post}opt" meta-passes to "opt"
Mark Seaborn
2013-05-24
PNaCl: Add pass to expand out Clang-generated umul.with.overflow calls
Mark Seaborn
2013-05-24
Allow generation of pnacl bitcode files in several llvm commnads.
Karl Schimpf
2013-05-22
PNaCl: Add ReplacePtrsWithInts pass for stripping out pointer types
Mark Seaborn
2013-05-14
Adding a pass - RewritePNaClLibraryCalls, that replaces known library calls w...
Eli Bendersky
2013-05-10
PNaCl ABI: Promote illegal integer types
Derek Schuff
2013-05-08
Insert denominator zero checks for NaCl
David Sehr
2013-04-23
PNaCl: Add ExpandByVal pass for expanding out by-value struct args and results
Mark Seaborn
2013-04-23
PNaCl: Add FlattenGlobals pass for simplifying global variable initializers
Mark Seaborn
2013-04-22
Fix bot build of translator, renormalize CMakeLists/LLVMBuild.txt/Makefile
Derek Schuff
2013-04-18
Fix CMake build
Derek Schuff
2013-04-01
PNaCl: Allow the ABI checker to be used from "opt"
Mark Seaborn
2013-03-28
Add a pass to strip bitcode metadata.
Jan Voung
2013-03-26
PNaCl: Add ExpandGetElementPtr pass for converting GetElementPtr to arithmetic
Mark Seaborn
2013-03-25
PNaCl ABI: add passes to cleanup/finalize some linkage types and resolve alia...
Derek Schuff
2013-03-21
PNaCl: Add ExpandVarArgs pass for expanding out variable-args function calls
Mark Seaborn
2013-03-20
Merge remote-tracking branch 'origin/master'
Eli Bendersky
2013-03-15
PNaCl: Add ExpandConstantExpr pass for converting ConstantExprs to Instructions
Mark Seaborn
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-28
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
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
[next]