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
/
CodeGen
/
SelectionDAG
/
SelectionDAGBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce enum values for previously defined metadata types. (NFC)
Philip Reames
2014-10-21
1
-3
/
+3
*
Check for dynamic alloca's when selecting lifetime intrinsics.
Pete Cooper
2014-10-17
1
-1
/
+7
*
[Stackmaps] Enable invoking the patchpoint intrinsic.
Juergen Ributzka
2014-10-17
1
-45
/
+55
*
Reduce code duplication between patchpoint and non-patchpoint lowering. NFC.
Juergen Ributzka
2014-10-16
1
-44
/
+53
*
Erase fence insertion from SelectionDAGBuilder.cpp (NFC)
Robin Morisset
2014-10-16
1
-67
/
+20
*
Refactor debug statement and remove dead argument. NFC.
Chad Rosier
2014-10-13
1
-16
/
+12
*
Use the subtarget on the dag to get TargetFrameLowering rather
Eric Christopher
2014-10-09
1
-1
/
+1
*
Use the TargetLowering information we already have on the
Eric Christopher
2014-10-08
1
-305
/
+256
*
Cache TargetLowering on SelectionDAGISel and update previous
Eric Christopher
2014-10-08
1
-6
/
+3
*
Remove unnecessary copying or replace it with moves in a bunch of places.
Benjamin Kramer
2014-10-04
1
-2
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-25
/
+33
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-33
/
+25
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-25
/
+33
*
Fix crash with an insertvalue that produces an empty object.
Peter Collingbourne
2014-09-20
1
-0
/
+6
*
Optimize sext/zext insertion algorithm in back-end.
Jiangning Liu
2014-09-19
1
-7
/
+16
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-3
/
+2
*
[ARM] Enable DP copy, load and store instructions for FPv4-SP
Oliver Stannard
2014-08-21
1
-11
/
+8
*
Revert r216066, "Optimize ZERO_EXTEND and SIGN_EXTEND in both SelectionDAG Bu...
Jiangning Liu
2014-08-21
1
-26
/
+2
*
Optimize ZERO_EXTEND and SIGN_EXTEND in both SelectionDAG Builder and type
Jiangning Liu
2014-08-20
1
-2
/
+26
*
[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
Hal Finkel
2014-08-13
1
-1
/
+1
*
[pr19635] Revert most of r170537, and add new testcase.
Patrik Hagglund
2014-08-08
1
-1
/
+1
*
[stack protector] Look through bitcasts to get global variable
Akira Hatanaka
2014-08-07
1
-9
/
+19
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-2
/
+3
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-3
/
+2
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-3
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-76
/
+103
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
1
-2
/
+3
*
Add @llvm.assume, lowering, and some basic properties
Hal Finkel
2014-07-25
1
-1
/
+2
*
[stack protector] Fix a potential security bug in stack protector where the
Akira Hatanaka
2014-07-25
1
-5
/
+42
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-5
/
+9
*
CodeGen: emit IR-level f16 conversion intrinsics as fptrunc/fpext
Tim Northover
2014-07-21
1
-4
/
+7
*
CodeGen: extend f16 conversions to permit types > float.
Tim Northover
2014-07-17
1
-3
/
+4
*
Remove TLI from isInTailCallPosition's arguments. NFC.
Juergen Ributzka
2014-07-16
1
-1
/
+1
*
[FastISel] Make isInTailCallPosition independent of SelectionDAG.
Juergen Ributzka
2014-07-11
1
-1
/
+1
*
Fix ppcf128 component access on little-endian systems
Ulrich Weigand
2014-07-03
1
-1
/
+1
*
[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.
Juergen Ributzka
2014-07-01
1
-3
/
+3
*
DAG: move sret demotion into most basic LowerCallTo implementation.
Tim Northover
2014-06-18
1
-119
/
+124
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-13
/
+11
*
Have isInTailCallPosition take the DAG so that we can use the
Eric Christopher
2014-06-10
1
-1
/
+1
*
[DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact flags to SelectionDAG.
Andrea Di Biagio
2014-06-09
1
-4
/
+35
*
SelectionDAG: skip barriers for unordered atomic operations
Tim Northover
2014-05-30
1
-2
/
+2
*
ARM: teach AAPCS-VFP to deal with Cortex-M4.
Tim Northover
2014-05-27
1
-8
/
+11
*
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
2014-05-17
1
-15
/
+15
*
Target: change member from reference to pointer
Saleem Abdulrasool
2014-05-17
1
-1
/
+1
*
ARM: HFAs must be passed in consecutive registers
Oliver Stannard
2014-05-09
1
-2
/
+22
*
Implememting named register intrinsics
Renato Golin
2014-05-06
1
-0
/
+16
*
Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...
Craig Topper
2014-04-30
1
-6
/
+5
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-6
/
+5
*
Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...
Craig Topper
2014-04-26
1
-4
/
+2
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-66
/
+44
[next]