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
/
Instrumentation
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2012-03-14
[asan] rename class BlackList to FunctionBlackList and move it into a separat...
Kostya Serebryany
2012-02-13
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-16
AddressSanitizer, first commit (compiler module only)
Kostya Serebryany
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-04-16
Fix cmake build.
Rafael Espindola
2011-04-12
lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix u...
NAKAMURA Takumi
2011-01-29
Implementation of path profiling.
Andrew Trick
2010-10-07
Add initialization routines for Instrumentation.
Owen Anderson
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-01-02
remove the random sampling framework, which is not maintained anymore.
Chris Lattner
2009-09-04
Converted MaximumSpanningTree algorithm to a generic template, this could go
Andreas Neustifter
2009-09-01
OptimalEdgeProfiling: Creation of profiles.
Andreas Neustifter
2009-09-01
Update CMake files.
Ted Kremenek
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes