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
*
Set entry address to 0x0 if no _start symbol
Eugene Leviant
2016-09-08
10
-40
/
+47
*
[ELF] - Apply clang-format to LinkerScript.cpp, NFC.
George Rimar
2016-09-08
1
-17
/
+15
*
[ELF] - Linkerscript: simplify access to templated methods from parser.
George Rimar
2016-09-08
3
-81
/
+32
*
[mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI in...
Hrvoje Varga
2016-09-08
11
-12
/
+146
*
[asan] Test that asan does not report use-after-scope if program jumped over ...
Vitaly Buka
2016-09-08
1
-0
/
+21
*
[asan] Avoid lifetime analysis for allocas with can be in ambiguous state
Vitaly Buka
2016-09-08
2
-0
/
+116
*
I'm experimenting with changing how the mixed source & assembly
Jason Molenda
2016-09-08
4
-58
/
+367
*
Revert "[LoopUnroll] Properly update loop-info when cloning prologues and epi...
Michael Zolotukhin
2016-09-08
2
-98
/
+11
*
Rename test file. NFC.
Rui Ueyama
2016-09-08
1
-0
/
+0
*
I had a problem with one SDK where dispatch_release was actually a
Jason Molenda
2016-09-08
1
-1
/
+1
*
Force the initialization of the m_type ivar in
Jason Molenda
2016-09-08
1
-0
/
+3
*
[LoopUnroll] Properly update loop-info when cloning prologues and epilogues.
Michael Zolotukhin
2016-09-08
2
-11
/
+98
*
Correctly escape %.
Nico Weber
2016-09-08
1
-1
/
+1
*
Add explicit casts to size_t to try to appease MSVC.
Peter Collingbourne
2016-09-08
1
-2
/
+2
*
[llvm-cov] Disable zlib compression in a test input, unbreaks bots
Vedant Kumar
2016-09-08
1
-0
/
+0
*
CodeGen: Clean up implementation of vtable initializer builder. NFC.
Peter Collingbourne
2016-09-08
6
-168
/
+125
*
[llvm-cov] Use less space to describe source names
Vedant Kumar
2016-09-08
9
-52
/
+40
*
[llvm-cov] Drop the longest common filename prefix from summaries
Vedant Kumar
2016-09-08
4
-2
/
+48
*
[CGP] Be less conservative about tail-duplicating a ret to allow tail calls
Michael Kuperstein
2016-09-08
4
-28
/
+66
*
[AA] Fix typo in comment (s/hase/has).
Justin Lebar
2016-09-08
1
-1
/
+1
*
Remove lldb coding conventions as they are no longer relevant.
Jim Ingham
2016-09-08
3
-154
/
+0
*
[XRay] Remove unused variable
Dean Michael Berris
2016-09-08
1
-2
/
+2
*
[XRay] ARM 32-bit no-Thumb support in compiler-rt
Dean Michael Berris
2016-09-08
9
-117
/
+423
*
[XRay] ARM 32-bit no-Thumb support in Clang
Dean Michael Berris
2016-09-08
1
-0
/
+13
*
[XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris
2016-09-08
17
-62
/
+317
*
Deleted right file
Piotr Padlewski
2016-09-07
1
-11
/
+0
*
Revert "[thinlto] Deleted unused test file"
Piotr Padlewski
2016-09-07
1
-0
/
+46
*
[sanitizer] Fix a conflict between abort_on_error and handle_abort.
Evgeniy Stepanov
2016-09-07
3
-1
/
+21
*
IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to ...
Peter Collingbourne
2016-09-07
5
-11
/
+6
*
Revert "[asan] Avoid lifetime analysis for allocas with can be in ambiguous s...
Vitaly Buka
2016-09-07
2
-115
/
+0
*
[thinlto] Deleted unused test file
Piotr Padlewski
2016-09-07
1
-46
/
+0
*
[asan] Fix build on Linux.
Evgeniy Stepanov
2016-09-07
1
-1
/
+1
*
[asan] Avoid lifetime analysis for allocas with can be in ambiguous state
Vitaly Buka
2016-09-07
2
-0
/
+115
*
Remove CxaDemangle.cpp / .h from xcode project file.
Jason Molenda
2016-09-07
1
-6
/
+0
*
clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLine
Daniel Jasper
2016-09-07
2
-23
/
+60
*
builtins: make sure that flags is setup properly for __clear_cache
Saleem Abdulrasool
2016-09-07
1
-1
/
+3
*
[asan] Fix a crash in GetCurrentThread() before init.
Evgeniy Stepanov
2016-09-07
1
-1
/
+1
*
[asan] Add openlog() on Android.
Evgeniy Stepanov
2016-09-07
1
-2
/
+2
*
clang-format: [JavaScript] Do requoting in a separate pass
Daniel Jasper
2016-09-07
2
-44
/
+72
*
[InstCombine] use m_APInt to allow icmp (and (sh X, Y), C2), C1 folds for spl...
Sanjay Patel
2016-09-07
6
-67
/
+31
*
[SE] Add getName method to Device class
Jason Henline
2016-09-07
2
-0
/
+7
*
Avoid ambiguity in calling atom_add functions.
Jan Vesely
2016-09-07
4
-4
/
+4
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-09-07
9
-100
/
+377
*
[CUDA] Rework "optimizations" and "publication" section in CompileCudaWithLLV...
Justin Lebar
2016-09-07
1
-52
/
+45
*
[CUDA] Clarify that -l and -L only need to be passed when linking, in Compile...
Justin Lebar
2016-09-07
1
-0
/
+5
*
[CUDA] Further reformat "invoking clang" section of CompileCudaWithLLVM.rst.
Justin Lebar
2016-09-07
1
-16
/
+16
*
[SimplifyCFG] Don't try to create metadata-valued PHIs
Hal Finkel
2016-09-07
2
-0
/
+55
*
[LoopUnroll] Correct a debug message. NFC.
Haicheng Wu
2016-09-07
1
-1
/
+1
*
ELF: Add -Qy as ignored option
Ed Maste
2016-09-07
1
-0
/
+1
*
[compiler-rt] Allow sanitizers to be compiled for windows with clang
Francis Ricci
2016-09-07
2
-2
/
+10
[next]