aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-011-12/+5
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-11/+14
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-4/+8
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-2/+2
* Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck2010-03-061-36/+130
* revert r97807, it introduced build warnings.Chris Lattner2010-03-061-180/+36
* Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck2010-03-051-36/+180
* Adding function "lookupGCCName" to MBlazeIntrinsicInfoWesley Peck2010-02-241-2/+1
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+882