summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] fix the non-debug build warningsKostya Serebryany2016-08-191-1/+2
* GlobalISel: translate floating-point round/extendTim Northover2016-08-194-2/+42
* GlobalISel: translate floating-point comparisonsTim Northover2016-08-197-14/+76
* [asan] Temporarily mark test as broken on WindowsVitaly Buka2016-08-191-0/+2
* [NVPTX] Switch nvptx-use-infer-addrspace to true.Justin Lebar2016-08-194-7/+7
* Reverted premature changes to .clang-formatKate Stone2016-08-192-4/+8
* Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone2016-08-195-9/+11
* Reapply "ADT: Remove UB in ilist (and use a circular linked list)"Duncan P. N. Exon Smith2016-08-193-289/+255
* Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"Reid Kleckner2016-08-195-416/+153
* Reapply "ADT: Tidy up ilist_traits static asserts, NFC"Duncan P. N. Exon Smith2016-08-192-11/+34
* GlobalISel: translate floating-point constantsTim Northover2016-08-196-0/+36
* GlobalISel: translate float/int conversion instructions.Tim Northover2016-08-194-4/+96
* GlobalISel: support translating select instructions.Tim Northover2016-08-197-2/+49
* GlobalISel: fix insert/extract to work on ConstantExprs too.Tim Northover2016-08-191-18/+27
* GlobalISel: fix stale commentTim Northover2016-08-191-2/+3
* GlobalISel: translate insertvalue instructions.Tim Northover2016-08-196-1/+73
* MachineScheduler: Add constructor functions for the DAGMutationsTom Stellard2016-08-192-4/+56
* [Hexagon] Add RUN line to testKrzysztof Parzyszek2016-08-191-0/+4
* [Hexagon] Fix subesthetic indentationKrzysztof Parzyszek2016-08-193-51/+50
* [Hexagon] Allow i1 values for 'r' constraint in inline-asmKrzysztof Parzyszek2016-08-192-2/+13
* [CostModel][X86] Added sub, or, and, fadd and fsub costs and missing 512-bit ...Simon Pilgrim2016-08-191-0/+227
* [InstCombine] remove an icmp fold that is already handled by InstSimplifySanjay Patel2016-08-191-10/+0
* Add missing #include found by modules build.Richard Smith2016-08-191-0/+1
* [Hexagon] Do not cache alloca instructions during iselKrzysztof Parzyszek2016-08-195-29/+6
* [lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)Vedant Kumar2016-08-192-4/+2
* [PM] Re-instate r279227 and r279228 with a fix to the way the templatingChandler Carruth2016-08-195-60/+154
* GlobalISel: improve representation of G_SEQUENCE and G_EXTRACTTim Northover2016-08-196-53/+83
* [CostModel][X86] Added some AVX512 and 512-bit vector cost testsSimon Pilgrim2016-08-191-0/+129
* Revert "IfConversion: Rescan diamonds."Kyle Butt2016-08-191-115/+34
* Revert "CodeGen: If Convert blocks that would form a diamond when tail-merged."Kyle Butt2016-08-193-366/+82
* GlobalISel: allow extractvalue to extract an aggregate.Tim Northover2016-08-192-1/+12
* [Hexagon] Fixes for new-value jump formationKrzysztof Parzyszek2016-08-192-10/+94
* GlobalISel: support translation of extractvalue instructions.Tim Northover2016-08-196-4/+37
* [CostModel][X86] Add fdiv + frem cost testsSimon Pilgrim2016-08-191-2/+32
* [InstCombine] use local variables to reduce code in foldICmpShlConstant; NFCSanjay Patel2016-08-191-21/+15
* [Hexagon] Fix a few omissions in HexagonInstrInfoKrzysztof Parzyszek2016-08-191-0/+3
* [InstCombine] rename variables in foldICmpShlConstant(); NFCSanjay Patel2016-08-191-34/+34
* GlobalISel: support overflow arithmetic intrinsics.Tim Northover2016-08-199-45/+265
* Revert "[asan] Optimize store size in FunctionStackPoisoner::poisonRedZones"Vitaly Buka2016-08-194-63/+47
* Revert "[asan] Fix size of shadow incorrectly calculated in r279178"Vitaly Buka2016-08-192-3/+4
* [RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots.Lang Hames2016-08-1911-26/+10
* [AliasSetTracker] Degrade AliasSetTracker when may-alias sets get too large.Michael Kuperstein2016-08-193-23/+203
* [X86][SSE] Generalised combining to VZEXT_MOVL to any vector sizeSimon Pilgrim2016-08-193-6/+85
* [Hexagon] Enforce LLSC packetization rulesKrzysztof Parzyszek2016-08-192-0/+30
* Fix regression in InstCombine introduced by r278944Reid Kleckner2016-08-192-3/+17
* MachineScheduler: Make some GenericScheduler member variables protectedTom Stellard2016-08-191-12/+14
* [Hexagon] Minor updates to register definitionsKrzysztof Parzyszek2016-08-191-4/+5
* [CloneFunction] Don't remove unrelated nodes from the CGSSCDavid Majnemer2016-08-192-2/+30
* [Hexagon] Fix incorrect generation of S4_subi_asl_riKrzysztof Parzyszek2016-08-192-14/+99
* [InstCombine] use m_APInt to allow icmp (shl 1, Y), C folds for splat constan...Sanjay Patel2016-08-192-28/+13
OpenPOWER on IntegriCloud