- Apr 06, 2012
-
-
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
-
Chandler Carruth authored
I cannot build any part of this successfully on either Linux or Darwin, and the replacement is worlds simpler by requiring that this be built as a subproject of LLVM. If this breaks you for any reason, please let me know, and let me know what your use case is. llvm-svn: 154059
-
- Apr 04, 2012
-
-
Alexey Samsonov authored
llvm-svn: 154006
-
- Mar 30, 2012
-
-
Benjamin Kramer authored
- Add memcpy and memcmp to the stub headers. - __uint128_t is not available on 32 bit platforms. It's also unused so just comment it out for now. llvm-svn: 153779
-
Alexander Potapenko authored
llvm-svn: 153762
-
David Chisnall authored
llvm-svn: 153735
-
- 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
-
Alexey Samsonov authored
llvm-svn: 153178
-
Evgeniy Stepanov authored
At the moment, asan internal Printf() uses %l modifier for printing values of size_t and related types. This works, because we control both the implementation of Printf and all its uses, but can be a little misleading. This change adds support for %z to Printf(). All callers that print sizes and pointers as integers are switched to %zu / %zx. llvm-svn: 153177
-
Alexander Potapenko authored
llvm-svn: 153175
-