summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaInstrInfo.td
Commit message (Expand)AuthorAge
...
* All addressing modes are now exposed. The only remaining relocated formsAndrew Lenharth2005-12-24
* Unify the patterns for loads and stores. Now offset addressing should beAndrew Lenharth2005-12-24
* Let's see if we can break things.Andrew Lenharth2005-12-24
* move loads and stores over. Smart addr selection commingAndrew Lenharth2005-12-24
* fix FP selectsAndrew Lenharth2005-12-12
* FP select improvements (and likely breakage), oh and crazy people might want ...Andrew Lenharth2005-12-11
* it helps if your conditionals are not reversedAndrew Lenharth2005-12-09
* fix divide and remainderAndrew Lenharth2005-12-06
* added instructions with inverted immediatesAndrew Lenharth2005-12-06
* yea, it helps to have your path set right when testingAndrew Lenharth2005-12-05
* These never trigger, but whateverAndrew Lenharth2005-12-05
* move this over to the dagAndrew Lenharth2005-12-05
* Make typesafe that which isn't: FCMOVxxAndrew Lenharth2005-11-30
* FPSelect and more custom loweringAndrew Lenharth2005-11-30
* All sorts of stuff.Andrew Lenharth2005-11-30
* massive DAGISel patch. lots and lots more stuff compiles nowAndrew Lenharth2005-11-22
* continued readcyclecounter supportAndrew Lenharth2005-11-11
* whatever. Intermediate patch to see what breaks. Seems ok.Andrew Lenharth2005-11-09
* int comparison patternsAndrew Lenharth2005-10-26
* Simplify instinfo, set random bits on more fp insts, and fix 1 opcodeAndrew Lenharth2005-10-26
* Add several things.Andrew Lenharth2005-10-23
* Well, the Constant matching pattern works. Can't say much about calls or glo...Andrew Lenharth2005-10-22
* byte zap not immediate goodnessAndrew Lenharth2005-10-21
* Inst cleanup. As a bonus, operands are in the correct order for cmovs. Expe...Andrew Lenharth2005-10-20
* added a few 1 operand form stuff. Seems to break regalloc on alpha. sighAndrew Lenharth2005-10-20
* Sounds good, finish the intop conversion.Andrew Lenharth2005-10-20
* Add some pattern fragments to simplify the repetitive parts of the patternsChris Lattner2005-10-20
* simplify this a bit by using immediatesChris Lattner2005-10-20
* ret 0; works, not much elseAndrew Lenharth2005-10-20
* remove VAX compatibility instruction, we will never use thisAndrew Lenharth2005-10-06
* mark variable arity instructions as such. Alpha wins the battle forChris Lattner2005-08-19
* match gcc's use of tabs, makes diffs easierAndrew Lenharth2005-08-12
* update function codes to reflect /su flags that have been added since this wa...Andrew Lenharth2005-08-01
* support bsr, and more .td simplificationAndrew Lenharth2005-07-28
* simpilfy instruction encoding (and make the lines way shorter, aka Misha happ...Andrew Lenharth2005-07-22
* simplify call code, remove pseudo ops for div and rem, track more loads and s...Andrew Lenharth2005-07-01
* simplify call code, remove pseudo ops for div and rem, track more loads and s...Andrew Lenharth2005-07-01
* restore old srcValueNode behavior and try to to work around itAndrew Lenharth2005-06-29
* support more relocations for stores alsoAndrew Lenharth2005-06-29
* Get rid of all symbolic loads. I now do gernate all relocations sequencesAndrew Lenharth2005-06-29
* get rid of another pseudo opAndrew Lenharth2005-06-27
* generate address of constant pool entriesAndrew Lenharth2005-06-27
* Reduce use of pseudo opsAndrew Lenharth2005-06-27
* remove a pseudo instruction, make ret always right, and fix vararg chainsAndrew Lenharth2005-06-23
* Make it easier to find alpha stuff in doxygen, and fixup labelingAndrew Lenharth2005-06-22
* allow marking of loads and stores in the instruction stream with enough infor...Andrew Lenharth2005-06-06
* Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth2005-05-03
* fix callsAndrew Lenharth2005-04-14
* prepare for func call optimizationAndrew Lenharth2005-04-13
* lowercase instructions, makes diff happierAndrew Lenharth2005-04-07