- Sep 20, 2011
-
-
Evan Cheng authored
Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 does not support Thumb2 dsp instructions. rdar://10152911. llvm-svn: 140181
-
Anna Zaks authored
llvm-svn: 140180
-
Chad Rosier authored
rdar://10125227 llvm-svn: 140179
-
Akira Hatanaka authored
llvm-svn: 140178
-
Bill Wendling authored
llvm-svn: 140177
-
Bill Wendling authored
llvm-svn: 140176
-
Richard Trieu authored
erronously trigger the digraph correction fix-it. Include a new test to catch this in the future. llvm-svn: 140175
-
Akira Hatanaka authored
llvm-svn: 140174
-
Bill Wendling authored
extract its associated landing pad block as well. However, that landing pad block may have more than one predecessor. So split the landing pad block so that individual landing pads have only one predecessor. This type of transformation may produce a false positive with bugpoint. llvm-svn: 140173
-
Bill Wendling authored
llvm-svn: 140172
-
Ted Kremenek authored
llvm-svn: 140171
-
Akira Hatanaka authored
of Mips32 big and little endian derive. llvm-svn: 140170
-
Devang Patel authored
llvm-svn: 140169
-
Bill Wendling authored
llvm-svn: 140168
-
Devang Patel authored
llvm-svn: 140167
-
Douglas Gregor authored
llvm-svn: 140166
-
Akira Hatanaka authored
UnwindException structure is 32 for mips64. llvm-svn: 140165
-
Bill Wendling authored
llvm-svn: 140164
-
Bill Wendling authored
llvm-svn: 140163
-
Anna Zaks authored
[analyzer] Refactor PathDiagnosticLocation: Use PointerUnion of LocationContext and AnalysisContext to support creation of PathDiagnosticLocations for checkers which no context sensitivity. llvm-svn: 140162
-
Akira Hatanaka authored
llvm-svn: 140161
-
Andrew Trick authored
No functionality change. The hook makes it explicit which patterns require "special" handling. i.e. it self-documents tblgen deficiencies. I plan to add verification in ExpandISelPseudos and Thumb2SizeReduce to catch any missing hasPostISelHooks. Otherwise it's too fragile. llvm-svn: 140160
-
Douglas Gregor authored
from unfriendly (== not at all modularized) directories. This is temporary, and it only affects module construction until I'll figured out how to deal with system headers. llvm-svn: 140159
-
Douglas Gregor authored
llvm-svn: 140158
-
Akira Hatanaka authored
llvm-svn: 140157
-
Devang Patel authored
llvm-svn: 140156
-
Eric Christopher authored
llvm-svn: 140155
-
Devang Patel authored
llvm-svn: 140154
-
Benjamin Kramer authored
llvm-svn: 140153
-
Owen Anderson authored
llvm-svn: 140152
-
Devang Patel authored
GCOVLines is always accessed through a StringMap where the key is FileName. llvm-svn: 140151
-
Johnny Chen authored
llvm-svn: 140150
-
DeLesley Hutchins authored
llvm-svn: 140149
-
Anna Zaks authored
llvm-svn: 140147
-
Anna Zaks authored
llvm-svn: 140146
-
Devang Patel authored
There is no need to write a local utility routine to find subprogram info if the utility routine is already available in DebugInfo. llvm-svn: 140145
-
Ivan Krasin authored
change __builtin_va_list to from a structure to int[4] (same alignment and size, but with a simpler representation). Patch by David Meyer! llvm-svn: 140144
-
NAKAMURA Takumi authored
On Windows x64, 128-bit arguments are not passed by reg but by indirect. eg. maxpd: vmovapd (%rcx), %xmm0 vmaxpd (%rdx), %xmm0, %xmm0 FIXME: I don't care YMM on x64 for now. llvm-svn: 140143
-
Peter Collingbourne authored
Per John's review comments for r140068. llvm-svn: 140142
-
Craig Topper authored
llvm-svn: 140140
-