summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/IA64/IA64ISelPattern.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* * Add code to reduce multiplies by constant integers to shifts, adds andDuraid Madina2005-04-261-15/+439
* Convert tabs to spacesMisha Brukman2005-04-221-452/+451
* Remove trailing whitespaceMisha Brukman2005-04-211-111/+111
* oops, this stopped us turning movl r4=0xFFFFFFFF;; and rX, r4 into zxt4Duraid Madina2005-04-141-1/+1
* we have zextloads, not sextloads!Duraid Madina2005-04-141-1/+1
* * add the shladd instructionDuraid Madina2005-04-131-0/+20
* * if ANDing with a constant of the form:Duraid Madina2005-04-131-2/+45
* Remove special handling of ZERO_EXTEND_INREG. This pessimizes code, causingChris Lattner2005-04-131-17/+0
* stop emitting IDEFs for args - change to using liveIn/liveOutDuraid Madina2005-04-121-2/+27
* IA64 supports this operation.Chris Lattner2005-04-111-1/+0
* hmm, should probably change addImm() to take 64-bit arguments one day anyway.Duraid Madina2005-04-111-1/+1
* assorted fixes:Duraid Madina2005-04-111-22/+57
* This target does not support/want ISD::BRCONDTWOWAYChris Lattner2005-04-091-0/+1
* fix bogus division-by-power-of-2 (was wrong for negative input, adds extr insn)Duraid Madina2005-04-081-7/+20
* codegen immediate forms of add/sub/shiftDuraid Madina2005-04-071-13/+66
* steal sampo's div-by-constant-power-of-2 stuffDuraid Madina2005-04-061-4/+66
* fix SREM/UREM, which gave incorrect results for x%y if x was zero. This isDuraid Madina2005-04-041-1/+13
* support IDEF, fnegabs (thanks sampo)Duraid Madina2005-04-021-2/+14
* add support FNEG and FABSDuraid Madina2005-04-021-5/+15
* This target doesn't support fabs/fneg yet.Chris Lattner2005-04-021-0/+3
* repair mindless SELECT waste.Duraid Madina2005-04-011-15/+5
* Assorted fixes:Duraid Madina2005-03-311-38/+135
* Change interface to LowerCallTo to take a boolean isVarArg argument.Nate Begeman2005-03-261-4/+4
* Remove comments that are now meaningless from the pattern ISels, at Chris'sNate Begeman2005-03-241-2/+1
* Stop using deprecated interface.Alkis Evlogimenos2005-03-191-1/+1
* clean up warnings when building in release modeDuraid Madina2005-03-171-0/+2
* and so it begins...Duraid Madina2005-03-171-0/+1640
OpenPOWER on IntegriCloud