- Apr 16, 2010
-
-
Chris Lattner authored
llvm-svn: 101433
-
Chris Lattner authored
wanted the alignment of the pointee. llvm-svn: 101432
-
Dan Gohman authored
llvm-svn: 101431
-
Dan Gohman authored
llvm-svn: 101430
-
Chris Lattner authored
llvm-svn: 101429
-
Dan Gohman authored
llvm-svn: 101428
-
Chris Lattner authored
place. llvm-svn: 101427
-
Douglas Gregor authored
source line wider than the terminal where the associated fix-it line is longer than the caret line. Previously, we would crash in this case, which was rather unfortunate. Fixes <rdar://problem/7856226>. llvm-svn: 101426
-
Chris Lattner authored
ConvertToScalarInfo. llvm-svn: 101425
-
Gabor Greif authored
llvm-svn: 101423
-
Chris Lattner authored
CanConvertToScalar/MergeInType. Eliminate a pointless LLVMContext argument to MergeInType. llvm-svn: 101422
-
Jakob Stoklund Olesen authored
MachineLoopInfo is already available when MachineSinking runs, so the check is free. There is no test case because it would require a critical edge into a loop, and CodeGenPrepare splits those. This check is just to be extra careful. llvm-svn: 101420
-
Douglas Gregor authored
intended for redeclarations, fixing those that need it. Fixes PR6831. This uncovered an issue where the C++ type-specifier-seq parsing logic would try to perform name lookup on an identifier after it already had a type-specifier, which could also lead to spurious ambiguity errors (as in PR6831, but with a different test case). llvm-svn: 101419
-
Johnny Chen authored
Previous checkin tested Rn, #+/-Rm. llvm-svn: 101418
-
Jakob Stoklund Olesen authored
llvm-svn: 101416
-
Johnny Chen authored
am2offset. Modified the instruction table entry and added a new test case. llvm-svn: 101415
-
Dan Gohman authored
to expect them this way, to fix srcdir!=objdir builds. llvm-svn: 101414
-
Dan Gohman authored
is created before the native exports file is built in a parallel build. llvm-svn: 101413
-
Douglas Gregor authored
in case it ends up doing something that might trigger diagnostics (template instantiation, ambiguity reporting, access reporting). Noticed while working on PR6831. llvm-svn: 101412
-
Evan Cheng authored
Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is doing the right thing and codegen looks correct for both Thumb and Thumb2. llvm-svn: 101410
-
- Apr 15, 2010
-
-
Chris Lattner authored
llvm-svn: 101405
-
Daniel Dunbar authored
system. llvm-svn: 101404
-
Ted Kremenek authored
the tag was declared. WIP. llvm-svn: 101403
-
Ted Kremenek authored
in the original source directory. llvm-svn: 101402
-
Ted Kremenek authored
Those still need work to disambiguate them across translation units. llvm-svn: 101401
-
Dan Gohman authored
native linking export files, including running sed to prepend underscores on darwin, and make use of it in libLTO and libEnhancedDisassembly. Remove the leading underscores from library export files so that they work with the new EXPORTED_SYMBOL_FILE support. llvm-svn: 101399
-
Gabor Greif authored
llvm-svn: 101398
-
Gabor Greif authored
with a fix rotate CallInst operands, i.e. move callee to the back of the operand array the motivation for this patch are laid out in my mail to llvm-commits: more efficient access to operands and callee, faster callgraph-construction, smaller compiler binary llvm-svn: 101397
-
Nick Kledzik authored
llvm-svn: 101396
-
Duncan Sands authored
llvm-svn: 101395
-
Jakob Stoklund Olesen authored
llvm-svn: 101392
-
Nicolas Geoffray authored
llvm-svn: 101388
-
Anton Korobeynikov authored
llvm-svn: 101387
-
Gabor Greif authored
llvm-svn: 101385
-
Anders Carlsson authored
llvm-svn: 101384
-
Evan Cheng authored
ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP directly. In cases where there are two dyn_alloc in the same BB it would have caused the old SP value to be reused and badness ensues. rdar://7493908 llvm is generating poor code for dynamic alloca, I'll fix that later. llvm-svn: 101383
-
Johnny Chen authored
llvm-svn: 101382
-
Douglas Gregor authored
llvm-svn: 101381
-
Dan Gohman authored
llvm-svn: 101379
-
Ted Kremenek authored
case in GRExprEngine::Visit (in r101129). Instead, enumerate all Stmt cases and have no 'default' case in the switch statement. When we encounter a Stmt we don't handle, we should explicitly add it to the switch statement. llvm-svn: 101378
-