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
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
Do not insert asan paddings after fields that have flexible arrays.
Kostya Serebryany
2014-10-27
1
-3
/
+8
*
D5775: Fix of assertion failure in case of non-POD unions with bitfields. Pat...
Artyom Skrobov
2014-10-17
1
-4
/
+14
*
AST: Remove dead code from RecordLayoutBuilder
David Majnemer
2014-10-17
1
-11
/
+0
*
Insert poisoned paddings between fields in C++ classes so that AddressSanitiz...
Kostya Serebryany
2014-10-16
1
-4
/
+15
*
AST: Fix a typo (NFC)
Justin Bogner
2014-10-08
1
-1
/
+1
*
MS ABI: Correct layout for empty records
David Majnemer
2014-09-30
1
-3
/
+13
*
AST: Fix a typo in RecordLayoutBuilder
David Majnemer
2014-09-29
1
-1
/
+1
*
MS ABI: Pure virtual functions don't contribute to vtordisps
David Majnemer
2014-09-23
1
-14
/
+13
*
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
[next]