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
*
Update aosp/master LLVM with patches for fp16
Pirama Arumuga Nainar
2015-05-26
7
-11
/
+533
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
17
-315
/
+770
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
14
-1165
/
+1040
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
22
-861
/
+3190
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
25
-2598
/
+4109
*
Legalizer: Use the scalar bit width when promoting bit counting instrs on
Benjamin Kramer
2014-09-12
1
-5
/
+6
*
Add support for scalarizing cttz_zero_undef
Petar Jovanovic
2014-08-26
1
-0
/
+1
*
Add support for scalarizing ctlz_zero_undef
Petar Jovanovic
2014-08-26
1
-0
/
+1
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
19
-587
/
+1616
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
26
-1513
/
+1677
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
27
-899
/
+2046
*
Merge remote-tracking branch 'upstream/release_34' into merge-20140211
Stephen Hines
2014-02-11
20
-938
/
+3178
|
\
|
*
Merging r197047:
Bill Wendling
2013-12-15
1
-1
/
+1
|
*
Merging r196858:
Bill Wendling
2013-12-10
1
-1
/
+1
|
*
Revert r191049 and r191059. They were causing failures. See PR17975.
Bill Wendling
2013-12-05
1
-49
/
+4
|
*
Merging r195670:
Bill Wendling
2013-11-25
1
-0
/
+5
|
*
Merging r195636:
Bill Wendling
2013-11-25
1
-5
/
+0
|
*
Merging r195635:
Daniel Sanders
2013-11-25
2
-15
/
+4
|
*
Merging r195491:
Bill Wendling
2013-11-25
1
-0
/
+44
|
*
Merging r195599:
Bill Wendling
2013-11-25
1
-0
/
+5
|
*
Merging r195398:
Bill Wendling
2013-11-22
2
-10
/
+41
|
*
Merging r195397:
Bill Wendling
2013-11-22
2
-21
/
+43
|
*
Merging r195156:
Bill Wendling
2013-11-22
6
-114
/
+75
|
*
Merging r195339:
Bill Wendling
2013-11-21
1
-40
/
+1
|
*
Merging r195355:
Daniel Sanders
2013-11-21
1
-14
/
+54
|
*
Merging r195317:
Bill Wendling
2013-11-21
1
-1
/
+40
|
*
Merging r195103:
Bill Wendling
2013-11-19
1
-1
/
+2
|
*
DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...
Benjamin Kramer
2013-11-17
1
-1
/
+1
|
*
Use more getZExtOrTruncs
Matt Arsenault
2013-11-17
2
-9
/
+2
|
*
Use getZExtOrTrunc instead of repeating the same logic.
Matt Arsenault
2013-11-17
1
-5
/
+1
|
*
Use right address space pointer size
Matt Arsenault
2013-11-17
1
-1
/
+2
|
*
Fix assert on unaligned access to global with different address space size.
Matt Arsenault
2013-11-16
1
-1
/
+1
|
*
Fix codegen for null different sized pointer.
Matt Arsenault
2013-11-16
1
-2
/
+4
|
*
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
[next]