platform/upstream/llvm.git
2014-06-20 Dmitry Vyukovtsan: add Go build script for freebsd
2014-06-20 Dmitry Vyukovtsan: port to freebsd
2014-06-20 Dmitry Vyukovtsan: fix freebsd build
2014-06-20 Rafael EspindolaUse compact unwind for the iOS simulator.
2014-06-20 Rafael EspindolaUse a helper function and clang-format.
2014-06-20 Duncan P. N... Support: ScaledNumber: Fix inconsistent test names
2014-06-20 Duncan P. N... Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()
2014-06-20 Rafael EspindolaDelete dead code.
2014-06-20 Justin BognerDriver: Record that we're in crashdump and push flags...
2014-06-20 David MajnemerCodeGen: Fix test to work with assertions as well
2014-06-20 Duncan P. N... Support: Write ScaledNumber::getQuotient() and getProduct()
2014-06-20 David MajnemerCodeGen: typeid/dynamic_cast tests don't need asserts
2014-06-20 Duncan P. N... Support: Cleanup ScaledNumber::getAdjusted() doc
2014-06-20 Duncan P. N... Support: Mark end of namespaces
2014-06-20 Kevin EnderbyFix some double printing of filenames for archives...
2014-06-20 Rafael EspindolaDon't produce eh_frame relocations when targeting the...
2014-06-20 Justin BognerDriver: Remove some superfluous calls to Arg->claim()
2014-06-20 David MajnemerCodeGen: Refactor dynamic_cast and typeid
2014-06-20 Zachary TurnerRevert "Replace Execution Engine's mutex with std:...
2014-06-20 Greg ClaytonFixed the "log enable gdb-remote packets" to support...
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-20 Richard SmithC++ status page: restore the convention of saying ...
2014-06-20 Richard SmithBe less bold.
2014-06-20 Richard Smith[C++1z] Add C++1z to the C++ status page.
2014-06-20 Richard SmithFix typo in r211394.
2014-06-20 Richard Smith[C++1z] Implement N3928: message in static_assert is...
2014-06-20 David BlaikieFix some -Wsign-compare fallout from changing container...
2014-06-20 Richard Smith[C++1z] Implement N3981: Disable trigraphs by default...
2014-06-20 Stepan DyatkovskiyCommited patch from Björn Steinbrink:
2014-06-20 Adam Nemet[Make] Fix dependencies for td.expanded
2014-06-20 Dmitry Vyukovtsan: remove unused header include
2014-06-20 Richard SmithDon't crash when emitting a glvalue conditional where...
2014-06-20 Dmitry Vyukovtsan: remove unused header include
2014-06-20 Dmitry Vyukovtsan: remove unused header include
2014-06-20 Ulrich Weigand[RuntimeDyld] Fix ppc64 stub relocations on little...
2014-06-20 Kevin EnderbyFix a warning about the use of const being ignored...
2014-06-20 Ulrich Weigand[RuntimeDyld] Support more PPC64 relocations
2014-06-20 Todd FialaAdded gdb-remote tests for Q{Save,Restore}RegisterState.
2014-06-20 Serge PavlovFix crash caused by unnamed union or struct when doing...
2014-06-20 Johannes Doerfert[Refactor] Simplify memory access isWrite
2014-06-20 Tom StellardR600/SI: Add patterns for ctpop inside a branch
2014-06-20 Tom StellardR600/SI: Add a pattern for f32 ftrunc
2014-06-20 Tom StellardR600: Expand vector flog2
2014-06-20 Tom StellardR600: Expand vector fexp2
2014-06-20 Tom StellardR600/SI: SI Control Flow Annotation bug fixed
2014-06-20 Tom StellardR600/SI: Add a VALU pattern for i64 xor
2014-06-20 Johannes DoerfertReduction like is now a memory access property
2014-06-20 Tim NorthoverPE/COFF: move PAGE_SIZE into the PECOFFLinkingContext.
2014-06-20 Ulrich Weigand[PowerPC] Fix small argument stack slot offset for LE
2014-06-20 Johannes DoerfertModel statement wise reduction dependences
2014-06-20 Ulrich Weigand[PowerPC] Fix small argument stack slot offset for LE
2014-06-20 Tim NorthoverMachO: rename _outputFileType to avoid shadowing parent...
2014-06-20 Rafael EspindolaMove test so that it is skipped if the ARM target is...
2014-06-20 NAKAMURA TakumiDisable Modules/dependency-dump-dependent-module.m...
2014-06-20 James MolloyThe ability to use vector initializer lists is a GNU...
2014-06-20 Ulrich WeigandAdd file missed in r211360 commit
2014-06-20 Ulrich Weigand[PowerPC] Fix ELF interpreter name for powerpc64le...
2014-06-20 Ulrich Weigand[PowerPC] Add MultiarchIncludeDirs for powerpc64le
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-06-20 Eli BenderskyFix PR20081: Parsing templates in the presence of ...
2014-06-20 Yaron KerenCode in LoopStrengthReduce.cpp depends on SmallBitVecto...
2014-06-20 Simon Atanasyan[Mips] Make rel-copy.test test case independent from...
2014-06-20 Oliver StannardAdd module flags metadata to record the settings for...
2014-06-20 Yaron KerenReverting size_type for the containers from size_type...
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'nowait' clause.
2014-06-20 Yaron KerenAttempting to fix the 64 bit bots.
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2014-06-20 Oliver StannardEmit the ARM build attributes ABI_PCS_wchar_t and ABI_e...
2014-06-20 NAKAMURA TakumiOMPScheduleClause::OMPScheduleClause(): Fix possible...
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'ordered' clause.
2014-06-20 Zoran Jovanovicps][mips64r6] Added LSA/DLSA instructions
2014-06-20 Daniel Jasperclang-tidy: [misc-use-override] Correctly handle defaul...
2014-06-20 Daniel JasperFix/Improve SourceRange of explicitly defaulted members
2014-06-20 Kostya Serebryany[asan] when reporting an ODR violation, also print...
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'schedule' clause.
2014-06-20 Matt ArsenaultR600: Trivial subtarget feature cleanups.
2014-06-20 Justin BognerArgList: use MakeArgList overloads in subclasses and...
2014-06-20 Karthik BhatAdd Support to Recognize and Vectorize NON SIMD instruc...
2014-06-20 Justin BognerFrontend: Disentangle removePathTraversal from concaten...
2014-06-20 Duncan P. N... Support: Clean up getRounded() tests
2014-06-20 Duncan P. N... Support: Write ScaledNumbers::getAdjusted()
2014-06-20 Rafael EspindolaSmall clanups:
2014-06-20 Hans WennborgFix .cpp files claiming to be header files
2014-06-20 Duncan P. N... Support: Write ScaledNumbers::getRounded()
2014-06-20 Chandler Carruth[x86] Make the x86 PACKSSWB, PACKSSDW, PACKUSWB, and...
2014-06-20 Hans WennborgDon't build switch lookup tables for dllimport or TLS...
2014-06-20 Ben LangmuirAvoid invalidating successfully loaded module files
2014-06-20 Greg ClaytonCommand files that switch input handlers didn't work...
2014-06-20 Rafael EspindolaRevert "Add StringMap::insert(pair) consistent with...
2014-06-20 Alp Tokerdiagtool: refactor TreeView to resemble C++
2014-06-20 Kevin EnderbyAdded the -m option as an alias for -format=darwin...
2014-06-19 Rafael EspindolaThe gold plugin doesn't need disassemblers.
2014-06-19 Fariborz JahanianObjective-C qoi. When Objective-C pointer mismatches...
2014-06-19 Alp Tokerdiagtool: simplify TreeView diagnostic classification
2014-06-19 Rafael EspindolaSet gold plugin options in a sane order.
2014-06-19 Kevin EnderbyFix the output of llvm-nm for Mach-O files to use the...
2014-06-19 Rafael EspindolaSimplify. No functionality change.
2014-06-19 Rafael EspindolaUse the assignment operator.
2014-06-19 Rafael EspindolaReduce indentation. No functionality change.
2014-06-19 Rafael EspindolaSet missing options in LTOCodeGenerator::setTargetOptions.
next