| Commit message (Expand) | Author | Age | Files | Lines |
* | More XCore TTI cleanup -- remove an unused private field flagged by | Chandler Carruth | 2013-09-18 | 1 | -4/+2 |
* | Target/XCore/CMakeLists.txt: Add XCoreTargetTransformInfo.cpp. | NAKAMURA Takumi | 2013-09-18 | 1 | -0/+1 |
* | Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ... | Robert Lytton | 2013-09-18 | 4 | -0/+97 |
* | Remove unused functions. | Eli Friedman | 2013-09-10 | 2 | -9/+0 |
* | A better way to silence the warning in MSVC (replaces r190304). | Aaron Ballman | 2013-09-09 | 1 | -2/+1 |
* | Silencing a warning about control flow reaching the end of a non-void function. | Aaron Ballman | 2013-09-09 | 1 | -0/+1 |
* | XCore handling of thread local lowering | Robert Lytton | 2013-09-09 | 1 | -9/+94 |
* | XCore target: change to Sched::Source | Robert Lytton | 2013-09-09 | 1 | -1/+1 |
* | XCore target: fix weak linkage attribute handling | Robert Lytton | 2013-09-09 | 1 | -1/+0 |
* | Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ... | NAKAMURA Takumi | 2013-08-06 | 1 | -1/+1 |
* | Stop leaking register infos in the disassemblers. | Benjamin Kramer | 2013-08-03 | 1 | -2/+2 |
* | XCore target: Fix Vararg handling | Robert Lytton | 2013-08-01 | 1 | -12/+14 |
* | XCore target: Add byval handling | Robert Lytton | 2013-08-01 | 1 | -11/+63 |
* | Xcore target | Robert Lytton | 2013-08-01 | 1 | -6/+9 |
* | test commit | Robert Lytton | 2013-07-29 | 1 | -0/+1 |
* | test commit | Richard Osborne | 2013-07-26 | 1 | -1/+1 |
* | [XCore] Add TODO regarding byval structs | Richard Osborne | 2013-07-26 | 1 | -0/+2 |
* | [XCore] Ensure implicit operands aren't lost on the return instruction. | Richard Osborne | 2013-07-17 | 1 | -1/+3 |
* | [XCore] Fix printing of inline asm operands. | Richard Osborne | 2013-07-16 | 1 | -11/+7 |
* | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-14 | 1 | -4/+4 |
* | [XCore] Whitespace fixes, no functionality change. | Richard Osborne | 2013-07-03 | 1 | -3/+3 |
* | [XCore] Add ISel pattern for LDWCP | Richard Osborne | 2013-07-03 | 1 | -8/+7 |
* | [XCore] Fix instruction selection for zext, mkmsk instructions. | Richard Osborne | 2013-07-02 | 2 | -2/+2 |
* | The getRegForInlineAsmConstraint function should only accept MVT value types. | Chad Rosier | 2013-06-22 | 2 | -2/+2 |
* | Access the TargetLoweringInfo from the TargetMachine object instead of cachin... | Bill Wendling | 2013-06-19 | 1 | -3/+1 |
* | DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI... | David Blaikie | 2013-06-16 | 3 | -53/+2 |
* | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 2013-06-07 | 3 | -6/+6 |
* | Cache the TargetLowering info object as a pointer. | Bill Wendling | 2013-06-06 | 1 | -1/+1 |
* | Order CALLSEQ_START and CALLSEQ_END nodes. | Andrew Trick | 2013-05-29 | 1 | -2/+2 |
* | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 3 | -35/+35 |
* | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 2013-05-24 | 2 | -3/+3 |
* | Remove the Copied parameter from MemoryObject::readBytes. | Benjamin Kramer | 2013-05-24 | 1 | -2/+2 |
* | Removed unused variable, detected by gcc | Patrik Hagglund | 2013-05-16 | 1 | -2/+0 |
* | Don't call addFrameMove on XCore. | Rafael Espindola | 2013-05-16 | 1 | -34/+0 |
* | Remove the MachineMove class. | Rafael Espindola | 2013-05-13 | 2 | -4/+5 |
* | Change getFrameMoves to return a const reference. | Rafael Espindola | 2013-05-11 | 1 | -8/+6 |
* | Remove unused argument. | Rafael Espindola | 2013-05-10 | 3 | -4/+4 |
* | [XCore] Fix handling of functions where only the LR is spilled. | Richard Osborne | 2013-05-09 | 1 | -27/+30 |
* | [XCore] Add LDAPB instructions. | Richard Osborne | 2013-05-05 | 1 | -3/+13 |
* | [XCore] Update LDAP to use pcrel_imm. | Richard Osborne | 2013-05-05 | 1 | -3/+3 |
* | [XCore] Rename calltarget -> pcrel_imm. | Richard Osborne | 2013-05-05 | 1 | -6/+6 |
* | [XCore] Add BLRB instructions. | Richard Osborne | 2013-05-05 | 1 | -0/+7 |
* | [XCore] Remove '-' from back branch asm syntax. | Richard Osborne | 2013-05-05 | 2 | -6/+18 |
* | Fix buildbot failure on 64 bit linux due to std::max() having different | Richard Osborne | 2013-05-04 | 1 | -1/+1 |
* | [XCore] Remove unused operand type. | Richard Osborne | 2013-05-04 | 1 | -1/+0 |
* | [XCore] Make use of the target independent global address offset folding. | Richard Osborne | 2013-05-04 | 6 | -98/+41 |
* | [XCore] Simplify code that checks for an aligned base plus a constant. | Richard Osborne | 2013-05-04 | 2 | -81/+56 |
* | [XCore] Move lowering of thread local storage to a separate pass. | Richard Osborne | 2013-05-04 | 6 | -55/+158 |
* | [XCore] Use static relocation model by default. | Richard Osborne | 2013-05-04 | 4 | -5/+11 |
* | ArrayRefize getMachineNode(). No functionality change. | Michael Liao | 2013-04-19 | 1 | -6/+6 |