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: -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
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-69
/
+74
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+3
*
MS ABI: Fix vftable mangling by using the vbtable name algorithm
Reid Kleckner
2014-02-27
1
-27
/
+25
*
MS ABI: Include the vfptr offset in memptrs to virtual methods
Reid Kleckner
2014-02-21
1
-13
/
+22
*
Sema: Do not assert when dereferencing member pointer using virtual inheritan...
David Majnemer
2014-02-20
1
-27
/
+27
*
MS ABI: Remove nv adjustment from direct vdtor calls and prologues
Reid Kleckner
2014-02-18
1
-0
/
+15
*
Remove the -fhidden-weak-vtables -cc1 option. It was dead,
John McCall
2014-02-08
1
-2
/
+2
*
Remove unused variable to fix -Werror build
Reid Kleckner
2014-02-05
1
-3
/
+0
*
MS ABI: Mangle member pointer template arguments
Reid Kleckner
2014-02-05
1
-77
/
+40
*
[ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
2014-02-01
1
-2
/
+8
*
Revert "Revert r199416, "MS ABI: Improve selection of an inheritance model""
David Majnemer
2014-01-17
1
-39
/
+50
*
Revert r199416, "MS ABI: Improve selection of an inheritance model"
NAKAMURA Takumi
2014-01-17
1
-50
/
+39
*
MS ABI: Improve selection of an inheritance model
David Majnemer
2014-01-16
1
-39
/
+50
*
[ms-abi] Remove duplicated vbptr offset code
Reid Kleckner
2014-01-14
1
-39
/
+5
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[ms-cxxabi] Improve vbtable name mangling accuracy
Reid Kleckner
2014-01-03
1
-11
/
+20
*
Remove unused variable to fix clang warning
Reid Kleckner
2014-01-03
1
-1
/
+0
*
[ms-cxxabi] Move VBTableBuilder from CodeGen over to AST/VTableBuilder.cpp
Reid Kleckner
2014-01-03
1
-27
/
+118
*
[ms-cxxabi] The 'most derived' ctor parameter usually comes last
Reid Kleckner
2013-12-17
1
-39
/
+47
[next]