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
/
test
/
Layout
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test case B: fixed check rule
Evgeny Astigeevich
2014-10-21
1
-1
/
+1
*
Test case B is updated to work for 32-bit and 64-bit platforms
Evgeny Astigeevich
2014-10-21
1
-3
/
+3
*
Commit to test commit access
Evgeny Astigeevich
2014-10-20
1
-0
/
+1
*
clang/test/Layout/itanium-union-bitfield.cpp: Appease i686.
NAKAMURA Takumi
2014-10-19
1
-3
/
+2
*
D5775: The new test case was missing from the preceding commit.
Artyom Skrobov
2014-10-17
1
-0
/
+29
*
MS ABI: Add an additional test for empty structs in C
David Majnemer
2014-10-03
1
-0
/
+88
*
MS ABI: Correct layout for empty records
David Majnemer
2014-09-30
2
-0
/
+66
*
MS ABI: Pure virtual functions don't contribute to vtordisps
David Majnemer
2014-09-23
1
-0
/
+26
*
AST: Propagate 'AlignIsRequired' though many levels of typedefs
David Majnemer
2014-08-04
1
-0
/
+29
*
MS ABI: Consider alignment attributes on typedefs for layout
David Majnemer
2014-07-30
1
-0
/
+91
*
MS ABI: Padding injected between empty vbases doesn't up required align
David Majnemer
2014-07-17
1
-0
/
+57
*
MS ABI: Up the required alignment after inserting padding between vbases
David Majnemer
2014-07-16
1
-0
/
+55
*
Fix warning in ms-x86-vtordisp test case
Reid Kleckner
2014-04-14
1
-2
/
+2
*
MS ABI: #pragma vtordisp(0) only disables new vtordisps
David Majnemer
2014-04-13
1
-0
/
+36
*
[MS-ABI] Fixed alias-avoidance padding in the presence of vtordisps
Warren Hunt
2014-04-11
1
-0
/
+31
*
[MS-ABI] Update to vtordisp computation
Warren Hunt
2014-04-11
1
-1
/
+58
*
[MS-ABI] Update virtual base padding rules to match MSVC 10+
Warren Hunt
2014-04-11
2
-24
/
+24
*
[MS-ABI] Fix to vbptr injection site calculation.
Warren Hunt
2014-04-10
2
-109
/
+150
*
[MS-ABI] Fixed __declspec(align()) on bitfields under #pragma pack.
Warren Hunt
2014-04-10
1
-14
/
+153
*
[MS-ABI] Update to alias-avoidance padding
Warren Hunt
2014-04-09
1
-0
/
+260
*
Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...
David Blaikie
2014-04-02
1
-4
/
+4
*
[MS-ABI] Drop Special Layout in 64-bit mode.
Warren Hunt
2014-03-24
6
-144
/
+144
*
-fdump-record-layouts: Sort nvbases by offset before printing them
Reid Kleckner
2014-02-28
2
-14
/
+14
*
MS ABI: Just use getTypeInfoInChars to get the field size
Reid Kleckner
2014-02-25
1
-0
/
+17
*
[MS-ABI] Fix MSRecordLayout to handel MultiDimensionalArrays
Warren Hunt
2014-02-22
1
-1
/
+18
*
[MS-ABI] Update to zero-sized padding algorithm
Warren Hunt
2014-02-21
1
-1
/
+36
*
MS ABI: Fix some layout tests
David Majnemer
2014-02-15
1
-20
/
+16
*
MS ABI: Fix some layout tests
David Majnemer
2014-02-15
1
-14
/
+11
*
Fix some -Wdocumentation warnings in Sema.h and try to fix test for win64
Reid Kleckner
2014-02-13
1
-1
/
+1
*
MS ABI: Implement #pragma vtordisp() and clang-cl /vdN
Reid Kleckner
2014-02-12
1
-2
/
+118
*
MS ABI: vptr injection should obey alignment requirements
David Majnemer
2014-02-12
1
-0
/
+45
*
MS ABI: Fix some layout tests
David Majnemer
2014-02-03
3
-33
/
+32
*
[ms-cxxabi] Raise aggregate memptr alignment to 8 for x86_32
Reid Kleckner
2014-01-31
1
-0
/
+80
*
Remove the -cxx-abi command-line flag.
Hans Wennborg
2014-01-14
15
-31
/
+31
*
[ms-abi] Small Change to pack+alignment interaction.
Warren Hunt
2014-01-14
1
-0
/
+23
*
[ms-abi] Reordering __declspec(align) pragma pack handling
Warren Hunt
2014-01-13
1
-2
/
+31
*
[ms-abi] Leading VFPtrs don't suppress the leading zero sized flag
Warren Hunt
2014-01-13
1
-0
/
+44
*
[ms-abi] Quick fix layout of an array of records
Reid Kleckner
2014-01-13
1
-1
/
+17
*
[ms-abi] Change the way alignment is tracked
Warren Hunt
2014-01-11
1
-2
/
+34
*
[ms-abi] Adjusting Rules for Padding Between Bases
Warren Hunt
2014-01-10
1
-7
/
+69
*
[ms-abi] Handle __declspec(align) on bitfields "properly"
Warren Hunt
2014-01-10
1
-1
/
+116
*
[ms-abi] Refactor Microsoft Record Layout
Warren Hunt
2014-01-09
15
-2632
/
+2849
*
[ms-abi] unix-line endings in lit test, no functional change
Warren Hunt
2013-12-26
1
-18
/
+18
*
[ms-abi] Fixes improperly sized vfptrs with pragma pack
Warren Hunt
2013-12-26
1
-1
/
+35
*
[ms-abi] Update Alignment for VtorDisps
Warren Hunt
2013-12-19
1
-1
/
+39
*
[ms-abi] Refactoring Non-virtual base layout in record layout
Warren Hunt
2013-12-12
2
-531
/
+572
*
[ms-abi] Makes Virtual Base Alignment Look at All Virtual Bases
Warren Hunt
2013-12-11
1
-1
/
+26
*
[ms-abi] 64-bit fixes for r196549
Warren Hunt
2013-12-10
2
-4
/
+30
*
[MS-ABI] adds padding before all vbases after a bitfield
Warren Hunt
2013-12-06
1
-60
/
+92
*
[MS-ABI] Fix alias-avoidance padding between bases
Warren Hunt
2013-12-06
1
-0
/
+178
[next]