summaryrefslogtreecommitdiff
path: root/lib/Target/XCore
Commit message (Expand)AuthorAge
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* XCore target: implement exception handlingRobert Lytton2013-11-13
* XCore target: fix bug in aligning 'byval i8*' on the stackRobert Lytton2013-11-12
* Add XCore support for ATOMIC_FENCE.Robert Lytton2013-11-12
* XCore target: return error for unsupported alignmentRobert Lytton2013-11-12
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* XCore target fix bug in emitArrayBound() causing segmentation faultRobert Lytton2013-10-11
* XCore target does not emit '.hidden' or '.protected' attributesRobert Lytton2013-10-11
* XCore target: fix bug in XCoreLowerThreadLocal.cppRobert Lytton2013-10-11
* XCore target: add XCoreTargetLowering::isZExtFree()Robert Lytton2013-10-11
* More XCore TTI cleanup -- remove an unused private field flagged byChandler Carruth2013-09-18
* Target/XCore/CMakeLists.txt: Add XCoreTargetTransformInfo.cpp.NAKAMURA Takumi2013-09-18
* Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton2013-09-18
* Remove unused functions.Eli Friedman2013-09-10
* A better way to silence the warning in MSVC (replaces r190304).Aaron Ballman2013-09-09
* Silencing a warning about control flow reaching the end of a non-void function.Aaron Ballman2013-09-09
* XCore handling of thread local loweringRobert Lytton2013-09-09
* XCore target: change to Sched::SourceRobert Lytton2013-09-09
* XCore target: fix weak linkage attribute handlingRobert Lytton2013-09-09
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-06
* Stop leaking register infos in the disassemblers.Benjamin Kramer2013-08-03
* XCore target: Fix Vararg handlingRobert Lytton2013-08-01
* XCore target: Add byval handlingRobert Lytton2013-08-01
* Xcore targetRobert Lytton2013-08-01
* test commitRobert Lytton2013-07-29
* test commitRichard Osborne2013-07-26
* [XCore] Add TODO regarding byval structsRichard Osborne2013-07-26
* [XCore] Ensure implicit operands aren't lost on the return instruction.Richard Osborne2013-07-17
* [XCore] Fix printing of inline asm operands.Richard Osborne2013-07-16
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* [XCore] Whitespace fixes, no functionality change.Richard Osborne2013-07-03
* [XCore] Add ISel pattern for LDWCPRichard Osborne2013-07-03
* [XCore] Fix instruction selection for zext, mkmsk instructions.Richard Osborne2013-07-02
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-24
* Removed unused variable, detected by gccPatrik Hagglund2013-05-16
* Don't call addFrameMove on XCore.Rafael Espindola2013-05-16
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* Remove unused argument.Rafael Espindola2013-05-10