Rename PaddedSize to AllocSize, in the hope that this
[oota-llvm.git] / lib / Target / XCore /
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-23 Bill WendlingPropagate debug loc info through prologue/epilogue.
2009-02-13 Dale Johannesenmissed file
2009-02-13 Dale JohannesenRemove refs to non-DebugLoc version of BuildMI from...
2009-02-12 Dale JohannesenEliminate a couple of non-DebugLoc BuildMI variants.
2009-02-12 Bill WendlingMove debug loc info along when the spiller creates...
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-06 Dale Johannesenget rid of some non-DebugLoc getTargetNode variants.
2009-02-05 Dale JohannesenGet rid of 3 non-DebugLoc getNode variants.
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-15 Richard OsborneDon't fold address calculations which use negative...
2009-01-15 Richard OsborneUpdate the operands used when building LDAWSP instructi...
2009-01-14 Richard OsborneAdd pseudo instructions to the XCore for (load|store...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2008-12-03 Richard OsborneAdd support for ISD::TRAP to the XCore backend
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...
2008-11-23 Duncan SandsRename SetCCResultContents to BooleanContents. In
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-11-14 Richard Osborne[XCore] Remove whitespace in the description used when
2008-11-14 Richard Osborne[XCore] Fix expansion of 64 bit add/sub. Don't custom...
2008-11-14 Richard OsborneAdd XCore intrinsics for getid (returns thread id)...
2008-11-07 Richard OsborneFix compile warnings.
2008-11-07 Richard OsborneAdd XCore backend.
2008-11-05 Richard OsborneTest commit, add Makefile for XCore target, more to...