- Nov 10, 2011
-
-
Daniel Dunbar authored
options to llvm-build, so the all-targets etc. components are defined properly. llvm-svn: 144255
-
Jim Ingham authored
Using the wrong type for the break id's (user_id_t is an unsigned int, but internal breakpoints can be negative, and anyway it is a good idea to use break_id_t for breakpoints, no?) llvm-svn: 144254
-
Daniel Dunbar authored
handle defining the "magic" target related components (like native, nativecodegen, and engine). - We still require these components to be in the project (currently in lib/Target) so that we have a place to document them and hopefully make it more obvious that they are "magic". llvm-svn: 144253
-
Daniel Dunbar authored
llvm-svn: 144252
-
Daniel Dunbar authored
change the generated library .a file name once we fully switch over, but simplifies how we treat these targets without requiring more special casing (since their library group name and the codegen library name currently map to the same "llvm-config" style component name). llvm-svn: 144251
-
Daniel Dunbar authored
- Gives us a place to hang target specific metadata (like whether the target has a JIT). llvm-svn: 144250
-
Daniel Dunbar authored
llvm-svn: 144249
-
Nick Lewycky authored
"TypedefContext". No functionality change. llvm-svn: 144248
-
Jakob Stoklund Olesen authored
The TII.foldMemoryOperand hook preserves implicit operands from the original instruction. This is not what we want when those implicit operands refer to the register being spilled. Implicit operands referring to other registers are preserved. This fixes PR11347. llvm-svn: 144247
-
Eli Friedman authored
Fix some additional x86 intrinsics to use "I" (ICE) markings. Fix *mmintrin.h to take them into account. <rdar://problem/10341145> llvm-svn: 144246
-
Owen Anderson authored
llvm-svn: 144245
-
Jim Grosbach authored
llvm-svn: 144244
-
Owen Anderson authored
llvm-svn: 144243
-
Jim Grosbach authored
rdar://10422955 llvm-svn: 144242
-
Eli Friedman authored
llvm-svn: 144241
-
rdar://problem/10374840Greg Clayton authored
Fixed an issue with the gdb format stuff for any aliases that expand to contain a "--". llvm-svn: 144240
-
Pete Cooper authored
Currently checks alignment and killing stores on a power of 2 boundary as this is likely to trim the size of the earlier store without breaking large vector stores into scalar ones. Fixes <rdar://problem/10140300> llvm-svn: 144239
-
- Nov 09, 2011
-
-
Rafael Espindola authored
llvm-svn: 144237
-
Nick Lewycky authored
llvm-svn: 144236
-
Tobias Grosser authored
llvm-svn: 144233
-
Tobias Grosser authored
llvm-svn: 144232
-
Tobias Grosser authored
The SCEVAffFunc is now only used to express memory accesses. Give it a proper name and rework the class such that this is obvious. llvm-svn: 144231
-
Tobias Grosser authored
This also removes the construction of MayAliasSets that became invalid when removing the use of SCEVAffFunc. llvm-svn: 144230
-
Tobias Grosser authored
We do not use it anymore. It was replaced by SCEVVisitors like the SCEVValidator. llvm-svn: 144229
-
Tobias Grosser authored
This check was necessary because of the use AffineSCEVIterator in TempScopInfo. As we removed this use recently it is not necessary any more. llvm-svn: 144228
-
Tobias Grosser authored
llvm-svn: 144227
-
Tobias Grosser authored
llvm-svn: 144226
-
Tobias Grosser authored
llvm-svn: 144224
-
Tobias Grosser authored
llvm-svn: 144223
-
Tobias Grosser authored
llvm-svn: 144222
-
Tobias Grosser authored
llvm-svn: 144221
-
Tobias Grosser authored
llvm-svn: 144220
-
Eli Friedman authored
llvm-svn: 144216
-
Chad Rosier authored
rdar://10418009 llvm-svn: 144213
-
Nadav Rotem authored
llvm-svn: 144212
-
Devang Patel authored
llvm-svn: 144211
-
Devang Patel authored
llvm-svn: 144210
-
Chad Rosier authored
llvm-svn: 144209
-
Bill Wendling authored
llvm-svn: 144204
-
Sean Callanan authored
lookups for Objective-C methods by selector. Right now all it does is print log information. Also improved the logging for imported TagDecls to indicate whether or not the definition for the imported TagDecl is complete. llvm-svn: 144203
-