aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetInfo.h
AgeCommit message (Expand)Author
2010-07-20Fix the IR generation for catching pointers by references.John McCall
2010-03-06Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),John McCall
2010-03-03Add proper target hooks for __builtin_extract_return_address andJohn McCall
2010-03-02Inspired by seeing "MIPS" go by in the commits, I've gone ahead andJohn McCall
2010-01-22Eliminate some Clang warningsDouglas Gregor
2010-01-10Generalize target weirdness handling having proper layering in mind:Anton Korobeynikov