- Apr 04, 2011
-
-
Joerg Sonnenberger authored
llvm-svn: 128823
-
Joerg Sonnenberger authored
llvm-svn: 128818
-
- Apr 01, 2011
-
-
Daniel Dunbar authored
llvm-svn: 128735
-
Andrew Trick authored
Add annotations to tablegen-generated processor itineraries, or replace them with something meaningful. I want to be able to read and debug the generated tables. llvm-svn: 128703
-
Andrew Trick authored
llvm-svn: 128701
-
- Mar 31, 2011
-
-
Bob Wilson authored
llvm-svn: 128591
-
- Mar 30, 2011
-
-
Argyrios Kyrtzidis authored
llvm-svn: 128515
-
Matt Beaumont-Gay authored
llvm-svn: 128497
-
- Mar 29, 2011
-
-
Argyrios Kyrtzidis authored
- Also emit a list of packages and groups sorted by name - Avoid iterating over DenseSet so that the output of the arrays is deterministic. llvm-svn: 128489
-
Argyrios Kyrtzidis authored
For ClangSACheckersEmitter, allow a package to belong to checker group, in which all its checkers will go into the group. llvm-svn: 128474
-
- Mar 26, 2011
-
-
Douglas Gregor authored
llvm-svn: 128330
-
- Mar 25, 2011
-
-
Johnny Chen authored
delegate the disassembly of t2ADR to the more generic t2ADDri12/t2SUBri12 instructions, and add a test case for that. llvm-svn: 128249
-
Johnny Chen authored
the change to ("tLDMIA", "tLDMIA_UPD"). Update the conflict resolution code and add test cases for that. llvm-svn: 128247
-
Johnny Chen authored
According to A8.6.189 STM/STMIA/STMEA (Encoding T1), there's only tSTMIA_UPD available. Ignore tSTMIA for the decoder emitter and add a test case for that. llvm-svn: 128246
-
- Mar 24, 2011
-
-
Bruno Cardoso Lopes authored
llvm-svn: 128236
-
Johnny Chen authored
Set the encoding bits to {0,?,?,0}, not 0. Plus delegate the disassembly of ADR to the more generic ADDri/SUBri instructions, and add a test case for that. llvm-svn: 128234
-
- Mar 23, 2011
-
-
Douglas Gregor authored
kind, and fix serialization/deserialization of IdentifierInfo attributes. These are requires for the new 'availability' attribute. llvm-svn: 128130
-
- Mar 21, 2011
-
-
Bill Wendling authored
llvm-svn: 128020
-
Bill Wendling authored
code below it. Even though it looks very similar, it will match more precisely and geneate better functions in the long run. llvm-svn: 127991
-
Bill Wendling authored
This is a helper class that will make it easier to say which InstAliases can be printed and which cannot (because of ambiguity). llvm-svn: 127990
-
Bill Wendling authored
* Move the code that emits the reg in reg class matching into its own function. llvm-svn: 127988
-
- Mar 18, 2011
-
-
Owen Anderson authored
llvm-svn: 127888
-
- Mar 15, 2011
-
-
Evan Cheng authored
nothing more than a bitcast. - Teach tablegen to automatically infer "Bitcast" property. llvm-svn: 127667
-
Sean Callanan authored
instruction set. This code adds support for the VEX prefix and for the YMM registers accessible on AVX-enabled architectures. Instruction table support that enables AVX instructions for the disassembler is in an upcoming patch. llvm-svn: 127644
-
- Mar 14, 2011
-
-
Owen Anderson authored
llvm-svn: 127619
-
Jim Grosbach authored
llvm-svn: 127592
-
Francois Pichet authored
llvm-svn: 127575
-
- Mar 12, 2011
-
-
Jim Grosbach authored
llvm-svn: 127517
-
Jim Grosbach authored
llvm-svn: 127510
-
Jim Grosbach authored
llvm-svn: 127509
-
Jim Grosbach authored
llvm-svn: 127508
-
Jim Grosbach authored
llvm-svn: 127506
-
- Mar 11, 2011
-
-
Jim Grosbach authored
llvm-svn: 127491
-
Jim Grosbach authored
as for VDUP32d and VDUP32q, respectively. llvm-svn: 127489
-
Jim Grosbach authored
llvm-svn: 127488
-
Jim Grosbach authored
and VDUPLN32d, respectively. llvm-svn: 127486
-
Jim Grosbach authored
as for VREV64d32 and VREV64q32, respectively. llvm-svn: 127485
-
Jim Grosbach authored
the diagnostic. llvm-svn: 127480
-
Jim Grosbach authored
CodeGenRegister entries. Use this information to more intelligently build the literal register entires in the DAGISel matcher table. Specifically, use a single-byte OPC_EmitRegister entry for registers with a value of less than 256 and OPC_EmitRegister2 entry for registers with a larger value. rdar://9066491 llvm-svn: 127456
-
Jim Grosbach authored
llvm-svn: 127448
-