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
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
18
-90
/
+90
*
[CGDebugInfo] Set the size and align for reference types
Keno Fischer
2015-11-16
1
-1
/
+1
*
Make some tests LLVM-optimization agnostic and remove some others that were b...
David Blaikie
2015-11-14
3
-111
/
+0
*
Slacken the norecurse test slightly
James Molloy
2015-11-13
1
-1
/
+1
*
Add support for function attribute 'disable_tail_calls'.
Akira Hatanaka
2015-11-13
1
-0
/
+35
*
[C++] Add the "norecurse" attribute to main() if in C++ mode
James Molloy
2015-11-12
1
-0
/
+8
*
Update clang regression tests for 'norecurse'
James Molloy
2015-11-12
3
-3
/
+3
*
[TLS on Darwin] change how we handle globals with linkonce or weak linkage.
Manman Ren
2015-11-11
3
-26
/
+44
*
[TLS] move setting tls_guard in tls_init.
Manman Ren
2015-11-11
1
-1
/
+1
*
[COFF] Don't try to emit weak aliases on COFF
Reid Kleckner
2015-11-10
1
-0
/
+16
*
Implement __attribute__((internal_linkage)).
Evgeniy Stepanov
2015-11-10
1
-0
/
+79
*
Add support for function attribute 'not_tail_called'.
Akira Hatanaka
2015-11-06
1
-0
/
+17
*
CodeGen: Update for debug info API change.
Peter Collingbourne
2015-11-05
4
-9
/
+9
*
[MS ABI] Don't zero-initialize vbptrs in bases
David Majnemer
2015-11-02
1
-0
/
+26
*
[CodeGen] Call SetInternalFunctionAttributes to attach function
Akira Hatanaka
2015-10-31
1
-0
/
+12
*
ARMv7k: implement ABI changes for watchOS from standard iOS.
Tim Northover
2015-10-30
1
-0
/
+68
*
[WinEH] Mark calls inside cleanups as noinline
Reid Kleckner
2015-10-28
1
-10
/
+14
*
[MS ABI] Mangle static anonymous unions
David Majnemer
2015-10-22
1
-0
/
+9
*
[Driver] Alias -fvisibility=internal to -fvisibility=hidden
Reid Kleckner
2015-10-21
1
-0
/
+3
*
[DEBUG INFO] Emit debug info for type used in explicit cast only.
Alexey Bataev
2015-10-20
1
-0
/
+46
*
[MS ABI] Give linkonce_odr, instead of external_linkage, to certain kinds of ...
David Majnemer
2015-10-19
2
-8
/
+8
*
[Sema] Fix address-of + enable_if overloading logic
George Burgess IV
2015-10-16
1
-0
/
+9
*
[MSVC] Fix for http://llvm.org/PR24132: __declspec(property): double invocati...
Alexey Bataev
2015-10-14
1
-0
/
+19
*
[WinEH] Push cleanupendpad scopes around exceptional cleanups
Reid Kleckner
2015-10-08
1
-6
/
+24
*
Update tests touched by r249656
David Majnemer
2015-10-08
1
-3
/
+3
*
[MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...
David Majnemer
2015-10-08
1
-19
/
+31
*
Stop messing with the 'g' group of options in CompilerInvocation.
Douglas Katzman
2015-10-08
78
-92
/
+91
*
[WinEH] Remove NewMSEH and enable its behavior by default
Reid Kleckner
2015-10-08
5
-39
/
+28
*
Don't emit exceptional stackrestore cleanups around inalloca functions
Reid Kleckner
2015-10-08
2
-16
/
+14
*
[WinEH] Don't use lifetime markers for MS catch parameters
Reid Kleckner
2015-10-07
1
-1
/
+11
*
Fix crash in codegen on casting to `bool &`.
Alexey Bataev
2015-10-07
1
-0
/
+9
*
Fix clang/test/CodeGenCXX/strict-vtable-pointers.cpp for -Asserts. It missed ...
NAKAMURA Takumi
2015-10-03
1
-1
/
+1
*
Emiting invariant.group.barrier for ctors bugfix
Piotr Padlewski
2015-10-02
2
-16
/
+32
*
Revert "Decorating virtual functions load with invariant.load" and fix
Renato Golin
2015-10-01
1
-6
/
+1
*
Test fix
Piotr Padlewski
2015-10-01
1
-1
/
+1
*
Decorating virtual functions load with invariant.load
Piotr Padlewski
2015-10-01
1
-1
/
+6
*
Don't crash when a reserved global placement operator new is paired
John McCall
2015-09-29
1
-0
/
+20
*
Generate assume loads only with -fstrict-vtable-pointers
Piotr Padlewski
2015-09-28
1
-2
/
+3
*
Remove warning on over-wide bit-field of boolean type; there's no risk that
Richard Smith
2015-09-23
1
-1
/
+1
*
PR14858: Initial support for proper sizeof... handling within alias templates.
Richard Smith
2015-09-23
1
-1
/
+11
*
[WinEH] Pass the catch adjectives to catchpad directly
Reid Kleckner
2015-09-16
3
-47
/
+51
*
Implementation and testing for poisoning vtable
Naomi Musgrave
2015-09-16
2
-3
/
+56
*
clang/test/CodeGenCXX/exceptions-cxx-new.cpp: Don't assume the label "entry:".
NAKAMURA Takumi
2015-09-16
1
-1
/
+0
*
Try to appease the build bots
David Majnemer
2015-09-15
1
-15
/
+15
*
[MS ABI] Add a C++ test for -fnew-ms-eh
David Majnemer
2015-09-15
1
-0
/
+89
*
invariant.group-for-vptrs test fix
Piotr Padlewski
2015-09-15
1
-1
/
+1
*
Decorating vptr load & stores with !invariant.group
Piotr Padlewski
2015-09-15
1
-0
/
+75
*
Added llvm.module flag for strict vtable pointers
Piotr Padlewski
2015-09-15
1
-0
/
+9
*
Emiting llvm.invariant.group.barrier when dynamic type changes
Piotr Padlewski
2015-09-15
1
-0
/
+193
*
Rebase tests after LLVM r247707.
Nico Weber
2015-09-15
2
-3
/
+3
[next]