index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid illegal integer promotion in fastisel
Bob Wilson
2013-11-15
1
-0
/
+15
*
Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type
Daniel Sanders
2013-11-15
2
-1
/
+52
*
Add target hook to prevent folding some bitcasted loads.
Matt Arsenault
2013-11-15
1
-1
/
+2
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
4
-0
/
+51
*
Minor extension to llvm.experimental.patchpoint: don't require a call.
Andrew Trick
2013-11-14
1
-1
/
+1
*
SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
2013-11-13
2
-8
/
+36
*
Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp...
Daniel Sanders
2013-11-11
1
-0
/
+18
*
[Stackmap] Materialize the jump address within the patchpoint noop slide.
Juergen Ributzka
2013-11-09
2
-4
/
+15
*
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
2013-11-08
3
-35
/
+88
*
Slightly change the way stackmap and patchpoint intrinsics are lowered.
Andrew Trick
2013-11-05
1
-9
/
+27
*
[Stackmap] Remove erroneous assert.
Juergen Ributzka
2013-11-01
1
-3
/
+0
*
Commenting out this assert because it is causing the build bots to fail. Thi...
Aaron Ballman
2013-11-01
1
-2
/
+2
*
Fixing an order of evaluation error in an assert.
Aaron Ballman
2013-11-01
1
-1
/
+1
*
Add support for stack map generation in the X86 backend.
Andrew Trick
2013-10-31
1
-0
/
+3
*
Lower stackmap intrinsics directly to their target opcode in the DAG builder.
Andrew Trick
2013-10-31
3
-11
/
+216
*
whitespace
Andrew Trick
2013-10-31
1
-7
/
+7
*
Legalize: Improve legalization of long vector extends.
Jim Grosbach
2013-10-31
2
-3
/
+63
*
Fix CodeGen for unaligned loads with address spaces
Matt Arsenault
2013-10-30
1
-2
/
+5
*
Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...
Juergen Ributzka
2013-10-30
2
-35
/
+8
*
SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
2013-10-30
2
-8
/
+35
*
Fix "existant" typos
Alp Toker
2013-10-29
1
-1
/
+1
*
[DAGCombiner] Respect volatility when checking for aliases
Richard Sandiford
2013-10-28
1
-18
/
+25
*
Keep TBAA info when rewriting SelectionDAG loads and stores
Richard Sandiford
2013-10-28
8
-191
/
+181
*
LegalizeDAG: allow libcalls for max/min atomic operations
Tim Northover
2013-10-25
1
-0
/
+40
*
Optimize concat_vectors(X, undef) -> scalar_to_vector(X).
Nadav Rotem
2013-10-25
1
-1
/
+28
*
SelectionDAG: Pass along the original argument/element type in ISD::InputArg
Tom Stellard
2013-10-23
1
-5
/
+8
*
Using FoldingSet in SelectionDAG::getVTList.
Wan Xiaofei
2013-10-22
1
-59
/
+64
*
Fix CodeGen for different size address space GEPs
Matt Arsenault
2013-10-21
1
-6
/
+4
*
Reuse variable
Matt Arsenault
2013-10-21
1
-1
/
+1
*
[PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE before PHI with fast-isel)
Bill Schmidt
2013-10-18
1
-1
/
+4
*
CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomics
David Majnemer
2013-10-18
2
-0
/
+16
*
Replace sra with srl if a single sign bit is required
Richard Sandiford
2013-10-17
1
-3
/
+14
*
Fix edge condition in DAGCombiner to improve codegen of shift sequences.
Andrea Di Biagio
2013-10-17
1
-0
/
+1
*
[projects/test-suite] White space and long line fixes.
Jack Carter
2013-10-17
1
-15
/
+21
*
DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal con...
Benjamin Kramer
2013-10-16
1
-1
/
+1
*
Handle (shl (anyext (shr ...))) in SimpilfyDemandedBits
Richard Sandiford
2013-10-16
1
-0
/
+25
*
Fix indenting.
David Blaikie
2013-10-14
1
-7
/
+8
*
Fixed a bug in dynamic allocation memory on stack.
Elena Demikhovsky
2013-10-14
1
-3
/
+3
*
TargetLowering: Don't index into empty string.
Will Dietz
2013-10-13
1
-1
/
+1
*
[DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...
Quentin Colombet
2013-10-11
1
-2
/
+574
*
[DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...
Quentin Colombet
2013-10-11
1
-574
/
+2
*
[DAGCombiner] Slice a big load in two loads when the element are next to each
Quentin Colombet
2013-10-11
1
-2
/
+574
*
Use getPointerSizeInBits() rather than 8 * getPointerSize()
Matt Arsenault
2013-10-10
1
-2
/
+3
*
Fix some assert messages to say the correct opcode name. Looks like one asser...
Craig Topper
2013-10-06
1
-7
/
+7
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-05
1
-0
/
+27
*
Debug info: Don't crash in SelectionDAGISel when a vreg that is being
Adrian Prantl
2013-10-05
1
-3
/
+7
*
Fix DAGCombiner::visitFP_EXTEND to ignore indexed loads
Hal Finkel
2013-10-04
1
-1
/
+1
*
Revert r191940 to see if it fixes the build bots.
Craig Topper
2013-10-04
1
-27
/
+0
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-04
1
-0
/
+27
*
Added checking code whehter target supports specific dag combining about rotate
Jin-Gu Kang
2013-10-03
1
-11
/
+19
[next]