- Aug 23, 2010
-
-
Chandler Carruth authored
hierarchy with virtual methods and using llvm_unreachable to properly indicate unreachable states which would otherwise leave variables uninitialized. llvm-svn: 111803
-
- Aug 20, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 111662
-
Mikhail Glushenkov authored
llvm-svn: 111656
-
Dan Gohman authored
llvm-svn: 111649
-
Dan Gohman authored
errs() instead of outs() for its verbose messages. llvm-svn: 111648
-
Dan Gohman authored
llvm-svn: 111644
-
Mikhail Glushenkov authored
Since they now live in the namespace 'autogenerated'. llvm-svn: 111620
-
Mikhail Glushenkov authored
llvm-svn: 111619
-
- Aug 19, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 111553
-
Daniel Dunbar authored
changes. llvm-svn: 111529
-
Daniel Dunbar authored
llvm-svn: 111528
-
Eli Friedman authored
cfe-dev, fixes an error compiling with MSVC. Using a StringRef here doesn't look safe in any case. llvm-svn: 111513
-
Daniel Dunbar authored
llvm-svn: 111487
-
Alexis Hunt authored
llvm-svn: 111484
-
Alexis Hunt authored
llvm-svn: 111480
-
Alexis Hunt authored
For more information, see the accompanying clang patch. llvm-svn: 111454
-
- Aug 17, 2010
-
-
Eric Christopher authored
and optional def operands are handled in the backend support. llvm-svn: 111220
-
- Aug 16, 2010
-
-
Bob Wilson authored
instructions besides saturate instructions. No functional changes. llvm-svn: 111168
-
Bob Wilson authored
llvm-svn: 111149
-
- Aug 15, 2010
-
-
Argyrios Kyrtzidis authored
llvm-svn: 111102
-
Mikhail Glushenkov authored
llvm-svn: 111094
-
- Aug 14, 2010
-
-
Argyrios Kyrtzidis authored
llvm-svn: 111082
-
- Aug 13, 2010
-
-
Mikhail Glushenkov authored
Apparently, this is now fixed in Clang. llvm-svn: 111032
-
Mikhail Glushenkov authored
llvm-svn: 111007
-
Mikhail Glushenkov authored
Tested on Linux and Darwin; please add platform-specific XFAILs/mail me a bug report if this still fails. llvm-svn: 110998
-
- Aug 12, 2010
-
-
Johnny Chen authored
the memory barrier variants (other than 'SY' full system domain read and write) are treated as one instruction with option operand. llvm-svn: 110951
-
Daniel Dunbar authored
target specific parsers can adapt the TargetAsmParser to this. llvm-svn: 110888
-
Bob Wilson authored
instruction opcode. This also fixes part of PR7792. llvm-svn: 110875
-
- Aug 11, 2010
-
-
Daniel Dunbar authored
llvm-svn: 110789
-
Daniel Dunbar authored
llvm-svn: 110779
-
Bob Wilson authored
(I discovered 2 more copies of the ARM instruction format list, bringing the total to 4!! Two of them were already out of sync. I haven't yet gotten into the disassembler enough to know the best way to fix this, but something needs to be done.) Add support for encoding these instructions. llvm-svn: 110754
-
Eric Christopher authored
llvm-svn: 110748
-
- Aug 10, 2010
-
-
Bob Wilson authored
llvm-svn: 110687
-
Dan Gohman authored
if-else statements, to hopefully support older pythons (PR7850). llvm-svn: 110638
-
- Aug 08, 2010
-
-
Bill Wendling authored
useful after all. llvm-svn: 110531
-
- Aug 06, 2010
-
-
Rafael Espindola authored
Without this what was happening was: * R3 is not marked as "used" * ARM backend thinks it has to save it to the stack because of vaarg * Offset computation correctly ignores it * Offsets are wrong llvm-svn: 110446
-
rdar://problem/7405933Bill Wendling authored
need the Compare flag after all. --- Reverse-merging r109901 into '.': U include/llvm/Target/TargetInstrDesc.h U include/llvm/Target/Target.td U utils/TableGen/InstrInfoEmitter.cpp U utils/TableGen/CodeGenInstruction.cpp U utils/TableGen/CodeGenInstruction.h llvm-svn: 110424
-
Eric Christopher authored
llvm-svn: 110422
-
Nate Begeman authored
llvm-svn: 110419
-
Dan Gohman authored
to IntrReadWriteArgMem, as it's for reading as well as writing. llvm-svn: 110395
-