Move TargetData to DataLayout.
[oota-llvm.git] / lib / Target / MBlaze / MBlazeAsmPrinter.cpp
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-03-27 Craig TopperPrune some includes
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-11-07 Benjamin KramerSimplify some uses of utohexstr.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-25 Evan ChengRefactor MBlaze target to separate MC routines from...
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-12-09 Wesley PeckReworking the stack layout generated by the MBlaze...
2010-11-24 Wesley PeckUpdating MBlaze .mask and .frame directives to match...
2010-11-24 Wesley Peck1. Fixing error where basic block labels were not being...
2010-11-21 Wesley PeckMake it a little bit more explicit that the MBlaze...
2010-11-12 Wesley Peck1. Finishing MBlaze MC asm parser test cases
2010-11-08 Wesley PeckAdding working version of assembly parser for the MBlaz...
2010-10-21 Wesley PeckAdding initial AsmParser implementation for the MBlaze...
2010-10-21 Wesley PeckRecommit 116986 with capitalization typo fixed.
2010-10-21 Wesley PeckReverting the commit 116986. It was breaking the build...
2010-10-21 Wesley PeckMajor update of the MicroBlaze backend. The new feature...