index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-11
[opaque pointer type] Add textual IR support for explicit type parameter for ...
David Blaikie
2
-0
/
+15
2015-09-11
Fixed a bug that BranchProbability is not defined in BlockFrequency.cpp. NFC.
Cong Hou
1
-1
/
+0
2015-09-11
AsmWriter: Avoid O(N^2) processing of metadata
Duncan P. N. Exon Smith
1
-6
/
+8
2015-09-11
Revert "[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passin...
Mehdi Amini
1
-1
/
+1
2015-09-11
[libFuzzer] perform fewer crossover operations compared to plain mutations
Kostya Serebryany
1
-7
/
+8
2015-09-10
Add .exe check to Execute to fix clang-modernize tests broken in r247358
Reid Kleckner
1
-0
/
+8
2015-09-10
ScanDirForExecutable on Windows fails to find executables with the "exe" exte...
Reid Kleckner
2
-0
/
+9
2015-09-10
Pass BranchProbability/BlockMass by value instead of const& as they are small...
Cong Hou
12
-38
/
+36
2015-09-10
[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing argume...
Chen Li
1
-1
/
+1
2015-09-10
[InstCombineCalls] Use isKnownNonNullAt() to check nullness of gc.relocate re...
Chen Li
1
-1
/
+1
2015-09-10
Remove gcc warning when comparing an unsigned var for >= 0
Filipe Cabecinhas
1
-1
/
+1
2015-09-10
[WinEH] Push and pop EBP for 32-bit funclets
Reid Kleckner
1
-7
/
+10
2015-09-10
AMDGPU: Simplify debug printing
Matt Arsenault
3
-13
/
+8
2015-09-10
AMDGPU: Use StringRef value
Matt Arsenault
1
-1
/
+1
2015-09-10
[SPARC] Switch to the Machine Scheduler.
James Y Knight
2
-1
/
+6
2015-09-10
Fix SEH state numbering algorithm to handle cleanupendpads
Reid Kleckner
1
-4
/
+9
2015-09-10
[LV] Relax Small Size Reduction Type Requirement
Matthew Simpson
1
-6
/
+14
2015-09-10
[RuntimeDyld] Support non-zero addends for the MachO X86_64 SUBTRACTOR reloc.
Lang Hames
1
-2
/
+6
2015-09-10
[RuntimeDyld] Fix a bug in debugging output: all sections should be dumped
Lang Hames
1
-2
/
+13
2015-09-10
Add an explicit 'inline' specifier to these static functions. GCC is
Chandler Carruth
1
-14
/
+14
2015-09-10
Revert "[SPARC] Switch to the Machine Scheduler."
James Y Knight
2
-6
/
+1
2015-09-10
[IR] Conservatively mark 'catchpad' as accessing memory
David Majnemer
1
-0
/
+2
2015-09-10
[libFuzzer] refactor the code to allow building libFuzzer on platforms that d...
Kostya Serebryany
2
-17
/
+65
2015-09-10
[SPARC] Switch to the Machine Scheduler.
James Y Knight
2
-1
/
+6
2015-09-10
[SCEV] Consistently Handle Expressions That Cannot Be Divided
Matthew Simpson
1
-36
/
+26
2015-09-10
[MergeFuncs] Fix callsite attributes in thunk generation
JF Bastien
1
-1
/
+9
2015-09-10
[SimplifyCFG] Use known bits to eliminate dead switch defaults
Philip Reames
1
-3
/
+9
2015-09-10
Debug Info: Allow a DIModule to appear as the scope of other entities.
Adrian Prantl
1
-0
/
+2
2015-09-10
[libFuzzer] add two more variants of FuzzerDriver for convenience
Kostya Serebryany
2
-20
/
+39
2015-09-10
[WinEH] Fix single-block cleanup coloring
Joseph Tremoulet
1
-8
/
+9
2015-09-10
Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...
Hans Wennborg
4
-58
/
+58
2015-09-10
Fix an undefined behavior introduces in r247234
Steven Wu
1
-1
/
+1
2015-09-10
80-cols; NFC
Sanjay Patel
1
-4
/
+4
2015-09-10
use range-based for loop; NFCI
Sanjay Patel
1
-2
/
+2
2015-09-10
use range-based for loop; NFCI
Sanjay Patel
1
-2
/
+2
2015-09-10
fix typo; NFC
Sanjay Patel
1
-1
/
+1
2015-09-10
Fix PR 24724 - The implicit register verifier shouldn't assume certain operand
Alex Lorenz
1
-39
/
+16
2015-09-10
AVX512: Implemented encoding and intrinsics for
Igor Breger
1
-52
/
+109
2015-09-10
There is a trunc(lshr (zext A), Cst) optimization in InstCombineCasts that
Jakub Kuderski
1
-0
/
+20
2015-09-10
[ADT] Rewrite the StringRef::find implementation to be simpler, clearer,
Chandler Carruth
1
-16
/
+23
2015-09-10
[DAGCombine] Truncate BUILD_VECTOR operators if necessary when constant foldi...
Silviu Baranga
1
-11
/
+25
2015-09-10
Enable GlobalsAA by default
James Molloy
1
-1
/
+1
2015-09-10
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
14
-0
/
+28
2015-09-10
[ARM] Do not use vtrn for vectorshuffle if the order is reversed
James Molloy
1
-4
/
+13
2015-09-10
[ADT] Micro-optimize the Triple constructor by doing a single split and
Chandler Carruth
1
-8
/
+21
2015-09-10
[ADT] Fix a confusing interface spec and some annoying peculiarities
Chandler Carruth
1
-31
/
+43
2015-09-10
GlobalsAAResult(&&): Move every members.
NAKAMURA Takumi
1
-1
/
+6
2015-09-10
[ADT] Switch a bunch of places in LLVM that were doing single-character
Chandler Carruth
8
-12
/
+12
2015-09-10
[ADT] Add a single-character version of the small vector split routine
Chandler Carruth
2
-1
/
+21
2015-09-10
[ScalarEvolution] Fix PR24757.
Sanjoy Das
1
-2
/
+42
[next]