- Sep 17, 2010
-
-
Jim Grosbach authored
legacy asm printer uses instructions of the form, "mov r0, r0, lsl #3", while the MC-instruction printer uses the form "lsl r0, r0, #3". The latter mnemonic is correct and preferred according the ARM documentation (A8.6.98). The former are pseudo-instructions for the latter. llvm-svn: 114221
-
Evan Cheng authored
llvm-svn: 114220
-
Jakob Stoklund Olesen authored
llvm-svn: 114219
-
Jim Grosbach authored
llvm-svn: 114218
-
Douglas Gregor authored
llvm-svn: 114217
-
Jim Grosbach authored
llvm-svn: 114215
-
Jim Grosbach authored
llvm-svn: 114212
-
Jim Grosbach authored
llvm-svn: 114211
-
Johnny Chen authored
llvm-svn: 114210
-
-
Fariborz Jahanian authored
Fixes radar 8437253. llvm-svn: 114207
-
Jim Grosbach authored
llvm-svn: 114206
-
Oscar Fuentes authored
llvm-svn: 114205
-
Jim Grosbach authored
llvm-svn: 114204
-
Douglas Gregor authored
check for NULL and visit the InitListExpr we have if there is no syntactic form. llvm-svn: 114203
-
Dan Gohman authored
llvm-svn: 114202
-
Dan Gohman authored
This fixes rdar://8396318. llvm-svn: 114201
-
Jim Grosbach authored
llvm-svn: 114200
-
Jim Grosbach authored
llvm-svn: 114199
-
Dan Gohman authored
"inexact" result. llvm-svn: 114198
-
Dan Gohman authored
llvm-svn: 114197
-
Dan Gohman authored
llvm-svn: 114196
-
Jim Grosbach authored
llvm-svn: 114195
-
Johnny Chen authored
llvm-svn: 114194
-
Shantonu Sen authored
Rewrite linker arguments to use libclang_rt.cc_kext.a instead of gcc-specific libcc_kext.a Resolves Radar 7808495 llvm-svn: 114193
-
David Chisnall authored
Add a -ftrapv-handler= option which allows a handler to invoke instead of simply aborting when a signed operation overflows. This mirrors the (GCC-incompatible) behaviour from clang 1.0 and 1.1 when -ftrapv was specified, but allows the handler to be defined for each compilation unit. llvm-svn: 114192
-
Jim Grosbach authored
instruction lowering. llvm-svn: 114191
-
-
Gabor Greif authored
llvm-svn: 114189
-
Greg Clayton authored
use inside lldb (lldb_private::StreamFile, and lldb_private::StreamString). llvm-svn: 114188
-
Argyrios Kyrtzidis authored
This mainly prevents failures and/or crashes when multiple processes try to read/write the same PCH file. (rdar://8392711&8294781); suggestion & review by Daniel! llvm-svn: 114187
-
Duncan Sands authored
needs to find some libraries, which may require searching the directories given by LIBRARY_PATH on curiously configured systems. So pass on LIBRARY_PATH. llvm-svn: 114186
-
John McCall authored
llvm-svn: 114185
-
Daniel Dunbar authored
llvm-svn: 114184
-
Jim Grosbach authored
llvm-svn: 114183
-
Fariborz Jahanian authored
extension when missing LHS. This patch covers scalar conditionals only. Others are wip. (pr7726, radar 8353567). llvm-svn: 114182
-
Daniel Dunbar authored
llvm-svn: 114176
-
NAKAMURA Takumi authored
It is also workaround for PR7927. llvm-svn: 114175
-
Gabor Greif authored
the enclosing scope, which confuses gcc v3.4 to no end llvm-svn: 114174
-
NAKAMURA Takumi authored
llvm-svn: 114173
-