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
/
lib
/
CodeGen
/
MicrosoftCXXABI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MS ABI: Emit more canonical vbptr stores and loads
Reid Kleckner
2014-10-22
1
-4
/
+12
*
SanitizerBlacklist: blacklist functions by their source location.
Alexey Samsonov
2014-10-17
1
-3
/
+3
*
MS ABI: Implement thread_local for global variables
David Majnemer
2014-10-05
1
-0
/
+101
*
Adds 'override' to overriding methods. NFC.
Fariborz Jahanian
2014-10-01
1
-1
/
+1
*
MS ABI: Don't ICE for pointers to pointers to members of incomplete classes
David Majnemer
2014-09-18
1
-1
/
+12
*
Reduce code duplication a bit more. NFC.
Rafael Espindola
2014-09-15
1
-12
/
+1
*
Reduce code duplication a bit more. NFC.
Rafael Espindola
2014-09-15
1
-13
/
+1
*
Simplify the code a bit, NFC.
Rafael Espindola
2014-09-15
1
-14
/
+2
*
Move emitCXXStructor to CGCXXABI.
Rafael Espindola
2014-09-15
1
-0
/
+79
*
MS ABI: The latest VC "14" CTP implements deleted virtual functions
David Majnemer
2014-09-12
1
-2
/
+0
*
MS ABI: Use the correct this arg when generating implict copy ctor
David Majnemer
2014-09-11
1
-0
/
+12
*
Merge GetAddrOfCXXConstructor and GetAddrOfCXXDonstructor. NFC.
Rafael Espindola
2014-09-11
1
-1
/
+1
*
Avoid some unnecessary SmallVector copies.
Benjamin Kramer
2014-09-11
1
-1
/
+1
*
Handle constructors and destructors a bit more uniformly in CodeGen.
Rafael Espindola
2014-09-08
1
-34
/
+22
*
MS ABI: Reindent MicrosoftCXXABI::GetVirtualBaseClassOffset
David Majnemer
2014-09-01
1
-8
/
+6
*
Make all virtual member pointers use variadic musttail calls
Reid Kleckner
2014-08-29
1
-12
/
+25
*
Pass actual CallExpr instead of CallExpr-specific iterators
Alexey Samsonov
2014-08-25
1
-10
/
+10
*
MS ABI: Virtual member pointer thunks are not unnamed_addr
Reid Kleckner
2014-08-15
1
-0
/
+3
*
MS ABI: Handle member function pointers returning a member data pointer
David Majnemer
2014-08-07
1
-0
/
+5
*
MS ABI: Use musttail for vtable thunks that pass arguments by value
Reid Kleckner
2014-07-26
1
-25
/
+1
*
MS ABI: -fno-rtti-data wasn't data-free enough
David Majnemer
2014-07-24
1
-1
/
+3
*
MS compatibility: always emit dllexported in-class initialized static data me...
Hans Wennborg
2014-07-17
1
-2
/
+0
*
MS ABI: Stick internal vftables in a comdat if they have RTTI data
David Majnemer
2014-07-13
1
-6
/
+4
*
MS ABI: Don't unnecessarily use CGM abstraction
David Majnemer
2014-07-07
1
-1
/
+1
*
Fix comment typo.
David Majnemer
2014-07-07
1
-5
/
+6
*
CodeGen: Cleanup MS ABI RTTI LLVM IR
David Majnemer
2014-07-07
1
-161
/
+164
*
CodeGen: Refactor RTTI emission
David Majnemer
2014-07-07
1
-1
/
+512
*
CodeGen: Add some comments describing VFTable CG
David Majnemer
2014-07-01
1
-0
/
+20
*
Driver: Handle /GR- in a compatible way with MSVC
David Majnemer
2014-07-01
1
-2
/
+3
*
MS ABI: Reference MSVC RTTI from the VFTable
David Majnemer
2014-07-01
1
-29
/
+82
*
Revert "Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast...
David Majnemer
2014-06-22
1
-0
/
+144
*
Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast and typ...
NAKAMURA Takumi
2014-06-22
1
-147
/
+0
*
CodeGen: Refactor dynamic_cast and typeid
David Majnemer
2014-06-20
1
-0
/
+147
*
Inherit dll attributes to static locals
Hans Wennborg
2014-06-18
1
-2
/
+3
*
MS ABI: Update the thunk linkage computation
Hans Wennborg
2014-06-06
1
-3
/
+12
*
Start adding support for dllimport/dllexport on classes (PR11170)
Hans Wennborg
2014-05-30
1
-0
/
+14
*
Fix some misplaced spaces around 'override'
Hans Wennborg
2014-05-24
1
-1
/
+1
*
Use comdats to avoid double initialization of weak data
Reid Kleckner
2014-05-23
1
-5
/
+10
*
[MS-ABI] Implements MS-compatible RTTI
Warren Hunt
2014-05-23
1
-4
/
+5
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-31
/
+32
*
MS ABI: Use musttail for thunk IR generation
Reid Kleckner
2014-05-15
1
-2
/
+25
*
Don't copy objects with trivial, deleted copy ctors
Reid Kleckner
2014-05-14
1
-3
/
+30
*
Push record return type classification into CGCXXABI
Reid Kleckner
2014-05-13
1
-4
/
+22
*
MS ABI: Pass 'sret' as the second parameter of instance methods
Reid Kleckner
2014-05-09
1
-0
/
+2
*
MS ABI x64: Pass small objects with dtors but no copy ctors directly
Reid Kleckner
2014-05-03
1
-11
/
+28
*
MS ABI: Fix logic bug in member pointer null test code
Reid Kleckner
2014-05-02
1
-1
/
+1
*
MS ABI: Use a different guard variable for each weak global
Reid Kleckner
2014-04-23
1
-11
/
+16
*
Fix PR19104: Incorrect handling of non-virtual calls of virtual methods
Timur Iskhodzhanov
2014-03-14
1
-87
/
+73
*
[C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-3
/
+2
[next]