aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/IA64
Commit message (Expand)AuthorAgeFilesLines
* - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...Evan Cheng2007-10-182-4/+4
* Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...Evan Cheng2007-10-182-8/+8
* Revert 42908 for now.Evan Cheng2007-10-141-2/+2
* Change the names used for internal labels to use the currentDan Gohman2007-10-121-2/+2
* Set ISD::FPOW to Expand.Dan Gohman2007-10-111-1/+3
* Forgot these.Evan Cheng2007-10-052-0/+72
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-031-1/+1
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-262-3/+9
* More explicit keywords.Dan Gohman2007-09-251-1/+1
* Fix PR 1681. When X86 target uses +sse -sse2,Dale Johannesen2007-09-231-0/+2
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-111-2/+0
* Revise per review of previous patch.Dale Johannesen2007-08-311-2/+4
* Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen2007-08-311-2/+2
* Change LegalFPImmediates to use APFloat.Dale Johannesen2007-08-301-2/+2
* long double patch 2 of N. Handle it in TargetData.Dale Johannesen2007-08-031-1/+1
* More explicit keywords.Dan Gohman2007-08-021-1/+1
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-0/+2
* Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman2007-07-251-4/+3
* No more noResults.Evan Cheng2007-07-211-4/+4
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-192-173/+174
* Long live the exception handling!Anton Korobeynikov2007-07-142-4/+6
* Assert when TLS is not implemented.Lauro Ramos Venancio2007-07-111-0/+5
* The various "getModuleMatchQuality" implementations should returnChris Lattner2007-07-091-0/+2
* Convert .cvsignore filesJohn Criswell2007-06-291-1/+0
* Pass a SelectionDAG into SDNode::dump everywhere it's used, in preprationDan Gohman2007-06-191-1/+1
* If a function is vararg, never pass inreg arguments in registers. Thanks toChris Lattner2007-06-191-0/+2
* RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng2007-05-182-6/+8
* implement anyextend from i1 -> i64Chris Lattner2007-05-051-0/+2
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+4
* eliminateFrameIndex() change.Evan Cheng2007-05-012-2/+4
* Relex assertions to account for additional implicit def / use operands.Evan Cheng2007-04-251-1/+1
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-163-31/+39
* Added MRegisterInfo hook to re-materialize an instruction.Evan Cheng2007-03-202-0/+12
* Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov2007-03-071-2/+4
* PEI now passes a RegScavenger ptr to eliminateFrameIndex.Evan Cheng2007-02-282-2/+4
* By default, spills kills the register being stored.Evan Cheng2007-02-231-5/+6
* Simplify lowering and selection of exception ops.Jim Laskey2007-02-221-3/+0
* Support to provide exception and selector registers.Jim Laskey2007-02-213-0/+17
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-192-0/+16
* For PR1207:Reid Spencer2007-02-192-16/+0
* Added getReservedRegs().Evan Cheng2007-02-172-0/+16
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-3/+3
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-292-11/+4
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-1/+1
* Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng2007-01-241-1/+1
* PEI is now responsible for adding MaxCallFrameSize to frame size and align th...Evan Cheng2007-01-231-7/+0
* hasFP() is now a virtual method of MRegisterInfo.Evan Cheng2007-01-232-1/+3
* Fix naming inconsistency.Evan Cheng2007-01-022-8/+8