summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mips][ias] fix li macro when values are negated with ~Simon Dardis2016-10-054-8/+44
* Removing the new Minidump pluginDimitar Vlahovski2016-10-0520-820/+25
* Try to fix Android build.Zachary Turner2016-10-051-1/+1
* [LV] Add isScalarWithPredication helper function (NFC)Matthew Simpson2016-10-051-11/+23
* Revert "[asan] Switch to using dynamic shadow offset on iOS"Anna Zaks2016-10-054-44/+6
* Revert "[asan] LLVM: Switch to using dynamic shadow offset on iOS"Anna Zaks2016-10-051-3/+2
* [DAG] Teach computeKnownBits and ComputeNumSignBits in SelectionDAG to look t...Bjorn Pettersson2016-10-054-3/+57
* Test commit permission. NFCBjorn Pettersson2016-10-051-1/+1
* Convert some breakpoint code to use StringRef.Zachary Turner2016-10-054-257/+198
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-0539-233/+274
* Disable warnings in LLDBWrapPython.cpp with -Werror.Zachary Turner2016-10-051-0/+8
* Fix build due to comparison of std::pairs.Zachary Turner2016-10-051-16/+20
* Mark LWG#2358 as doneMarshall Clow2016-10-051-2/+2
* Simplify setting the Live bit in SectionPiece. NFC.Rafael Espindola2016-10-052-13/+7
* Make tests for is_empty better. No functional change.Marshall Clow2016-10-051-5/+31
* [change-namespace] Pass Style to ChangeNamespaceTool.Haojian Wu2016-10-051-1/+1
* Add llvm::enumerate() range adapter.Zachary Turner2016-10-052-54/+147
* Don't pass null to memcpy. Should fix the asan bots.Rafael Espindola2016-10-051-1/+2
* [RenderScript] reflow/reword some comments and normalize namesLuke Drummond2016-10-054-567/+508
* Recommit: "[mips] Add rsqrt, recip for MIPS"Simon Dardis2016-10-0558-90/+182
* [change-namespace] Fixed a bug in getShortestQualifiedNameInNamespace.Eric Liu2016-10-052-10/+31
* Make DeletedLines local variables in checkEmptyNamespace.Eric Liu2016-10-052-5/+24
* Add another append test for basic_stringMarshall Clow2016-10-051-0/+4
* [clang-format] append newline after code when inserting new headers at the en...Eric Liu2016-10-052-3/+20
* Revert r282920 "X86: Allow conditional tail calls in Win64 "leaf" functions (...Hans Wennborg2016-10-053-31/+8
* Remove redundant check. NFC.Rafael Espindola2016-10-051-3/+1
* Revert "[mips] Add rsqrt, recip for MIPS"Simon Dardis2016-10-0561-226/+98
* [X86] Don't randomly encode %rip where illegalDouglas Katzman2016-10-054-4/+40
* Mark LWG issues 2221, 2556 and 2589 as completeMarshall Clow2016-10-051-7/+7
* xfailing minidump tests again ... :(Dimitar Vlahovski2016-10-051-0/+6
* [Thumb] Don't try and emit LDRH/LDRB from the constant poolJames Molloy2016-10-052-0/+23
* [X86] Fix some tests that didn't assert anythingDouglas Katzman2016-10-051-3/+3
* Fixing new Minidump plugin testsDimitar Vlahovski2016-10-053-18/+14
* cleanup RSCoordinate handling and factor out coordinate parserLuke Drummond2016-10-052-128/+141
* Test commit permissionOren Ben Simhon2016-10-051-1/+1
* Test commit permissionOren Ben Simhon2016-10-051-2/+2
* [AVR] Don't select 'MOVW' instructions when they are not supportedDylan McKay2016-10-051-15/+41
* [AVR] Add AVRRegisterInfo::splitReg functionDylan McKay2016-10-052-2/+14
* Fix machine operand traversal in ScheduleDAGInstrs::fixupKillsKrzysztof Parzyszek2016-10-052-2/+44
* [Clang][AVX512][BuiltIn]Adding missing intrinsics move_{sd|ss} to clangMichael Zuckerman2016-10-053-0/+64
* Delete unused global in ClangExpressionVariable.cppLuke Drummond2016-10-051-2/+0
* [AVR] Update return type of dynamic alloca passDylan McKay2016-10-051-2/+2
* [AVR] Add the AVR frame lowering codeDylan McKay2016-10-052-0/+538
* [AVR] Split all of the AVR device definitions into a separate fileDylan McKay2016-10-052-487/+493
* [AVR] Enable the instruction printer in the target definitionDylan McKay2016-10-051-5/+5
* [AVR] Add definitions for the ATTiny102 and ATtiny104 chipsDylan McKay2016-10-051-0/+2
* Do not join sections for relocatable object filesEugene Leviant2016-10-054-12/+37
* Overhaul clang-include-fixer.elHaojian Wu2016-10-053-207/+416
* [ELF] make KEEP command recognize file patternsEugene Leviant2016-10-054-6/+24
* [Sema] Packed member warning: Use the typedef name for anonymous structuresAlex Lorenz2016-10-052-1/+41
OpenPOWER on IntegriCloud