Remove the TargetMachine forwards for TargetSubtargetInfo based
[oota-llvm.git] / lib / Target / XCore / XCoreRegisterInfo.cpp
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-02-18 Robert LyttonXCore target: addMemOperand as necessary
2014-02-18 Robert LyttonXCore target: Fix llvm.eh.return and EH info register...
2014-01-06 Robert LyttonXCore Target: correct callee save register spilling...
2014-01-06 Robert LyttonXCore target: Refactor the loading of constants into...
2013-12-02 Robert LyttonXCore target: Make handling of large frames not depende...
2013-12-02 Robert LyttonXCore target: Fix eliminateFrameIndex() to handle large...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-25 Richard OsborneUse the correct format in the STW / SETPSC instruction...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-04-23 Preston GurdThis patch fixes a problem which arose when using the...
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-11 Craig TopperRemove unused functions getArgRegs and getNumArgRegs.
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-14 Richard OsborneUpdate XCoreRegisterInfo::eliminateFrameIndex() to...
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengHide more details in tablegen generated MCRegisterInfo...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-03-15 Richard OsborneOn the XCore the scavenging slot should be closest...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-11-27 Anton KorobeynikovMove more PEI-related hooks to TFI
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-03 Evan ChengRemove isSS argument from CreateFixedObject. Fixed...
2010-06-02 Rafael Espindolacleanup
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-08 Benjamin KramerUse twines to simplify calls to report_fatal_error...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-05 Chris Lattnerremove the MMI pointer from MachineFrameInfo.
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
2010-03-14 Chris LattnerNow that DBG_LABEL is updated, we can finally make...
2010-03-14 Chris Lattnerchange the DBG_LABEL MachineInstr to always be created
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-09-06 Duncan SandsRemove some not-really-used variables, as warned
2009-08-23 Chris Lattnereliminate uses of cerr()
2009-08-23 Chris Lattnereliminate the last DOUTs from the targets.
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-12 Torok EdwinRemove extra \n from LLVM_UNREACHABLE calls.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-02-23 Bill WendlingPropagate debug loc info through prologue/epilogue.
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-01-15 Richard OsborneUpdate the operands used when building LDAWSP instructi...
2009-01-14 Richard OsborneAdd pseudo instructions to the XCore for (load|store...
2008-11-07 Richard OsborneAdd XCore backend.