- Apr 10, 2012
-
-
Alexander Potapenko authored
From now on we allow the clients to override signal handlers set by ASan, but print a warning in such a case. Remove the tests for signal() and sigaction(), because they made little sense even without this change. llvm-svn: 154390
-
- Apr 09, 2012
-
-
Alexey Samsonov authored
[ASan] remove dispatch.h header once again - it's not present on Leopard, and we don't want to break the build of compiler-rt there. See https://trac.macports.org/ticket/33362 llvm-svn: 154326
-
Timur Iskhodzhanov authored
llvm-svn: 154314
-
- Apr 06, 2012
-
-
Kostya Serebryany authored
llvm-svn: 154203
-
Kostya Serebryany authored
llvm-svn: 154201
-
Alexey Samsonov authored
llvm-svn: 154167
-
Kostya Serebryany authored
llvm-svn: 154159
-
- Apr 05, 2012
-
-
Timur Iskhodzhanov authored
llvm-svn: 154112
-
Timur Iskhodzhanov authored
llvm-svn: 154111
-
Timur Iskhodzhanov authored
llvm-svn: 154106
-
Kostya Serebryany authored
llvm-svn: 154097
-
Alexander Potapenko authored
per-thread stacks for signal handling. This allows to print more verbose error reports for stack overflows. llvm-svn: 154092
-
Alexander Potapenko authored
llvm-svn: 154091
-
Chandler Carruth authored
Some high-level notes: 1) An explicit goal is to support building compiler-rt as a subproject build, checked out into the projects/compiler-rt directory. There are many other possible ways of building the code here, but this is optimized for development on LLVM/Clang/compiler-rt, and incremental trial and testing of the toolchain. 2) The current support is targeted at Linux. I would love to see this generalized to other platforms, but for the sake of simplicity in testing, I'm focusing here first. Much of this patch was paired with Manuel, and I credit him with the majority of the work here. Some important caveats that I'll be working on in subsequent patches: 1) This uses the host compiler rather than using the just-built-clang. 2) Currently only x86 is supported. 3) Currently, none of the tests are built or run. 4) Uses CMake's builtin globbing which doesn't update correctly. 5) This is still turned off from LLVM's CMake build until these issues are addressed llvm-svn: 154060
-
- Apr 04, 2012
-
-
Alexey Samsonov authored
llvm-svn: 154006
-
- Mar 30, 2012
-
-
Alexander Potapenko authored
llvm-svn: 153762
-
- Mar 29, 2012
-
-
Alexander Potapenko authored
llvm-svn: 153641
-
Alexey Samsonov authored
llvm-svn: 153637
-
- Mar 28, 2012
-
-
Kostya Serebryany authored
llvm-svn: 153601
-
Kostya Serebryany authored
llvm-svn: 153586
-
- Mar 27, 2012
-
-
Alexander Potapenko authored
llvm-svn: 153514
-
- Mar 26, 2012
-
-
Alexey Samsonov authored
llvm-svn: 153444
-
Evgeniy Stepanov authored
It's not available on Android. We only use this header to find out if _DYNAMIC is present; declaring it "extern void*" does the trick. llvm-svn: 153431
-
Alexey Samsonov authored
llvm-svn: 153430
-
- Mar 24, 2012
-
-
Alexey Samsonov authored
llvm-svn: 153379
-
Alexey Samsonov authored
llvm-svn: 153378
-
Alexey Samsonov authored
llvm-svn: 153377
-
Alexey Samsonov authored
llvm-svn: 153376
-
- Mar 23, 2012
-
-
Timur Iskhodzhanov authored
llvm-svn: 153333
-
Timur Iskhodzhanov authored
llvm-svn: 153332
-
Timur Iskhodzhanov authored
llvm-svn: 153327
-
- Mar 22, 2012
-
-
Alexander Potapenko authored
After the instructions are moved to the branch island, fixupInstructions() expands every 2-byte ja/je instruction with a 1-byte offset into a 6-byte ja/je with 32-bit offset. The offset is fixed to point to the original function. llvm-svn: 153249
-
- Mar 21, 2012
-
-
Kostya Serebryany authored
llvm-svn: 153190
-
Alexey Samsonov authored
llvm-svn: 153188
-
Alexey Samsonov authored
llvm-svn: 153187
-
Alexey Samsonov authored
llvm-svn: 153186
-
Alexey Samsonov authored
llvm-svn: 153183
-
Alexey Samsonov authored
llvm-svn: 153182
-
Alexey Samsonov authored
llvm-svn: 153180
-
Alexey Samsonov authored
llvm-svn: 153179
-