- Dec 13, 2012
-
-
Patrik Hagglund authored
llvm-svn: 170148
-
Rafael Espindola authored
Patch by Martin Nowack. llvm-svn: 170147
-
rdar://problem/12700464Enrico Granata authored
Fixing an issue where errors in command files sourced as arguments to command-line lldb (e.g. ./lldb -s foo.cmd) would not be shown to the user llvm-svn: 170146
-
Sean Silva authored
llvm-svn: 170145
-
Dmitri Gribenko authored
Replaces old Pentium 4 documentation link with generic current documentation link. Patch by Kevin Schoedel. llvm-svn: 170144
-
Nadav Rotem authored
llvm-svn: 170143
-
Tom Stellard authored
Patch by: NAKAMURA Takumi llvm-svn: 170142
-
Bill Schmidt authored
avoiding use of machine operand flags. No change in observable behavior, so no new test cases. llvm-svn: 170141
-
Patrik Hagglund authored
EVT. Accordingly, change RegDefIter to contain MVTs instead of EVTs. llvm-svn: 170140
-
Jordan Rose authored
Thanks for the -Wdocumentation catch, Dmitri! llvm-svn: 170139
-
Sebastian Pop authored
llvm-svn: 170138
-
NAKAMURA Takumi authored
Thanks to Saleem Abdulrasool, aka compnerd! llvm-svn: 170136
-
Roman Divacky authored
specifies not to. Dont build ASTMatchers with Rewriter disabled and StaticAnalyzer when it's disabled. Without all those three, the clang binary shrinks (x86_64) from ~36MB to ~32MB (unstripped). llvm-svn: 170135
-
Roman Divacky authored
in clang. The default remains to build those. llvm-svn: 170134
-
Dmitri Gribenko authored
llvm-svn: 170133
-
Dmitri Gribenko authored
Patch by Anastasi Voitova with with small fixes by me. llvm-svn: 170132
-
Dmitry Vyukov authored
llvm-svn: 170131
-
Joel Jones authored
llvm-svn: 170130
-
NAKAMURA Takumi authored
llvm-svn: 170129
-
NAKAMURA Takumi authored
This assumes (1 << n) is always not zero. Consider n is greater than word size. Although I know it is undefined, this transforms undefined behavior hidden. This led clang unexpected behavior with some failures. I will investigate to fix undefined shl in clang. llvm-svn: 170128
-
Alexander Kornienko authored
Patch contributed by Philip Craig! llvm-svn: 170127
-
Dmitri Gribenko authored
to package reST-formatted documentation. llvm-svn: 170126
-
Guy Benyei authored
Remove little endian specification from SPIR data layout - SPIR doesn't define endiannes in the data layout. llvm-svn: 170125
-
Kostya Serebryany authored
llvm-svn: 170124
-
Alexey Samsonov authored
llvm-svn: 170123
-
Kostya Serebryany authored
[asan] extend overflow-in-qsort.cc to check both unwind kinds. One more test for SlowUnwind. Move both to Linux dir (no slow unwind on Mac) llvm-svn: 170122
-
Alexey Samsonov authored
llvm-svn: 170121
-
Alexey Samsonov authored
llvm-svn: 170120
-
Kostya Serebryany authored
llvm-svn: 170119
-
Kostya Serebryany authored
llvm-svn: 170118
-
Kostya Serebryany authored
[asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to allow using the slow CFI-based unwinder llvm-svn: 170117
-
Dmitry Vyukov authored
seems to cause some weird stack overflow llvm-svn: 170116
-
Alexey Samsonov authored
[Sanitizer] Add new header - sanitizer_platform_interceptors.h, which should define whether or not given function should be intercepted on a given platform. llvm-svn: 170115
-
Alexey Samsonov authored
llvm-svn: 170114
-
Dmitry Vyukov authored
llvm-svn: 170113
-
Alexey Samsonov authored
llvm-svn: 170112
-
Kostya Serebryany authored
llvm-svn: 170111
-
Richard Smith authored
llvm-svn: 170110
-
Richard Smith authored
llvm-svn: 170109
-
Richard Smith authored
bit-patterns which are not valid values for enumerated or boolean types. These checks are the ubsan analogue of !range metadata. llvm-svn: 170108
-