summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove CorrelatedValuePropagation from the default pass set for LLVM 2.8. Itllvmorg-2.8.0-rc0Owen Anderson2010-09-041-1/+0
* Creating release_28 branch from cfe trunk.Bill Wendling2010-09-045718-850588/+0
* Emit target specific nodes for isPSHUFHWMask and isPSHUFLWMaskBruno Cardoso Lopes2010-09-041-2/+10
* Petty optimization.John McCall2010-09-041-1/+1
* Emit target specific nodes for isSHUFPMaskBruno Cardoso Lopes2010-09-041-1/+10
* Previous isMOVLMask matching already emits targets nodes, remove checkBruno Cardoso Lopes2010-09-041-1/+0
* Adding some docs on how to use lldb. First cut...Jim Ingham2010-09-041-0/+405
* One more check from the original isShuffleMaskLegal goes awayBruno Cardoso Lopes2010-09-041-1/+0
* Remove a duplicated but useless check that i've inserted in the previous commit.Bruno Cardoso Lopes2010-09-041-9/+0
* Refactor some code and remove the extra checks for unpckl_undef and unpckh_undefBruno Cardoso Lopes2010-09-041-28/+25
* fix a bug in my licm rewrite when a load from the promoted memoryChris Lattner2010-09-042-3/+56
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-0437-1233/+4668
* Added a default build phase at the beginning of test_load_unload() test case.Johnny Chen2010-09-031-0/+4
* fix a crash in RecursiveASTVisitor's child classes (PR8403); reviewed by chan...Zhanyong Wan2010-09-031-5/+8
* Marked test_process_launch_for_universal() test case as requiring 'darwin' an...Johnny Chen2010-09-033-0/+17
* Remove check for unpckh maskBruno Cardoso Lopes2010-09-031-1/+0
* Remove check for unpckl maskBruno Cardoso Lopes2010-09-031-1/+0
* Synchronize code-completion cursor kinds with indexing cursorDouglas Gregor2010-09-039-184/+126
* Improved name demangling performance by 20% on darwin.Greg Clayton2010-09-035-24/+56
* Inline isShuffleMaskLegal into LowerVECTOR_SHUFFLE, so we can startBruno Cardoso Lopes2010-09-031-4/+23
* Converted TestGlobalVariables.py to Dsym/Dwarf combination.Johnny Chen2010-09-031-1/+12
* Converted TestFunctionTypes.py to Dsym/Dwarf combination.Johnny Chen2010-09-031-1/+12
* Converted TestEnumTypes.py to Dsym/Dwarf combination.Johnny Chen2010-09-031-1/+15
* Truncate block variable of bool type to i1 when itsFariborz Jahanian2010-09-034-20/+9
* Configure libc++ to recognize and use inline namespaces for clang. Many, man...Howard Hinnant2010-09-031-9/+17
* Propagate non-local comparisons. Fixes PR1757.Owen Anderson2010-09-032-0/+72
* Reapply this increase to the number of virtual registers. All of theEric Christopher2010-09-031-1/+1
* Cleaned up step logging a bit.Greg Clayton2010-09-036-30/+43
* Fixed an lldb infrastructure bug, where the debugger should reaaly update itsJohnny Chen2010-09-033-5/+6
* Disable the asserts that check that normalization is perfectlyDan Gohman2010-09-031-2/+7
* Reapply considered harmfull part of rr112934 and r112942.Bruno Cardoso Lopes2010-09-031-12/+109
* Fix PR7402 when it strikes via template instantiation.Chandler Carruth2010-09-032-0/+24
* It's OK for classes to have flexible array elements (but not unions).Anders Carlsson2010-09-032-1/+11
* [futures.atomic_future] and notify_all_at_thread_exit. This completes the he...Howard Hinnant2010-09-0317-3/+1010
* previous patch was a little too tricky for its own good. Don't try toJim Grosbach2010-09-031-8/+7
* Cope with llvm's reference to bool type of 'i1' vs. clang'sFariborz Jahanian2010-09-032-0/+37
* Remove the rest of the nonexistent 64-bit AVX instructions.Dale Johannesen2010-09-032-175/+76
* Clean up some whitespace and comments from this test that were remnants ofChandler Carruth2010-09-031-3/+0
* Added some extra logging to track asynchronous packet activity.Greg Clayton2010-09-033-0/+28
* Allow anonymous and local types. The support was already in place for these,Chandler Carruth2010-09-036-26/+91
* Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2010-09-034-23/+41
* Reapply last harmless part of r112934, the pattern fragment to match X86UnpcklpdBruno Cardoso Lopes2010-09-031-0/+7
* Reintroduce a simple function refactoring done in r112934, also without any f...Bruno Cardoso Lopes2010-09-031-10/+12
* Reapply piecies of r112942 and r112934 which don't doBruno Cardoso Lopes2010-09-031-0/+36
* Reapply Fix commentBruno Cardoso Lopes2010-09-031-3/+3
* Revert r112934, "- Use specific nodes to match unpckl masks.", which introducedDaniel Dunbar2010-09-032-133/+16
* Revert r112938 "Fix comment", which depends on r112934, which introduced someDaniel Dunbar2010-09-031-3/+3
* Revert r112942, "Use punpckh and unpckh family of nodes instead of using unpckhDaniel Dunbar2010-09-031-23/+3
* Add a missing check when legalizing a vector extending load. This doesn'tBob Wilson2010-09-031-3/+5
* Fixed a case where we might be able to acquire a mutex with a try lock andGreg Clayton2010-09-035-13/+41