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
...
*
Add address space argument to isLegalAddressingMode
Matt Arsenault
2015-06-01
1
-1
/
+2
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-2
/
+3
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-54
/
+61
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-61
/
+54
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-54
/
+61
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-2
/
+3
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-1
/
+2
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-5
/
+5
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-1
/
+1
*
CodeGen: convert CCState interface to using ArrayRefs
Tim Northover
2015-02-21
1
-2
/
+1
*
Since TargetLowering is already subtarget dependent just pass
Eric Christopher
2015-02-02
1
-9
/
+6
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-5
/
+7
*
We can get the TLOF from the TargetMachine - so constructor no longer require...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-9
/
+9
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+7
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-4
/
+5
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
1
-3
/
+9
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-6
/
+6
*
Move the subtarget dependent features from XCoreTargetMachine
Eric Christopher
2014-07-02
1
-4
/
+3
*
[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.
Juergen Ributzka
2014-07-01
1
-2
/
+2
*
SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CC
Tom Stellard
2014-06-10
1
-3
/
+0
*
SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Tom Stellard
2014-06-10
1
-12
/
+1
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-12
/
+10
*
clang-format function.
Rafael Espindola
2014-05-23
1
-8
/
+6
*
Remove a confusing use of a static method.
Rafael Espindola
2014-05-23
1
-1
/
+1
*
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
[prev]
[next]