- Oct 05, 2010
-
-
Chris Lattner authored
llvm-svn: 115607
-
Chris Lattner authored
llvm-svn: 115606
-
Chris Lattner authored
llvm-svn: 115605
-
Chris Lattner authored
bswap32 doesn't read eflags. llvm-svn: 115604
-
Chris Lattner authored
pseudo instructions. Move POPCNT to InstrSSE since they are SSE4 instructions. llvm-svn: 115603
-
Chris Lattner authored
with the 32-bit stuff. llvm-svn: 115602
-
Chris Lattner authored
llvm-svn: 115601
-
Chris Lattner authored
llvm-svn: 115600
-
Chris Lattner authored
llvm-svn: 115599
-
Chris Lattner authored
llvm-svn: 115598
-
Chris Lattner authored
llvm-svn: 115597
-
Chris Lattner authored
control flow stuff out to X86InstrControl.td. Move some compiler pseudo instructions and Pat<> patterns out to X86InstrCompiler.td llvm-svn: 115596
-
Michael J. Spencer authored
llvm-svn: 115595
-
Michael J. Spencer authored
llvm-svn: 115594
-
Michael J. Spencer authored
llvm-svn: 115593
-
Chris Lattner authored
llvm-svn: 115591
-
Jim Grosbach authored
llvm-svn: 115584
-
Jim Grosbach authored
llvm-svn: 115583
-
Jim Grosbach authored
that caused the circular dependencies on Linux. Built OK for me on OSX and Linux (Ubuntu) with configure/make and CMake. Will keep an eye on the bots.... llvm-svn: 115582
-
Sean Callanan authored
llvm-svn: 115580
-
Sean Callanan authored
instruction forms. Now the ENTER instruction disassembles correctly. llvm-svn: 115573
-
Evan Cheng authored
// %a = ... // %b = and i32 %a, 2 // %c = srl i32 %b, 1 // brcond i32 %c ... // // into // // %a = ... // %b = and i32 %a, 2 // %c = setcc eq %b, 0 // brcond %c ... Make sure it restores local variable N1, which corresponds to the condition operand if it fails to match. This apparently breaks TCE but since that backend isn't in the tree I don't have a test for it. llvm-svn: 115571
-
Bruno Cardoso Lopes authored
llvm-svn: 115566
-
- Oct 04, 2010
-
-
Douglas Gregor authored
llvm-svn: 115560
-
Bill Wendling authored
it in with the SSSE3 instructions. Steward! Could you place this chair by the aft sun deck? I'm trying to get away from the Astors. They are such boors! llvm-svn: 115552
-
Kevin Enderby authored
1) Changed ValidateDwarfFileNumber() to isValidDwarfFileNumber() to be better named. Since it is just a predicate and isn't actually changing any state. 2) Added a missing return in the comments for setCurrentDwarfLoc() in include/llvm/MC/MCContext.h for fix formatting. 3) Changed clearDwarfLocSeen() to ClearDwarfLocSeen() since it does change state. 4) Simplified the last test in isValidDwarfFileNumber() to just a one line boolean test of MCDwarfFiles[FileNumber] != 0 for the final return statement. llvm-svn: 115551
-
Daniel Dunbar authored
llvm-svn: 115550
-
Daniel Dunbar authored
llvm-svn: 115549
-
Rafael Espindola authored
llvm-svn: 115547
-
Rafael Espindola authored
llvm-svn: 115545
-
Rafael Espindola authored
llvm-svn: 115541
-
Rafael Espindola authored
llvm-svn: 115537
-
Gabor Greif authored
llvm-svn: 115526
-
Jim Grosbach authored
llvm-svn: 115525
-
Daniel Dunbar authored
llvm-svn: 115524
-
Jan Wen Voung authored
section kind. Previously, optimized nops were only used for MachO. Also added tests for ELF and COFF. llvm-svn: 115523
-
Dan Gohman authored
already knows its own length, so this is redundant. llvm-svn: 115521
-
Daniel Dunbar authored
llvm-svn: 115520
-
Gabor Greif authored
llvm-svn: 115518
-
Devang Patel authored
llvm-svn: 115516
-