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
*
Fix indentation in codeview code
Reid Kleckner
2016-09-14
1
-7
/
+7
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-14
14
-112
/
+221
*
[LTO] Move tests from test/tools to test/LTO, as they're testing the API func...
Mehdi Amini
2016-09-14
2
-1
/
+1
*
[LTO] Fix commons handling
Mehdi Amini
2016-09-14
5
-8
/
+50
*
[ThinLTO] Add an option to llvm-lto to print some basic statistics for the index
Mehdi Amini
2016-09-14
2
-0
/
+47
*
Replaced two instances of std::function with auto.
Sean Callanan
2016-09-14
2
-8
/
+6
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
47
-142
/
+140
*
Cleaned up a little bit of redundant code in 'frame diagnose.`
Sean Callanan
2016-09-14
1
-11
/
+19
*
[asan] Disable 64-bit allocator on android/aarch64.
Evgeniy Stepanov
2016-09-14
1
-3
/
+1
*
[Stackmap] Added callsite counts to emitted function information.
Sanjoy Das
2016-09-14
23
-68
/
+319
*
[x86] regenerate checks
Sanjay Patel
2016-09-14
1
-33
/
+49
*
Revert "Do not warn about format strings that are indexed string literals."
Stephen Hines
2016-09-14
2
-201
/
+18
*
[x86] regenerate checks
Sanjay Patel
2016-09-14
1
-223
/
+374
*
Use 'enum class' instead of 'enum' in NativeRegisterContextLinux_x86_x64.
Valentina Giusti
2016-09-14
2
-36
/
+36
*
Do not warn about format strings that are indexed string literals.
Stephen Hines
2016-09-14
2
-18
/
+201
*
Revert "[ARM] Promote small global constants to constant pools"
Evgeniy Stepanov
2016-09-14
5
-254
/
+1
*
Correct assert text in DeclGroup::getSingleDecl()
Kirill Bobyrev
2016-09-14
1
-1
/
+1
*
[SE] Add CUDA platform
Jason Henline
2016-09-14
13
-17
/
+596
*
[x86] regenerate checks
Sanjay Patel
2016-09-14
1
-72
/
+83
*
[compiler-rt] Set asan win 64-bits to use dynamic address for memory allocator
Etienne Bergeron
2016-09-14
1
-0
/
+4
*
Handle arbitrary expressions in DATA_SEGMENT_RELRO_END.
Rafael Espindola
2016-09-14
2
-2
/
+2
*
Add SB API's for writing breakpoints to & creating the from a file.
Jim Ingham
2016-09-14
11
-115
/
+407
*
Fix some const-ness issues with BreakpointID & BreakpointIDList.
Jim Ingham
2016-09-14
3
-10
/
+12
*
[lib/LTO] Fix a typo. NFC.
Davide Italiano
2016-09-14
1
-1
/
+1
*
[analyzer] scan-build-py: Remove relative path hack for SATestsBuild.py
Devin Coughlin
2016-09-14
2
-26
/
+1
*
Add an interesting test.
Rafael Espindola
2016-09-14
1
-0
/
+34
*
Revert "AMDGPU: Use SOPK compare instructions"
Matt Arsenault
2016-09-14
8
-691
/
+52
*
AMDGPU: Use SOPK compare instructions
Matt Arsenault
2016-09-14
8
-52
/
+691
*
[cmake] Make libgomp & libiomp5 alias install optional
Michal Gorny
2016-09-14
2
-7
/
+13
*
[Release notes] Mention readability-container-size-empty improvements.
Eugene Zelenko
2016-09-14
1
-0
/
+5
*
Convert finite to builtin
Dehao Chen
2016-09-14
3
-0
/
+18
*
Verifier: Mark orphaned DICompileUnits as a debug info failure.
Adrian Prantl
2016-09-14
2
-30
/
+63
*
Use Intel CPU flags to determine target supported features.
Valentina Giusti
2016-09-14
3
-117
/
+183
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
47
-101
/
+101
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
36
-247
/
+287
*
[x86] fix formatting; NFC
Sanjay Patel
2016-09-14
1
-28
/
+20
*
[compiler-rt] Avoid instrumenting sanitizer functions
Etienne Bergeron
2016-09-14
2
-6
/
+34
*
[X86][SSE] Improve recognition of i64 sitofp conversions that can be performe...
Simon Pilgrim
2016-09-14
3
-151
/
+59
*
[LoopInterchange] Typo. NFC.
Chad Rosier
2016-09-14
1
-4
/
+4
*
[LoopInterchange] Add CL option to override cost threshold.
Chad Rosier
2016-09-14
1
-3
/
+6
*
[X86][SSE] Don't use PSHUFD directly - lower with generic shuffle
Simon Pilgrim
2016-09-14
1
-17
/
+1
*
getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits(), round 2 ;...
Sanjay Patel
2016-09-14
3
-8
/
+6
*
[LoopInterchange] Cleanup debug whitespace. NFC.
Chad Rosier
2016-09-14
1
-4
/
+4
*
Add a test showing we handle .tbss sections in linker scripts.
Rafael Espindola
2016-09-14
1
-0
/
+37
*
getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
20
-86
/
+84
*
[ELF] Do not adjust TLS symbol value when produce relocatable object
Simon Atanasyan
2016-09-14
2
-1
/
+22
*
getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
24
-120
/
+105
*
Fix typo in comment [NFC]
Etienne Bergeron
2016-09-14
1
-1
/
+1
*
AMDGPU: Support folding FrameIndex operands
Matt Arsenault
2016-09-14
2
-13
/
+28
*
getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
7
-57
/
+42
[next]