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
/
Hexagon
/
HexagonISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ScheduleDAGInstrs: In functions with tail calls PseudoSourceValues are not no...
Arnold Schwaighofer
2015-05-08
1
-1
/
+3
*
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
-38
/
+39
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-39
/
+38
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-38
/
+39
*
[hexagon] Use range-based for loops. No functionality change intended.
Benjamin Kramer
2015-04-25
1
-69
/
+45
*
[hexagon] Remove setHexLibcallName, it leaks memory.
Benjamin Kramer
2015-04-25
1
-76
/
+83
*
[Hexagon] Some cleanup of instruction selection code
Krzysztof Parzyszek
2015-04-22
1
-661
/
+591
*
Fix Windows build break: use LLVM_FUNCTION_NAME instead of __func__.
Krzysztof Parzyszek
2015-04-22
1
-1
/
+1
*
[Hexagon] Overhaul of stack object allocation
Krzysztof Parzyszek
2015-04-22
1
-94
/
+64
*
Expand ADDO/SUBO on Hexagon
Krzysztof Parzyszek
2015-04-13
1
-0
/
+8
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-0
/
+1
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
[Hexagon] Add support for vector instructions
Krzysztof Parzyszek
2015-03-19
1
-23
/
+858
*
Remove unused complex patterns for addressing modes on Hexagon.
Krzysztof Parzyszek
2015-03-12
1
-4
/
+9
*
[Hexagon] Renaming HexagonJT to JT and adding CP for constantpool.
Colin LeMahieu
2015-03-10
1
-1
/
+1
*
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
/
+2
*
[Hexagon] Removing more V4 predicates since V4 is the required minimum.
Colin LeMahieu
2015-02-09
1
-7
/
+2
*
[Hexagon] Simplifying and formatting several patterns. Changing a pattern mu...
Colin LeMahieu
2015-02-05
1
-1
/
+2
*
Only access TLOF via the TargetMachine, not TargetLowering.
Eric Christopher
2015-02-03
1
-3
/
+4
*
Cache and use the subtarget that owns the target lowering.
Eric Christopher
2015-02-02
1
-22
/
+14
*
[Hexagon] Updating several V5 intrinsics and adding FP tests.
Colin LeMahieu
2015-01-28
1
-1
/
+1
*
[Hexagon] Updating call/jump instruction patterns.
Colin LeMahieu
2015-01-16
1
-2
/
+6
*
[Hexagon] Deleting old float comparison instruction and updating references t...
Colin LeMahieu
2015-01-15
1
-1
/
+2
*
[Hexagon] Replacing old fadd/fsub instructions and updating references.
Colin LeMahieu
2015-01-15
1
-3
/
+11
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-2
/
+4
*
[Hexagon] Adding xtype parity, min, minu, max, maxu instructions.
Colin LeMahieu
2014-12-08
1
-0
/
+14
*
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
-12
/
+11
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-6
/
+5
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-8
/
+9
*
Make HexagonISelLowering not dependent upon a HexagonTargetMachine,
Eric Christopher
2014-06-27
1
-19
/
+23
*
Reduce indentation.
Eric Christopher
2014-06-27
1
-362
/
+360
*
Hexagon: Expand i1 SELECT_CC
Tom Stellard
2014-06-10
1
-0
/
+1
*
SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CC
Tom Stellard
2014-06-10
1
-6
/
+0
*
SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Tom Stellard
2014-06-10
1
-18
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-1
/
+1
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-8
/
+5
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-3
/
+3
*
Remove unnecessary #includes.
Bill Wendling
2014-01-06
1
-1
/
+0
*
Refactor function that checks that __builtin_returnaddress's argument is cons...
Bill Wendling
2014-01-06
1
-4
/
+1
*
Emit an error message if the value passed to __builtin_returnaddress isn't a ...
Bill Wendling
2014-01-05
1
-0
/
+7
*
Hexagon: Remove global state.
Benjamin Kramer
2013-10-27
1
-10
/
+25
*
Fix unused variables.
Eli Friedman
2013-09-10
1
-2
/
+0
[prev]
[next]