aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-03Remove check for unpckh maskBruno Cardoso Lopes1-1/+0
2010-09-03Remove check for unpckl maskBruno Cardoso Lopes1-1/+0
2010-09-03Synchronize code-completion cursor kinds with indexing cursorDouglas Gregor9-184/+126
2010-09-03Improved name demangling performance by 20% on darwin.Greg Clayton5-24/+56
2010-09-03Inline isShuffleMaskLegal into LowerVECTOR_SHUFFLE, so we can startBruno Cardoso Lopes1-4/+23
2010-09-03Converted TestGlobalVariables.py to Dsym/Dwarf combination.Johnny Chen1-1/+12
2010-09-03Converted TestFunctionTypes.py to Dsym/Dwarf combination.Johnny Chen1-1/+12
2010-09-03Converted TestEnumTypes.py to Dsym/Dwarf combination.Johnny Chen1-1/+15
2010-09-03Truncate block variable of bool type to i1 when itsFariborz Jahanian4-20/+9
2010-09-03Configure libc++ to recognize and use inline namespaces for clang. Many, man...Howard Hinnant1-9/+17
2010-09-03Propagate non-local comparisons. Fixes PR1757.Owen Anderson2-0/+72
2010-09-03Reapply this increase to the number of virtual registers. All of theEric Christopher1-1/+1
2010-09-03Cleaned up step logging a bit.Greg Clayton6-30/+43
2010-09-03Fixed an lldb infrastructure bug, where the debugger should reaaly update itsJohnny Chen3-5/+6
2010-09-03Disable the asserts that check that normalization is perfectlyDan Gohman1-2/+7
2010-09-03Reapply considered harmfull part of rr112934 and r112942.Bruno Cardoso Lopes1-12/+109
2010-09-03Fix PR7402 when it strikes via template instantiation.Chandler Carruth2-0/+24
2010-09-03It's OK for classes to have flexible array elements (but not unions).Anders Carlsson2-1/+11
2010-09-03[futures.atomic_future] and notify_all_at_thread_exit. This completes the he...Howard Hinnant17-3/+1010
2010-09-03previous patch was a little too tricky for its own good. Don't try toJim Grosbach1-8/+7
2010-09-03Cope with llvm's reference to bool type of 'i1' vs. clang'sFariborz Jahanian2-0/+37
2010-09-03Remove the rest of the nonexistent 64-bit AVX instructions.Dale Johannesen2-175/+76
2010-09-03Clean up some whitespace and comments from this test that were remnants ofChandler Carruth1-3/+0
2010-09-03Added some extra logging to track asynchronous packet activity.Greg Clayton3-0/+28
2010-09-03Allow anonymous and local types. The support was already in place for these,Chandler Carruth6-26/+91
2010-09-03Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene4-23/+41
2010-09-03Reapply last harmless part of r112934, the pattern fragment to match X86UnpcklpdBruno Cardoso Lopes1-0/+7
2010-09-03Reintroduce a simple function refactoring done in r112934, also without any f...Bruno Cardoso Lopes1-10/+12
2010-09-03Reapply piecies of r112942 and r112934 which don't doBruno Cardoso Lopes1-0/+36
2010-09-03Reapply Fix commentBruno Cardoso Lopes1-3/+3
2010-09-03Revert r112934, "- Use specific nodes to match unpckl masks.", which introducedDaniel Dunbar2-133/+16
2010-09-03Revert r112938 "Fix comment", which depends on r112934, which introduced someDaniel Dunbar1-3/+3
2010-09-03Revert r112942, "Use punpckh and unpckh family of nodes instead of using unpckhDaniel Dunbar1-23/+3
2010-09-03Add a missing check when legalizing a vector extending load. This doesn'tBob Wilson1-3/+5
2010-09-03Fixed a case where we might be able to acquire a mutex with a try lock andGreg Clayton5-13/+41
2010-09-03Get rid of "passing signed into unsigned parameter" warning on PPC.Bill Wendling1-1/+1
2010-09-03Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson3-8/+63
2010-09-03Delete the vestigal "select", "info" and "delete" commands.Jim Ingham8-234/+1
2010-09-03A constant initializer never matches the type of the variable it'sJohn McCall2-2/+7
2010-09-03Quiesce warning about non-virtual d'tor in virtual class.Bill Wendling1-2/+2
2010-09-03[futures.shared_future]Howard Hinnant13-2/+1077
2010-09-03Re-apply r112883:Jim Grosbach5-36/+98
2010-09-03VirtRegRewriter checks for early clobbers before it reuses an available stackJakob Stoklund Olesen1-5/+7
2010-09-03Add a test for PR4413, which was apparently fixed at some point in the past.Owen Anderson1-0/+21
2010-09-03Check the local frame alignment for determining whether dynamic stackJim Grosbach1-1/+1
2010-09-03Pacify operator precedence warnings. No functionality change because eLaunchF...Benjamin Kramer1-2/+2
2010-09-03Add 'const' to getter function.Jim Grosbach1-1/+1
2010-09-03Finish converting the rest of the NEON VLD instructions to use pseudo-Bob Wilson4-154/+149
2010-09-03Remove a TODO comment; this is now filed in bugzilla (PR8005).Dan Gohman1-4/+0
2010-09-03Implement libclang visitation for UnresolvedMemberExpr. This is theDouglas Gregor2-0/+34