aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-09Add attribute "format" support for typedefs of function pointers.Ted Kremenek2-0/+4
2008-05-09Grammar.Ted Kremenek1-1/+1
2008-05-09Added text on librewrite and libanalysis to the README.Ted Kremenek1-2/+22
2008-05-09Handle all attributes on a parameterNate Begeman1-1/+2
2008-05-09don't sink invokes, even if they are readonly. This fixes aChris Lattner1-1/+2
2008-05-09Fix a type and formatting.Duncan Sands1-2/+2
2008-05-09ignore Output dirsGabor Greif0-0/+0
2008-05-09ignore AutoGenerated.inc, it is created by TableGenGabor Greif0-0/+0
2008-05-09ignore Output dirGabor Greif0-0/+0
2008-05-09Reapply 50867: A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov2-55/+66
2008-05-09Extend vector member references to include {.hi, .lo, .e, .o} which return aNate Begeman6-69/+111
2008-05-09set long/pointers to 64-bits on ppc64/x86-64Chris Lattner2-3/+7
2008-05-09parameterize pointer size/align better without doing virtual method calls in ...Chris Lattner3-12/+22
2008-05-09simplify some code, don't assume that sizeof(long) < sizeof(long long).Chris Lattner1-11/+12
2008-05-09parameterize long long.Chris Lattner2-3/+5
2008-05-09correctly parameterize long, patch by Nate.Chris Lattner2-2/+4
2008-05-09Fix rdar://5921025 a crash on the included testcase.Chris Lattner2-1/+9
2008-05-09Don't call into objc front-end when not parsing objc code. This avoidsChris Lattner1-1/+3
2008-05-09add support for pattern matching 'neg'Chris Lattner2-4/+31
2008-05-09Implement PR2298. This transforms:Chris Lattner3-0/+33
2008-05-09restore doxygen comment.Chris Lattner1-17/+16
2008-05-09<rdar://problem/5917641> use getMemBufferCopy if supplied buffer is not alrea...Nick Kledzik2-4/+20
2008-05-08Check for validity of aliasee pointer before dereference.Anton Korobeynikov1-1/+3
2008-05-08Use movq to move low half of XMM register and zero-extend the rest.Evan Cheng2-1/+12
2008-05-08Make sure the prototype for objc_msgSend_fpret() returns a double.Steve Naroff1-3/+3
2008-05-08conservatively say that volatile stores read memory.Chris Lattner1-2/+3
2008-05-08Revertin 50867 since it was breaking the build.Tanya Lattner2-64/+53
2008-05-08Add the non-immediate-shift vector builtinsNate Begeman1-1/+8
2008-05-08store can't read from memory.Chris Lattner1-1/+0
2008-05-08Add -E and -S optionsMikhail Glushenkov1-0/+5
2008-05-08A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov2-53/+64
2008-05-08Added initial support for supporting __NSString__ in attribute "format".Ted Kremenek2-8/+60
2008-05-08Updated Xcode project.Ted Kremenek1-0/+15
2008-05-08Remove dead return. Thanks to Bill for the review!Chris Lattner1-2/+0
2008-05-08Fix <rdar://problem/5879237> clang objc rewriter: ivars not accessible in str...Steve Naroff1-34/+33
2008-05-08Improve pass documentation and comments.Gordon Henriksen6-102/+136
2008-05-08More than just loads can read from memory: readonly calls like strlenChris Lattner2-4/+32
2008-05-08Make instcombine's DSE respect loads as well as stores. It is not safe toChris Lattner2-1/+26
2008-05-08add a new Instruction::mayReadFromMemory predicate, makeChris Lattner2-2/+23
2008-05-08Check linkage.Devang Patel1-1/+1
2008-05-08Get exception handling working again on 64 bitDuncan Sands1-1/+2
2008-05-08Added -g command line options to clang for generating source level debug info...Sanjiv Gupta9-14/+320
2008-05-08Remove the ending "." from clang options descriptions.Sanjiv Gupta1-23/+23
2008-05-08start implementation of a macro rewriter, this is currently just stubbed out.Chris Lattner4-2/+93
2008-05-08Add basic support for the pic-* target triples and add support forChris Lattner5-16/+80
2008-05-08The awesome GNU "comma elision extension" works with both the standardChris Lattner2-3/+9
2008-05-08new testcase.Chris Lattner1-0/+8
2008-05-08Add support for constant folding the 'offsetof' pattern even if theChris Lattner1-16/+23
2008-05-08Fix rdar://5919567: assertion failure: split didn't occur before erase!Chris Lattner1-1/+3
2008-05-08Handle vector move / load which zero the destination register top bits (i.e. ...Evan Cheng9-147/+175