- Oct 13, 2010
-
-
Bill Wendling authored
llvm-svn: 116431
-
Jim Grosbach authored
llvm-svn: 116428
-
Jim Grosbach authored
wfi, sel, sev and bkpt. All would disassemble properly before, but more explicitness is good, especially with the integrated assembler coming in the future. llvm-svn: 116427
-
Owen Anderson authored
Take advantage of C++'s thread-safe static local initialization to simplify thread-safe pass initialization. llvm-svn: 116426
-
Oscar Fuentes authored
llvm-svn: 116424
-
Jim Grosbach authored
llvm-svn: 116421
-
Jim Grosbach authored
llvm-svn: 116414
-
Jim Grosbach authored
llvm-svn: 116412
-
Rafael Espindola authored
immediates instead of 8 bits ones. llvm-svn: 116410
-
Benjamin Kramer authored
llvm-svn: 116407
-
Rafael Espindola authored
8 bit constants can be used. llvm-svn: 116403
-
Tobias Grosser authored
llvm-svn: 116402
-
Eric Christopher authored
llvm-svn: 116401
-
Tobias Grosser authored
llvm-svn: 116400
-
Tobias Grosser authored
llvm-svn: 116398
-
Tobias Grosser authored
getExpandedRegion() enables us to create non canonical regions. Those regions can be used to define the largerst region, that fullfills a certain property. llvm-svn: 116397
-
Tobias Grosser authored
llvm-svn: 116396
-
Tobias Grosser authored
llvm-svn: 116395
-
Tobias Grosser authored
llvm-svn: 116394
-
Rafael Espindola authored
llvm-svn: 116390
-
Evan Cheng authored
llvm-svn: 116389
-
Rafael Espindola authored
llvm-svn: 116387
-
Bill Wendling authored
just yet. llvm-svn: 116386
-
Bill Wendling authored
llvm-svn: 116385
-
Jim Grosbach authored
arithmetic-with-carry-in instructions. llvm-svn: 116384
-
Bill Wendling authored
llvm-svn: 116383
-
Tobias Grosser authored
Contributed by: ether llvm-svn: 116380
-
Bill Wendling authored
llvm-svn: 116379
-
Jim Grosbach authored
and move to a custom operand encoder. Remove the last of the special handling stuff from ARMMCCodeEmitter::EncodeInstruction. llvm-svn: 116377
-
Eric Christopher authored
llvm-svn: 116376
-
Bill Wendling authored
llvm-svn: 116375
-
Bill Wendling authored
llvm-svn: 116370
-
Evan Cheng authored
Turn some fp stackifier assertion into errors to avoid silently generating bad code when assertions are off. rdar://8540457. llvm-svn: 116368
-
Jim Grosbach authored
explicit handling of the instructions referencing it from the MC code emitter. llvm-svn: 116367
-
Jim Grosbach authored
llvm-svn: 116365
-
Bill Wendling authored
to add 10+ lines to every instruction. It may turn out that we can move this base class into it's parent class. llvm-svn: 116362
-
Jim Grosbach authored
instruction should set the processor status flags or not. Remove the now unnecessary special handling for the bit from the MCCodeEmitter. llvm-svn: 116360
-
Bill Wendling authored
Fear not! I'm going to try a refactoring right now. :) llvm-svn: 116359
-
Bill Wendling authored
llvm-svn: 116354
-
Jim Grosbach authored
operand values. This is useful for operands which require additional trickery to encode into the instruction. For example, the ARM shifted immediate and shifted register operands. llvm-svn: 116353
-