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
/
CodeGen
/
x86_32-arguments-darwin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug with va_arg and vectors on Darwin x86-32. <rdar://problem/11592208>.
Eli Friedman
2012-06-05
1
-0
/
+13
*
Finish r144971, which was an incomplete commit.
Eli Friedman
2011-11-18
1
-1
/
+1
*
Fix the meaning of an "empty" record for the case of a zero-length array. Us...
Eli Friedman
2011-11-18
1
-0
/
+8
*
A bunch of fixes to argument passing and va_arg on Darwin x86-32 for structur...
Eli Friedman
2011-11-18
1
-0
/
+24
*
Don't try to expand struct arguments containing holes on x86-32. From gcc st...
Eli Friedman
2011-11-18
1
-0
/
+4
*
Simplify code for returning a struct for Darwin x86-32 ABI. Use a better typ...
Eli Friedman
2011-11-18
1
-2
/
+6
*
Ignore empty unions in argument lowering on x86-32. From gcc struct layout t...
Eli Friedman
2011-11-18
1
-0
/
+4
*
Fix crash in calling convention code expanding an struct with a complex member.
Eli Friedman
2011-11-15
1
-0
/
+5
*
Track whether an AggValueSlot is potentially aliased, and do not
John McCall
2011-08-25
1
-9
/
+9
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-2
/
+2
*
Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx shoul...
Eli Friedman
2011-07-08
1
-2
/
+1
*
make the x86-32 backend specify a byval alignment, even when the
Chris Lattner
2011-05-22
1
-3
/
+3
*
Reapply r116684 with fixes. The test cases needed to be updated.
Bill Wendling
2010-10-18
1
-2
/
+2
*
IRgen/ABI/x86-32: Realign indirect arguments when the ABI requires us to pass
Daniel Dunbar
2010-09-16
1
-10
/
+10
*
IRgen/ABI/x86_32/Darwin: On Darwin, only structures with SSE vector types get...
Daniel Dunbar
2010-09-16
1
-0
/
+278