- Nov 04, 2009
-
-
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
-
- Aug 07, 2009
-
-
Evan Cheng authored
llvm-svn: 78370
-
Evan Cheng authored
It turns out most of the thumb2 instructions are not allowed to touch SP. The semantics of such instructions are unpredictable. We have just been lucky that tests have been passing. This patch takes pain to ensure all the PEI lowering code does the right thing when lowering frame indices, insert code to manipulate stack pointers, etc. It's also custom lowering dynamic stack alloc into pseudo instructions so we can insert the right instructions at scheduling time. This fixes PR4659 and PR4682. llvm-svn: 78361
-
- Aug 06, 2009
-
-
David Goodwin authored
Add parameter to pattern classes to enable an itinerary to be specified for instructions. For now just use the existing itineraries or NoItinerary. llvm-svn: 78321
-
- Aug 05, 2009
-
-
Evan Cheng authored
llvm-svn: 78126
-
- Aug 01, 2009
-
-
Evan Cheng authored
instructions for calls since BL and BLX are always 32-bit long and BX is always 16-bit long. Also, we should be using BLX to call external function stubs. llvm-svn: 77756
-
- Jul 29, 2009
-
-
Evan Cheng authored
llvm-svn: 77507
-
Evan Cheng authored
- Darwin Thumb2 call clobbers r9. llvm-svn: 77500
-