index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-26
[CodeExtractor] Merge DEBUG statements in an attempt to fix the msvc
Benjamin Kramer
1
-4
/
+6
2016-06-26
Fixed build failure (due to unused variable error) in r273807.
Amjad Aboud
1
-0
/
+1
2016-06-26
Fixed build failure (due to unused variable error) in r273807.
Amjad Aboud
1
-3
/
+1
2016-06-26
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
53
-519
/
+398
2016-06-26
[codeview] Improved array type support.
Amjad Aboud
2
-2
/
+240
2016-06-26
[RSForGC] Appease MSVC
Sanjoy Das
1
-2
/
+4
2016-06-26
[X86] Rewrite lowerVectorShuffleWithPSHUFB to not require a ZeroableMask to b...
Craig Topper
1
-39
/
+21
2016-06-26
[X86] Replace calls to isSingleInputShuffleMask with just checking if V2 is U...
Craig Topper
1
-25
/
+25
2016-06-26
[SelectionDAG] Use DAG.getCommutedVectorShuffle instead of reimplementing it.
Craig Topper
1
-15
/
+2
2016-06-26
[LoopUnswitch] Unswitch on conditions feeding into guards
Sanjoy Das
2
-7
/
+130
2016-06-26
[RSForGC] Bring the BDVState struct up to code; NFC
Sanjoy Das
1
-25
/
+33
2016-06-26
[RSForGC] Bring computeLiveInValues up to code; NFC
Sanjoy Das
1
-8
/
+5
2016-06-26
[RSForGC] Bring computeLiveOutSeed up to code; NFC
Sanjoy Das
1
-7
/
+7
2016-06-26
[RSForGC] Bring computeLiveInValues up to code; NFC
Sanjoy Das
1
-19
/
+8
2016-06-26
[RSForGC] Bring recomputeLiveInValues up to code; NFC
Sanjoy Das
1
-9
/
+9
2016-06-26
[RSForGC] Bring containsGCPtrType, isGCPointerType up to code; NFC
Sanjoy Das
1
-3
/
+2
2016-06-26
[RSForGC] Bring analyzeParsePointLiveness up to code; NFC
Sanjoy Das
1
-7
/
+7
2016-06-26
[RSForGC] Bring meetBDVStateImpl up to code; NFC
Sanjoy Das
1
-14
/
+13
2016-06-26
[RSForGC] Get rid of the unnecessary MeetBDVStates struct; NFC
Sanjoy Das
1
-58
/
+36
2016-06-26
[RSForGC] Bring findBasePointer up to code; NFC
Sanjoy Das
2
-110
/
+96
2016-06-26
[Object, COFF] An import data directory might not consist soley of imports
David Majnemer
3
-31
/
+47
2016-06-26
[llvm-cov] Simplify the way expansion views are rendered (NFC)
Vedant Kumar
4
-35
/
+38
2016-06-25
[X86] Convert ==/!= comparisons with -1 for checking undef in shuffle lowerin...
Craig Topper
1
-47
/
+54
2016-06-25
[X86] Pull similar bitcasts on different paths to earlier shared point. NFC
Craig Topper
1
-10
/
+9
2016-06-25
AMDGPU/R600: Fix GlobalValue regressions.
Jan Vesely
3
-7
/
+13
2016-06-25
update tests to use FileCheck
Sanjay Patel
1
-34
/
+47
2016-06-25
[cmake] Port the llvm-config option --build-mode to LLVMConfig.cmake via the ...
Michael Gottesman
1
-0
/
+2
2016-06-25
Reapply r273664 with workaround for MSVC
Hubert Tong
1
-0
/
+45
2016-06-25
Just a small cleanup
David Majnemer
1
-30
/
+21
2016-06-25
Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"
David Majnemer
10
-31
/
+73
2016-06-25
[SimplifyCFG] Stop inserting calls to llvm.trap for UB
David Majnemer
10
-73
/
+31
2016-06-25
[InstSimplify] Replace calls to null with undef
David Majnemer
2
-1
/
+18
2016-06-25
[SimplifyCFG] Replace calls to null/undef with unreachable
David Majnemer
3
-1
/
+42
2016-06-25
Fix a typo in FindAvailableLoadedValue, introduced by r273734. [-Wdocumentation]
NAKAMURA Takumi
1
-1
/
+1
2016-06-25
[llvm-cov] Make an API more consistent, NFC
Vedant Kumar
4
-12
/
+14
2016-06-25
[llvm-cov] Flesh out some doxygen comments, NFC
Vedant Kumar
4
-16
/
+20
2016-06-25
Try to fix the MSVC build
Vedant Kumar
1
-2
/
+2
2016-06-25
[AMDGPU] Emit debugger prologue and emit the rest of the debugger fields in t...
Konstantin Zhuravlyov
12
-5
/
+287
2016-06-25
llvm-ar: add some tests for llvm-ar default selection
Saleem Abdulrasool
8
-0
/
+179
2016-06-25
[llvm-cov] Separate presentation logic from formatting logic, NFC
Vedant Kumar
6
-201
/
+363
2016-06-25
MachineScheduler: Remember top/bottom choice in bidirectional scheduling
Matthias Braun
2
-11
/
+77
2016-06-25
AMDGPU/SI: Make sure not to fold offsets into local address space globals
Tom Stellard
3
-0
/
+31
2016-06-25
[PlaceSafepoints] Don't call undef in test case; NFC
Sanjoy Das
1
-1
/
+3
2016-06-25
[LoopUnswitch] Avoid exponential behavior
Sanjoy Das
2
-4
/
+73
2016-06-25
The absence of noreturn doesn't ensure mayReturn
David Majnemer
3
-33
/
+1
2016-06-25
It isn't meaningful for a transform to preserve another transform. NFC.
Michael Kuperstein
2
-10
/
+0
2016-06-25
IR: Introduce llvm.type.checked.load intrinsic.
Peter Collingbourne
12
-32
/
+508
2016-06-25
MachineScheduler: Fully compare top/bottom candidates
Matthias Braun
22
-150
/
+154
2016-06-25
Reinstate r273711
David Majnemer
10
-33
/
+103
2016-06-25
Silence a -Wsign-compare warning
David Majnemer
1
-2
/
+2
[next]