2011-07-20 |
Chris Lattner | fix a case where we're using ConvertType for a memory... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Evan Cheng | Match LLVM API change. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | as eli points out, we're not doing memory stuff here... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | fix PR10395 - array decay can produce an interesting... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Use a ContinuousRangeMap to map from the global macro... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Use a ContinuousRangeMap to map from the global selecto... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Joerg Sonnenberger | PR10392: "#pragma GCC visibility" must not expand macro... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Use a ContinuousRangeMap to map from the global identif... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Try to appease MSVC's standard library. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Use a ContinuousRangeMap to map from the global declara... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Joerg Sonnenberger | Spelling |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Richard Smith | Replace r134583's fix for PR10290 with one which also... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Richard Smith | Use the zero from the correct enumeration when initiali... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Sean Callanan | This fix (thanks to Doug Gregor) corrects a bug |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Ted Kremenek | Fix false negative in -Wuninitialized involving a ... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Ted Kremenek | Fix assertion failure in UninitializedValues.cpp where... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jordy Rose | [analyzer] Very minor cleanup in PthreadLockChecker... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jordy Rose | [analysis] Add checks for double-locking and lock order... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Chad Rosier | Refactor r135502 to avoid an empty if else condition... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Anna Zaks | Add FixItHints in case a C++ function call is missing... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Chad Rosier | Clang asserts "Invalid environment!" when using -ccc... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Benjamin Kramer | Update CMake build. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Argyrios Kyrtzidis | [arcmt] Add some additional driver flags to optionally... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jeffrey Yasskin | Name the "c++0x-compat" warning group, and fix the... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Douglas Gregor | Revamp the SourceManager to separate the representation... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Ted Kremenek | Reduce -Wuninitialized time by 22% (on sqlite) by remov... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Ted Kremenek | Add hooks into the CFG builder to force that specific... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Evan Cheng | Match createTargetMachine API change. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Sean Hunt | Implement a __WCHAR_UNSIGNED__ macro and use it to... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Eric Christopher | Add .gitignore file. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Devang Patel | Check column number also. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Evan Cheng | MCContext now takes MCRegisterInfo. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Sean Hunt | Thanks to Chandler for reminding me to update the docum... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Sean Hunt | Remember to add a has_feature macro for __underlying_ty... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Jeffrey Yasskin | Define DiagnosticBuilder<<APValue so it's easy to inclu... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Frits van Bommel | Migrate LLVM and Clang to use the new makeArrayRef... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
NAKAMURA Takumi | lib/Headers/mm_malloc.h: Use __mingw_aligned_malloc... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Argyrios Kyrtzidis | [arcmt] When a NSData's 'bytes' family of methods are... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Argyrios Kyrtzidis | [arcmt] NSInvocation's [get/set]ReturnValue and [get... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Nick Lewycky | Don't crash when codegen'ing an empty redecl of a funct... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Nick Lewycky | In C99, emit an inline function when encountering an... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | de-constify llvm::Type, patch by David Blaikie! |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | Use the new llvm::TinyPtrVector class, which implements... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Chandler Carruth | Revert r135217, which wasn't the correct fix for PR1035... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Francois Pichet | Do not modify string returned by getenv on Windows. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Benjamin Kramer | Zero this struct in a way that neither depends on the... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Ted Kremenek | [analyzer] Per discussions with the Cocoa team, extend... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Ted Kremenek | [analyzer] Place checking for Core Foundation "Create... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Fariborz Jahanian | Remove a gcc warning. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Joerg Sonnenberger | Correctly handle sysroot prefix in -print-search-dirs... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Fariborz Jahanian | Fix a typo. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Argyrios Kyrtzidis | [arcmt] It's not safe to remove the -release on "[... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Tanya Lattner | This handles the missing cases of opencl vector literals. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Jordy Rose | Update retain-release.m to match updated warnings from... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Argyrios Kyrtzidis | [libclang] Map canonical decl of a category implementat... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Argyrios Kyrtzidis | Revert r135304 and apply fix in clang_getCanonicalCurso... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Jordy Rose | Add tests for CFRefReport's path notes, and fix a few... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Argyrios Kyrtzidis | [arcmt] Rewrite to "foo = nil;" not "foo = 0;", as... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Chad Rosier | Prevent the -save-temps flag from modifying the input... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Douglas Gregor | Augment the interface of ExternalASTSource::FindExterna... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Argyrios Kyrtzidis | The canonical decl for an ObjCImplDecl is it's interfac... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Argyrios Kyrtzidis | [arcmt] For: |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Douglas Gregor | Don't refer to check.deps unless LLVM_INCLUDE_TESTS... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Jordy Rose | [analyzer] GNU __null is a pointer-sized integer, not... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Joerg Sonnenberger | Fix typo |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Jeffrey Yasskin | Use the new APFloat::convertToInt(APSInt) function... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Douglas Gregor | Store bracket locations for array subscript expressions... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Douglas Gregor | When creating a property in a class extension, make... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Jay Foad | Convert CallInst and InvokeInst APIs to use ArrayRef. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
John McCall | Restore the C-style cast hack for enum template arguments, |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Chandler Carruth | Move the Serialization library from 'instantiation... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
John McCall | Add serialization support for SubstNonTypeTemplateParmExpr. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
John McCall | Fix the definition of AsTypeExpr. I'm still not sure... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Chris Lattner | protect some calls to ConvertType when a function info... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Jordy Rose | Clean up UnixAPIChecker, including switching its array... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Jordy Rose | Clean up MacOSXAPIChecker, including switching its... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Chris Lattner | Enhance the IR type lowering code to be much smarter... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
John McCall | Create a new expression node, SubstNonTypeTemplateParmExpr, |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Ted Kremenek | Add 'Contains()' method to GRStateTrait for ImmutableLi... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Chandler Carruth | Switch a comment in Rewrite from 'instantiation' to... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Chandler Carruth | Switch help text in the CC1 driver from 'instantiation... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Chandler Carruth | Switch comments and assert text in AST from 'instantiat... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Chandler Carruth | Switch comments about 'macro instantiation' to 'macro... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Richard Trieu | Remove warnings of constant operands of logical operato... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Evan Cheng | Match llvm API change. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Ted Kremenek | Fix false negative reported in PR 10358 by using 'Unkno... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Douglas Gregor | Tweak the CMake build so that building a project just... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Argyrios Kyrtzidis | [arcmt] Don't remove retains/releases on a global varia... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Rafael Espindola | Revert 135177 to fix PR10363. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Argyrios Kyrtzidis | [arcmt] Allow -retain of an __unsafe_unretained receive... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
John McCall | Teach -Wconversion, -Wsign-compare etc. about division... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Richard Smith | PR10359: Template declarations which define classes... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Argyrios Kyrtzidis | [arcmt] Emit an error for unused -autorelease messages. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Sebastian Redl | For C++11, do more checking of initializer lists up... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Sebastian Redl | Fix problems Johannes noticed, and extend test cases... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Sebastian Redl | Remove InitializationSequence::ReferenceBinding, the... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chris Lattner | simplify |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chris Lattner | StringMap::first() is about to start returning a String... |
commit | commitdiff | tree | snapshot |
next |