index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop producing .data.rel sections.
Rafael Espindola
2015-11-18
24
-134
/
+93
*
c++abi: use __builtin_offsetof instead of offsetof
Saleem Abdulrasool
2015-11-18
1
-8
/
+9
*
BuildUniversalActions(): Prune obsolete \param(s). [-Wdocumentation]
NAKAMURA Takumi
2015-11-18
1
-2
/
+0
*
Adjust test from fallout due to r253429
David Majnemer
2015-11-18
1
-5
/
+5
*
Fix LLD testsuite fallout from r253429
David Majnemer
2015-11-18
1
-4
/
+4
*
[NFC] Change the evaluation context of a non-type default template argument f...
Faisal Vali
2015-11-18
2
-1
/
+16
*
Add a test for r253323
David Majnemer
2015-11-18
1
-0
/
+47
*
[llvm-objdump] Use the COFF export table for additional symbols
David Majnemer
2015-11-18
4
-59
/
+128
*
Revert r253401, "[clang-tidy] add check cppcoreguidelines-pro-bounds-constant...
NAKAMURA Takumi
2015-11-18
7
-258
/
+0
*
[doc] simplify the doc on compiling CUDA
Jingyue Wu
2015-11-18
1
-26
/
+3
*
Remove a redundant assertion in MachineBasicBlock.cpp. NFC.
Cong Hou
2015-11-18
1
-1
/
+0
*
Remove redundant code in MachineBasicBlock.cpp. NFC.
Cong Hou
2015-11-18
1
-28
/
+8
*
Remove a few vestigial typedefs from the old world
Enrico Granata
2015-11-18
7
-15
/
+0
*
Cleanup the type X list commands to use the new ForEach goodness
Enrico Granata
2015-11-18
11
-902
/
+225
*
Attempt to fix uninitialized SDAG persistent ids detected by MSan
Reid Kleckner
2015-11-18
1
-1
/
+1
*
Let += and -= operators in BranchProbability have saturation behaviors.
Cong Hou
2015-11-18
1
-6
/
+4
*
Don't expose iterators into the list of types on the ASTContext; these are
Richard Smith
2015-11-18
2
-11
/
+6
*
[libFuzzer] remove default initializer as a workaround for https://gcc.gnu.or...
Kostya Serebryany
2015-11-18
1
-1
/
+1
*
Try to fix leak in CXStringSet from r252853
Reid Kleckner
2015-11-18
1
-0
/
+2
*
Modify the interface BranchProbability::normalizeProbabilities to let it acce...
Cong Hou
2015-11-18
2
-9
/
+14
*
[TSan] List only amd64 asm file in Makefile.old (attempt 2)
Alexey Samsonov
2015-11-18
1
-1
/
+1
*
Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions"
Nathan Slingerland
2015-11-18
4
-77
/
+9
*
Improving edge probabilities computation when choosing the best successor in ...
Cong Hou
2015-11-18
2
-13
/
+166
*
[llvm-profdata] Fix unhandled enumeration values warning
Nathan Slingerland
2015-11-18
1
-0
/
+2
*
[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions
Nathan Slingerland
2015-11-18
4
-9
/
+77
*
[ARM] Enable shrink-wrapping by default.
Quentin Colombet
2015-11-18
12
-18
/
+32
*
Fix for use-after-free which caused test failure in cuda-detect.cu.
Artem Belevich
2015-11-18
1
-1
/
+1
*
Generalize ownership/passing semantics to allow dsymutil to own abbreviations...
David Blaikie
2015-11-18
3
-23
/
+21
*
Remove excess white space
Rafael Espindola
2015-11-18
1
-6
/
+0
*
[TSan] List only amd64 asm file in Makefile.old
Alexey Samsonov
2015-11-18
1
-1
/
+1
*
[ASan] Be consistent and refer to reported issues as "errors" in hints.
Alexey Samsonov
2015-11-18
1
-3
/
+3
*
Produce a better diagnostic for global register variables.
Akira Hatanaka
2015-11-18
13
-25
/
+114
*
[PGO] Removed unused code. [NFC]
Betul Buyukkurt
2015-11-18
1
-1
/
+0
*
[InstCombine] refactor optimizeIntToFloatBitCast() ; NFCI
Sanjay Patel
2015-11-18
1
-38
/
+29
*
[clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index
Matthias Gehre
2015-11-17
7
-0
/
+258
*
[llvm-profdata] Show hint for other mismatch errors when merging instr profdata
Nathan Slingerland
2015-11-17
1
-1
/
+5
*
Fix bug 25362 "cppcoreguidelines-pro-bounds-array-to-pointer-decay does not c...
Matthias Gehre
2015-11-17
3
-2
/
+23
*
[modules] When a #include is mapped to a module import and appears somewhere
Richard Smith
2015-11-17
6
-13
/
+30
*
COFF: Destroy LTOModules as they are linked.
Peter Collingbourne
2015-11-17
2
-2
/
+1
*
[X86][AVX512] Added AVX512 SHUFP*/VPERMILP* shuffle decode comments.
Simon Pilgrim
2015-11-17
5
-186
/
+119
*
Fix read-of-uninitialized introduced in r253277 exposed on some buildbots
David Blaikie
2015-11-17
1
-1
/
+1
*
[PGO] Move value profile data definitions out of IndexedInstrProf
Xinliang David Li
2015-11-17
4
-52
/
+49
*
Fix null dereference committed in r253277
David Blaikie
2015-11-17
1
-2
/
+3
*
dwarfdump: support indexed string dumping in dwp based on the STR_OFFSETS com...
David Blaikie
2015-11-17
2
-3
/
+6
*
[X86][AVX512] Added support for AVX512 UNPCK shuffle decode comments.
Simon Pilgrim
2015-11-17
7
-315
/
+180
*
[Myriad]: -nostdlib implies -nostartfiles
Douglas Katzman
2015-11-17
2
-1
/
+2
*
[CUDA] Make CUDA compilation usable by default.
Artem Belevich
2015-11-17
5
-4
/
+18
*
[CUDA] Added a wrapper header for inclusion of stock CUDA headers.
Artem Belevich
2015-11-17
2
-0
/
+180
*
[CUDA] Detect and link with CUDA's libdevice bitcode library.
Artem Belevich
2015-11-17
6
-4
/
+75
*
[CUDA] added include paths for both sides of CUDA compilation.
Artem Belevich
2015-11-17
8
-6
/
+66
[next]