index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU] Expose flat work group size, register and wave control attributes
Konstantin Zhuravlyov
2016-09-26
1
-11
/
+41
*
Update clang for r282299.
Peter Collingbourne
2016-09-23
1
-17
/
+3
*
Revert of r282255 because of "Fell off the end of a string-switch" buildbot
Sjoerd Meijer
2016-09-23
1
-7
/
+0
*
Fix for r280064 that added options for fp denormals and exceptions.
Sjoerd Meijer
2016-09-23
1
-0
/
+7
*
[OpenCL] Augment pipe built-ins with pipe packet size and alignment.
Alexey Bader
2016-09-23
3
-13
/
+59
*
CodeGen: further merge cstring literal construction
Saleem Abdulrasool
2016-09-20
1
-13
/
+19
*
Replace 'isProvablyNonNull' with existing utility llvm::IsKnownNonNull which ...
Nick Lewycky
2016-09-20
1
-6
/
+3
*
Remove InstructionCombining and its related pass from sample pgo passes as we...
Dehao Chen
2016-09-19
1
-13
/
+0
*
CodeGen: mark ObjC cstring literals as unnamed_addr
Saleem Abdulrasool
2016-09-18
1
-1
/
+3
*
CodeGen: mark ObjC cstring literals as constant
Saleem Abdulrasool
2016-09-18
1
-1
/
+2
*
CodeGen: refactor the ObjC cstring literal creation
Saleem Abdulrasool
2016-09-16
1
-44
/
+57
*
Fix a couple of wrong-code bugs in switch-on-constant optimization:
Richard Smith
2016-09-16
3
-2
/
+58
*
CodeGen: use pointer rather than reference in range loop
Saleem Abdulrasool
2016-09-16
1
-2
/
+2
*
Alter the iOS/tvOS ARM64 C++ ABI to ignore the upper half of the
John McCall
2016-09-16
1
-2
/
+12
*
[CodeGen][ObjC] Block captures should inherit the type of the captured
Akira Hatanaka
2016-09-16
2
-11
/
+31
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-14
1
-0
/
+24
*
Convert finite to builtin
Dehao Chen
2016-09-14
1
-0
/
+6
*
CodeGen: simplify the logic a slight bit
Saleem Abdulrasool
2016-09-14
3
-14
/
+8
*
[sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...
Kostya Serebryany
2016-09-14
1
-0
/
+1
*
Also don't inline dllimport functions referring to non-dllimport constructors.
Hans Wennborg
2016-09-13
1
-0
/
+6
*
[CodeGen] Fix an assert in EmitNullConstant.
Akira Hatanaka
2016-09-13
1
-1
/
+2
*
Temporary fix for MS _Interlocked intrinsics
Albert Gutowski
2016-09-13
1
-10
/
+2
*
Reverse commit 281375 (breaks building Chromium)
Albert Gutowski
2016-09-13
1
-24
/
+0
*
Try harder to not inline dllimport functions referencing non-dllimport functions
Hans Wennborg
2016-09-13
1
-2
/
+23
*
Add bunch of _Interlocked builtins
Albert Gutowski
2016-09-13
1
-14
/
+38
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-13
1
-0
/
+24
*
ObjectiveC generics: Add ObjCTypeParamType in the type system.
Manman Ren
2016-09-13
3
-0
/
+17
*
Reapply r281276 with passing -emit-llvm in one of the tests
Adam Nemet
2016-09-13
1
-1
/
+9
*
Update Clang for D20147 ("DebugInfo: New metadata representation for global v...
Peter Collingbourne
2016-09-13
5
-13
/
+17
*
Revert "Add -fdiagnostics-show-hotness"
Adam Nemet
2016-09-13
1
-9
/
+1
*
[DebugInfo] Deduplicate debug info limiting logic
Reid Kleckner
2016-09-13
1
-21
/
+10
*
Add -fdiagnostics-show-hotness
Adam Nemet
2016-09-12
1
-1
/
+9
*
CodeGen: use some range-based for loops
Saleem Abdulrasool
2016-09-12
1
-14
/
+10
*
[MS ABI] Add /include directives for dynamic TLS
David Majnemer
2016-09-12
1
-0
/
+8
*
CodeGen: remove unnecessary else case
Saleem Abdulrasool
2016-09-11
1
-6
/
+3
*
[DebugInfo] Ensure complete type is emitted with -fstandalone-debug
Reid Kleckner
2016-09-09
1
-3
/
+7
*
[codeview] Extend the heuristic for detecting classes imported from DLLs
Reid Kleckner
2016-09-09
1
-3
/
+15
*
Update clang for D21514. NFC
Amaury Sechet
2016-09-09
1
-4
/
+5
*
C++ Modules TS: Add parsing and some semantic analysis support for
Richard Smith
2016-09-08
3
-16
/
+18
*
Implement MS _rot intrinsics
Albert Gutowski
2016-09-08
1
-0
/
+52
*
Moved unreachable to appease msvc, gcc and clang
Simon Pilgrim
2016-09-08
1
-3
/
+2
*
Fixed a 'not all control paths return a value' warning on MSVC builds
Simon Pilgrim
2016-09-08
1
-19
/
+22
*
CodeGen: Clean up implementation of vtable initializer builder. NFC.
Peter Collingbourne
2016-09-08
5
-139
/
+121
*
[MS] Fix prologue this adjustment when 'this' is passed indirectly
Reid Kleckner
2016-09-07
2
-7
/
+19
*
[MS] Fix 'this' type when calling virtual methods with inalloca
Reid Kleckner
2016-09-07
1
-5
/
+9
*
Fix whitespace issues
Matt Arsenault
2016-09-07
1
-2
/
+1
*
Formatting with clang-format patch r280701
Leny Kholodov
2016-09-06
1
-23
/
+24
*
DebugInfo: use llvm::DINode::DIFlags type for debug info flags
Leny Kholodov
2016-09-06
2
-34
/
+40
*
[OpenCL] Remove access qualifiers on images in arg info metadata.
Alexey Bader
2016-09-06
1
-2
/
+31
*
[Frontend] Fix mcount inlining bug
Honggyu Kim
2016-09-01
1
-9
/
+5
[next]