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
2015-09-11
[opaque pointer type] Add textual IR support for explicit type parameter for ...
David Blaikie
116
-474
/
+493
2015-09-11
[modules] Move ConvertUTF.h to a separate submodule that doesn't require C++.
Richard Smith
1
-0
/
+6
2015-09-11
Fixed a bug that BranchProbability is not defined in BlockFrequency.cpp. NFC.
Cong Hou
2
-2
/
+1
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
2
-18
/
+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
[modules] Add another .def file to our list of textual headers.
Richard Smith
1
-0
/
+1
2015-09-10
ScanDirForExecutable on Windows fails to find executables with the "exe" exte...
Reid Kleckner
3
-3
/
+10
2015-09-10
Pass BranchProbability/BlockMass by value instead of const& as they are small...
Cong Hou
17
-65
/
+64
2015-09-10
[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing argume...
Chen Li
2
-1
/
+18
2015-09-10
Mark another method const. Sorry for missing this one the first time.
Rafael Espindola
1
-1
/
+1
2015-09-10
[InstCombineCalls] Use isKnownNonNullAt() to check nullness of gc.relocate re...
Chen Li
2
-1
/
+32
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
4
-8
/
+24
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
8
-56
/
+59
2015-09-10
Mark two methods const.
Rafael Espindola
1
-4
/
+5
2015-09-10
Fix SEH state numbering algorithm to handle cleanupendpads
Reid Kleckner
3
-4
/
+228
2015-09-10
[LV] Relax Small Size Reduction Type Requirement
Matthew Simpson
2
-9
/
+80
2015-09-10
[RuntimeDyld] Support non-zero addends for the MachO X86_64 SUBTRACTOR reloc.
Lang Hames
2
-4
/
+8
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
Correct the return type of CreateCleanupEndPad
Reid Kleckner
1
-2
/
+2
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
[CMake] Add lto subdirectory explicitly.
Chris Bieneman
1
-0
/
+4
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
2
-36
/
+62
2015-09-10
[MergeFuncs] Fix callsite attributes in thunk generation
JF Bastien
4
-3
/
+18
2015-09-10
Tidy up some alias syntax to make explicit pointer type migration easier
David Blaikie
2
-2
/
+2
2015-09-10
[CMake] s/LLVM_SOURCE_DIR/LLVM_MAIN_SRC_DIR/
Jordan Rose
1
-1
/
+1
2015-09-10
[SimplifyCFG] Use known bits to eliminate dead switch defaults
Philip Reames
2
-7
/
+105
2015-09-10
[CMake] Add DARWIN_LTO_LIBRARY option to allow overriding -lto_library.
Chris Bieneman
1
-0
/
+7
2015-09-10
[CMake] Allow LLVM_TOOLCHAIN_TOOLS to be overridden
Chris Bieneman
1
-5
/
+6
2015-09-10
[CMake] Fix Xcode build with LLVM_ENABLE_OBJLIB.
Jordan Rose
2
-0
/
+7
2015-09-10
Debug Info: Allow a DIModule to appear as the scope of other entities.
Adrian Prantl
2
-0
/
+32
2015-09-10
[docs][PerformanceTips] Add text on allocas and alignment
Philip Reames
1
-0
/
+41
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
2
-17
/
+54
2015-09-10
Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...
Hans Wennborg
9
-90
/
+89
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
[Bitcode] Add xfail test for PR24755 (uselistorder)
Vedant Kumar
1
-0
/
+57
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
5
-41
/
+65
[next]