aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore
Commit message (Expand)AuthorAgeFilesLines
* CMake: Change somme target library names:Oscar Fuentes2010-08-031-1/+1
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-162-33/+0
* Avoid isMoveInstr when printing XCore pseudo-moves.Jakob Stoklund Olesen2010-07-161-7/+5
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-162-5/+5
* Don't pass StringRef by reference.Benjamin Kramer2010-07-142-3/+4
* Replace copyRegToReg with copyPhysReg for XCore.Jakob Stoklund Olesen2010-07-112-32/+24
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-102-5/+3
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-092-3/+5
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-092-5/+3
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-082-3/+5
* Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...Evan Cheng2010-07-071-2/+2
* Add X86FastISel support for return statements. This entails refactoringDan Gohman2010-07-072-5/+3
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-072-3/+9
* CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.Dan Gohman2010-07-062-3/+3
* Propagate debug loc.Devang Patel2010-07-061-3/+3
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-13/+13
* Revert r107655.Dan Gohman2010-07-061-13/+13
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-13/+13
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-032-4/+4
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-1/+0
* Revert r107205 and r107207.Bill Wendling2010-06-291-1/+0
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-0/+1
* Remove initialized but otherwise unused variables.Duncan Sands2010-06-291-1/+0
* Remove isTwoAddress from XCore.Eric Christopher2010-06-211-1/+1
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-172-9/+9
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-021-4/+7
* cleanupRafael Espindola2010-06-022-15/+0
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-222-4/+8
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-191-1/+1
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-114-4/+14
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-062-4/+4
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-062-6/+10
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-012-9/+5
* further simplify EmitAlignment by eliminating the Chris Lattner2010-04-281-1/+1
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+1
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-174-55/+57
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-163-0/+52
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-152-5/+5
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-084-119/+26
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-081-36/+13
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-072-8/+8
* remove the MMI pointer from MachineFrameInfo.Chris Lattner2010-04-051-7/+3
* simplify code.Chris Lattner2010-04-051-7/+4
* implement EmitFunctionEntryLabel to emit the .cc_top directive,Chris Lattner2010-04-051-61/+7
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-051-4/+1
* just have all targets create the DwarfWriter.Chris Lattner2010-04-051-5/+0
* simplify various getAnalysisUsage implementations.Chris Lattner2010-04-051-2/+0
* eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner2010-04-041-1/+0
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-6/+3
* mc'ize the remaining uses of O.Chris Lattner2010-04-041-13/+18