- b696ea3 Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?id=3475 by Douglas Gregor · 16 years ago
- f680a0f Bring operator name lookup (as required for C++ operator overloading) by Douglas Gregor · 16 years ago
- 09413dc Argument Dependent Lookup is done (for now). Also, update the status by Douglas Gregor · 16 years ago
- 1733001 Fix our semantic analysis of by Douglas Gregor · 16 years ago
- 20bcd55 An idea for limiting diagnostic output, from David Abrahams by Douglas Gregor · 16 years ago
- fb54849 ccc: -ObjC and -ObjC++ change default language, but only for "source files". by Daniel Dunbar · 16 years ago
- 8b29a38 Handle demotion of coerced arguments (as in void a(x) short x; { ... }). by Daniel Dunbar · 16 years ago
- 137b6a6 Implement handling of file entry/exit notifications from GNU by Chris Lattner · 16 years ago
- bd16209 # 42 doesn't change system header state either, add test. by Chris Lattner · 16 years ago
- 6b30667 make getFileCharacteristic linetable aware. line markers that by Chris Lattner · 16 years ago
- 9d79eba propagate linemarker flags down into the the line table, currently by Chris Lattner · 16 years ago
- 6c1fbe0 replace gimpy linear search with svelte binary search ;-) by Chris Lattner · 16 years ago
- 97c4d47 Remove dead code. by Zhongxing Xu · 16 years ago
- 1c4a498 make my atrocious linear search at least search in the order that is by Chris Lattner · 16 years ago
- 953b4b0 Add simple #line directive test. by Chris Lattner · 16 years ago
- 0e0e5da add comment by Chris Lattner · 16 years ago
- 4e69fd5 spelling change. by Chris Lattner · 16 years ago
- fc39133 add the difference in the line marker phys line number and the by Chris Lattner · 16 years ago
- 3cd949c add really really trivial #line support, where #line now makes every by Chris Lattner · 16 years ago
- a3824c6 simplify. by Chris Lattner · 16 years ago
- 30fc933 lower the interface to getLineNumber like we did for by Chris Lattner · 16 years ago
- e7353a6 Force triple for this test case. by Daniel Dunbar · 16 years ago
- 7da5aea make SM::getColumnNumber take a predecomposed FileID/offset, which by Chris Lattner · 16 years ago
- be395f6 Update passing of _Bool values to match what function was declared to take. by Daniel Dunbar · 16 years ago
- 34c94a2 Change construction of common ObjC functions to use CGCall by Daniel Dunbar · 16 years ago
- 23b5dc6 build per-fid linetable entries. by Chris Lattner · 16 years ago
- fa04764 Initial implementation of argument dependent lookup (a.k.a. ADL, by Douglas Gregor · 16 years ago
- 4655112 Some function stub added for new abi messaging. by Fariborz Jahanian · 16 years ago
- 5f5b03b Use -fnext-runtime for this test. by Daniel Dunbar · 16 years ago
- 9142bc9 -x language fix. Patch by David Chisnall by Fariborz Jahanian · 16 years ago
- 2b2105e Use CGCall infrastructure to call enumeration mutation function. by Daniel Dunbar · 16 years ago
- 2e4672b Several new declarations for objc2 nonfragile abi messaging. by Fariborz Jahanian · 16 years ago
- e4be5a6 Fix return type for calls to objc_setProperty. by Daniel Dunbar · 16 years ago
- 5a1be6e Use ConvertTypeForMem when creating alloca for scalar argument. by Daniel Dunbar · 16 years ago
- 292d4f9 Force -triple/-fnext-runtime for a few more test cases. by Daniel Dunbar · 16 years ago
- 8b1a343 Add CodeGenFunction::ConvertTypeForMem forwarding function. by Daniel Dunbar · 16 years ago
- ac50e34 more plumbing for #line propagation. Use happy bit #3 out of FileInfo :) by Chris Lattner · 16 years ago
- 0d7b091 Force triple for codegen tests which have expectations on output types. by Daniel Dunbar · 16 years ago
- 37629a4 codegen is much farther along than when this was first written. by Chris Lattner · 16 years ago
- 4c4ea17 stub out basic #line handling calls. by Chris Lattner · 16 years ago
- 660af74 GNUStep fast enumeration. Patch by David Chisnall. by Fariborz Jahanian · 16 years ago
- d5ab36e update a couple entries, add a new idea by Chris Lattner · 16 years ago
- 48458d2 silence some warnings. by Chris Lattner · 16 years ago
- 0eb5931 Use /usr/bin/env to run Python for increased portability. Patch by by Daniel Dunbar · 16 years ago
- 62c2632 Fix <rdar://problem/6521757> clang ObjC rewriter: Mixed Mac and Windows line endings after rewrite. by Steve Naroff · 16 years ago
- ebc07d5 Allow taking the address of data members, resulting in a member pointer. by Sebastian Redl · 16 years ago
- 59e5a0e x86_64 ABI: Initial implementation of ABI compliant parameter passing. by Daniel Dunbar · 16 years ago
- c144bfa Remove a fixed FIXME by Douglas Gregor · 16 years ago
- e2c565d When looking for a tag name via unqualified name lookup, only look in by Douglas Gregor · 16 years ago
- 2a3009a Semantic analysis, ASTs, and unqualified name lookup support for C++ by Douglas Gregor · 16 years ago
- 89c9d8e ABI handling: Implement coercion for argument types (in addition to by Daniel Dunbar · 16 years ago
- 598d3f6 ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
- 45206ec Targets that don't have stack use global address space for parameters. by Sanjiv Gupta · 16 years ago
- 07da367 Minor objc2 bug fix. by Fariborz Jahanian · 16 years ago
- ecb6b0e Fixed the typo in comment. by Sanjiv Gupta · 16 years ago
- 00282d6 reclaim my precious bit in FileInfo by ensuring that ContentCache objects by Chris Lattner · 16 years ago
- 0d0bf8c switch SourceManager from using an std::map and std::list of by Chris Lattner · 16 years ago
- ec9f2bb true is pass, false is success. by Chris Lattner · 16 years ago
- 5562582 disable this test too by Chris Lattner · 16 years ago
- d18d9fd make this fail faster. by Chris Lattner · 16 years ago
- 1100258 add #include to make more self-contained. by Chris Lattner · 16 years ago
- 6bad265 Change ABIInfo to compute information for a full signature at a time by Daniel Dunbar · 16 years ago
- 0bcc521 Remove ABIArgInfo::Default kind, ABI is now responsible for specifying by Daniel Dunbar · 16 years ago
- 46327aa Add ABIArgInfo::Direct kind, which passes arguments using whatever the by Daniel Dunbar · 16 years ago
- b94fcd0 remove some overly-crazy ideas. by Chris Lattner · 16 years ago
- 5251afa Add two FIXMEs. by Daniel Dunbar · 16 years ago
- b225be4 Always use CGFunctionInfo to access ABI information. by Daniel Dunbar · 16 years ago
- 88c2fa9 Move ABIArgInfo into CGFunctionInfo, computed on creation. by Daniel Dunbar · 16 years ago
- 90f2553 Content Cache only needs to be 4-byte aligned. Since it is stored in by Chris Lattner · 16 years ago
- 9eb5c6d Move ABIInfo/ABIArgInfo classes into ABIInfo.h by Daniel Dunbar · 16 years ago
- 1931b44 Simplify the way in which we inject the names of tag definitions and by Douglas Gregor · 16 years ago
- 45012a7 objc2's ir-gen for nonfragile ivar access. by Fariborz Jahanian · 16 years ago
- 40a6be6 Memoize CGFunctionInfo construction. by Daniel Dunbar · 16 years ago
- 281481d Formatting fix. by Mike Stump · 16 years ago
- a0a99e0 Change CGFunctionInfo args iterator to not include the return type. by Daniel Dunbar · 16 years ago
- 64650af Add a macro-based enumeration of all of the Decl nodes (like we do by Douglas Gregor · 16 years ago
- 541b63b Thread CGFunctionInfo construction through CodeGenTypes. by Daniel Dunbar · 16 years ago
- a0f02aa Use the updated CommandLine api for -fno-blocks. by Mike Stump · 16 years ago
- ff77645 emit diagnostic when casting a ptr to a small int when doing static initialization (addresses Eli's comments I believe) by Nuno Lopes · 16 years ago
- 1dfa6e1 fix TryToFixInvalidVariablyModifiedType to reject negative array sizes by Nuno Lopes · 16 years ago
- 2b1e003 Steve set me straight on this one. GCC was right, EDG was wrong: the by Douglas Gregor · 16 years ago
- 88b5396 More ABI API cleanup. by Daniel Dunbar · 16 years ago
- d671c5a Clean up indentation. by Ted Kremenek · 16 years ago
- bb36d33 ABI handling API changes. by Daniel Dunbar · 16 years ago
- d863517 Add iterators to LookupResult, allowing one to iterate over the by Douglas Gregor · 16 years ago
- 81922f0 AnalysisConsumer: by Ted Kremenek · 16 years ago
- 0bb2036 Refactored code gen for ivar access in preparation for by Fariborz Jahanian · 16 years ago
- 275e10d Shuffle some functions around, no functionality change. by Daniel Dunbar · 16 years ago
- 669c9a2 Split specific_decl_iterator, which had a run-time field for by Douglas Gregor · 16 years ago
- 21a98b1 Change the ObjC type encoding for block pointer types to "@?" (for consistency with GCC). by Steve Naroff · 16 years ago
- 9a82b52 Add FIXME. by Daniel Dunbar · 16 years ago
- d6f0b4e Slim down the specific_decl_iterator, since NULL denotes the end of the range. Good eyes, Chris by Douglas Gregor · 16 years ago
- 87fd703 Check value-initializations that occur when an initializer list by Douglas Gregor · 16 years ago
- df8570d RewriteObjC::RewriteBlockDeclRefExpr(): Add parens to enforce precedence. This fixes <rdar://problem/6529468> clang ObjC rewriter: Need parenthesis around dereferences in rewritten Blocks. by Steve Naroff · 16 years ago
- 8395081 allow cast from array to int to be considered as constant by Nuno Lopes · 16 years ago
- c4b67ed avoid creating tmp files elsewhere by Nuno Lopes · 16 years ago
- f231998 fix PR3459: improve compatibility with gcc when checking for constant exprs by Nuno Lopes · 16 years ago
- 7f5221b Fix for PR3447: use padded sizes for computations on struct/union constants. by Eli Friedman · 16 years ago
- b95907d Forgot to add this test. by Anders Carlsson · 16 years ago
- 36b5f5e Remove unused overload of GetFunctionType. by Daniel Dunbar · 16 years ago