- 87f3edc Use correct signature for calling enumeration mutation function. by Daniel Dunbar · 17 years ago
- 5991d31 Temporarily disable caching of ABI results; this is going horribly by Daniel Dunbar · 17 years ago
- 7434fc3 Implement taking address of member functions, including overloaded ones. by Sebastian Redl · 17 years ago
- 684d148 ccc: Forward -femit-all-decls to clang and use an option group to by Daniel Dunbar · 17 years ago
- 81be82c Test case for -femit-all-decls. by Daniel Dunbar · 17 years ago
- 9bae865 Add -femit-all-decls codegen option. by Daniel Dunbar · 17 years ago
- 14c884a Add asserts that the function signature matches the other arguments provide by Daniel Dunbar · 17 years ago
- 221af89 (llvm up) Update for intrinsic lookup changes. by Daniel Dunbar · 17 years ago
- f52110f Some early code for objc2's nonfragile abi messaging. by Fariborz Jahanian · 17 years ago
- bb28474 Patch fixes messaging for GNU runtime. Patch by David Chisnall by Fariborz Jahanian · 17 years ago
- 297ed52 smaller header. by Chris Lattner · 17 years ago
- 2d8e55b Fix PR3464 by searching for headers from the predefines by Chris Lattner · 17 years ago
- 15b497a Ok, we need a system header for this test to pass in the clang/test directory as well as from the pp directory. by Chris Lattner · 17 years ago
- 8d15f8f fix test by Chris Lattner · 17 years ago
- 5af4e28 rename again by Chris Lattner · 17 years ago
- 74403ce rename some tests by Chris Lattner · 17 years ago
- 9d34ccf include smaller header for test. by Chris Lattner · 17 years ago
- ec99639 add DeclTemplate.h/cpp by Chris Lattner · 17 years ago
- f2dbdca Improve documentation for Sema::getTypeName. Also, it's return type is by Douglas Gregor · 17 years ago
- 1b3d6b7 Note the Radar number that corresponds to PR3137 by Douglas Gregor · 17 years ago
- 6889bd6 Update checker build. by Ted Kremenek · 17 years ago
- 279272e Basic representation of C++ class templates, from Andrew Sutton. by Douglas Gregor · 17 years ago
- bbb58d0 Test for PR3137. by Eli Friedman · 17 years ago
- 09be81b Some name-lookup-related fixes, from Piotr Rak! by Douglas Gregor · 17 years ago
- cb3beaf Fix <rdar://problem/6552648> error: redefinition of 'XCElementAnchorDelegate' as different kind of symbol. by Steve Naroff · 17 years ago
- 1075a16 Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?id=3475 by Douglas Gregor · 17 years ago
- 48a8732 Bring operator name lookup (as required for C++ operator overloading) by Douglas Gregor · 17 years ago
- 50ccb28 Argument Dependent Lookup is done (for now). Also, update the status by Douglas Gregor · 17 years ago
- 4646f9c Fix our semantic analysis of by Douglas Gregor · 17 years ago
- 4e228cb An idea for limiting diagnostic output, from David Abrahams by Douglas Gregor · 17 years ago
- a46065d ccc: -ObjC and -ObjC++ change default language, but only for "source files". by Daniel Dunbar · 17 years ago
- 99473cd Handle demotion of coerced arguments (as in void a(x) short x; { ... }). by Daniel Dunbar · 17 years ago
- 778ae21 Implement handling of file entry/exit notifications from GNU by Chris Lattner · 17 years ago
- 23e35dd # 42 doesn't change system header state either, add test. by Chris Lattner · 17 years ago
- d0ff602 make getFileCharacteristic linetable aware. line markers that by Chris Lattner · 17 years ago
- 7bf7851 propagate linemarker flags down into the the line table, currently by Chris Lattner · 17 years ago
- 1a2fbe4 replace gimpy linear search with svelte binary search ;-) by Chris Lattner · 17 years ago
- a8884e8 Remove dead code. by Zhongxing Xu · 17 years ago
- f137754 make my atrocious linear search at least search in the order that is by Chris Lattner · 17 years ago
- 925e0aa Add simple #line directive test. by Chris Lattner · 17 years ago
- aabd322 add comment by Chris Lattner · 17 years ago
- 82e0945 spelling change. by Chris Lattner · 17 years ago
- 74ae2d9 add the difference in the line marker phys line number and the by Chris Lattner · 17 years ago
- 6f9fa5a add really really trivial #line support, where #line now makes every by Chris Lattner · 17 years ago
- 94270f3 simplify. by Chris Lattner · 17 years ago
- 2d89c56 lower the interface to getLineNumber like we did for by Chris Lattner · 17 years ago
- 3105d63 Force triple for this test case. by Daniel Dunbar · 17 years ago
- e79fc85 make SM::getColumnNumber take a predecomposed FileID/offset, which by Chris Lattner · 17 years ago
- d83141af Update passing of _Bool values to match what function was declared to take. by Daniel Dunbar · 17 years ago
- dac2992 Change construction of common ObjC functions to use CGCall by Daniel Dunbar · 17 years ago
- fa45efd build per-fid linetable entries. by Chris Lattner · 17 years ago
- aa1da4a Initial implementation of argument dependent lookup (a.k.a. ADL, by Douglas Gregor · 17 years ago
- 7e88116 Some function stub added for new abi messaging. by Fariborz Jahanian · 17 years ago
- cdf0e4a Use -fnext-runtime for this test. by Daniel Dunbar · 17 years ago
- a5f585d -x language fix. Patch by David Chisnall by Fariborz Jahanian · 17 years ago
- 903041b Use CGCall infrastructure to call enumeration mutation function. by Daniel Dunbar · 17 years ago
- 711e8dd Several new declarations for objc2 nonfragile abi messaging. by Fariborz Jahanian · 17 years ago
- 93ba373 Fix return type for calls to objc_setProperty. by Daniel Dunbar · 17 years ago
- 4ce351b Use ConvertTypeForMem when creating alloca for scalar argument. by Daniel Dunbar · 17 years ago
- fa5b65c Force -triple/-fnext-runtime for a few more test cases. by Daniel Dunbar · 17 years ago
- 706059f Add CodeGenFunction::ConvertTypeForMem forwarding function. by Daniel Dunbar · 17 years ago
- 6256b2b more plumbing for #line propagation. Use happy bit #3 out of FileInfo :) by Chris Lattner · 17 years ago
- 9ca5670 Force triple for codegen tests which have expectations on output types. by Daniel Dunbar · 17 years ago
- 9e8944c codegen is much farther along than when this was first written. by Chris Lattner · 17 years ago
- b06739c stub out basic #line handling calls. by Chris Lattner · 17 years ago
- b94f56c GNUStep fast enumeration. Patch by David Chisnall. by Fariborz Jahanian · 17 years ago
- 461f806 update a couple entries, add a new idea by Chris Lattner · 17 years ago
- b02f5f2 silence some warnings. by Chris Lattner · 17 years ago
- 2f06372 Use /usr/bin/env to run Python for increased portability. Patch by by Daniel Dunbar · 17 years ago
- 08299f8 Fix <rdar://problem/6521757> clang ObjC rewriter: Mixed Mac and Windows line endings after rewrite. by Steve Naroff · 17 years ago
- 0c9da21 Allow taking the address of data members, resulting in a member pointer. by Sebastian Redl · 17 years ago
- 015bc8e x86_64 ABI: Initial implementation of ABI compliant parameter passing. by Daniel Dunbar · 17 years ago
- d5b2f5d Remove a fixed FIXME by Douglas Gregor · 17 years ago
- 362c895 When looking for a tag name via unqualified name lookup, only look in by Douglas Gregor · 17 years ago
- 7a7be65 Semantic analysis, ASTs, and unqualified name lookup support for C++ by Douglas Gregor · 17 years ago
- 33fa581 ABI handling: Implement coercion for argument types (in addition to by Daniel Dunbar · 17 years ago
- c912eb7 ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi). by Fariborz Jahanian · 17 years ago
- f7fd8e5 Targets that don't have stack use global address space for parameters. by Sanjiv Gupta · 17 years ago
- e45fbce Minor objc2 bug fix. by Fariborz Jahanian · 17 years ago
- e840ccd Fixed the typo in comment. by Sanjiv Gupta · 17 years ago
- 917d7c6 reclaim my precious bit in FileInfo by ensuring that ContentCache objects by Chris Lattner · 17 years ago
- 8dedb84 switch SourceManager from using an std::map and std::list of by Chris Lattner · 17 years ago
- 9d87c6a true is pass, false is success. by Chris Lattner · 17 years ago
- 03116e1 disable this test too by Chris Lattner · 17 years ago
- 24dfec3 make this fail faster. by Chris Lattner · 17 years ago
- 46e93a7 add #include to make more self-contained. by Chris Lattner · 17 years ago
- 749e36b Change ABIInfo to compute information for a full signature at a time by Daniel Dunbar · 17 years ago
- eec0262 Remove ABIArgInfo::Default kind, ABI is now responsible for specifying by Daniel Dunbar · 17 years ago
- b1a60c0 Add ABIArgInfo::Direct kind, which passes arguments using whatever the by Daniel Dunbar · 17 years ago
- 1f1c254 remove some overly-crazy ideas. by Chris Lattner · 17 years ago
- 5b7ac65 Add two FIXMEs. by Daniel Dunbar · 17 years ago
- 7707199 Always use CGFunctionInfo to access ABI information. by Daniel Dunbar · 17 years ago
- e92e0ab Move ABIArgInfo into CGFunctionInfo, computed on creation. by Daniel Dunbar · 17 years ago
- df83754 Content Cache only needs to be 4-byte aligned. Since it is stored in by Chris Lattner · 17 years ago
- d283e63 Move ABIInfo/ABIArgInfo classes into ABIInfo.h by Daniel Dunbar · 17 years ago
- 2d87eb0 Simplify the way in which we inject the names of tag definitions and by Douglas Gregor · 17 years ago
- 5534392 objc2's ir-gen for nonfragile ivar access. by Fariborz Jahanian · 17 years ago
- dcf19d1 Memoize CGFunctionInfo construction. by Daniel Dunbar · 17 years ago
- 677b3f4 Formatting fix. by Mike Stump · 17 years ago
- 0b37ca8 Change CGFunctionInfo args iterator to not include the return type. by Daniel Dunbar · 17 years ago