index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
XCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[XCore] Add bru instruction.
Richard Osborne
2013-04-04
1
-0
/
+3
*
[XCore] The RRegs register class is a superset of GRRegs.
Richard Osborne
2013-04-04
4
-34
/
+46
*
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-22
1
-1
/
+1
*
DAGCombiner: Use correct value type for checking legality of BR_CC v3
Tom Stellard
2013-03-08
1
-1
/
+1
*
Fix PR10475
Michael Liao
2013-03-01
1
-1
/
+1
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
4
-56
/
+56
*
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
1
-3
/
+3
*
[XCore] Add missing 2r instructions.
Richard Osborne
2013-02-17
3
-1
/
+35
*
[XCore] Add TSETR instruction.
Richard Osborne
2013-02-17
3
-1
/
+34
*
[XCore] Add missing u10 / lu10 instructions.
Richard Osborne
2013-02-17
1
-1
/
+12
*
[XCore] Add missing u6 / lu6 instructions.
Richard Osborne
2013-02-17
1
-2
/
+18
*
Move MRI liveouts to XCore return instructions.
Jakob Stoklund Olesen
2013-02-05
2
-16
/
+14
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
2
-14
/
+9
*
[XCore] Add missing l2rus instructions.
Richard Osborne
2013-01-27
2
-1
/
+14
*
[XCore] Add missing l2r instructions.
Richard Osborne
2013-01-27
1
-1
/
+12
*
[XCore] Add missing 1r instructions.
Richard Osborne
2013-01-27
1
-6
/
+21
*
[XCore] Add missing 0r instructions.
Richard Osborne
2013-01-27
1
-3
/
+44
*
Add instruction encodings / disassembly support for l4r instructions.
Richard Osborne
2013-01-25
3
-18
/
+83
*
Use the correct format in the STW / SETPSC instruction names.
Richard Osborne
2013-01-25
3
-9
/
+9
*
Fix order of operands for crc8_l4r
Richard Osborne
2013-01-25
4
-27
/
+48
[next]