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
path:
root
/
clang
/
test
/
CodeGenCXX
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a couple of wrong-code bugs in switch-on-constant optimization:
Richard Smith
2016-09-16
1
-2
/
+80
*
Alter the iOS/tvOS ARM64 C++ ABI to ignore the upper half of the
John McCall
2016-09-16
1
-0
/
+36
*
Update clang unittests for rL281586.
Wei Mi
2016-09-15
1
-2
/
+2
*
Also don't inline dllimport functions referring to non-dllimport constructors.
Hans Wennborg
2016-09-13
2
-4
/
+8
*
[CodeGen] Fix an assert in EmitNullConstant.
Akira Hatanaka
2016-09-13
1
-0
/
+21
*
Try harder to not inline dllimport functions referencing non-dllimport functions
Hans Wennborg
2016-09-13
2
-1
/
+8
*
Update Clang for D20147 ("DebugInfo: New metadata representation for global v...
Peter Collingbourne
2016-09-13
19
-90
/
+106
*
[DebugInfo] Deduplicate debug info limiting logic
Reid Kleckner
2016-09-13
2
-4
/
+13
*
[MS ABI] Add /include directives for dynamic TLS
David Majnemer
2016-09-12
1
-0
/
+5
*
[DebugInfo] Ensure complete type is emitted with -fstandalone-debug
Reid Kleckner
2016-09-09
1
-3
/
+24
*
[codeview] Extend the heuristic for detecting classes imported from DLLs
Reid Kleckner
2016-09-09
1
-0
/
+21
*
C++ Modules TS: Add parsing and some semantic analysis support for
Richard Smith
2016-09-08
1
-0
/
+20
*
Try contextually converting condition of constexpr if to Boolean value
Ismail Pazarbasi
2016-09-07
1
-0
/
+13
*
[MS] Fix prologue this adjustment when 'this' is passed indirectly
Reid Kleckner
2016-09-07
4
-3
/
+26
*
[MS] Fix 'this' type when calling virtual methods with inalloca
Reid Kleckner
2016-09-07
1
-4
/
+31
*
Fix clang's handling of the copy performed in the second phase of class
Richard Smith
2016-09-07
1
-0
/
+20
*
[ms] Add support for parsing uuid as a Microsoft attribute.
Nico Weber
2016-09-03
1
-0
/
+8
*
(clang part) Implement MASM-flavor intel syntax behavior for inline MS asm bl...
Yunzhong Gao
2016-09-02
1
-5
/
+5
*
[codeview] Don't emit vshape info for classes without vfptrs
Reid Kleckner
2016-08-31
1
-0
/
+54
*
[codeview] Pass through vftable shape information
Reid Kleckner
2016-08-31
1
-1
/
+8
*
Widen type of __offset_flags in RTTI on Mingw64
Reid Kleckner
2016-08-25
1
-0
/
+13
*
[MS] Pass non-trivially-copyable objects indirectly on Windows ARM
Reid Kleckner
2016-08-25
1
-0
/
+15
*
[Pragma] Clear loop distribution attribute between loops
Adam Nemet
2016-08-24
1
-0
/
+23
*
PR29086: DebugInfo: Improve support for fixed array dimensions in variable le...
David Blaikie
2016-08-22
1
-0
/
+14
*
Remove redundant test
David Blaikie
2016-08-22
1
-9
/
+0
*
Emit debug info for dynamic classes if they are imported from a DLL.
Adrian McCarthy
2016-08-16
1
-0
/
+20
*
Add a triple to this test to make buildbots happier.
Richard Smith
2016-08-15
1
-1
/
+1
*
P0217R3: code generation support for decomposition declarations.
Richard Smith
2016-08-15
1
-0
/
+118
*
PR26423: Assert on valid use of using declaration of a function with an unded...
David Blaikie
2016-08-05
1
-4
/
+22
*
[codeview] Skip injected class names in nested record emission
Reid Kleckner
2016-08-01
1
-0
/
+21
*
Fix naked.cpp test on 32-bit Windows
Reid Kleckner
2016-07-29
1
-1
/
+1
*
Don't crash when generating code for __attribute__((naked)) member functions.
Justin Lebar
2016-07-27
1
-0
/
+13
*
Update test to account for r276604
David Majnemer
2016-07-25
1
-2
/
+2
*
Clang changes for overloading invariant.start and end intrinsics
Anna Thomas
2016-07-22
1
-7
/
+7
*
[CodeGen] Fix a crash when constant folding switch statement
Erik Pilkington
2016-07-21
1
-0
/
+9
*
Reroll "Include unreferenced nested types in member list only for CodeView"
Adrian McCarthy
2016-07-21
2
-8
/
+11
*
Revert "Include unreferenced nested types in member list only for CodeView"
Adrian McCarthy
2016-07-21
2
-11
/
+8
*
Include unreferenced nested types in member list only for CodeView
Adrian McCarthy
2016-07-21
2
-8
/
+11
*
When copying an array into a lambda, destroy temporaries from
John McCall
2016-07-20
1
-2
/
+52
*
Let FuncAttrs infer the 'returned' argument attribute
David Majnemer
2016-07-19
1
-2
/
+2
*
Revert r275678, "Revert "Revert r275027 - Let FuncAttrs infer the 'returned' ...
NAKAMURA Takumi
2016-07-18
1
-2
/
+2
*
Revert "Revert r275029 - Update Clang tests after adding inference for the re...
Hal Finkel
2016-07-16
1
-2
/
+2
*
P0305R0: Semantic analysis and code generation for C++17 init-statement for '...
Richard Smith
2016-07-14
1
-0
/
+70
*
Fix for the mingw builder
David Majnemer
2016-07-12
1
-1
/
+1
*
[ItaniumMangle] Correctly mangle BuiltinTemplateDecls
David Majnemer
2016-07-12
1
-0
/
+11
*
[MS ABI] Support throwing/catching __unaligned types
David Majnemer
2016-07-12
1
-0
/
+8
*
Revert r275029 - Update Clang tests after adding inference for the returned a...
Hal Finkel
2016-07-11
1
-2
/
+2
*
[CodeGen] Treat imported static local variables as declarations
David Majnemer
2016-07-11
1
-2
/
+2
*
Update Clang tests after adding inference for the returned argument attribute
Hal Finkel
2016-07-10
1
-2
/
+2
*
Revert "Retry "Include debug info for nested structs and classes""
Adrian McCarthy
2016-07-06
3
-10
/
+10
[next]