- Dec 01, 2010
-
-
Owen Anderson authored
Add correct encodings for STRD and LDRD, including fixup support. Additionally, update these to unified syntax. llvm-svn: 120589
-
Peter Collingbourne authored
llvm-svn: 120588
-
Johnny Chen authored
1. 'help image du sym' is ambiguous. 2. 'help image du line' is not ambiguous. llvm-svn: 120587
-
Jason W Kim authored
llvm-svn: 120586
-
Jim Grosbach authored
llvm-svn: 120585
-
Jim Grosbach authored
llvm-svn: 120584
-
Douglas Gregor authored
disambiguate between an expression (for a bit-field width) and a type (for a fixed underlying type). Since the disambiguation can be expensive (due to tentative parsing), we perform a simplistic disambiguation based on one-token lookahead before going into the full-blown tentative parsing. Based on a patch by Daniel Wallin. llvm-svn: 120582
-
Devang Patel authored
llvm-svn: 120580
-
Douglas Gregor authored
redeclaration of an enum type differs from that of the original declaration, from Daniel Wallin llvm-svn: 120577
-
Douglas Gregor authored
AST printing for scoped enumerations and enumerations with a fixed underlying type, from Daniel Wallin llvm-svn: 120576
-
Devang Patel authored
llvm-svn: 120575
-
Duncan Sands authored
The user (i.e. whoever generated a call to the intrinsic in the first place) is essentially asking for a particular instruction to be placed in the assembler. If that instruction won't execute on the target machine, that's their problem not ours. Two buildbots with processors that don't support SSE3 were barfing on the apm.ll test in CodeGen/X86 because of this assertion. llvm-svn: 120574
-
Che-Liang Chiou authored
llvm-svn: 120571
-
Jay Foad authored
setAllBits(), setBit(unsigned), etc. llvm-svn: 120564
-
John McCall authored
llvm-svn: 120562
-
Michael J. Spencer authored
llvm-svn: 120560
-
Michael J. Spencer authored
Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filename,stem,extension} implementation. llvm-svn: 120559
-
Michael J. Spencer authored
I'm going to replace this all anyway with a proper table and separated tests when done. llvm-svn: 120558
-
John McCall authored
llvm-svn: 120555
-
Nick Lewycky authored
llvm-svn: 120554
-
Peter Collingbourne authored
llvm-svn: 120553
-
Jim Grosbach authored
llvm-svn: 120552
-
Jim Grosbach authored
llvm-svn: 120551
-
Michael J. Spencer authored
llvm-svn: 120550
-
Evan Cheng authored
llvm-svn: 120549
-
Michael J. Spencer authored
llvm-svn: 120547
-
Michael J. Spencer authored
llvm-svn: 120546
-
Peter Collingbourne authored
llvm-svn: 120545
-
Peter Collingbourne authored
llvm-svn: 120544
-
Peter Collingbourne authored
llvm-svn: 120543
-
Dan Gohman authored
specified a syntactically invalid path, it's better to let the OS diagnose the problem than to silently skip it. llvm-svn: 120542
-
Bill Wendling authored
variable unsigned. llvm-svn: 120541
-
Michael J. Spencer authored
apparently it is unused. llvm-svn: 120540
-
Michael J. Spencer authored
llvm-svn: 120539
-
Dan Gohman authored
is fine since isn't really necessary to check isValid there anyway. llvm-svn: 120538
-
Bill Wendling authored
llvm-svn: 120536
-
Jason W Kim authored
Lifted adjustFixupValue() from Darwin for sharing w ELF. Test added TODO: refactor ELFObjectWriter::RecordRelocation more. Possibly share more code with Darwin? Lots more relocations... llvm-svn: 120534
-
Bill Wendling authored
llvm-svn: 120533
-
Bill Wendling authored
llvm-svn: 120532
-
Chris Lattner authored
http://llvm.org/bugs/show_bug.cgi?id=279#c3 better. No functionality change yet. llvm-svn: 120530
-