- May 24, 2010
-
-
Devang Patel authored
This fixes recent regression in store.exp from gdb testsuite. llvm-svn: 104524
-
Evan Cheng authored
llvm-svn: 104518
-
Jakob Stoklund Olesen authored
never used. llvm-svn: 104517
-
Howard Hinnant authored
patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. llvm-svn: 104516
-
Jakob Stoklund Olesen authored
Anton, please review the change to SystemZAsmPrinter.cpp. It could be a bug. llvm-svn: 104515
-
Jakob Stoklund Olesen authored
llvm-svn: 104514
-
Jakob Stoklund Olesen authored
llvm-svn: 104513
-
Fariborz Jahanian authored
class declaration's @end is not followed by a new-line. (radar 7946975). llvm-svn: 104512
-
Douglas Gregor authored
aren't dependent. Fixes <rdar://problem/8020206>. llvm-svn: 104511
-
Jakob Stoklund Olesen authored
Add assertions in places that depend on consecutive indices. llvm-svn: 104510
-
Douglas Gregor authored
extension warning (which other compilers seem to use). Works around a known bug in Xalan. llvm-svn: 104509
-
Jakob Stoklund Olesen authored
from ARMRegisterInfo.h llvm-svn: 104508
-
Jakob Stoklund Olesen authored
Use the tablegen-produced enums. llvm-svn: 104493
-
Jakob Stoklund Olesen authored
This is the beginning of purely symbolic subregister indices, but we need a bit of jiggling before the explicit numeric indices can be completely removed. llvm-svn: 104492
-
Nicolas Geoffray authored
is first emitted, and StackOffsets are emitted in 16 bits. llvm-svn: 104488
-
Duncan Sands authored
bugpoint does "Running the code generator to test for a crash" this gets you a crash if llc goes into an infinite loop or uses up vast amounts of memory. llvm-svn: 104485
-
Howard Hinnant authored
llvm-svn: 104478
-
Douglas Gregor authored
conversion. Fixes PR7095. llvm-svn: 104476
-
- May 23, 2010
-
-
Douglas Gregor authored
type. Fixes PR7051. llvm-svn: 104475
-
Douglas Gregor authored
llvm-svn: 104474
-
Benjamin Kramer authored
llvm-svn: 104473
-
Benjamin Kramer authored
This works around a crash where malloc reused the memory of an erased BB for a new BB leaving old cleanup information pointing at the new block. llvm-svn: 104472
-
Douglas Gregor authored
VLA restrictions so that one can use VLAs in templates (even accidentally), but not as part of a non-type template parameter (which would be very bad). llvm-svn: 104471
-
Douglas Gregor authored
llvm-svn: 104470
-
Douglas Gregor authored
storage, rather than an UnresolvedSet. llvm-svn: 104469
-
Douglas Gregor authored
UnresolvedMemberExpr in their constructors, rather than adding them after the fact. No functionality change. llvm-svn: 104468
-
Daniel Dunbar authored
llvm-mc: Use EmitIntValue where possible, which makes the API calls from the AsmParser and CodeGen line up better. llvm-svn: 104467
-
Daniel Dunbar authored
llvm-mc: Use AddBlankLine in asm parser. This makes transliteration match the input much more closely, and also makes the API calls from the AsmParser and CodeGen line up better. llvm-svn: 104466
-
Douglas Gregor authored
pointers in the ASTContext, so that the folding sets stored inside them will be deallocated when the ASTContext is destroyed (under -disable-free). <rdar://problem/7998824>. llvm-svn: 104465
-
Anders Carlsson authored
llvm-svn: 104464
-
Daniel Dunbar authored
llvm-svn: 104463
-
Douglas Gregor authored
so that it can be selectively enabled/disabled. llvm-svn: 104462
-
Douglas Gregor authored
canonical type where the element type is canonical. Fixes PR7206. llvm-svn: 104461
-
Bob Wilson authored
llvm-svn: 104455
-
John McCall authored
expressions. Essentially, GC breaks a certain form of the return-value optimization. llvm-svn: 104454
-
- May 22, 2010
-
-
Daniel Dunbar authored
MC/X86: Subdivide immediates a bit more, so that we properly recognize immediates based on the width of the target instruction. For example: addw $0xFFFF, %ax should match the same as addw $-1, %ax but we used to match it to the longer encoding. llvm-svn: 104453
-
Daniel Dunbar authored
llvm-svn: 104452
-
Anders Carlsson authored
llvm-svn: 104447
-
Anders Carlsson authored
llvm-svn: 104446
-
Douglas Gregor authored
llvm-svn: 104445
-