2009-02-15 |
Chris Lattner | lots of trailing whitespace |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Chris Lattner | Refactor the deprecated and unavailable checks into... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Chris Lattner | implement gcc/testsuite/objc.dg/method-attribute-3... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Chris Lattner | don't pass a random english string in as a string argum... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Chris Lattner | fix a fixme in -emit-html output: highlight the entire... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Chris Lattner | add a new SourceManager::getInstantiationRange helper... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Chris Lattner | fix build on systems where uint64_t != unsigned long... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Chris Lattner | fix PR3579: __LINE__ expands to the presumed location... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Chris Lattner | fix PR3579: __LINE__ expands to the presumed location... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Chris Lattner | track "just a little more" location information for... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Daniel Dunbar | PR3589: Don't simplify libcalls with -ffreestanding. |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Ted Kremenek | Remove accidental duplication of content in .h file. |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Daniel Dunbar | Fix pasto noticed by Anders Johnsen. |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Chris Lattner | implement support for attribute(unavailable) on objc... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Daniel Dunbar | Obj-C non-fragile ABI: Fix types of a few globals;... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Daniel Dunbar | ccc: Pass -P to clang. |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Chris Lattner | allow implementations of deprecated functions to use... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Mike Stump | Use getNameAsCString instead of getNameAsString and... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Mike Stump | Generate the helper function for blocks. Now basic... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Fariborz Jahanian | Fixed a bad ir-gen bug which caused a dejagnu test... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Douglas Gregor | Add a test case for -ffreestanding that redefines malloc. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Douglas Gregor | Add -ffreestanding to suppress the implicit declaration... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Mike Stump | Add expected note. Surely people test before the check... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Cedric Venet | Add svn:eol-style=native to some files |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Fariborz Jahanian | Fixed a problem caused by foreward @class use |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Anders Carlsson | Add support for deprecated Obj-C methods. The semantics... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Douglas Gregor | Add hook to add attributes to function declarations... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Anders Carlsson | Pass the location of the start of the selector to ActOn... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Mike Stump | Fix 80col violations. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Ted Kremenek | Patch by Ben Laurie: |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Anton Korobeynikov | Define __ELF__ on FreeBSD. Patch by Roman Divacky! |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Cedric Venet | Fix the build on win32. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Argyrios Kyrtzidis | Define __ELF__ for linux systems. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Chris Lattner | new tests, it would be nice to not warn on the second... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Chris Lattner | just ignore hte format_arg attribute for now, it doesn... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Chris Lattner | add parser and type checking support for attribute... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Chris Lattner | Several related changes: |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Chris Lattner | reduce nesting. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Ted Kremenek | GRExprEngine: Handle empty statement expressions. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Anders Carlsson | Don't ignore the const attribute - we even have CG... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Anders Carlsson | Fix more xmmintrin.h typos |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Chris Lattner | ignore the const attribute for now. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Ted Kremenek | Added GRStateManager::scanReachableSymbols(), a method... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Daniel Dunbar | x86_64 ABI: Need to use canonical types when comparing... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Daniel Dunbar | x86_64 ABI: Pass simple types directly when possible... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Ted Kremenek | Use GRTransferFuncs::EvalBind when processing variable... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Douglas Gregor | Make it possible for builtins to expression FILE* argum... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Ted Kremenek | Static analyzer: |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Anders Carlsson | Fix an error in _mm_loaddup_pd that Eli noticed. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Anders Carlsson | Add the nodebug attribute to intrinsics |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Douglas Gregor | Add test case to insure that implicit builtin declarati... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Douglas Gregor | Extend builtin "attribute" syntax to include a notation for |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Chris Lattner | fix rdar://6586493, a bug in codegen of the GNU |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Douglas Gregor | Implicitly declare certain C library functions (malloc... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Chris Lattner | add an assertion from Alexei Svitkine! |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | Set constant bit on static block vars as well. Patch... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | Fix typo in printing of __private_extern__. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | Simplify predicate. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | Warn about attribute used ignored on "extern int a |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | Add VarDecl::hasExternalStorage (no functionality change). |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Chris Lattner | anders johnson points out that some software depends... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Chris Lattner | Give TargetInfo a new IntPtrType to hold the intptr_t... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Ted Kremenek | Add test case illustrating special handling of 'SenTest... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Chris Lattner | improve wording in a diagnostic to make it clear that... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | IRgen support for attribute used. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Chris Lattner | If x is an invalid field decl, don't construct an expre... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Ted Kremenek | PTH: Cache directory and negative 'stat' calls. This... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Chris Lattner | wrap some crazy long lines. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | Pull MayDeferGeneration out of EmitGlobal. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | Rename EmitStatics (etc) to EmitDeferred; provide basic... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Let the backend unique these. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Chris Lattner | document __builtin_shufflevector |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Fix spelling. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Move DescriptorUniqueCount into CGM. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Chris Lattner | Fix rdar://6562329, a static analyzer crash Ted noticed on |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Move NSConcreteStackBlock into CGM. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | Sema/AST support for attribute used. Patch by Anders... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Ted Kremenek | Add some boilerplate to the PTH file to prepare for... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Douglas Gregor | Eliminate an unused variable |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Reflow to 80col. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Douglas Gregor | Remove DeclGroupOwningRef, since we intend for declarat... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Move GlobalUniqueCount up into CGM. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Douglas Gregor | Fix capitalization in a diagnostic |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Anders Carlsson | Add new files to Xcode project |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Fariborz Jahanian | Fixed a 64bit code gen bug of a cateogory |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | x86_64 ABI: Support va_arg passed in mixed registers. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | ccc: Suffix for PCH files is appended, not replaced... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | ccc: Suffix for PCH files is appended, not replaced. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Condense NSConcreteGlobalBlock handling. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Calculate size correctly. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Size should be unsigned. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Condense all the blocks code into CGBlocks.cpp. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Fixup types, the runtime uses int, not int32. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Fix cmake builds. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Fixup spacing a tad. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Move GenericBlockLiteralType into CGM. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Move BlockDescriptorType into CGM. |
commit | commitdiff | tree | snapshot |
next |