80-column cleanup
[oota-llvm.git] / lib / Target / Blackfin /
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-15 Jakob Stoklund OlesenMove Blackfin intrinsics into the Target/Blackfin direc...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-09-23 Dan GohmanUse getStoreSize() instead of getStoreSizeInBits()/8.
2009-09-23 Bob WilsonRemove BlackfinRegisterInfo::getFrameIndexOffset since...
2009-09-20 Daniel DunbarTabs -> spaces, and remove trailing whitespace.
2009-09-13 Daniel DunbarRemove unused variables.
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-31 Benjamin KramerNormalize makefile comments and sort cmake file lists.
2009-08-23 Chris Lattnereliminate the last DOUTs from the targets.
2009-08-22 Benjamin KramerForgot to update some CMakeLists.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-18 Jakob Stoklund OlesenSimplify RegScavenger::FindUnusedReg.
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-12 Jakob Stoklund OlesenMove immediate constant predicate templates from the...
2009-08-11 Chris LattnerChange the asmprinter to print the comment character...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Chris Lattnerpass the TargetTriple down from each target ctor to the
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-08 Jakob Stoklund OlesenAdd support for READCYCLECOUNTER in Blackfin back-end.
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-04 Mike StumpRestlyize to match other targets, fixes cmake build...
2009-08-04 Jakob Stoklund OlesenMost flags are reserved registers on Blackfin.
2009-08-03 Ted KremenekUpdate CMake files.
2009-08-03 Jakob Stoklund OlesenMinor stylistic cleanups in the Blackfin target.
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-08-02 Jakob Stoklund OlesenRemove unneeded intrinsics from Blackfin backend.
2009-08-02 Jakob Stoklund OlesenAdd some basic blackfin intrinsics.
2009-08-02 Jakob Stoklund OlesenAdd support for CPU features (i.e., bugs) and workarounds.
2009-08-02 Jakob Stoklund OlesenInline assembly support for Blackfin.
2009-08-02 Jakob Stoklund OlesenAnalog Devices Blackfin back-end.