- 2fa5a27 Set visibility of ivar offset symbols according to by Fariborz Jahanian · 16 years ago
- 1bf0afb Generation of ivar-offset symbols in objc2's non-fragile abi. by Fariborz Jahanian · 16 years ago
- 7536889 On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap. by Ted Kremenek · 16 years ago
- b243b7d add test for PR2502, which was already fixed some time ago by Nuno Lopes · 16 years ago
- f3eb921 FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEntries. by Ted Kremenek · 16 years ago
- 010d514 fix PR3427: fix debuginfo for incomplete array types by Nuno Lopes · 16 years ago
- cb8d58b Add a some comments to designate Windows-specific/Unix-specific code. No functionality change. by Ted Kremenek · 16 years ago
- c0ac492 Finish making AST BumpPtrAllocation runtime configurable (based on -disable-free). by Steve Naroff · 16 years ago
- db64728 Add handling of member pointers to reinterpret_cast. by Sebastian Redl · 16 years ago
- 07236ba After talking to our runtime guru, I added a comment. by Fariborz Jahanian · 16 years ago
- c667303 Updated checker build. by Ted Kremenek · 16 years ago
- f83820b Convert types over to placement new() that takes an ASTContext. by Steve Naroff · 16 years ago
- 3e97049 Remove many references to ASTContext::getAllocator(), replacing them with calls to the recently added placement new (which uses ASTContext's allocator for memory). Also added ASTContext::Deallocate(). by Steve Naroff · 16 years ago
- 6262cc4 ccc/Darwin/clang: Fix a mistranslation for the llvm-backend; llvm-gcc by Daniel Dunbar · 16 years ago
- 03eb543 If an input constraint refers to an output constraint, it should have the same constraint info as the output constraint. Fixes PR3417 by Anders Carlsson · 16 years ago
- 98abf4b ivar meta-data generation for nonfragile-abi. by Fariborz Jahanian · 16 years ago
- bac51fa ccc: Normalize machine name to i386 for platforms which report the by Daniel Dunbar · 16 years ago
- c8e9cd6 eliminate some random .ll file outputs by Chris Lattner · 16 years ago
- 32b978c Fixed a typo in getPreferredTypeAlign method. by Fariborz Jahanian · 16 years ago
- 132b5be add new headers by Chris Lattner · 16 years ago
- 39ad9c9 Add the new .def files by Chris Lattner · 16 years ago
- 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 16 years ago
- d76d47e Fix bug in BasicStore::getLValueElement where if the base of an array subscript expression was an ElementRegion we stacked another ElementRegion on top of that. by Ted Kremenek · 16 years ago
- 34ebde4 add a new "getPreferredTypeAlign" method to return the preferred alignment by Chris Lattner · 16 years ago
- 12444a2 Support CodeGen for __extension__ operator on aggregates. by Eli Friedman · 16 years ago
- adf077f Fix for PR3418: make sure to handle the RHS of expressions starting with by Eli Friedman · 16 years ago
- b9c3f96 Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 16 years ago
- 52c2908 rename getFullFilePos -> getFileOffset. by Chris Lattner · 16 years ago
- 5f0e932 Use string comparison rather than '=='. by Ted Kremenek · 16 years ago
- 202fd2c Fix a bug that I noticed by inspection. by Chris Lattner · 16 years ago
- 08c375c make -print-stats print stats about the amount of the SLoc by Chris Lattner · 16 years ago
- e160c9b improvements for GNU objc runtime support, patch by David Chisnall! by Chris Lattner · 16 years ago
- 7a6605d x86_64: Classify __m64 and __m128 "correctly". by Daniel Dunbar · 16 years ago
- e957f53 add SparcV8 asm register info support. Patch by Ben Lickly! by Chris Lattner · 16 years ago
- a26ddab PathDiagnostics: by Ted Kremenek · 16 years ago
- 54d1ccb Implement support for coercion to wider types during ABI handling. by Daniel Dunbar · 16 years ago
- 5daa3be Have 'Analyzer Failures' files be named to reflect the category of problem. by Ted Kremenek · 16 years ago
- 277faca PTH: Use Token::setLiteralData() to directly store a pointer to cached spelling data in the PTH file. This removes a ton of code for looking up spellings using sourcelocations in the PTH file. This simplifies both PTH-generation and reading. by Ted Kremenek · 16 years ago
- 5284733 Added a FIXME. by Fariborz Jahanian · 16 years ago
- 2e2558e Fix definition of __builtin_ia32_vec_set_v2di and de-XFAIL builtins-x86.c. by Daniel Dunbar · 16 years ago
- 1c1d607 Pull EmitReturnBlock out of FinishFunction and catch unified return by Daniel Dunbar · 16 years ago
- f6317dd Build method-description-list for category meta-data by Fariborz Jahanian · 16 years ago
- 5ac8aff Some micro-optimizations for DISABLE_SMART_POINTERS: by Douglas Gregor · 16 years ago
- 7216dc9 rename getSpelledCharacterAt to getSpellingOfSingleCharacterNumericConstant, by Chris Lattner · 16 years ago
- 363fdc2 Fix a bug I introduced in my changes, which caused MeasureTokenLength by Chris Lattner · 16 years ago
- f20269b Add support for member pointers to const_cast. by Sebastian Redl · 16 years ago
- 4adc71a Silence warning. by Ted Kremenek · 16 years ago
- 468edb5 Add version number to PTH files. by Ted Kremenek · 16 years ago
- 67d1505 Add version number checking to PTH files. by Ted Kremenek · 16 years ago
- e1b6498 Embed the offset of the PTH table inside the prologue of the PTH file. This will help improve gradual versioning of PTH files instead of relying that the PTH table is at a fixed offset. by Ted Kremenek · 16 years ago
- 493dab7 Method decription meta-data and its setting in class_ro_t meta-data. by Fariborz Jahanian · 16 years ago
- 1143492 Add Ignore ABIArgInfo kind, for handling void & empty structures. by Daniel Dunbar · 16 years ago
- d7d6e6a Skip emission of final return block if possible (e.g., functions with by Daniel Dunbar · 16 years ago
- e768988 remove my hacks that aggressively threw away multiple by Chris Lattner · 16 years ago
- 071831d allow _Pragmas formed from #defines to keep their full instantiation history by Chris Lattner · 16 years ago
- 3c12557 now that everything properly handles multiply instantiated by Chris Lattner · 16 years ago
- addb797 make getInstantiationLoc and getSpellingLoc handle multiply instantiated by Chris Lattner · 16 years ago
- 9e5e4aa Remove an implemented FIXME and extend test cases. Follow-up on Doug's review. by Sebastian Redl · 16 years ago
- 1be3da5 Correct size assumption; fixes a crash on amd64. by Sebastian Redl · 16 years ago
- bcd1a1b fix a negated conditional in getDecomposedInstantiationLocSlowCase, by Chris Lattner · 16 years ago
- 33116d6 minor speedups/cleanups for -E mode. by Chris Lattner · 16 years ago
- 47246be This change refactors some of the low-level lexer interfaces a bit. by Chris Lattner · 16 years ago
- 550faa3 ABITestGen: Add generation of vector types. by Daniel Dunbar · 16 years ago
- eb062d9 Meta-data for nonfragile-abi's categories by Fariborz Jahanian · 16 years ago
- 464c4b3 make sure we have a definition of uintptr_t. by Chris Lattner · 16 years ago
- e5cfa88 Many updates to Windows project files. by Steve Naroff · 16 years ago
- e12d8e3 Comment fix. by Daniel Dunbar · 16 years ago
- fd8d98f ccc: -o should not be automatically forwarded to generic gcc tools. by Daniel Dunbar · 16 years ago
- b2f3795 ccc: Recognize -emit-llvm [-S]. by Daniel Dunbar · 16 years ago
- 5b9a504 start plumbing together the line table information. So far we just by Chris Lattner · 16 years ago
- 987cd3d Lazily paging in file contents is a big win for PTH, strip out the old by Chris Lattner · 16 years ago
- 6e1aff2 Bitmangle file characteristic bits into the low bits of by Chris Lattner · 16 years ago
- 478a18e add parsing and constraint enforcement for GNU line marker directives. by Chris Lattner · 16 years ago
- 8ee74d5 Use tag classes instead of typedefs for GDM entries 'ConstNotEq' and 'ConstEq'. This avoids collisions in the GDM. by Ted Kremenek · 16 years ago
- 8e60a29 add another sanity test. by Chris Lattner · 16 years ago
- 099dd05 a few minor cleanups by Chris Lattner · 16 years ago
- 359cc44 parse and enforce required constraints on #line directives. Right now by Chris Lattner · 16 years ago
- 91f1dc4 added to wrong directory by Chris Lattner · 16 years ago
- d225cec an insane macro testcase. by Chris Lattner · 16 years ago
- 7c35122 eagerly resolve the spelling locations of macro argument preexpansions. by Chris Lattner · 16 years ago
- 9bd0d59 Eagerly resolve the spelling location of the tokens in a definition by Chris Lattner · 16 years ago
- b99bdad Only resolve a macro's instantiation loc once per macro, instead of once by Chris Lattner · 16 years ago
- 1d24259 PR3269: create an empty InitListExpr as a child for the by Eli Friedman · 16 years ago
- de7aeef Check in the long promised SourceLocation rewrite. This lays the by Chris Lattner · 16 years ago
- 51abf6b Update C++ status table with new member pointer conversion capabilities. by Sebastian Redl · 16 years ago
- f65dd56 improve ASTContext::getDeclAlign comment, as suggested by Eli. by Chris Lattner · 16 years ago
- 23f2c58 use simpler method by Chris Lattner · 16 years ago
- 4433aaf Implement implicit conversions for pointers-to-member. by Sebastian Redl · 16 years ago
- 424c51d Introduce an explicit case for member pointers in CodeGenTypes. However, it simply asserts. by Sebastian Redl · 16 years ago
- 4e716e0 Fix compile error from r62953. by Sebastian Redl · 16 years ago
- 32a311e One more case for Expr::isConstantInitializer; I think this covers by Eli Friedman · 16 years ago
- c39dc9a Enhancements to Expr::isConstantInitializer to deal with a few by Eli Friedman · 16 years ago
- c9e8f60 Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more by Eli Friedman · 16 years ago
- 1ef0965 Get rid of some code that should be unnecessary. by Eli Friedman · 16 years ago
- 3941b18 Make the constant folder aware of by Eli Friedman · 16 years ago
- f011589 Fix the address of a label to be properly considered and emitted as a constant. by Eli Friedman · 16 years ago
- 13ca96a Fix for PR2100: merge types for variables. by Eli Friedman · 16 years ago
- 9804bc2 Correct test; sorry for any inconvenience. by Eli Friedman · 16 years ago
- f6a077e Compute instaceStart/instanceSize fields of the class_ro_t meta-data by Fariborz Jahanian · 16 years ago
- 8edef7c Make tentative parsing of pointer-to-member decls work, and fix other stuff pointed out by Doug. by Sebastian Redl · 16 years ago