index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
x86_32-arguments.cpp
Age
Commit message (
Expand
)
Author
2013-02-15
Update testcases due to Attribute sorting improvements.
Bill Wendling
2013-01-31
Update the tests.
Bill Wendling
2013-01-29
Modify the tests for the (sorted) order that the attributes come out as now.
Bill Wendling
2011-11-18
Simplify code for returning a struct for Darwin x86-32 ABI. Use a better typ...
Eli Friedman
2011-08-25
Track whether an AggValueSlot is potentially aliased, and do not
John McCall
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-05-22
make the x86-32 backend specify a byval alignment, even when the
Chris Lattner
2010-08-22
Experiment with using first-class aggregates to represent member function
John McCall
2010-05-17
C++/Darwin/i386 ABI: Fix some problems with empty record handling.
Daniel Dunbar
2010-05-15
C++/ABI/i386: Member function pointers should be passed by value.
Daniel Dunbar
2010-05-14
C++/Darwin/x86: Teach IRgen it can pass reference types in registers.
Daniel Dunbar
2010-05-11
IRgen/i386/C++: Fix isSingleElementStruct computation for C++ record decls.
Daniel Dunbar
2010-05-05
Pass the globaldecl into GetOrCreateLLVMFunction so that llvm
Chris Lattner
2010-04-20
don't slap noalias attribute on stret result arguments.
Chris Lattner
2010-01-27
Update xcode project.
Anders Carlsson