aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2011-10-30Add support for lazily linking bitcode files (using a newPeter Collingbourne
2011-10-29Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it willRichard Smith
2011-10-28In case of template specialization, do not try to delay emitting debug info f...Devang Patel
2011-10-28Fix PR9614 for functions with the always_inline attribute. Try to keepRafael Espindola
2011-10-28It turns out that the Objective-C message lookup functions can throw exceptio...David Chisnall
2011-10-27Annotate imprecise FP division with fpaccuracy metadataPeter Collingbourne
2011-10-26Objective-c: fix an ir-gen crash where objc messag returns a _ComplexFariborz Jahanian
2011-10-26Fix pr9614 by not emitting an available_externally function when it callsRafael Espindola
2011-10-25Restore r142914 and r142915, now with missing file and apparentJohn McCall
2011-10-25Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi
2011-10-25Change an int64_t to an intptr_t so that we don't end up with crashes in the ...David Chisnall
2011-10-25Introduce a placeholder type for "pseudo object"John McCall
2011-10-25Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-10-24Do not drop type qualifiers in -flimit-debug-info mode.Devang Patel
2011-10-24Don't try to emit CK_LValueBitCast casts as constants. PR9558.Eli Friedman
2011-10-24Fix mismatched new[]/delete[].Benjamin Kramer
2011-10-24Remove debugging printfs that some idiot left in.David Chisnall
2011-10-24Enable experimental support for objc_msgSend with GNUstep ObjC runtime.David Chisnall
2011-10-22Fix a typo that completely broke the expansion of complex arguments.Bob Wilson
2011-10-22Remove obsolete debugging macro, make helper static.Benjamin Kramer
2011-10-21Fix PR11073 by adding the argument type information to the decl we constructEric Christopher
2011-10-21c++: support gcc's application of weak attribute onFariborz Jahanian
2011-10-21Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This isNick Lewycky
2011-10-19Add block information for ObjC @catch blocks.Eric Christopher
2011-10-19Add a new subclass of RunCleanupScopes that also handles creating newEric Christopher
2011-10-18More metaprogramming with builtin types.John McCall
2011-10-18Macro metaprogramming for builtin types.John McCall
2011-10-18Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up doi...Eli Friedman
2011-10-17Wire up support for the controlling the extended dwarf .file directive. WithNick Lewycky
2011-10-17Add a new placeholder type to represent "unbridged"John McCall
2011-10-16Convert inline asm source ranges into clang SourceRanges and print them with ...Benjamin Kramer
2011-10-15Replace vectors with arrays.Benjamin Kramer
2011-10-15Handle an edge case involving the conditional operator and throw expressions....Eli Friedman
2011-10-14Provide half floating point support as a storage only type.Anton Korobeynikov
2011-10-14Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman
2011-10-14Simplify code to avoid a useless string copy.Benjamin Kramer
2011-10-14Upgrade to PathV2.Benjamin Kramer
2011-10-14Add parens to pacify GCC.Benjamin Kramer
2011-10-14PR11124: Don't overwrite memory outside of a base class when performing zero-...Eli Friedman
2011-10-13Recommit:Eric Christopher
2011-10-13TCE target: conversion of OpenCL reqd_work_group_size attr to metadataPeter Collingbourne
2011-10-12Add returns_twice to functions that are known to return twice. This implementsRafael Espindola
2011-10-12Revert file/scope handling patches. gdb testing revealed a couple of bugs.Eric Christopher
2011-10-12Removed extra line in comment.Jim Goodnow II
2011-10-12Remember to set the location in EmitGlobalVariable to the current declEric Christopher
2011-10-11Start handling debug line and scope information better:Eric Christopher
2011-10-1180-column and tab cleanup.Eric Christopher
2011-10-11Reorder this to make it easier to add more changes for a location set.Eric Christopher
2011-10-11Silence some -Wuninitialized false positives with gcc.Eli Friedman