platform/upstream/llvm.git
2014-04-18 Todd FialaFix TestPtrRef2Typedef with new const adornment on...
2014-04-18 Todd FialaAddress hung tests in Linux.
2014-04-18 Benjamin KramerLineIterator: Add DataTypes.h for int64_t on MSVC.
2014-04-18 Benjamin KramerAdd some missing includes for various standard library...
2014-04-18 Benjamin KramerMake the copy member of StringRef/ArrayRef generic...
2014-04-18 Timur IskhodzhanovSplit out the no-thunk multiple inheritance tests
2014-04-18 Tim NorthoverAArch64/ARM64: add more NEON tests.
2014-04-18 Benjamin KramerAllocator: Remove ReferenceAdder hack.
2014-04-18 Tim NorthoverARM64: disable generation of .loh directives outside...
2014-04-18 Tim NorthoverARM64: don't emit .subsections_via_symbols on ELF.
2014-04-18 Tim NorthoverARM64: add extra NEG pattern.
2014-04-18 Dmitri GribenkoAdd more constness to module-related APIs
2014-04-18 Tim NorthoverARM64: make sure the caller is expected to extend in...
2014-04-18 Evgeniy Stepanov[asan] Reenable tests that should pass since PR19207...
2014-04-18 Tim NorthoverAArch64/ARM64: port more AArch64 tests to ARM64.
2014-04-18 Tim NorthoverAArch64/ARM64: add non-scalar lowering for more FCVT...
2014-04-18 Aaron BallmanUpdating to use more range-based for loops, nullptr...
2014-04-18 Evgeniy Stepanov[msan] Add missing quotes.
2014-04-18 Tim NorthoverAArch64/ARM64: improve spotting of EXT instructions...
2014-04-18 Evgeniy Stepanov[msan] Run msan_test in the new with-calls mode.
2014-04-18 Evgeniy Stepanov[msan] Missing declarations for the new interface funct...
2014-04-18 Evgeniy Stepanov[msan] Add -msan-instrumentation-with-call-threshold.
2014-04-18 Evgeniy Stepanov[msan] Add new MSan callbacks for instrumentation-with...
2014-04-18 Chandler Carruth[LCG] Remove all of the complexity stemming from suppor...
2014-04-18 Chandler Carruth[Allocator] Fix an obvious think-o with the move assignment
2014-04-18 Chandler Carruth[LCG] Add support for building persistent and connected...
2014-04-18 Tim NorthoverARM64: make sure HFAs on the stack get properly aligned.
2014-04-18 Benjamin KramerX86: Pattern match scalar loads + vcvtph2ps into just...
2014-04-18 Dmitry Vyukovtsan: add benchmark that allows to investigate shadow...
2014-04-18 Tobias GrosserReally fix the load case.
2014-04-18 Chandler CarruthRevert r206565 (and r206566 which updated tests).
2014-04-18 Tim NorthoverAArch64/ARM64: port atomics test to ARM64.
2014-04-18 Tim NorthoverAArch64/ARM64: spot a greater variety of concat_vector...
2014-04-18 Tim NorthoverARM64: implement cunning optimisation from AArch64
2014-04-18 Tim NorthoverARM64: spot a vector_shuffle that maps to INS and expand.
2014-04-18 Tim NorthoverARM64: nick some AArch64 patterns for extract/insert...
2014-04-18 Tim NorthoverAArch64/ARM64: emit all vector FP comparisons as such.
2014-04-18 Tim NorthoverAArch64/ARM64: port BSL logic from AArch64 & enable...
2014-04-18 Tim NorthoverAArch64/ARM64: copy byval implementation from AArch64.
2014-04-18 Jiangning LiuAdd missing config file for newly added test case intro...
2014-04-18 Yaron KerenUpdated test with register names following r206565.
2014-04-18 Yaron KerenPatch by Ray Donnelly.
2014-04-18 Kostya Serebryany[asan] one more workaround for PR17409: don't do BB...
2014-04-18 Jiangning LiuThis commit allows vectorized loops to be unrolled...
2014-04-18 Matt ArsenaultR600: Minor cleanups.
2014-04-18 Lang Hames[ExecutionEngine] Allow JIT clients to enable/disable...
2014-04-18 Rui Ueyama[ELF] Fix GNU_RELRO section name.
2014-04-18 Jiangning LiuThis is one of the optimizations ported from ARM64...
2014-04-18 Matt ArsenaultR600/SI: Try to use scalar BFE.
2014-04-18 Jiangning LiuThis commit enables unaligned memory accesses of vector...
2014-04-18 Duncan P. N... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Justin BognerOnDiskHashTable: Provide iterator_range for keys and...
2014-04-18 Duncan P. N... blockfreq: Really fix r206548 (and r206549)
2014-04-18 Jim Grosbachc++11: Tidy up tblgen w/ range loops.
2014-04-18 Jim Grosbachiterator access to scheduling classes
2014-04-18 Jim Grosbachiterator_range accessor for CodeGenTarget instruction...
2014-04-18 Jim Grosbachiterator based accessors for CodeGenInstruction operand...
2014-04-18 Duncan P. N... blockfreq: Fixing MSVC after r206548?
2014-04-18 Duncan P. N... blockfreq: Rewrite BlockFrequencyInfoImpl
2014-04-18 Matt ArsenaultR600/SI: Match sign_extend_inreg to s_sext_i32_i8 and...
2014-04-18 Reid KlecknerFix a -Wmicrosoft warning on an unrepresentable enum
2014-04-18 Paul RobinsonFix example for VS2012.
2014-04-18 Duncan P. N... BackendUtil: Pass through -mdisable-tail-calls
2014-04-18 Duncan P. N... PMBuilder: Expose an option to disable tail calls
2014-04-18 Tom StellardR600/SI: Use SReg_64 instead of VSrc_64 when selecting...
2014-04-17 Jim Grosbach[ARM64,C++11] Range'ify another loop.
2014-04-17 Rui Ueyama[ELF] Fix typo that caused a test to fail on FreeBSD.
2014-04-17 Jason MolendaAdd FreeBSDSignals.cpp to project file.
2014-04-17 Tobias GrosserEnsure a scalar pointer when issuing a vector load
2014-04-17 Justin Bognertest: Use llvm-profdata merge in Profile tests
2014-04-17 Reid KlecknerMS ABI: Don't append to vbtables that we shouldn't...
2014-04-17 Diego NovilloFix bug 19437 - Only add discriminators for DWARF 4...
2014-04-17 Nuno Lopesremove some dead code
2014-04-17 Reed KotlerStart pushing changes for Mips Fast-Isel
2014-04-17 Timur IskhodzhanovFollow-up to r206457 -- fix static adjustments for...
2014-04-17 Aaron BallmanMaking some public members into private members. This...
2014-04-17 Louis GerbargMake test/CodeGen/ARM64/vector-insertion.ll explicitly...
2014-04-17 Tom StellardR600: Add comment clariying use of sext for result...
2014-04-17 Tom StellardR600/SI: Stop using i128 as the resource descriptor...
2014-04-17 Tom StellardR600/SI: Change default register class for i32 to SReg_32
2014-04-17 Tom StellardR600/SI: Teach SIInstrInfo::moveToVALU() how to handle...
2014-04-17 Tom StellardR600/SI: Legalize operands after changing dst reg in...
2014-04-17 Louis GerbargImprove ARM64 vector creation
2014-04-17 Jim GrosbachARM64: [su]xtw use W regs as inputs, not X regs.
2014-04-17 Richard SmithFix comment.
2014-04-17 Richard SmithAdd missing serialization code for one of the CXXRecord...
2014-04-17 David BlaikieManagedStatic is never built with a null constructor...
2014-04-17 Aaron BallmanNitpicky refactoring -- use of nullptr and auto, made...
2014-04-17 Tim NorthoverARM64: switch to IR-based atomic operations.
2014-04-17 Tim NorthoverARM64: add acquire/release versions of the existing...
2014-04-17 Tobias GrosserLink to notes of our last phone call
2014-04-17 Gerolf HoflehnerReverse 206485.
2014-04-17 Josh Magee[stack protector] Make the StackProtector pass respect...
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-17 Simon Atanasyan[Mips] Fix typo in the test.
2014-04-17 John ThompsonRevised per Dmitri's comments. My first exposure to...
2014-04-17 Marshall ClowFixed a test that was attempting to use rvalue-referenc...
2014-04-17 Duncan P. N... C++11: Compatibility with (C++03 => MSVC)
2014-04-17 Duncan P. N... C++11: Document some limitations imposed by MSVC
2014-04-17 Nico Weberclang-format.py: Don't omit the first two words from...
next