aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-17Driver: Change -O to mean -O2, -O1 is meaningless.Daniel Dunbar
2009-09-17Fix two crashes on value dependent expressions (shift and null-pointer check).Daniel Dunbar
2009-09-17Remove trailing whitespace.Daniel Dunbar
2009-09-17Add a bunch of math builtins, #include <cmath> passes now.Daniel Dunbar
2009-09-17Revert r82123 for now.Anders Carlsson
2009-09-17Temporary band-aid for handling empty classes somewhat better.Anders Carlsson
2009-09-17Treat an unqualified RecordType as a RecordDecl when substituting.Anders Carlsson
2009-09-17Substitution for prefixes.Anders Carlsson
2009-09-17Convert mangle-subst.cpp over to using FileCheck.Anders Carlsson
2009-09-17Improve driver error message when only running the preprocessor and an input isDaniel Dunbar
2009-09-17Substitute unscoped template names.Anders Carlsson
2009-09-17IRgen/ObjC: Correctly construct the function info for variadic message sends.Daniel Dunbar
2009-09-17IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper.Daniel Dunbar
2009-09-17Add mangleSubstitution/addSubstitution variants that take a NamedDecl.Anders Carlsson
2009-09-17Get rid of the last grep.Anders Carlsson
2009-09-17When mangling function template specialization, mangle the type encoding of t...Anders Carlsson
2009-09-17Add new functions to the mangler for the <unscoped-name> and <unscoped-templa...Anders Carlsson
2009-09-17PCH: When writing PCH files, tweak the predicate function deciding whether to...Daniel Dunbar
2009-09-17PCH: When deserializing an explicit "external definition", don't pass it to H...Daniel Dunbar
2009-09-17Initial support for code generation from .ast files.Daniel Dunbar
2009-09-17clang-cc: Factor out code for creating one of the standard AST consumer actions.Daniel Dunbar
2009-09-17We don't need a -compile-ast clang-cc action, we can just use -S.Daniel Dunbar
2009-09-17Simplify.Daniel Dunbar
2009-09-17clang-cc: Remove -ObjC -ObjC++ handling from clang-cc.Daniel Dunbar
2009-09-17Add basic substitution to the C++ mangler. It currently only looks at types.Anders Carlsson
2009-09-17Force triple, although probably the real fix is to tie __strong to -fobjc-gc.Daniel Dunbar
2009-09-17Fix substituto.Daniel Dunbar
2009-09-17Add CLANG_{SOURCE,BINARY}_DIR cmake variables.Daniel Dunbar
2009-09-16Add a simple const mangling test.Anders Carlsson
2009-09-16Removed useless stuff from the test.Fariborz Jahanian
2009-09-16More test for objc gc's mixed write-barriers.Fariborz Jahanian
2009-09-16When creating function types, remove any top-level CVR qualifications in the ...Anders Carlsson
2009-09-16Additional tests for write-bariers.Fariborz Jahanian
2009-09-16Test for variety of write-barriers.Fariborz Jahanian
2009-09-16patch for generating objc'2 objc_assign_ivar. WIP.Fariborz Jahanian
2009-09-16Improved representation and support for friend class templates. Angst about ...John McCall
2009-09-16CMake: Generate LIT site configuration file for Clang tests, which Daniel wil...Douglas Gregor
2009-09-16The CMake build system now derives the Clang version number from VER.Douglas Gregor
2009-09-16Starting patch to generate more specific API for objc'sFariborz Jahanian
2009-09-16Fix spelling.Mike Stump
2009-09-16fit in 80 colsChris Lattner
2009-09-16Improve handling of vector casts in C++.Anders Carlsson
2009-09-16grammaroChris Lattner
2009-09-16Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls evenDouglas Gregor
2009-09-16Do not generate write-barrier in indirect assignment toFariborz Jahanian
2009-09-16Removed a superfluous check before settingFariborz Jahanian
2009-09-16x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or...Anders Carlsson
2009-09-16PR4991: Properly remove trailing newline from __TIMESTAMP__.Benjamin Kramer
2009-09-16Incremental improvement to logic determining whether we emit unwind tables orDaniel Dunbar
2009-09-16Have divide-by-zero checker not handled undefined denominators. This is hand...Ted Kremenek