index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
XCore
/
XCoreISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
2014-05-17
1
-16
/
+13
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-9
/
+9
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-12
/
+12
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-16
/
+10
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-1
/
+1
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-1
/
+1
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-1
/
+1
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+1
*
[XCore] Support functions returning more than 4 words.
Richard Osborne
2014-02-27
1
-19
/
+94
*
[XCore] Make LowerCallResult a static function.
Richard Osborne
2014-02-27
1
-28
/
+24
*
Revert r202396, r202397.
Richard Osborne
2014-02-27
1
-107
/
+36
*
[XCore] Support functions returning more than 4 words.
Richard Osborne
2014-02-27
1
-19
/
+94
*
[XCore] Make LowerCallResult a static function.
Richard Osborne
2014-02-27
1
-28
/
+24
*
[XCore] Add dag combines for instructions that ignore some input bits.
Richard Osborne
2014-02-27
1
-0
/
+42
*
[XCore] Provide information about known zero bits of resource instructions.
Richard Osborne
2014-02-27
1
-0
/
+28
*
[XCore] Prefer to word align functions.
Richard Osborne
2014-02-25
1
-0
/
+1
*
XCore target: fix const section handling
Robert Lytton
2014-02-11
1
-1
/
+4
*
XCore target: Lower ATOMIC_LOAD & ATOMIC_STORE
Robert Lytton
2014-02-11
1
-0
/
+68
*
XCore target: Lower EH_RETURN
Robert Lytton
2014-01-06
1
-0
/
+42
*
XCore target: Lower FRAME_TO_ARGS_OFFSET
Robert Lytton
2014-01-06
1
-0
/
+12
*
XCore target: Lower RETURNADDR
Robert Lytton
2014-01-06
1
-2
/
+25
*
XCore target: fix handling of unsized global arrays in large code model
Robert Lytton
2014-01-06
1
-4
/
+13
*
[stackprotector] Use analysis from the StackProtector pass for stack layout i...
Josh Magee
2013-12-19
1
-1
/
+1
*
XCore target: Add large code model
Robert Lytton
2013-12-02
1
-12
/
+28
*
XCore target: implement exception handling
Robert Lytton
2013-11-13
1
-0
/
+4
*
XCore target: fix bug in aligning 'byval i8*' on the stack
Robert Lytton
2013-11-12
1
-1
/
+1
*
Add XCore support for ATOMIC_FENCE.
Robert Lytton
2013-11-12
1
-0
/
+11
*
XCore target: add XCoreTargetLowering::isZExtFree()
Robert Lytton
2013-10-11
1
-0
/
+18
*
Remove unused functions.
Eli Friedman
2013-09-10
1
-5
/
+0
*
XCore target: change to Sched::Source
Robert Lytton
2013-09-09
1
-1
/
+1
*
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
*
test commit
Richard Osborne
2013-07-26
1
-1
/
+1
*
[XCore] Add TODO regarding byval structs
Richard Osborne
2013-07-26
1
-0
/
+2
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-4
/
+4
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
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
1
-26
/
+26
*
Fix buildbot failure on 64 bit linux due to std::max() having different
Richard Osborne
2013-05-04
1
-1
/
+1
*
[XCore] Make use of the target independent global address offset folding.
Richard Osborne
2013-05-04
1
-13
/
+29
*
[XCore] Simplify code that checks for an aligned base plus a constant.
Richard Osborne
2013-05-04
1
-81
/
+53
*
[XCore] Move lowering of thread local storage to a separate pass.
Richard Osborne
2013-05-04
1
-42
/
+0
*
[XCore] Use static relocation model by default.
Richard Osborne
2013-05-04
1
-0
/
+6
*
DAGCombiner: Use correct value type for checking legality of BR_CC v3
Tom Stellard
2013-03-08
1
-1
/
+1
*
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
1
-3
/
+3
[next]