Remove obsolete code from MipsAsmParser.cpp.
[oota-llvm.git] / lib / Target / XCore /
2013-09-09 Aaron BallmanA better way to silence the warning in MSVC (replaces...
2013-09-09 Aaron BallmanSilencing a warning about control flow reaching the...
2013-09-09 Robert LyttonXCore handling of thread local lowering
2013-09-09 Robert LyttonXCore target: change to Sched::Source
2013-09-09 Robert LyttonXCore target: fix weak linkage attribute handling
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-08-03 Benjamin KramerStop leaking register infos in the disassemblers.
2013-08-01 Robert LyttonXCore target: Fix Vararg handling
2013-08-01 Robert LyttonXCore target: Add byval handling
2013-08-01 Robert LyttonXcore target
2013-07-29 Robert Lyttontest commit
2013-07-26 Richard Osbornetest commit
2013-07-26 Richard Osborne[XCore] Add TODO regarding byval structs
2013-07-17 Richard Osborne[XCore] Ensure implicit operands aren't lost on the...
2013-07-16 Richard Osborne[XCore] Fix printing of inline asm operands.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-03 Richard Osborne[XCore] Whitespace fixes, no functionality change.
2013-07-03 Richard Osborne[XCore] Add ISel pattern for LDWCP
2013-07-02 Richard Osborne[XCore] Fix instruction selection for zext, mkmsk instr...
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-06-06 Bill WendlingCache the TargetLowering info object as a pointer.
2013-05-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-05-16 Patrik HagglundRemoved unused variable, detected by gcc
2013-05-16 Rafael EspindolaDon't call addFrameMove on XCore.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-10 Rafael EspindolaRemove unused argument.
2013-05-09 Richard Osborne[XCore] Fix handling of functions where only the LR...
2013-05-05 Richard Osborne[XCore] Add LDAPB instructions.
2013-05-05 Richard Osborne[XCore] Update LDAP to use pcrel_imm.
2013-05-05 Richard Osborne[XCore] Rename calltarget -> pcrel_imm.
2013-05-05 Richard Osborne[XCore] Add BLRB instructions.
2013-05-05 Richard Osborne[XCore] Remove '-' from back branch asm syntax.
2013-05-04 Richard OsborneFix buildbot failure on 64 bit linux due to std::max...
2013-05-04 Richard Osborne[XCore] Remove unused operand type.
2013-05-04 Richard Osborne[XCore] Make use of the target independent global addre...
2013-05-04 Richard Osborne[XCore] Simplify code that checks for an aligned base...
2013-05-04 Richard Osborne[XCore] Move lowering of thread local storage to a...
2013-05-04 Richard Osborne[XCore] Use static relocation model by default.
2013-04-19 Michael LiaoArrayRefize getMachineNode(). No functionality change.
2013-04-04 Richard Osborne[XCore] Add bru instruction.
2013-04-04 Richard Osborne[XCore] The RRegs register class is a superset of GRRegs.
2013-03-22 Hal FinkelAllow the register scavenger to spill multiple registers
2013-03-08 Tom StellardDAGCombiner: Use correct value type for checking legali...
2013-03-01 Michael LiaoFix PR10475
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-20 Jim GrosbachUpdate TargetLowering ivars for name policy.
2013-02-17 Richard Osborne[XCore] Add missing 2r instructions.
2013-02-17 Richard Osborne[XCore] Add TSETR instruction.
2013-02-17 Richard Osborne[XCore] Add missing u10 / lu10 instructions.
2013-02-17 Richard Osborne[XCore] Add missing u6 / lu6 instructions.
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to XCore return instructions.
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-27 Richard Osborne[XCore] Add missing l2rus instructions.
2013-01-27 Richard Osborne[XCore] Add missing l2r instructions.
2013-01-27 Richard Osborne[XCore] Add missing 1r instructions.
2013-01-27 Richard Osborne[XCore] Add missing 0r instructions.
2013-01-25 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-25 Richard OsborneUse the correct format in the STW / SETPSC instruction...
2013-01-25 Richard OsborneFix order of operands for crc8_l4r
2013-01-25 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-25 Richard OsborneFix order of operands for l5r instructions.
2013-01-25 Richard OsborneUse correct mnemonic / instruction name for ldivu.
2013-01-23 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-22 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-21 Richard OsborneFix some incorrectly named u10 / lu10 instructions.
2013-01-21 Richard OsborneRemove unused multiclass.
2013-01-21 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-21 Richard OsborneAdd instruction encoding / disassembly support for...
2013-01-21 Richard OsborneUse correct format for the LDAWCP instruction (u6).
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembler support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support 3r...
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-31 Bill WendlingRemove the getAttributesAtIndex and getNumAttrs methods...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneAdd instruction encodings for PEEK and ENDIN.
2012-12-17 Richard OsborneFix parameter name in prototypes in XCoreDisassembler.
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneAdd instruction encodings for ZEXT and SEXT.
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneSimplify assertion in XCoreInstPrinter.
2012-12-17 Richard OsborneUpdate comments to match recommended doxygen style.
2012-12-17 Richard OsborneRemove unnecessary include.
2012-12-16 Richard OsborneAdd instruction encodings and disassembly for 1r instru...
2012-12-16 Richard OsborneAdd XCore disassembler.
2012-12-16 Richard OsborneRemove invalid instruction encodings.
2012-12-16 Richard OsborneMark anything deriving from PseudoInstXCore as a pseudo...
next