aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* add support for storing and returning boolsDuraid Madina2005-11-071-5/+26
* just some random hacking - calls (particularly indirect) need a lot ofDuraid Madina2005-11-061-14/+25
* Add the necessary support to the ISel to allow targets to codegen the newNate Begeman2005-11-061-3/+26
* ask for 16-byte aligned jmpbufs. This should unbreak C++ on IA64 (andDuraid Madina2005-11-061-1/+2
* add a case Nate sent meChris Lattner2005-11-051-0/+23
* oops, forgot to load GP for indirect calls, though the old code now commentedDuraid Madina2005-11-041-4/+21
* kill redundant SP/GP/RP save/restores across callsDuraid Madina2005-11-041-2/+3
* add support for loading boolsDuraid Madina2005-11-041-1/+7
* fun with predicates! (add TRUNC i64->i1, AND i1 i1, fix XOR i1 i1)Duraid Madina2005-11-041-41/+97
* add pattern to load constant 0 into a predicate regDuraid Madina2005-11-031-0/+2
* Fix a bug that prevented this pattern from matchingChris Lattner2005-11-031-1/+1
* Fix a QOI issue noticed by Markus F.X.J. Oberhumer.Chris Lattner2005-11-022-0/+2
* "fix" support for FP constants (this code asserts in the scheduler,Duraid Madina2005-11-021-2/+4
* add F0 and F1 to the FP register classDuraid Madina2005-11-021-3/+19
* This works nowChris Lattner2005-11-021-2/+1
* add support for SELECT to TargetSelectionDAG.td, add support forDuraid Madina2005-11-022-31/+43
* add support for loading FP constants +0.0 and +1.0 to the dag isel,Duraid Madina2005-11-022-3/+8
* Allow itineraries to be passed through the Target Machine.Jim Laskey2005-11-014-5/+21
* heh, scheduling was easy?Duraid Madina2005-11-011-1/+3
* FORTRAN!!! :( and other similarly unfortunate things mean that on ia64Duraid Madina2005-11-011-0/+20
* so tablegen was thinking I might want to convert FPs to predicates.Duraid Madina2005-11-011-4/+3
* add support for int->FP and FP->int ops, and add ia64 patterns for theseDuraid Madina2005-11-012-0/+23
* add zeroextend predicate->integerDuraid Madina2005-11-011-37/+42
* Add a flag to enable a darwin linker optimizationChris Lattner2005-11-011-1/+7
* Make constant pool entries use private labels. This is important when you'reChris Lattner2005-10-311-3/+3
* add FP compares and implicit register defs to the dag iselDuraid Madina2005-10-312-23/+45
* If the module has no t-t and the host is an alpha, default to using the Alpha BEChris Lattner2005-10-301-1/+1
* fix some broken comparisons, this affected the Pattern isel too.Duraid Madina2005-10-301-27/+4
* This is implementedChris Lattner2005-10-301-19/+0
* Make -time-passes output prettierChris Lattner2005-10-291-0/+4
* add some FP stuff, some mix.* stuff, and constant pool support to theDuraid Madina2005-10-292-61/+131
* remove reference to this passChris Lattner2005-10-292-8/+0
* add shladdDuraid Madina2005-10-291-42/+42
* New case to handle somedayNate Begeman2005-10-281-0/+17
* Don't emit "32" for unordered comparisonChris Lattner2005-10-281-2/+4
* add a hack to get code with ordered comparisons working. This hack isChris Lattner2005-10-281-12/+12
* add support for branch on ordered/unordered.Chris Lattner2005-10-282-0/+21
* Do not globalize internal symbolsChris Lattner2005-10-281-1/+2
* These are autogeneratedChris Lattner2005-10-281-33/+0
* DAG->DAG instruction selection for ia64! "hello world" works, not much else.Duraid Madina2005-10-2811-41/+1226
* remove dead stuffChris Lattner2005-10-281-14/+0
* Eliminate getClass, it is not neededChris Lattner2005-10-281-7/+6
* a bad case for bitfield insertChris Lattner2005-10-281-0/+34
* int comparison patternsAndrew Lenharth2005-10-262-40/+48
* Typo made worse x 2 - take 2.Jim Laskey2005-10-262-2/+2
* Fix an assert compiling MallocBench/gsChris Lattner2005-10-261-1/+1
* Typo x 2Jim Laskey2005-10-262-2/+2
* Simplify instinfo, set random bits on more fp insts, and fix 1 opcodeAndrew Lenharth2005-10-262-24/+18
* Give full control of subtarget features over to table generated code.Jim Laskey2005-10-264-16/+26
* Add attribute name and type to SubtargetFeatures.Jim Laskey2005-10-263-8/+18