- Dec 16, 2009
-
-
Johnny Chen authored
bytes of Inst to 0x0000 for the benefit of the Thumb decoder. llvm-svn: 91496
-
- Dec 15, 2009
-
-
Johnny Chen authored
llvm-svn: 91434
-
- Dec 01, 2009
-
-
Jim Grosbach authored
llvm-svn: 90246
-
- Nov 20, 2009
-
-
Evan Cheng authored
llvm-svn: 89478
-
- Nov 19, 2009
-
-
Evan Cheng authored
llvm-svn: 89328
-
- Nov 07, 2009
-
-
Evan Cheng authored
load of a GV from constantpool and then add pc. It allows the code sequence to be rematerializable so it would be hoisted by machine licm. - Add a late pass to break these pseudo instructions into a number of real instructions. Also move the code in Thumb2 IT pass that breaks up t2MOVi32imm to this pass. This is done before post regalloc scheduling to allow the scheduler to proper schedule these instructions. It also allow them to be if-converted and shrunk by later passes. llvm-svn: 86304
-
- Nov 04, 2009
-
-
Evan Cheng authored
llvm-svn: 86019
-
Evan Cheng authored
llvm-svn: 85980
-
- Nov 03, 2009
-
-
Bob Wilson authored
between ARM/Thumb modes and does not require the low bit of the target address to be set for Thumb. llvm-svn: 85874
-
- Nov 02, 2009
-
-
Bob Wilson authored
llvm-svn: 85824
-
- Nov 01, 2009
-
-
Evan Cheng authored
llvm-svn: 85698
-
- Oct 30, 2009
-
-
Bob Wilson authored
clang/test/CodeGen/indirect-goto.c runs! (unoptimized) llvm-svn: 85577
-
- Oct 29, 2009
-
-
Dan Gohman authored
bunch of associated comments, because it doesn't have anything to do with DAGs or scheduling. This is another step in decoupling MachineInstr emitting from scheduling. llvm-svn: 85517
-
- Oct 28, 2009
-
-
Bob Wilson authored
opcode and operand with a tab. Check for these instructions in the usual places. llvm-svn: 85411
-
- Oct 27, 2009
-
-
Evan Cheng authored
Change Thumb1 and Thumb2 instructions to separate opcode from operands with a tab instead of a space. llvm-svn: 85184
-
- Oct 01, 2009
-
-
Evan Cheng authored
ld / st pairs, etc. llvm-svn: 83197
-
Evan Cheng authored
Change ld/st multiples to explicitly model the writeback to base register. This fixes most of the -ldstopti-before-sched2 regressions. llvm-svn: 83191
-
- Sep 30, 2009
-
-
Jim Grosbach authored
Patch by Sylvere Teissier. llvm-svn: 83135
-
- Sep 09, 2009
-
-
Evan Cheng authored
llvm-svn: 81306
-
- Sep 04, 2009
-
-
David Goodwin authored
llvm-svn: 80956
-
- Aug 31, 2009
-
-
Evan Cheng authored
llvm-svn: 80615
-
- Aug 28, 2009
-
-
Evan Cheng authored
llvm-svn: 80350
-
Evan Cheng authored
llvm-svn: 80322
-
- Aug 21, 2009
-
-
Bob Wilson authored
several things other than Neon vector lane numbers. For inline assembly operands with a "c" print code, check that they really are immediates. llvm-svn: 79676
-
- Aug 20, 2009
-
-
Evan Cheng authored
llvm-svn: 79535
-
- Aug 19, 2009
-
-
David Goodwin authored
llvm-svn: 79436
-
- Aug 18, 2009
-
-
Evan Cheng authored
llvm-svn: 79318
-
- Aug 14, 2009
-
-
Evan Cheng authored
llvm-svn: 79014
-
Evan Cheng authored
llvm-svn: 78970
-
- Aug 13, 2009
-
-
David Goodwin authored
llvm-svn: 78908
-
- Aug 12, 2009
-
-
David Goodwin authored
Enhance the InstrStage object to enable the specification of an Itinerary with overlapping stages. The default is to maintain the current behavior that the "next" stage immediately follows the previous one. llvm-svn: 78827
-
Evan Cheng authored
llvm-svn: 78790
-
Evan Cheng authored
llvm-svn: 78778
-
Evan Cheng authored
llvm-svn: 78745
-
- Aug 11, 2009
-
-
Evan Cheng authored
llvm-svn: 78717
-
Owen Anderson authored
the latter is capable of representing either a primitive or an extended type. llvm-svn: 78713
-
Owen Anderson authored
llvm-svn: 78610
-
- Aug 10, 2009
-
-
Evan Cheng authored
llvm-svn: 78550
-
- Aug 09, 2009
-
-
Anton Korobeynikov authored
'no_hash' modifier. Hopefully this will make Daniel happy :) llvm-svn: 78514
-
- Aug 08, 2009
-
-
Evan Cheng authored
llvm-svn: 78454
-