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
/
test
/
CodeGenCXX
Commit message (
Expand
)
Author
Age
Files
Lines
*
In case of an existing GlobalVariable, the comdat is created using the name o...
Yaron Keren
2015-07-29
1
-0
/
+25
*
Make this test target x86_64-pc-windows-gnu as well.
Yaron Keren
2015-07-29
1
-0
/
+3
*
Add -femulated-tls flag to select the emulated TLS model.
Chih-Hung Hsieh
2015-07-28
1
-0
/
+2
*
Use CGLoopInfo to emit metadata for loop hint pragmas.
Tyler Nowicki
2015-07-27
3
-50
/
+62
*
Generating available_externally vtables for outline virtual functions
Piotr Padlewski
2015-07-24
2
-6
/
+144
*
Fix a case where we forgot to make a static local variable comdat
Reid Kleckner
2015-07-20
1
-0
/
+17
*
[MS ABI] Explicit specialization of static data members are weak
David Majnemer
2015-07-17
2
-3
/
+13
*
Changed "pragma" -> "#pragma" in a comment, NFC.
Andrey Bokhanko
2015-07-17
1
-1
/
+1
*
[CodeGen, X86] Classify vectors <= 32 bits as INTEGER
David Majnemer
2015-07-17
1
-0
/
+9
*
Disable #pragma redefine_extname for C++ code as it does not make sense in su...
Aaron Ballman
2015-07-16
1
-0
/
+6
*
updated tests for correct commit
Naomi Musgrave
2015-07-16
2
-41
/
+61
*
adding tests for various dtor decl types
Naomi Musgrave
2015-07-15
1
-4
/
+59
*
Erase REQUIRES: shell-preserves-root from remaining tests, see r242312.รพ
Yaron Keren
2015-07-15
1
-1
/
+0
*
-disable-llvm-optzns in one clang test.
Evgeniy Stepanov
2015-07-15
1
-2
/
+2
*
Set comdat when an available_externally thunk is converted to linkonce_odr.
Rafael Espindola
2015-07-15
1
-0
/
+17
*
CodeGen: Improve CFI type blacklisting mechanism.
Peter Collingbourne
2015-07-15
1
-0
/
+30
*
Fix for clang memcpyizer bugs 23911 and 23924 (patch by Denis Zobnin)
Alexey Bataev
2015-07-14
2
-0
/
+93
*
Basic code generation for MSan use-after-dtor.
Evgeniy Stepanov
2015-07-14
1
-0
/
+17
*
Set the linkage before setting the visibility.
Rafael Espindola
2015-07-13
1
-0
/
+20
*
Respect alignment when loading up a coerced function argument
Ulrich Weigand
2015-07-10
2
-2
/
+2
*
CFI: Emit correct bit set information if RTTI is disabled under MS ABI.
Peter Collingbourne
2015-07-09
1
-0
/
+12
*
CodeGen: Fix off-by-one error in CFI class identification function for MS ABI.
Peter Collingbourne
2015-07-08
1
-0
/
+23
*
[EH] Fix for clang bug 24005 - no cleanup for array of memcpy-able objects in...
Alexey Bataev
2015-07-08
1
-0
/
+37
*
[CodeGen] Correctly handle base classes which are passed in memory
David Majnemer
2015-07-08
1
-0
/
+16
*
[CodeGen] Don't crash classifying a union of an AVX vector and an int
David Majnemer
2015-07-08
1
-0
/
+9
*
[SEH] Switch from frameaddress(0) to localaddress
Reid Kleckner
2015-07-07
1
-2
/
+2
*
Update clang for intrinsic rename of framerecover to localrecover
Reid Kleckner
2015-07-07
1
-7
/
+7
*
Update testcase to reflect new behavior in DIBuilder.
Adrian Prantl
2015-07-06
1
-2
/
+1
*
clang/test/CodeGenCXX/trap-fnattr.cpp: Tweak to match MS-mangled names.
NAKAMURA Takumi
2015-07-03
1
-6
/
+6
*
Make corrections to r241314.
Akira Hatanaka
2015-07-03
1
-4
/
+4
*
Fix test case to appease buildbot.
Akira Hatanaka
2015-07-03
1
-4
/
+4
*
Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.
Akira Hatanaka
2015-07-02
1
-0
/
+36
*
[MS ABI] nullptr data member ptrs are mangled differently for classes vs fns
David Majnemer
2015-07-02
2
-2
/
+17
*
Revert "[DebugInfo] Fix debug info generation for function static variables, ...
David Blaikie
2015-07-01
4
-71
/
+0
*
[DebugInfo] Fix debug info generation for function static variables, typedefs...
Michael Kuperstein
2015-07-01
4
-0
/
+71
*
CodeGen: Do not give local-linkage functions externally available linkage, ev...
Peter Collingbourne
2015-07-01
1
-0
/
+1
*
[MS ABI] Stick constructor closures in an IR COMDAT group
David Majnemer
2015-06-30
1
-6
/
+6
*
CodeGen: Assign an appropriate comdat to thunks.
Peter Collingbourne
2015-06-30
1
-2
/
+2
*
Update testcases: DICompileUnits are now created distinct by DIBuilder.
Adrian Prantl
2015-06-30
3
-4
/
+4
*
[MS ABI] Workaround corner-case bug in the ABI for operator delete
David Majnemer
2015-06-30
1
-0
/
+10
*
Account for calling convention specifiers in function definitions in IR test ...
David Blaikie
2015-06-29
29
-84
/
+84
*
Omit 'nodebug' methods from the class description.
Paul Robinson
2015-06-25
1
-0
/
+12
*
Fix #pragma redefine_extname when there is a local variable of the same name....
Aaron Ballman
2015-06-25
1
-1
/
+13
*
Relax assertion in x86_64 byval argument handling for 32-bit pointers
Derek Schuff
2015-06-24
1
-2
/
+15
*
[MS ABI] Account for the virtual inheritance quirk when mangling
David Majnemer
2015-06-23
1
-0
/
+12
*
[MS ABI] Rework member pointer conversion
David Majnemer
2015-06-23
1
-3
/
+20
*
[Codegen] Don't crash if destructor is not accessible.
Davide Italiano
2015-06-21
1
-0
/
+19
*
CFI: Implement bitset emission for the Microsoft ABI.
Peter Collingbourne
2015-06-19
1
-23
/
+87
*
Fix Windows test failure.
Peter Collingbourne
2015-06-19
1
-1
/
+1
*
Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.
Peter Collingbourne
2015-06-19
2
-14
/
+25
[next]