llvm-project/clang/lib
Daniel Dunbar 9fd114d577 Merge ivar access amongst the three runtimes.
- For now, this means we are always doing the address computations by
   hand instead of constructing a proper GEP. Right now, however, this
   is less important than having fewer entry points to dealing with
   Objective-C interface layout.

llvm-svn: 69787
2009-04-22 07:32:20 +00:00
..
AST ObjCQualifiedClass is dead, remove it. 2009-04-22 06:50:37 +00:00
Analysis Fix crash reported in PR 3991. The analyzer doesn't reason about ObjCKVCExpr. 2009-04-21 23:53:32 +00:00
Basic Pass and return aggregate types directly to function calls. 2009-04-21 06:01:16 +00:00
CodeGen Merge ivar access amongst the three runtimes. 2009-04-22 07:32:20 +00:00
Driver rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. 2009-04-21 05:34:31 +00:00
Frontend ObjCQualifiedClass is dead, remove it. 2009-04-22 06:50:37 +00:00
Headers Fix tyop in SSSE3 header (6808876). 2009-04-20 20:31:10 +00:00
Lex apply Eli's patch to fix PR4008, with a testcase. Thanks Eli! 2009-04-21 23:28:41 +00:00
Parse Fix a problem with objc foreach loop. It turns out that objc mode changes 2009-04-22 00:54:41 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema ObjCQualifiedClass is dead, remove it. 2009-04-22 06:50:37 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00