summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-03XXX: Struct fixesstruct-divergence-v1Tom Stellard8-25/+111
2015-11-03XXX: VOPC commute fixTom Stellard1-2/+3
2015-10-16XXX: remove debug prints.struct-divergenceTom Stellard1-2/+0
2015-10-16XXX: UniformTom Stellard2-17/+63
2015-10-16AMDGPU/SI: Add helper function for reading ShaderType attributeTom Stellard4-18/+23
2015-10-15XXX: Rebase fixTom Stellard1-17/+0
2015-10-15XXX:Tom Stellard4-5/+17
2015-10-15XXX: Struct branchTom Stellard1-0/+8
2015-10-15XXX: UniformTom Stellard1-1/+4
2015-10-15XXX: IMprove S)_MOV imm detectionTom Stellard1-1/+13
2015-10-15SCALAR branchingTom Stellard2-1/+29
2015-10-15Revert "XXX: Annotate uniform changes"Tom Stellard1-41/+3
2015-10-15XXX: Uniform brTom Stellard1-1/+1
2015-10-15XXX: UniformTom Stellard1-0/+110
2015-10-15XXX: Uniform branchingTom Stellard6-15/+53
2015-10-15Correctly initialize SIAnnotateControlFlowTom Stellard3-3/+9
2015-10-15XXX: StructCFG disableTom Stellard2-5/+14
2015-10-15XXX: SCALAR branchTom Stellard1-0/+3
2015-10-15XXX: SCalar branchTom Stellard3-14/+22
2015-10-15XXX: Annotate uniform changesTom Stellard1-4/+50
2015-10-15XXX: Uniform brancingTom Stellard11-2/+98
2015-10-15XXX: DivergenceMetadataTom Stellard1-0/+1
2015-10-15AMDGPU: Move StructurizeCFG pass into PassConfig sub-classesTom Stellard1-3/+4
2015-10-15AMDGPU: Remove unused address spacesTom Stellard1-2/+0
2015-10-13Instrumentation: Remove ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith9-57/+59
2015-10-13Interpreter: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-2/+2
2015-10-13The issue with the malformed-machos 00000031.a test is that it needed ‘-arc...Kevin Enderby1-0/+10
2015-10-13InstCombine: Remove ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith8-37/+38
2015-10-13BitcodeReader: Remove ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith1-6/+5
2015-10-13[WinEH] Iterate state changes instead of invokesJoseph Tremoulet2-151/+196
2015-10-13Fix a couple of comments; NFCXinliang David Li1-6/+6
2015-10-13function names should start with a lower case letter; NFCSanjay Patel4-116/+116
2015-10-13don't repeat function/class/variable names in comments; NFCSanjay Patel1-60/+46
2015-10-13[InstCombine][SSE4A] Remove broken INSERTQI range combining optimizationSimon Pilgrim2-130/+4
2015-10-13[GlobalsAA] Turn GlobalsAA on again by defaultJames Molloy1-1/+1
2015-10-13[GlobalsAA] Don't assume anything about functions that may be overriddenJames Molloy2-2/+26
2015-10-13Test commitChristof Douma1-1/+0
2015-10-13Remove unnecessary argument in ipo iteratorMichael Liao1-4/+4
2015-10-13[IndVars] NFC Cleanup.Sanjoy Das1-66/+62
2015-10-13Fix line-ending issue. NFC.Michael Kuperstein1-2/+2
2015-10-13[CMake] LLVM_PROFDATA_FILE only works if you're using clang, so we should err...Chris Bieneman2-1/+9
2015-10-13[X86] Mark the AAD and AAM aliases as not valid in 64-bit mode.Craig Topper1-2/+2
2015-10-13[X86] Change all the i8imm operands in XOP instructions to u8imm so the parse...Craig Topper1-10/+10
2015-10-13Revert 250089 due to bot failure. It failed when building clang itself with PGO.Manman Ren7-222/+5
2015-10-13BitcodeWriter: Stop using implicit ilist iterator conversion, NFCDuncan P. N. Exon Smith2-30/+23
2015-10-13[SCEV] Put some utilites in the ScalarEvolution classSanjoy Das2-18/+31
2015-10-13TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith26-255/+254
2015-10-13Looks like malformed-machos 00000031.a test is just getting a different errorKevin Enderby1-6/+0
2015-10-13DAGCombiner: Don't stop finding better chain on 2 aliasesMatt Arsenault2-26/+40
2015-10-13x86: preserve flags when folding atomic operationsJF Bastien2-6/+46