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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-06-10
Fix the ninja build by adding naclbitreader to dependencies.
Jim Stichnoth
2013-05-24
Allow generation of pnacl bitcode files in several llvm commnads.
Karl Schimpf
2013-04-18
Fix CMake build
Derek Schuff
2013-04-04
Don't export symbols in every binary on linux.
Rafael Espindola
2013-03-26
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-01-28
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-02-01
Add a basic-block autovectorization pass.
Hal Finkel
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2009-10-22
nothing opt uses can throw, remove the try block and -fexceptions when
Chris Lattner
2009-09-03
Use IRReader.h in opt, to support reading of LLVM Assembly files directly.
Dan Gohman
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes