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
*
[SelectionDAG] Eliminate exponential behavior in WalkChainUsers
Tim Shen
2016-01-31
1
-5
/
+20
*
No need to use utostr/utohexstr when writing into a raw_ostream. NFC
Craig Topper
2016-01-31
1
-24
/
+30
*
Shrink character buffer size in raw_ostream::write_hex to 16 characters intea...
Craig Topper
2016-01-31
1
-1
/
+1
*
Use std::end instead of repeating buffer sizes.
Craig Topper
2016-01-31
2
-7
/
+7
*
[Parser] Update CachedTokens while parsing ObjectiveC template argument list
Bruno Cardoso Lopes
2016-01-31
4
-0
/
+57
*
No need to use utostr when putting integers into a raw_ostream. NFC
Craig Topper
2016-01-31
1
-5
/
+5
*
Convert an unsigned to Twine instead of using utostr since we're already buil...
Craig Topper
2016-01-31
1
-1
/
+1
*
Convert int to Twine instead of using utostr since it was already being added...
Craig Topper
2016-01-31
1
-1
/
+1
*
[doc] improve the doc for CUDA
Jingyue Wu
2016-01-30
1
-17
/
+21
*
[WebAssembly] Fix uses of FrameIndex as store values
Derek Schuff
2016-01-30
3
-6
/
+17
*
WebAssembly: don't optimize frameindex store
JF Bastien
2016-01-30
3
-6
/
+24
*
[AST] Pull simple method inline.
Benjamin Kramer
2016-01-30
2
-5
/
+3
*
WebAssembly NFC: fix build warning
JF Bastien
2016-01-30
1
-3
/
+3
*
assert(false) -> llvm_unreachable().
Davide Italiano
2016-01-30
3
-3
/
+3
*
Fix build with VS2015
Ismail Donmez
2016-01-30
1
-0
/
+2
*
[BasicAA] NFC - revised comment for function adjustToPointerSize()
Gerolf Hoflehner
2016-01-30
1
-1
/
+1
*
[BasicAA] Fix for missing must alias (D16343)
Gerolf Hoflehner
2016-01-30
2
-0
/
+27
*
[BasicAA] Update on r259290 - added missing cast
Gerolf Hoflehner
2016-01-30
1
-1
/
+1
*
AMDGPU: Fix emitting invalid workitem intrinsics for HSA
Matt Arsenault
2016-01-30
6
-37
/
+550
*
AMDGPU: Stop checking intrinsics not used by HSA for dispatch-ptr
Matt Arsenault
2016-01-30
3
-16
/
+175
*
InstCombine: fabs(x) * fabs(x) -> x * x
Matt Arsenault
2016-01-30
2
-4
/
+44
*
[WebAssembly] Refine block placement to insert blocks between trees.
Dan Gohman
2016-01-30
2
-9
/
+26
*
AMDGPU: Add new amdgcn workitem intrinsics
Matt Arsenault
2016-01-30
6
-87
/
+189
*
Remove references to *.h.in files and some autoconf hackery
Justin Bogner
2016-01-30
4
-33
/
+3
*
Remove *.h.in - these were only used by the autoconf build system
Justin Bogner
2016-01-30
3
-765
/
+0
*
[BasicAA] NFC - utility function for two's complement wrap-around
Gerolf Hoflehner
2016-01-30
1
-7
/
+15
*
test/clang-tidy/performance-for-range-copy.cpp: Appease for targeting ms mode.
NAKAMURA Takumi
2016-01-30
1
-1
/
+1
*
[analyzer] Make suppression of macro defensive checks work with -analyzer-eag...
Devin Coughlin
2016-01-30
2
-15
/
+46
*
[SemaCXX] Fix crash-on-invalid while trying to deduce return type of a lambda.
Argyrios Kyrtzidis
2016-01-30
2
-4
/
+16
*
Further reduce test time
Xinliang David Li
2016-01-30
1
-6
/
+2
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
4
-10
/
+4
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
22
-25
/
+25
*
Use Support/DataTypes.h instead of cstdint
Matthias Braun
2016-01-30
1
-1
/
+1
*
[docs] Remove references to autoconf build.
Alexey Samsonov
2016-01-30
1
-2
/
+1
*
[docs] Remove references to autotools build.
Alexey Samsonov
2016-01-30
5
-352
/
+5
*
[CUDA] Die if we ask the NVPTX backend to emit a global ctor/dtor.
Justin Lebar
2016-01-30
4
-0
/
+40
*
Remove references to autotools build.
Alexey Samsonov
2016-01-30
2
-4
/
+1
*
[CodeView] Properly handle empty line tables
David Majnemer
2016-01-30
2
-7
/
+89
*
Move template instantiations to end of the file.
Rui Ueyama
2016-01-29
1
-5
/
+5
*
This patch adds doxygen comments for the intrinsincs in the header file __wmm...
Ekaterina Romanova
2016-01-29
1
-0
/
+85
*
Update comments about the entries in .got.plt.
Rui Ueyama
2016-01-29
1
-8
/
+9
*
[profile] Support hostname expansion in LLVM_PROFILE_FILE
Vedant Kumar
2016-01-29
3
-8
/
+57
*
Improve -Wconstant-conversion
Richard Trieu
2016-01-29
3
-3
/
+70
*
[Objective-C] Support a new special module flag.
Manman Ren
2016-01-29
1
-0
/
+1
*
Class Property: generate metadata for class properties in protocols.
Manman Ren
2016-01-29
3
-6
/
+21
*
Class Property: generate metadata for class properties in categories.
Manman Ren
2016-01-29
2
-4
/
+45
*
[llvm-nm] Add a comment to explain why we initialize MC.
Davide Italiano
2016-01-29
1
-0
/
+1
*
[libFuzzer] add -timeout_exitcode option
Kostya Serebryany
2016-01-29
6
-1
/
+7
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-29
1
-25
/
+25
*
[libFuzzer] re-enable test for -abort_on_timeout=1, this time protecting fro...
Kostya Serebryany
2016-01-29
1
-1
/
+1
[next]