Fix a regression from 76124. Thumb1 instructions default to S bit being true.
[oota-llvm.git] / lib / Target / CellSPU /
2009-07-19 Daniel DunbarAdd dependencies from TargetInfo onto .td generation.
2009-07-18 Daniel DunbarAdd some missing includes.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-17 Eli FriedmanAdd operation expansion/promotion for a bunch of operat...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Daniel DunbarRemove old style hacks to register AsmPrinter into...
2009-07-15 Owen AndersonMove a few more convenience factory functions from...
2009-07-15 Ted KremenekLexically order files in CMakeLists.txt files.
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarKill off old (TargetMachine level, not Target level...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Daniel DunbarAdd TargetInfo libraries for all targets.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75615, which depended on 75610.
2009-07-14 Torok Edwineliminate extra space.
2009-07-14 Chris LattnerRename getValueName -> getMangledName.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
2009-07-03 Tilmann SchellerSmall cleanups in the PowerPC backend.
2009-07-02 Douglas GregorCMake build fixes, from Xerxes Ranby
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-26 Devang PatelLet's ignore MDStrings also!
2009-06-25 Douglas GregorAdd missing dependencies to the CMake build system.
2009-06-25 Devang PatelNo need to code gen MDNodes
2009-06-24 Chris Lattnersink dwarf finalization out of each target into AsmPrin...
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-20 Devang PatelRemove unused field.
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-19 Anton KorobeynikovUnbreak cyclic deps
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-16 Eli FriedmanMisc accumulated tweaks to legalization logic for vario...
2009-05-30 Bill WendlingUntabification.
2009-05-27 Eli FriedmanDon't abuse the quirky behavior of LegalizeDAG for...
2009-05-26 Daniel DunbarBack out r72431, it is causing a number of compilation...
2009-05-26 Eli FriedmanDon't abuse the quirky behavior of LegalizeDAG for...
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-05-16 Jakob Stoklund OlesenRemember to set def-flag on register loaded from stack...
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
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-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Nate BegemanPR2957
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-03-26 Chris Lattnerfix warning in -asserts mode.
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-17 Scott MichelCellSPU:
2009-03-17 Scott MichelCellSPU:
2009-03-16 Scott MichelCellSPU:
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-02-25 Evan ChengRevert BuildVectorSDNode related patches: 65426, 65427...
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-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from Alpha...
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 Dale JohannesenUse getDebugLoc forwarder instead of getNode()->getDebu...
2009-02-07 Dale JohannesenNeeds this file too.
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 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
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-02-04 Dale JohannesenRemove some more non-DebugLoc versions of construction
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-26 Scott MichelCellSPU:
2009-01-26 Scott MichelUntabify code.
2009-01-26 Scott MichelCellSPU:
2009-01-21 Chris Lattnerfix warning in release-asserts mode and spelling of...
2009-01-21 Scott MichelCellSPU:
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-15 Dan GohmanGeneralize the HazardRecognizer interface so that it...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-15 Scott Michel- Convert remaining i64 custom lowering into custom...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
next