summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* ABI/x86-32 & x86-64: Alignment on 'byval' must be set when when the alignmentDaniel Dunbar2010-04-211-19/+40
* IRgen/x86-32: Factor out getIndirectResult(), to match x86-64 factoring.Daniel Dunbar2010-04-211-9/+20
* fit in 80 colsChris Lattner2010-04-061-2/+3
* fix PR6433, crash on va_arg of typedef.Chris Lattner2010-03-111-8/+9
* Support PPC-32 DWARF EH intrinisics. Thanks to rdivacky for his assistance.John McCall2010-03-111-0/+77
* Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),John McCall2010-03-061-0/+81
* Canonicalize parameter and return types before computing ABI info. EliminatesJohn McCall2010-02-241-4/+3
* implement EmitVAArg. pretty much the same way other targets do.Sanjiv Gupta2010-02-171-1/+21
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-3/+3
* Emit the 'alignstack' LLVM function attribute when we encounter a functionCharles Davis2010-02-131-0/+17
* Implement promotion for enumeration types.Douglas Gregor2010-02-021-3/+38
* ARM/APCS: Fix classification of small complex integer types as "integer like".Daniel Dunbar2010-02-011-3/+3
* ARM/APCS: Pass Complex types following llvm-gcc.Daniel Dunbar2010-02-011-0/+8
* ARM/APCS ABI: Fix some problems with bit-fields in structures. After rereadingDaniel Dunbar2010-01-291-18/+18
* Structs and classes with non-trivial destructors or copy constructors should ...Anders Carlsson2010-01-271-2/+10
* Eliminate some Clang warningsDouglas Gregor2010-01-221-7/+7
* Generalize target weirdness handling having proper layering in mind:Anton Korobeynikov2010-01-101-27/+110
* Rename file to generalization in next commitsAnton Korobeynikov2010-01-101-0/+1821
OpenPOWER on IntegriCloud