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
/
AST
/
RecordLayoutBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MS ABI: Consider alignment attributes on typedefs for layout
David Majnemer
2014-07-30
1
-6
/
+12
*
MS ABI: Padding injected between empty vbases doesn't up required align
David Majnemer
2014-07-17
1
-1
/
+1
*
MS ABI: Up the required alignment after inserting padding between vbases
David Majnemer
2014-07-16
1
-1
/
+3
*
AST: Convert a SmallPtrSet to a SmallPtrSetImpl in RecordLayoutBuilder
David Majnemer
2014-07-16
1
-4
/
+4
*
AST: Cleanup RecordLayoutBuilder
David Majnemer
2014-07-16
1
-90
/
+77
*
Fix an iterator invalidation issue: deserializing a key function can write to
Richard Smith
2014-07-07
1
-7
/
+18
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-27
/
+28
*
Fix some typos
Alp Toker
2014-05-05
1
-2
/
+2
*
Replace one-element SmallVectors inside DenseMaps with TinyPtrVector.
Benjamin Kramer
2014-05-03
1
-1
/
+1
*
MS ABI: Bitfields FielDecls only align if they allocate
David Majnemer
2014-04-13
1
-3
/
+5
*
MS ABI: #pragma vtordisp(0) only disables new vtordisps
David Majnemer
2014-04-13
1
-12
/
+9
*
[MS-ABI] Fix warning introduced in r206087
Warren Hunt
2014-04-12
1
-2
/
+2
*
[MS-ABI] Fixed alias-avoidance padding in the presence of vtordisps
Warren Hunt
2014-04-11
1
-4
/
+1
*
[MS-ABI] Update to vtordisp computation
Warren Hunt
2014-04-11
1
-33
/
+37
*
Simplify RecordLayoutBuilder with getAsCXXRecordDecl()
Reid Kleckner
2014-04-11
1
-57
/
+34
*
[MS-ABI] Update Comments in RecordLayoutBuilder - no functional change
Warren Hunt
2014-04-11
1
-31
/
+67
*
[MS-ABI] Update virtual base padding rules to match MSVC 10+
Warren Hunt
2014-04-11
1
-7
/
+0
*
[MS-ABI] Fix to vbptr injection site calculation.
Warren Hunt
2014-04-10
1
-8
/
+8
*
[MS-ABI] Fixed __declspec(align()) on bitfields under #pragma pack.
Warren Hunt
2014-04-10
1
-34
/
+31
*
[MS-ABI] Update to alias-avoidance padding
Warren Hunt
2014-04-09
1
-16
/
+15
*
Fix a bug where an explicit instantiation declaration of a class template
Richard Smith
2014-03-24
1
-1
/
+2
*
[MS-ABI] Drop Special Layout in 64-bit mode.
Warren Hunt
2014-03-24
1
-72
/
+4
*
[C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() wit...
Aaron Ballman
2014-03-13
1
-9
/
+4
*
[C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...
Aaron Ballman
2014-03-13
1
-29
/
+17
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-71
/
+49
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-10
/
+5
*
Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...
Aaron Ballman
2014-03-07
1
-1
/
+1
*
[C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...
Aaron Ballman
2014-03-07
1
-4
/
+2
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
[C++11] Replace verbose functors with succinct lambdas
Benjamin Kramer
2014-03-01
1
-12
/
+4
*
Attempt to fix non-MSVC build
Reid Kleckner
2014-02-28
1
-7
/
+10
*
-fdump-record-layouts: Sort nvbases by offset before printing them
Reid Kleckner
2014-02-28
1
-7
/
+22
*
Diagnose attempts to apply ms_struct to records with base classes
John McCall
2014-02-27
1
-0
/
+4
*
MS ABI: Just use getTypeInfoInChars to get the field size
Reid Kleckner
2014-02-25
1
-10
/
+4
*
[MS-ABI] Fix MSRecordLayout to handel MultiDimensionalArrays
Warren Hunt
2014-02-22
1
-2
/
+3
*
[MS-ABI] Update to zero-sized padding algorithm
Warren Hunt
2014-02-21
1
-20
/
+23
*
Revert "Enable MSRecordLayout in the presence of external sources."
Reid Kleckner
2014-02-20
1
-1
/
+1
*
Enable MSRecordLayout in the presence of external sources.
Warren Hunt
2014-02-20
1
-1
/
+1
*
Fixing a compiler assertion with zero-width bit-fields in packed structs.
Yunzhong Gao
2014-02-13
1
-2
/
+2
*
ms_struct layout replaces platform-specific behavior like
John McCall
2014-02-13
1
-17
/
+46
*
MS ABI: Implement #pragma vtordisp() and clang-cl /vdN
Reid Kleckner
2014-02-12
1
-0
/
+24
*
MS ABI: vptr injection should obey alignment requirements
David Majnemer
2014-02-12
1
-8
/
+20
*
Extensively comment bitfield layout, rearrange some
John McCall
2014-01-29
1
-81
/
+145
*
[ms-abi] Small Change to pack+alignment interaction.
Warren Hunt
2014-01-14
1
-4
/
+7
*
[ms-abi] Report VBPtrOffset correctly
Warren Hunt
2014-01-14
1
-6
/
+5
*
[ms-abi] Reordering __declspec(align) pragma pack handling
Warren Hunt
2014-01-13
1
-3
/
+3
*
[ms-abi] Leading VFPtrs don't suppress the leading zero sized flag
Warren Hunt
2014-01-13
1
-1
/
+3
*
[ms-abi] Quick fix layout of an array of records
Reid Kleckner
2014-01-13
1
-4
/
+2
*
[ms-abi] Change the way alignment is tracked
Warren Hunt
2014-01-11
1
-15
/
+8
*
[ms-abi] Adjusting Rules for Padding Between Bases
Warren Hunt
2014-01-10
1
-0
/
+6
[next]