aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/IA64
Commit message (Expand)AuthorAgeFilesLines
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-4/+4
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-294-10/+16
* Second attempt:Bill Wendling2009-04-294-14/+17
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-284-17/+14
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-284-14/+17
* CMake: removed IA64AsmPrinter.cpp from lib/Target/IA64/CMakeLists.txtOscar Fuentes2009-04-031-1/+0
* Fix target library nameAnton Korobeynikov2009-04-031-1/+1
* Fix commentAnton Korobeynikov2009-04-031-1/+1
* Move IA64 asmprinter to separate libraryAnton Korobeynikov2009-04-034-1/+32
* IA64 is as weird as Alpha wrt r/o relocs :)Anton Korobeynikov2009-03-292-0/+8
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-254-8/+8
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-2/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-4/+7
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-243-9/+14
* Propagate debug loc info through prologue/epilogue.Bill Wendling2009-02-231-8/+7
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-0/+1
* Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman2009-02-181-18/+4
* Remove non-DebugLoc versions of BuildMI from IA64, Mips.Dale Johannesen2009-02-134-25/+32
* Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen2009-02-121-3/+5
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-121-30/+43
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-061-32/+36
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-042-41/+49
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-041-14/+15
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-302-18/+24
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-202-9/+10
* CMake: Add lib/Target/IA64/IA64Subtarget.cppOscar Fuentes2009-01-171-0/+1
* Give IA64 a TargetSubtarget subclass, so that it canDan Gohman2009-01-163-0/+49
* Add the private linkage.Rafael Espindola2009-01-151-2/+3
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-1/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-1/+1
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-052-2/+1
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-012-2/+2
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-031-1/+1
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-241-1/+1
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-051-19/+0
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-271-1/+1
* Trim #includes.Dan Gohman2008-10-161-2/+0
* mark some targets as experimental. Andrew, if you think that Alpha isChris Lattner2008-10-161-1/+2
* Rename LoadX to LoadExt.Evan Cheng2008-10-141-6/+6
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-1/+1
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-111-5/+3
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-031-2/+1
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-034-11/+11
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-1/+1
* Re-apply 56683 with fixes.Evan Cheng2008-09-271-1/+2
* Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling2008-09-261-3/+1
* Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng2008-09-261-1/+3
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-262-3/+3