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
Age
Commit message (
Expand
)
Author
2012-02-14
[tsan] fix compiler warnings
Kostya Serebryany
2012-02-13
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-08
[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...
Kostya Serebryany
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-01
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-01-31
eliminate the "string" form of ConstantArray::get, using
Chris Lattner
2012-01-30
[asan] fix the ObjC support (asan Issue #33)
Kostya Serebryany
2012-01-30
Fix compilation of ASan tests on OS X Lion (see http://code.google.com/p/addr...
Alexander Potapenko
2012-01-28
[asan] correctly use ConstantExpr::getGetElementPtr. Catch by NAKAMURA Takumi
Kostya Serebryany
2012-01-24
[asan] enable asan only for the functions that have Attribute::AddressSafety
Kostya Serebryany
2012-01-23
Implemented AddressSanitizer::getPassName()
Alexander Potapenko
2012-01-11
[asan] extend the workaround for http://llvm.org/bugs/show_bug.cgi?id=11395: ...
Kostya Serebryany
2012-01-06
[asan] cleanup: remove the SIGILL-related code (compiler part)
Kostya Serebryany
2011-12-15
[asan] add the name of the module to the description of a global variable. Th...
Kostya Serebryany
2011-12-15
[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...
Kostya Serebryany
2011-12-14
[asan] remove .preinit_array from the compiler module (it breaks .so builds)....
Kostya Serebryany
2011-12-13
[asan] report an error if blacklist file contains a malformed regex. fixes as...
Kostya Serebryany
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
[asan] use .preinit_array only on linux
Kostya Serebryany
2011-12-09
[asan] call __asan_init from .preinit_array. This simplifies __asan_init vs m...
Kostya Serebryany
2011-12-06
Expose a switch for the new gcov format.
Nick Lewycky
2011-12-01
[asan] two minor fixes: use UnreachableInst after the neverreturn function ca...
Kostya Serebryany
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-27
Place the "cfg checksum" around a test. This was recently added in April 2011 to
Nick Lewycky
2011-11-23
[asan] do not instrument threadlocal globals, this is buggy
Kostya Serebryany
2011-11-18
[asan] workaround for reg alloc bug 11395: don't instrument functions with la...
Kostya Serebryany
2011-11-17
quick fix: remove GlobalVariable::GlobalVariable mistakenly commited at r1449...
Kostya Serebryany
2011-11-17
fall back to explicit list of allowed linkages when instrumenting globals in ...
Kostya Serebryany
2011-11-16
AddressSanitizer, first commit (compiler module only)
Kostya Serebryany
2011-11-15
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-09-20
If simple ownership works then friendship is not required.
Devang Patel
2011-09-20
Update GCOVLines to provide interfaces to write line table and calculate comp...
Devang Patel
2011-09-20
Update comment.
Devang Patel
2011-09-20
Use StringRef instead of std::string.
Devang Patel
2011-09-20
Eliminate unnecessary copy of FileName from GCOVLines.
Devang Patel
2011-09-20
There is no need to write a local utility routine to find subprogram info if ...
Devang Patel
2011-08-25
When inserting new instructions, use getFirstInsertionPt instead of
Bill Wendling
2011-08-18
The edge from DISubprogram to DICompileUnit has been removed in recent versions
Nick Lewycky
2011-08-17
Do not use DebugInfoFinder. Extract debug info directly from llvm.dbg.cu name...
Devang Patel
2011-08-16
Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>'
Bill Wendling
2011-08-16
A few places where we want to skip the landingpad instruction for insertion.
Bill Wendling
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-26
Use the correct for for the version. It's little endian and my brain is
Bill Wendling
2011-07-25
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-22
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
Jay Foad
2011-07-21
Convert ConstantExpr::getGetElementPtr and
Jay Foad
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
[next]