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
*
pr26544: Bitfield layout with pragma pack and attributes "packed" and
Alexey Bataev
2016-02-19
1
-2
/
+9
*
[AST] Fix typos in RecordLayoutBuilder
David Majnemer
2016-02-12
1
-5
/
+5
*
Do not honor explicit alignment attribute on fields for PS4.
Sunil Srivastava
2016-02-05
1
-2
/
+4
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-41
/
+37
*
PR18513: make gcc compatible layout for bit-fields with explicit aligned attr...
Alexey Bataev
2016-01-12
1
-1
/
+9
*
[CUDA] Make vtable construction aware of host/device side of CUDA compilation.
Artem Belevich
2015-12-17
1
-0
/
+15
*
Don't adjust field offsets when using external record layout.
Zachary Turner
2015-10-01
1
-4
/
+11
*
[RecordLayoutBuilder] Remove duplicated diagnostic argument. NFC.
Benjamin Kramer
2015-08-21
1
-3
/
+3
*
Fix the layout of bitfields in ms_struct unions: their
John McCall
2015-08-19
1
-90
/
+152
*
[dllimport] A non-imported class with an imported key can't have a key
Reid Kleckner
2015-08-10
1
-0
/
+6
*
[AST] Rename RecordLayoutBuilder to ItaniumRecordLayoutBuilder
David Majnemer
2015-07-25
1
-141
/
+119
*
Remove two unused includes, part 2...
Nico Weber
2015-07-19
1
-1
/
+0
*
Fix "the the" in comments/documentation/etc.
Eric Christopher
2015-06-19
1
-1
/
+1
*
Work around overloading bug in MSVC 2015
Reid Kleckner
2015-05-21
1
-3
/
+3
*
Cleanup some MS-ABI specific code
David Majnemer
2015-04-24
1
-3
/
+5
*
Fix obviously broken assertion, NFC
Reid Kleckner
2015-03-24
1
-4
/
+4
*
Reland r230446, "MS ABI: Try to respect external AST source record layouts"
Reid Kleckner
2015-02-25
1
-59
/
+129
*
Whitespace.
NAKAMURA Takumi
2015-02-25
1
-8
/
+8
*
Revert r230446, "MS ABI: Try to respect external AST source record layouts"
NAKAMURA Takumi
2015-02-25
1
-130
/
+60
*
MS ABI: Try to respect external AST source record layouts
Reid Kleckner
2015-02-25
1
-60
/
+130
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-5
/
+4
*
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
[next]