summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reordering fields to reduce padding in Clang. NFCBen Craig2015-12-142-11/+11
* [WebAssembly] Add an assert to sanity-check dead flags.Dan Gohman2015-12-141-0/+3
* Start implementing FDE dumping when printing the eh_frame.Pete Cooper2015-12-142-6/+113
* Temporarily skip TestWithLimitDebugInfo on Darwin and OS XTodd Fiala2015-12-141-0/+2
* [Editline] Redesign automatic indentation fix command for robustnessKate Stone2015-12-141-20/+33
* Correction in TestFrames.py test for arm targets in thumb modeOmair Javaid2015-12-141-3/+6
* Print the eh_frame section in MachoDump.Pete Cooper2015-12-143-1/+198
* [PATCH] Adding checker to detect excess padding in recordsBen Craig2015-12-146-0/+959
* [Hexagon] Add "const" to function parameters in HexagonInstrInfoKrzysztof Parzyszek2015-12-142-35/+37
* test infra: enable single-worker rerun phase for flakey tests.Todd Fiala2015-12-149-26/+195
* Make skipIf decorator support not_in() functor.Zachary Turner2015-12-141-6/+8
* Fix formatting. NFC.Diego Novillo2015-12-141-8/+5
* [Packetizer] Add AliasAnalysis as a parameter to the packetizerKrzysztof Parzyszek2015-12-144-10/+18
* [PowerPC] Fix test/CodeGen/ppc-sfvarargsPetar Jovanovic2015-12-141-1/+1
* Add missing vtable anchor's.Pete Cooper2015-12-142-0/+12
* [Packetizer] Make endPacket virtualKrzysztof Parzyszek2015-12-141-2/+4
* [ConstantFold] Fix bitcast to gep constant folding transform.David Majnemer2015-12-143-1/+22
* Save several std::string constructions using llvm::Twine.Yaron Keren2015-12-141-9/+6
* docs: Correct wording in LangRef relating to available_externally linkage.Peter Collingbourne2015-12-141-8/+9
* [PowerPC] Fix make-check issuesPetar Jovanovic2015-12-142-7/+7
* Allow pseudo-destructor calls on forward-declared Objective-C class pointers.John McCall2015-12-142-1/+29
* Remove the successor probabilities normalization in tail duplication pass.Cong Hou2015-12-141-1/+0
* [MergeFunctions] Use II instead of CI for InvokeInst; NFCSanjoy Das2015-12-142-5/+35
* Teach MergeFunctions about operand bundlesSanjoy Das2015-12-142-0/+65
* Teach haveSameSpecialState about operand bundlesSanjoy Das2015-12-143-3/+41
* Add "const" to function arguments in DFAPacketizerKrzysztof Parzyszek2015-12-143-13/+13
* Make debug info specification use categories system.Zachary Turner2015-12-148-107/+42
* clang-cl: make /Wall turn on both -Wall and -Wextra (PR25563)Hans Wennborg2015-12-142-2/+2
* [PGO] Value profiling text format reader/writer supportXinliang David Li2015-12-148-1/+284
* [IR] Remove terminatepadDavid Majnemer2015-12-1441-771/+110
* [MS ABI] Don't rely on terminatepadDavid Majnemer2015-12-143-10/+11
* FastISel needs to remove dead code when it bails out.Paul Robinson2015-12-143-2/+182
* K-Ballo pointed out a mistake in the add_lvalue_ref tests I checked in; now m...Marshall Clow2015-12-141-7/+7
* Missed this on the previous (255517) commitMarshall Clow2015-12-141-0/+49
* Fix a corner case that involved calling rethrow_if_nested with a type that ha...Marshall Clow2015-12-143-53/+10
* [Power PC] llvm soft float support for ppc32Petar Jovanovic2015-12-147-8/+82
* [Power PC] add soft float support for ppc32Petar Jovanovic2015-12-145-11/+144
* Fix broken visual studio builds by disabling KMP_USE_TSX.Jonathan Peyton2015-12-141-1/+2
* Add add_lvalue_ref tests for a few function types, with a note why not moreMarshall Clow2015-12-141-0/+36
* AMDGPU: Use generic bitreverse intrinsicMatt Arsenault2015-12-148-37/+143
* getParent() ^ 3 == getModule() ; NFCISanjay Patel2015-12-1416-40/+28
* [Hexagon] Xfail two tests that fail due to over-aligning arraysKrzysztof Parzyszek2015-12-142-0/+9
* Remove dead function AArch64TargetLowering::getFunctionAlignment. NFC.Geoff Berry2015-12-142-8/+0
* AMDGPU: Fix splitting vector loads with existing offsetsMatt Arsenault2015-12-142-9/+122
* [TSAN, PPC64] Fix obvious typo of supported virtual memory sizesBill Schmidt2015-12-141-1/+1
* BlockGenerator: Do not use fast-path for external constantsTobias Grosser2015-12-141-3/+6
* BlockGenerator: Drop unneeded const_castsTobias Grosser2015-12-141-3/+3
* [InstCombine] fold trunc ([lshr] (bitcast vector) ) --> extractelement (PR25543)Sanjay Patel2015-12-142-66/+54
* Revert "Always treat scalar writes as MUST_WRITEs"Tobias Grosser2015-12-146-16/+24
* [Hexagon] Update default paths and argumentsKrzysztof Parzyszek2015-12-1416-1326/+679
OpenPOWER on IntegriCloud