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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] fix the non-debug build warnings
Kostya Serebryany
2016-08-19
1
-1
/
+2
*
GlobalISel: translate floating-point round/extend
Tim Northover
2016-08-19
4
-2
/
+42
*
GlobalISel: translate floating-point comparisons
Tim Northover
2016-08-19
7
-14
/
+76
*
[asan] Temporarily mark test as broken on Windows
Vitaly Buka
2016-08-19
1
-0
/
+2
*
[NVPTX] Switch nvptx-use-infer-addrspace to true.
Justin Lebar
2016-08-19
4
-7
/
+7
*
Reverted premature changes to .clang-format
Kate Stone
2016-08-19
2
-4
/
+8
*
Moved #include for lldb-python.h to a distinct group with a reminder comment
Kate Stone
2016-08-19
5
-9
/
+11
*
Reapply "ADT: Remove UB in ilist (and use a circular linked list)"
Duncan P. N. Exon Smith
2016-08-19
3
-289
/
+255
*
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
Reid Kleckner
2016-08-19
5
-416
/
+153
*
Reapply "ADT: Tidy up ilist_traits static asserts, NFC"
Duncan P. N. Exon Smith
2016-08-19
2
-11
/
+34
*
GlobalISel: translate floating-point constants
Tim Northover
2016-08-19
6
-0
/
+36
*
GlobalISel: translate float/int conversion instructions.
Tim Northover
2016-08-19
4
-4
/
+96
*
GlobalISel: support translating select instructions.
Tim Northover
2016-08-19
7
-2
/
+49
*
GlobalISel: fix insert/extract to work on ConstantExprs too.
Tim Northover
2016-08-19
1
-18
/
+27
*
GlobalISel: fix stale comment
Tim Northover
2016-08-19
1
-2
/
+3
*
GlobalISel: translate insertvalue instructions.
Tim Northover
2016-08-19
6
-1
/
+73
*
MachineScheduler: Add constructor functions for the DAGMutations
Tom Stellard
2016-08-19
2
-4
/
+56
*
[Hexagon] Add RUN line to test
Krzysztof Parzyszek
2016-08-19
1
-0
/
+4
*
[Hexagon] Fix subesthetic indentation
Krzysztof Parzyszek
2016-08-19
3
-51
/
+50
*
[Hexagon] Allow i1 values for 'r' constraint in inline-asm
Krzysztof Parzyszek
2016-08-19
2
-2
/
+13
*
[CostModel][X86] Added sub, or, and, fadd and fsub costs and missing 512-bit ...
Simon Pilgrim
2016-08-19
1
-0
/
+227
*
[InstCombine] remove an icmp fold that is already handled by InstSimplify
Sanjay Patel
2016-08-19
1
-10
/
+0
*
Add missing #include found by modules build.
Richard Smith
2016-08-19
1
-0
/
+1
*
[Hexagon] Do not cache alloca instructions during isel
Krzysztof Parzyszek
2016-08-19
5
-29
/
+6
*
[lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)
Vedant Kumar
2016-08-19
2
-4
/
+2
*
[PM] Re-instate r279227 and r279228 with a fix to the way the templating
Chandler Carruth
2016-08-19
5
-60
/
+154
*
GlobalISel: improve representation of G_SEQUENCE and G_EXTRACT
Tim Northover
2016-08-19
6
-53
/
+83
*
[CostModel][X86] Added some AVX512 and 512-bit vector cost tests
Simon Pilgrim
2016-08-19
1
-0
/
+129
*
Revert "IfConversion: Rescan diamonds."
Kyle Butt
2016-08-19
1
-115
/
+34
*
Revert "CodeGen: If Convert blocks that would form a diamond when tail-merged."
Kyle Butt
2016-08-19
3
-366
/
+82
*
GlobalISel: allow extractvalue to extract an aggregate.
Tim Northover
2016-08-19
2
-1
/
+12
*
[Hexagon] Fixes for new-value jump formation
Krzysztof Parzyszek
2016-08-19
2
-10
/
+94
*
GlobalISel: support translation of extractvalue instructions.
Tim Northover
2016-08-19
6
-4
/
+37
*
[CostModel][X86] Add fdiv + frem cost tests
Simon Pilgrim
2016-08-19
1
-2
/
+32
*
[InstCombine] use local variables to reduce code in foldICmpShlConstant; NFC
Sanjay Patel
2016-08-19
1
-21
/
+15
*
[Hexagon] Fix a few omissions in HexagonInstrInfo
Krzysztof Parzyszek
2016-08-19
1
-0
/
+3
*
[InstCombine] rename variables in foldICmpShlConstant(); NFC
Sanjay Patel
2016-08-19
1
-34
/
+34
*
GlobalISel: support overflow arithmetic intrinsics.
Tim Northover
2016-08-19
9
-45
/
+265
*
Revert "[asan] Optimize store size in FunctionStackPoisoner::poisonRedZones"
Vitaly Buka
2016-08-19
4
-63
/
+47
*
Revert "[asan] Fix size of shadow incorrectly calculated in r279178"
Vitaly Buka
2016-08-19
2
-3
/
+4
*
[RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots.
Lang Hames
2016-08-19
11
-26
/
+10
*
[AliasSetTracker] Degrade AliasSetTracker when may-alias sets get too large.
Michael Kuperstein
2016-08-19
3
-23
/
+203
*
[X86][SSE] Generalised combining to VZEXT_MOVL to any vector size
Simon Pilgrim
2016-08-19
3
-6
/
+85
*
[Hexagon] Enforce LLSC packetization rules
Krzysztof Parzyszek
2016-08-19
2
-0
/
+30
*
Fix regression in InstCombine introduced by r278944
Reid Kleckner
2016-08-19
2
-3
/
+17
*
MachineScheduler: Make some GenericScheduler member variables protected
Tom Stellard
2016-08-19
1
-12
/
+14
*
[Hexagon] Minor updates to register definitions
Krzysztof Parzyszek
2016-08-19
1
-4
/
+5
*
[CloneFunction] Don't remove unrelated nodes from the CGSSC
David Majnemer
2016-08-19
2
-2
/
+30
*
[Hexagon] Fix incorrect generation of S4_subi_asl_ri
Krzysztof Parzyszek
2016-08-19
2
-14
/
+99
*
[InstCombine] use m_APInt to allow icmp (shl 1, Y), C folds for splat constan...
Sanjay Patel
2016-08-19
2
-28
/
+13
[next]