summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAge
* Remove non-DebugLoc forms of the exotic formsDale Johannesen2009-02-04
* Remove some more non-DebugLoc versions of constructionDale Johannesen2009-02-04
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-30
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-20
* Fix Alpha test and support for private linkage.Rafael Espindola2009-01-15
* Add the private linkage.Rafael Espindola2009-01-15
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-15
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-09
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-01
* silence warning when asserts disabled.Chris Lattner2008-12-14
* Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman2008-12-03
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-03
* Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman2008-12-03
* There are no longer any places that require aDuncan Sands2008-12-01
* Change the interface to the type legalization methodDuncan Sands2008-12-01
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-24
* Rename SetCCResultContents to BooleanContents. InDuncan Sands2008-11-23
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-18
* Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes2008-11-15
* This shouldn't be necessaryAndrew Lenharth2008-11-11
* CMake: corrected split of Alpha and Sparc AsmPrinters.Oscar Fuentes2008-11-11
* Separate alpha asmprinter. This should unbreak native build.Anton Korobeynikov2008-11-11
* fix another libgcc blockerAndrew Lenharth2008-11-11
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-08
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-05
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-03
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-27
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-18
* Trim #includes.Dan Gohman2008-10-16
* mark some targets as experimental. Andrew, if you think that Alpha isChris Lattner2008-10-16
* Const-ify several TargetInstrInfo methods.Dan Gohman2008-10-16
* Rename LoadX to LoadExt.Evan Cheng2008-10-14
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-14
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-11
* get CodeGen/Alpha/mul128.ll to work.Chris Lattner2008-10-09
* Note that ADDC and company don't actually expand yet (missing in legalizeAndrew Lenharth2008-10-07
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-03
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling2008-09-26
* Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng2008-09-26
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-26
* CMake: Builds all targets.Oscar Fuentes2008-09-26
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-24
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-24
* Fix these enums' starting values to reflect the way thatDan Gohman2008-09-23
* Make log, log2, log10, exp, exp2 use Expand byDale Johannesen2008-09-22
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-16
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-16