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
*
[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
*
This reapplies r207235 with an additional bugfixes caught by the msan
Adrian Prantl
2014-04-25
1
-20
/
+19
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-19
/
+20
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-20
/
+19
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-19
/
+20
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-20
/
+19
*
Revert "Debug info for optimized code: Support variables that are on the stac...
Adrian Prantl
2014-04-25
1
-14
/
+13
*
Debug info for optimized code: Support variables that are on the stack and
Adrian Prantl
2014-04-24
1
-13
/
+14
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Fix unnecessary line break
Matt Arsenault
2014-04-21
1
-4
/
+2
*
Patch by Vadim Chugunov
Yaron Keren
2014-04-19
1
-0
/
+5
*
Convert SelectionDAG::getVTList to use ArrayRef
Craig Topper
2014-04-16
1
-10
/
+10
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-5
/
+13
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-117
/
+117
*
Fix for PR 19261:
Eric Christopher
2014-04-03
1
-2
/
+3
*
Avoid storing Twines.
Benjamin Kramer
2014-03-29
1
-22
/
+19
*
Add @llvm.clear_cache builtin
Renato Golin
2014-03-26
1
-0
/
+2
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-10
/
+0
*
Fix an assertion caused by using inline asm with indirect register inputs.
Kevin Qin
2014-03-21
1
-1
/
+1
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-4
/
+6
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-7
/
+4
[next]