Age | Commit message (Expand) | Author |
2011-05-05 | Do not drop uint128 on the floor. | Devang Patel |
2011-05-05 | Preserve the full name of the file, so that '-c -o foo.pic.o' produces | Nick Lewycky |
2011-05-04 | Pack ivar offsets together. | Bill Wendling |
2011-05-04 | Record where the GCOV data files should be placed. | Nick Lewycky |
2011-05-04 | Simplification noticed by Chris. | Bill Wendling |
2011-05-04 | Convert the non-temporal store builtins to LLVM-native IR. | Bill Wendling |
2011-05-03 | Ensure that destructors are properly inovked when an exception leaves | Sean Hunt |
2011-05-03 | Finish off rules for z-length bitfields in ms_struct | Fariborz Jahanian |
2011-05-03 | Fix delegating constructors stylistic issues. | Sean Hunt |
2011-05-02 | Function with internal linkage name do not have mangled name. | Devang Patel |
2011-05-02 | Do not try to get mangled name of block helpers. Apply a stopgap measure to f... | Devang Patel |
2011-05-02 | Emit debug info for __destroy_helper_block_ and __copy_helper_block. | Devang Patel |
2011-05-02 | Skip extra copy from aggregate where it isn't necessary; rdar://problem/81399... | Eli Friedman |
2011-05-02 | Switch CallArgList from an std::pair to a new CallArg struct (which will even... | Eli Friedman |
2011-05-02 | Simplify code a bit by using CallArgList::add. No intended functionality cha... | Eli Friedman |
2011-05-02 | More rule enforcement of zero bitfields for ms_struct. | Fariborz Jahanian |
2011-05-02 | Remove unused variable spotted by GCC. | Nick Lewycky |
2011-05-02 | Remove dead variable, flagged by gcc's -Wunused-but-set-variable. | Nick Lewycky |
2011-05-02 | Remove dead variable flagged by gcc's -Wunused-but-set-variable. No | Nick Lewycky |
2011-05-02 | Remove a dead variable flagged by gcc's -Wunused-but-set-variable. No | Nick Lewycky |
2011-05-01 | Fully implement delegating constructors! | Sean Hunt |
2011-04-30 | Implement -fno-dwarf2-cfi-asm. | Rafael Espindola |
2011-04-29 | Tie constructor defintion with its declaration using AT_specification. | Devang Patel |
2011-04-29 | Add -Oz option and use it to set the inline threshold to 25. | Bob Wilson |
2011-04-29 | removes a meaningless comment. | Fariborz Jahanian |
2011-04-29 | block variables on lhs need be ir-gen'ed after the | Fariborz Jahanian |
2011-04-29 | Don't crash if the AST doesn't have a sensible ObjC id type. | David Chisnall |
2011-04-28 | Fixes debug info generation problem for ms_struct structs. | Fariborz Jahanian |
2011-04-28 | Cut down unnecessary zero'ing when value-initializing arrays of C++ objects. | Argyrios Kyrtzidis |
2011-04-28 | ms_struct patch for initialization and field access irgen. | Fariborz Jahanian |
2011-04-28 | Raise ARM byval minimum size from 32 to 64, addressing a performance | Stuart Hastings |
2011-04-28 | Get the base element type even in multidimensional arrays. | Argyrios Kyrtzidis |
2011-04-28 | Replace unitary array with scalar. rdar://problem/7662569 | Stuart Hastings |
2011-04-28 | When value-initializing the elements of an array not not included in the init... | Argyrios Kyrtzidis |
2011-04-28 | Replace SmallVector with an array, as suggested by Frits van Bommel. rdar://... | Stuart Hastings |
2011-04-28 | When block-capturing a variable with a non-trivial destructor, | John McCall |
2011-04-28 | Parsing/AST support for Structured Exception Handling | John Wiegley |
2011-04-28 | Implementation of Embarcadero array type traits | John Wiegley |
2011-04-27 | Re-enable byval for ARM in clang. rdar://problem/7662569 | Stuart Hastings |
2011-04-27 | Some refactoring of my ms_struct patch. | Fariborz Jahanian |
2011-04-27 | When compiling with -fno-threadsafe-statics, guard variables for globals with... | Anders Carlsson |
2011-04-26 | With ms_struct attribut, Zero-length bitfields following | Fariborz Jahanian |
2011-04-26 | We need pointer size in bits here. | Devang Patel |
2011-04-26 | Make yet another placeholder type, this one marking that an expression is a b... | John McCall |
2011-04-26 | IRgen/Darwin: Fix refacto introduced in Triple changes. | Daniel Dunbar |
2011-04-26 | Temporarily revert r130176, it appears to have broken a few tests. | Eric Christopher |
2011-04-25 | Emit intrinsic at current insert point, not at the end of current block. | Devang Patel |
2011-04-25 | Turn on byval parameters in Clang for ARM APCS. rdar://problem/7662569 | Stuart Hastings |
2011-04-25 | Simplify. There is no need to have a method to just call another method. | Devang Patel |
2011-04-25 | Generalize case for built-in expressions having | Fariborz Jahanian |