aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-13Fix a Malloc Checker FP by tracking return values from initWithCharacterllvmorg-3.2.0-rc1Anna Zaks2-20/+132
2012-11-133.2 release branch r167707Pawel Wodnicki64-0/+56290
2012-11-133.2 release branch 167864Pawel Wodnicki424-0/+60701
2012-11-13[analyzer] Follow up to r167762 - precisely determine the adjustmentAnna Zaks2-4/+52
2012-11-13Merged 167788, and bad CFG construction bug, into the LLVM 3.2 release.Ted Kremenek2-13/+37
2012-11-12Merge in analyzer fix r167762, which was a recent regression.Ted Kremenek2-0/+18
2012-11-12Merge in r167749, per discussion on cfe-dev that we want -Wimplicit-fallthrou...Ted Kremenek2-0/+15
2012-11-123.2 release branch r167713Pawel Wodnicki13821-0/+2122455
2012-11-12In Sema::MergeVarDecl we handle merging of storage classes and visibilityRafael Espindola1-25/+6
2012-11-123.2 release branch r167702Pawel Wodnicki9596-0/+1698621
2012-11-123.2 release branch r167700Pawel Wodnicki24142-3905343/+0
2012-11-12[NVPTX] Fix const modifier on builtinsJustin Holewinski1-7/+7
2012-11-12[NVPTX] Add more precise PTX/SM target attributesJustin Holewinski14-11/+117
2012-11-12Delete a stale comment. No functional change.Meador Inge1-4/+0
2012-11-11Move some helper methods to being static functions in the implementation file.Craig Topper2-20/+7
2012-11-11Fix binding of nodes in case of forEach..() matchers.Daniel Jasper4-7/+19
2012-11-11Remove unneeded includes from IdentifierTableNico Weber2-2/+0
2012-11-11Delete comment reference to non-existent methodNico Weber1-5/+2
2012-11-11Remove hard-coded constant in Transforms/InstCombine/memcmp-1.llMeador Inge1-1/+10
2012-11-11s/BCPLComment/LineComment/Nico Weber7-58/+58
2012-11-11instcombine: Migrate memset optimizationsMeador Inge6-51/+55
2012-11-11Update the vectorizer docs.Nadav Rotem1-4/+20
2012-11-11instcombine: Migrate memmove optimizationsMeador Inge5-36/+56
2012-11-11instcombine: Migrate memcpy optimizationsMeador Inge4-24/+56
2012-11-11Use the isTruncFree and isZExtFree API to figure out of these operations are ...Nadav Rotem1-2/+10
2012-11-11Fix a comment typo and add comments.Nadav Rotem1-4/+5
2012-11-11instcombine: Migrate memcmp optimizationsMeador Inge6-91/+140
2012-11-11instcombine: Migrate strstr optimizationsMeador Inge5-148/+166
2012-11-11Add method for replacing instructions to LibCallSimplifierMeador Inge3-6/+44
2012-11-11FileCheckize testNico Weber1-4/+4
2012-11-11Fix a typo which Matt pointed out.Richard Smith1-1/+1
2012-11-10objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31.Fariborz Jahanian2-6/+6
2012-11-10Test commit: clean up C++11 options in lldb (on Linux) build pageDaniel Malea1-2/+2
2012-11-10Provide definitions for all functions.Benjamin Kramer1-0/+11
2012-11-10instcombine: Migrate strcspn optimizationsMeador Inge6-62/+122
2012-11-10Simplify the SmallVector pretty printer for LLDB a bit and make it work with ...Benjamin Kramer1-15/+9
2012-11-10Remove unnecessary subtraction and addition by 1 around a couple for loops.Craig Topper1-6/+6
2012-11-10Remove empty directory.Duncan Sands0-0/+0
2012-11-10Tidy up spacing. No functional change.Craig Topper1-4/+4
2012-11-10Removed unimplemented method declaration.Craig Topper1-1/+0
2012-11-10Simplify custom emitter code for pcmp(e/i)str(i/m) and make the helper functi...Craig Topper2-96/+42
2012-11-10Rework my implementation of circular-reference finding to not useDouglas Gregor4-17/+43
2012-11-10Add support for libdispatch version 4 structure layout for findingJason Molenda1-7/+24
2012-11-10Don't assume that Modules have directories. They may be in-memory-onlyJason Molenda1-1/+1
2012-11-10Add clang support of RTM from TSXMichael Liao8-3/+103
2012-11-10-momit-leaf-frame-pointer is a -m option, not a -f option.Richard Smith1-2/+2
2012-11-10Convert an improper CodeGen test to a MC test.Evan Cheng2-25/+9
2012-11-10Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further ...Ted Kremenek1-13/+0
2012-11-10Add a few more test cases for verifying -fno-builtin.Meador Inge1-0/+97
2012-11-10instcombine: Query target library information to gate libcall simplificationsMeador Inge2-19/+252