platform/upstream/llvm.git
2014-11-26 Craig TopperReplace neverHasSideEffects=1 with hasSideEffects=0...
2014-11-26 Alexey Samsonov[ASan] Fix typo in test
2014-11-26 Rui Ueyama[PECOFF] Properly close a file descriptor.
2014-11-25 David MajnemerCodeGen: Fix emission of __atomic_compare_exchange
2014-11-25 Kaelyn TakataEnsure that any TypoExprs in the arguments to bultins...
2014-11-25 Simon Pilgrim[X86][SSE] Improvements to byte shift shuffle matching
2014-11-25 Colin LeMahieu[Hexagon] Adding add64 and sub64 instructions.
2014-11-25 Eric FiselierFixes to get libc++ building on sun solaris. Patch...
2014-11-25 Colin LeMahieuReverting 222792
2014-11-25 Colin LeMahieu[Hexagon] Adding compare with immediate instructions.
2014-11-25 Colin LeMahieu[Hexagon] Adding NOP encoding bits.
2014-11-25 Peter CollingbourneGo bindings: add DIBuilder.InsertValueAtEnd
2014-11-25 Matt ArsenaultR600/SI: Only use one DEBUG()
2014-11-25 Rafael EspindolaThis test requires asserts because of -stats.
2014-11-25 Rafael Espindolagold plugin: call llvm_shutdown so that -stats works.
2014-11-25 Cameron McInally[AVX512] Add 512b integer shift by variable intrinsics...
2014-11-25 Colin LeMahieu[Hexagon] [NFC] Adding trailing whitespace to test...
2014-11-25 Colin LeMahieu[Hexagon] Adding C2_mux instruction.
2014-11-25 Craig TopperRemove unncessary check for Int_* and *_Int in AsmMatch...
2014-11-25 Craig TopperUse range-based for loops.
2014-11-25 Craig TopperRemove dead code.
2014-11-25 Craig TopperRemove unused MaxSize variable.
2014-11-25 Craig TopperMove a vector instead of copying it.
2014-11-25 Craig TopperRemove space before tab in all AVX512 mnemonic strings.
2014-11-25 Rui Ueyama[PECOFF] Ignore /maxilkfile option.
2014-11-25 Zachary TurnerWhen a process stops, set the StopInfo object on Windows.
2014-11-25 Zachary TurnerDisable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.
2014-11-25 Zachary TurnerAdd some more comments explaining the purpose of some...
2014-11-25 Rui Ueyama[PECOFF] Create an empty PDB file if debug option is...
2014-11-25 Hans WennborgRemove useless rdar:// comment from switch_to_lookup_ta...
2014-11-25 Colin LeMahieu[Hexagon] Replacing cmp* instructions with ones that...
2014-11-25 Colin LeMahieuCleaning out google tests from MC.
2014-11-25 Paul RobinsonTry to fix a ppc64 bot. What is this 'signext' stuff...
2014-11-25 Hans WennborgLazyValueInfo: Actually re-visit partially solved block...
2014-11-25 Joerg SonnenbergerSmall model and JIT generally don't go well with each...
2014-11-25 Tobias GrosserAdd PreHeader always to OuterLoop
2014-11-25 Manuel KlimekRe-apply r222646 (was reverted in r222667). Adding...
2014-11-25 Rafael EspindolaSet the body of a new struct as soon as it is created.
2014-11-25 Evgeniy Stepanov[msan] Annotate zlib functions for MemorySanitizer.
2014-11-25 Evgeniy Stepanov[msan] Remove leftover MSanDR bits in tests.
2014-11-25 Rafael EspindolaMisc style fixes. NFC.
2014-11-25 Joerg SonnenbergerReapply 222538 and update tests to explicitly request...
2014-11-25 Joerg SonnenbergerMark as explicit failing on x86-64 -- small memory...
2014-11-25 Rafael EspindolaRemove a bit of duplicated code.
2014-11-25 Viktor Kutuzov[Sanitizers] Intercept __tls_get_addr() and shmctl...
2014-11-25 Viktor Kutuzov[Asan] Pack signal context into a structure
2014-11-25 Daniel Jasperclang-tidy: [misc-use-override] Add testcase with rever...
2014-11-25 Tobias GrosserAssume GetElementPtr offsets to be inbounds
2014-11-25 Chandler CarruthRevert r222746: That commit did not update any tests...
2014-11-25 Zoran Jovanovic[mips][micromips] Use call instructions with short...
2014-11-25 Daniel Jasperclang-tidy: Add override before the first attribute.
2014-11-25 Hafiz Abid... Add initial lldb-mi tests.
2014-11-25 Chandler CarruthUpdate Clang tests that run the LLVM optimizer to refle...
2014-11-25 Chandler Carruth[InstCombine] Change LLVM To canonicalize toward the...
2014-11-25 Daniel Jasperclang-format: Refactoring.
2014-11-25 Marek OlsakR600/SI: Disable commutativity for MIN/MAX_LEGACY
2014-11-25 Daniel JasperAdd flag -f(no-)modules-implicit-maps.
2014-11-25 Charlie TurnerCorrectly handle Tag_CPU_arch_profile.
2014-11-25 Chandler CarruthAdd a missing override, caught by clang's inconsistent...
2014-11-25 Sergey Dmitrouk[ARM] Define __ARM_FEATURE_DSP macro for CPUs that...
2014-11-25 Suyog SardaChange the test case file to use FileCheck instead...
2014-11-25 Chandler CarruthRevert r220349 to re-instate r220277 with a fix for...
2014-11-25 Jay Foad[ASan] Fix leak tests on 64-bit targets other than...
2014-11-25 Matt ArsenaultR600/SI: Fix allocating flat_scr_lo / flat_scr_hi
2014-11-25 David MajnemerForgot to add a file for r222734
2014-11-25 David MajnemerCOFF: Add back an assertion that is superseded by r222124
2014-11-25 David MajnemerCOFF: Add another test for r222124
2014-11-25 David MajnemerMS ABI: Add CodeGen support for rethrowing MS C++ excep...
2014-11-25 Yury Gribov[asan] Improvements for asan deactivated mode: disable...
2014-11-25 David Majnemerdocs: Update the MSVCCompatibility doc for changes...
2014-11-25 Rafael EspindolaUse a range loop. NFC.
2014-11-25 Rafael EspindolaStyle fix: don't indent inside a namemespace.
2014-11-25 Rafael EspindolaRemove a nested anonymous namespace.
2014-11-25 Rafael EspindolaFix overly aggressive type merging.
2014-11-25 Simon Atanasyan[Object][Mips] Return address of MIPS symbol with clear...
2014-11-25 Rafael EspindolaLink the type of aliases.
2014-11-25 Rafael EspindolaDon't repeat name in comment or duplicate comment....
2014-11-25 Rafael EspindolaUse range loops. NFC.
2014-11-25 Juergen Ributzka[FastISel][AArch64] Fix and extend the tbz/tbnz pattern...
2014-11-25 Saleem AbdulrasoolCodeGen: further simplify assertion
2014-11-25 Rafael EspindolaAdd an interesting test that we already get right....
2014-11-25 Eric FiselierFix comment on end of #endif to match #if
2014-11-25 Eric FiselierUse lit.util.executeCommand instead of our own version
2014-11-25 Eric FiselierUse lit.util.executeCommand instead of our own version
2014-11-25 David MajnemerInstSimplify: Handle some simple tautological comparisons
2014-11-25 David BlaikieRevert "unique_ptrify LLVMContextImpl::CAZConstants"
2014-11-25 David Blaikieunique_ptrify LLVMContextImpl::CAZConstants
2014-11-25 Hal Finkel[PowerPC] Add the 'attn' instruction
2014-11-24 Eric FiselierPrint lit configuration information after all configura...
2014-11-24 Hal Finkel[PowerPC] Implement combineRepeatedFPDivisors
2014-11-24 Philip ReamesFactor check for the assume intrinsic out of checks...
2014-11-24 Paul RobinsonSee if this fixes Mips bot; ignore contents of paramete...
2014-11-24 Philip ReamesIncorporate review comments from r221742
2014-11-24 Matt ArsenaultBug 21610: Canonicalize min/max fcmp selects to use...
2014-11-24 Matt ArsenaultConvert test to FileCheck and use CHECK-LABEL
2014-11-24 Eric Fiselier[libcxxabi] Refactor building and testing libc++abi...
2014-11-24 Eric Fiselier[libcxxabi] Refactor test timing logic and disable...
2014-11-24 Philip ReamesClarify wording in the LangRef around !invariant.load
2014-11-24 Alexey Samsonov[TSan] Deflake test
2014-11-24 Dan AlbertAdd better support for custom test runners.
next