summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix member refs with using decl + anonymous union.Eli Friedman2013-07-163-15/+31
* Revert "Don't pass llvm::errs() all over the place. Diagnostics always go to ...Rafael Espindola2013-07-157-75/+98
* Add mingw32 to the XFAIL. I forgot about it when adding win32.Rafael Espindola2013-07-151-1/+1
* PEI: Support for non-zero SPAdj at beginning of a basic block.Manman Ren2013-07-153-15/+280
* Fixed a problem in IRForTarget where we would notSean Callanan2013-07-154-2/+107
* Disabling the introspecting summary for __NSCFSet (essentially, for CF*SetRef)Enrico Granata2013-07-151-2/+2
* Remove unused RunLocker and related codeEd Maste2013-07-152-59/+0
* <rdar://problem/13793059>Greg Clayton2013-07-157-40/+250
* PR16628: Fix a bug in the code that merges compares.Nadav Rotem2013-07-152-1/+30
* Fix typeo in diagnose-unwind.py.Jason Molenda2013-07-151-1/+1
* PPC: Refactoring to support subtarget feature changingHal Finkel2013-07-152-37/+69
* Further simplify test case from r186119/r186035.David Blaikie2013-07-151-123/+94
* [PECOFF][Writer] Follow up patch for r186336.Rui Ueyama2013-07-151-3/+3
* XFAIL on windows too and document the XFAILs.Rafael Espindola2013-07-151-1/+4
* [PECOFF][Writer] s/dyn_cast/cast/ where we don't expect null return value.Rui Ueyama2013-07-151-3/+3
* [PECOFF][Writer] Refactoring: Move private methods below public ones.Rui Ueyama2013-07-151-40/+39
* Test case for r18266 (serialization support for TagDecl:IsCompleteDefinitionR...David Blaikie2013-07-152-0/+12
* Machine Verifier: verify FrameSetup and FrameDestroyManman Ren2013-07-151-0/+132
* ObjC migrator: finding conforming protocolFariborz Jahanian2013-07-153-2/+79
* Fix a typo in the diagnostic note added in r186342.Kaelyn Uhrain2013-07-152-3/+3
* Fix issues with GCC debugging. GCC emits DWARF in unique ways that LLDB wasn'...Greg Clayton2013-07-152-0/+18
* [PECOFF] Fix comment.Rui Ueyama2013-07-151-3/+3
* Remove an extra is_directory call.Rafael Espindola2013-07-151-11/+0
* Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14Marshall Clow2013-07-155-9/+22
* Fix register subclass handling in PPCInstrInfo::insertSelectHal Finkel2013-07-152-5/+60
* Move the "->" to "." fixit from r186128 into a separate note sinceKaelyn Uhrain2013-07-154-18/+20
* [mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner2013-07-152-2/+109
* Add support for type traversal matchers.Samuel Benzaquen2013-07-159-170/+206
* R600/SI: Add support for 64-bit loadsTom Stellard2013-07-155-1/+85
* Remove invalid assert in DAGTypeLegalizer::RemapValueHal Finkel2013-07-152-1/+61
* Actually use the return value we get back whenSean Callanan2013-07-151-15/+10
* [PECOFF][Writer] Emit .reloc section.Rui Ueyama2013-07-153-50/+217
* Bill Fisher: This patch fixes an ill-formed comparison when parsing control e...Howard Hinnant2013-07-152-13/+30
* A few fixes to tests for Windows port.Howard Hinnant2013-07-153-4/+5
* Remove trailing whitespaceStephen Lin2013-07-151-36/+36
* Revert r186316 while I track down an ASan failure and an assert fromChandler Carruth2013-07-152-973/+1256
* Re-revert r86040, which was un-reverted in r186199.Chandler Carruth2013-07-158-69/+32
* Teaching llvm-tblgen to not emit a switch statement when there are no case st...Aaron Ballman2013-07-153-53/+88
* Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator"Reid Kleckner2013-07-152-14/+4
* Fix check_lint warnings in sanitizers' runtime librariesTimur Iskhodzhanov2013-07-157-12/+14
* Fix UseAuto not transforming iterator when non-fully qualifiers are used andAriel J. Bernal2013-07-156-54/+79
* Add integer-gentype.inc: Missing file from r185839Tom Stellard2013-07-151-0/+39
* Adds a passing test for step-over and step-out when the inferior is about to ...Ashok Thirumurthi2013-07-153-0/+106
* clang-format: Improve c-style cast detection.Daniel Jasper2013-07-152-2/+5
* Add macro _LIBCPP_CONSTEXPR_AFTER_CXX11 for functions that have been marked c...Marshall Clow2013-07-151-0/+7
* Improvement of change r186320.Daniel Jasper2013-07-153-10/+13
* Test commit to see if write access works.Job Noorman2013-07-151-1/+1
* Improve formatting of operator<< chains.Daniel Jasper2013-07-153-2/+5
* [Option] Store arg strings in a set backed by a BumpPtrAllocatorReid Kleckner2013-07-152-4/+14
* Replacing an empty switch with its moral equivalent. No functional changes i...Aaron Ballman2013-07-151-7/+3
OpenPOWER on IntegriCloud