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
/
lib
/
Transforms
/
IPO
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-12
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-08-03
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
Bill Wendling
2011-08-02
Move methods in PassManagerBuilder offline.
Rafael Espindola
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-04-11
remove the StructRetPromotion pass. It is unused, not maintained and
Chris Lattner
2011-01-16
remove the partial specialization pass. It is unmaintained and has bugs.
Chris Lattner
2010-09-28
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
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
2010-04-14
IPO needs ScalarOpts and InstCombine in its libs
Tobias Grosser
2009-10-24
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-18
remove the IndMemRemPass, which only made sense for when malloc/free were int...
Chris Lattner
2009-07-21
Update CMake files.
Ted Kremenek
2009-06-14
Fix CMake build. Patch from Ingmar Vanhassel.
Torok Edwin
2008-12-31
Rename AddReadAttrs to FunctionAttrs, and teach it how
Duncan Sands
2008-11-02
CMake: added a source file.
Oscar Fuentes
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes