2007-12-18 |
Ted Kremenek | Moved TranslationUnit.h to include path. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Ted Kremenek | Moved TranslationUnit from Driver to AST library. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Fariborz Jahanian | Refactoring work. ObjcQualifiedIdType is now derived... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Ted Kremenek | Added to FileEntry a pointer to the <dev_t,ino_t> pair... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | local static vars are globals also. This fixes a testcase |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | remove the loc argument to Type::isConstantSizeType... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | Fix the location we emit the "not a constant" error... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | Fix PR1863: an assertion due to not setting a location... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | Fix const propagation bug. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | Fix an nice and subtle parser bug reported by Nico... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Steve Naroff | Add DefaultFunctionArrayConversion() to the indirection... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Steve Naroff | Fixe bogus error for variable argument methods. Sema... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Anders Carlsson | Turns out the LLVMFoldingBuilder can fold InsertElement... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Steve Naroff | Improve how we find private method decls. This involved: |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | introduce a new CodeGenModule::getIntrinsic method... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Steve Naroff | Add __private_extern__ keyword and recognize it. Added... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Fariborz Jahanian | Fixed a comment describing a function |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | implement HeaderMap::LookupFile. I think headermaps... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | implement enough helper functions to successfully dump... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Fariborz Jahanian | Patch to implemented objective-c's dynamic object point... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | Targets.cpp is gone. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | Make the insertion point with an explicit new instead... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Ted Kremenek | Removed CFG.cpp's dependence on #including iostream. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Ted Kremenek | Modified format-string checking to not emit a warning... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | simplify some code, using new scoped_ptr support. ... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | Finish hooking up the scaffolding for headermaps. ... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Ted Kremenek | Format string checker: asprintf does not pass argumnent... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | Start reading the headermap header, drop the 'errorstr... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Fariborz Jahanian | Also fixed similar regression for class methods, as... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | Sink getName into DirectoryLookup to simplify the clien... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Fariborz Jahanian | Fixed a regression caused by refactoring of some meta... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Ted Kremenek | Fixed 80 col violation. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Ted Kremenek | Added driver option -Wno-format-nonliteral to silence... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | Unbreak -v with framework paths. Patch by Shantonu... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Ted Kremenek | Fixed another case where sizeof() returns the size... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | add headermap.cpp |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | finish stubbing out support for HeaderMap. Now we... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | refactor an better comment framework lookup code. ... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | as it turns out, frameworks and headermaps are orthogon... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | add a portability fixme. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | teach RemoveDuplicates about header maps. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | Step #1 in adding headermap support to clang. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | rearrange some code and make it more efficient. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | add a hack so that codegen doesn't abort on missing... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Christopher... | Update to use new PointerType::getUnqual() api. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Anders Carlsson | Start generating SSE intrinsics. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Steve Naroff | Sema::ActOnMemberReferenceExpr() needs to perform the... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Chris Lattner | swtich to smallptrset, which is more efficient than... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Chris Lattner | make clang -v output more similar to gcc's -v output. |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Anders Carlsson | We now support all MMX intrinsics. SSE intrinsics are... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Chris Lattner | simplify the interfaces to ProcessInputFile and Initial... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Ted Kremenek | Removed "isSizeOfExpr" mode from StmtIterator. It... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Ted Kremenek | Added "mode" to StmtIterator to record if the expressio... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Steve Naroff | - Remove getInstanceMethods/getClassMethods API on... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Ted Kremenek | Added support to StmtIterator to traverse the size... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Anders Carlsson | Simplify the vector code. Add more shift intrinsics. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Kevin | IE Menu Problem... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Seo Sanghyeon | Array subscription in aggregate expression |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Seo Sanghyeon | Implement dereference operator in aggregate expression |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | CFG bug fix: for sizeof(expressions), don't expand... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Fariborz Jahanian | Patch to make ObjcQualifiedInterfaceType inherit ObjcIn... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Steve Naroff | Sema::ActOnFinishFunctionBody(): Since we no longer... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Add hack to SourceManager to support missing source... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Add check in the driver to see if a serialized AST... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Changed set of top-level decls from a list to a vector. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Changed -serialize-ast to not create a temporary direct... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | Set target data layout info in module. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | typo |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | debug info too. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Minor spelling; punctuation correction. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Bill Wendling | Grammar fix: correct ' usage. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | minor cleanups |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | add some builtins. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | Don't do integer promotions of LHS for compound shift... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | remove some dead styles. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | nuke hte status page. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | add a bunch of open projects |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Updated serialization of ParmVarDecl to serialize out... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | split get_involved into two pages: get_started and... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | wrap to 80 cols, many fixes to markup. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | For uninitialized values analysis, added special treatm... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | Fix file header. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Fixed bug in live-variable analysis and uninitialized... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | use new interface. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | add a helper method. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Devang Patel | Add assert to detect incomplete implementation work. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Fariborz Jahanian | Moved ObjcDeclQualifier to ParmVarDecl from VarDecl. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | builtin id 0 is invalid, don't use a slot for it. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Implemented -serialize-ast option for the driver. ... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Fariborz Jahanian | Fixed test to match the new diagnostic text. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Fariborz Jahanian | Concatenation of objc strings. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | fix off-by-one error. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Implemented prototype mode where the driver can operate... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | TargetInfo no longer includes a reference to SourceManager. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Steve Naroff | Encode enumeral types. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Removed "NULL" from default construction of FullSourceL... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | constified getFullLoc(). |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Changes to FullSourceLoc: |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Renamed getFullSourceLoc() -> getFullLoc(). |
commit | commitdiff | tree | snapshot |
next |