platform/upstream/llvm.git
2014-03-31 Matt ArsenaultR600: Compute masked bits for min and max
2014-03-31 Ed MasteFix one thread timeout logic
2014-03-31 Rafael EspindolaDon't relocate with sections if there might be a paired...
2014-03-31 Rafael EspindolaCheck-in binary to isolate the lld test form a changing...
2014-03-31 Daniel SandersRevert: [mips] Rewrite MipsAsmParser and MipsOperand...
2014-03-31 Matt ArsenaultR600: Add BFE, BFI, and BFM intrinsics to help with...
2014-03-31 Matt ArsenaultR600: Add target nodes for BFM and BFI
2014-03-31 Aaron BallmanUnify __declspec attribute argument parsing with the...
2014-03-31 Saleem AbdulrasoolARM: fix typo
2014-03-31 Rafael EspindolaNow that this test is assembly, make the checks a bit...
2014-03-31 Hal Finkel[PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with...
2014-03-31 Hal FinkelAdd a TLI hook to control when BUILD_VECTOR might be...
2014-03-31 Daniel Sanders[mips] Rewrite MipsAsmParser and MipsOperand.
2014-03-31 Paul RobinsonDisable each MachineFunctionPass for 'optnone' function...
2014-03-31 Yaron KerenTwo updated tests for MinGW 32 and 64 exception handlin...
2014-03-31 Aaron BallmanIntroduced an attribute syntax-neutral method for parsi...
2014-03-31 David MajnemerMS ABI: mangleStringLiteral shouldn't rely on the host...
2014-03-31 Shankar EaswaranRevert "[core] support .gnu.linkonce sections"
2014-03-31 David MajnemerMS ABI: Document the '\xc1' to '\xda' manglings
2014-03-31 Hal Finkel[PowerPC] Correct P7 dispatch unit allocation for vecto...
2014-03-31 Tom RoederThis patch fixes LTO's RecordStreamer so that it record...
2014-03-31 Benjamin KramerRemove unused diagnostic + dead test for it.
2014-03-31 Saleem AbdulrasoolSupport: generalise object type handling for Windows
2014-03-31 David MajnemerMS ABI: Make test introduced in r205217 more robust
2014-03-31 David MajnemerMS ABI: Use the proper type for inalloca args
2014-03-31 Eli BenderskyPR19099 - revert r203483
2014-03-31 Christian PirkerARM: change parameter names of the ELFARMAsmBackend...
2014-03-31 Robert KhasanovTest commit.
2014-03-31 Daniel Sanders[mips] Fix use of uninitialized value reported by the...
2014-03-31 Eli BenderskyFix for PR19099 - NVPTX produces invalid symbol names.
2014-03-31 Colin RileyFixing MSVC windows build. Please respect code order...
2014-03-31 Tim NorthoverARM64: enable aarch64-neon-intrinsics.c test
2014-03-31 Tim NorthoverARM64: add extra patterns for scalar shifts
2014-03-31 Tim NorthoverARM64: add extra scalar neg pattern & tests.
2014-03-31 Tim NorthoverARM64: add patterns for scalar sqdmlal & sqdmlsl.
2014-03-31 Tim NorthoverARM64: add more patterns for commuted fmsub operations.
2014-03-31 Tim NorthoverARM64: shuffle patterns around for fmin/fmax & add...
2014-03-31 Tim NorthoverARM64: add more scalar patterns for usqadd & suqadd.
2014-03-31 Tim NorthoverARM64: add more scalar patterns for reciprocal ops.
2014-03-31 Tim NorthoverARM64: add i64 scalar pattern for @llvm.arm64.abs
2014-03-31 Aaron BallmanPost-commit review coding style change: renaming HasAtt...
2014-03-31 Daniel Sanders[mips] Implement missing relocations in the integrated...
2014-03-31 Alexander Musman[OPENMP] clang-formatted include/clang/AST/StmtOpenMP.h
2014-03-31 Nico RieckSema: Require external linkage for dll attributes
2014-03-31 Nico RieckSema: Check dll attributes on redeclarations
2014-03-31 Daniel Sanders[mips] Remove R_MIPS_GOT which isn't used and shares...
2014-03-31 Daniel SandersRevert r205194 - [mips] Removed R_MIPS_GOT. It's identi...
2014-03-31 Daniel Sanders[mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.
2014-03-31 Daniel Jasperclang-format: Solve issues found and fixed by clang...
2014-03-31 Evgeniy Stepanov[msan] Remove an extra top frame from track-origins...
2014-03-31 Rafael EspindolaCapitalize the D in parseDirectiveGpDWord.
2014-03-31 Dmitri GribenkoRemove unused private typedef
2014-03-31 NAKAMURA Takumiclang/tools/driver/Makefile: Quick fix corresponding...
2014-03-31 Tom StellardR600/SI: Implement SIInstrInfo::isTriviallyRematerializ...
2014-03-31 Tom StellardR600/SI: Lower i64 SELECT by bitcasting to a vector...
2014-03-31 Tom StellardR600/SI: Return the correct index for VGPRs in getHWReg...
2014-03-31 Zoran JovanovicFixed issue with microMIPS JAL instruction.
2014-03-31 Evgeniy Stepanov[sanitizer] Test that we can compile C++ code on the...
2014-03-31 Alexey Samsonov[CMake] Rename add_compiler_rt_static_runtime to add_co...
2014-03-31 NAKAMURA Takumillvm/test/MC/Mips/mips64r2/valid-xfail.s: This REQUIRES...
2014-03-31 Aaron BallmanReapplying r204952 a second time.
2014-03-31 Daniel Sanders[mips] Added a full set of instruction test cases for...
2014-03-31 Hal FinkelLook at shuffles of build_vectors in DAGCombiner::visit...
2014-03-31 Timur IskhodzhanovSlightly improve the readability of MicrosoftVTableCont...
2014-03-31 Daniel Sanders[mips] Check emitted code for llvm.bswap.i32 on MIPS16...
2014-03-31 Alexander Potapenko[TSan] Follow-up for r205175: typo fix in the test.
2014-03-31 Alexander Potapenko[TSan] Replace several Printf() calls with Report(...
2014-03-31 Tim NorthoverARM64: fix a couple of signed/unsigned comparison warnings.
2014-03-31 Daniel Sanders[yaml2obj] Add support for ELF e_flags.
2014-03-31 Alexey VolkovAdded _rdtsc intrinsics by Robert Khasanov
2014-03-31 Alexey SamsonovTry to fix MSan bootstrap bot: make ARM64Disassembler...
2014-03-31 Yaron KerenCorrect OS conditionals following r204977 and r204978.
2014-03-31 Dmitri GribenkoRemove unused variable
2014-03-31 Kostya Serebryany[sanitizer] speed up the bitvector-based deadlock detec...
2014-03-31 Tim NorthoverARM64: remove currently trivial switch statement
2014-03-31 Craig Topper[C++11] Mark more classes in the X86 target as 'final'.
2014-03-31 Craig TopperMark a couple of the X86 target classes as final. Allow...
2014-03-31 Alexey Bataev[OPENMP] Implemented 'copyin' clause
2014-03-31 Shankar Easwaran[core] support .gnu.linkonce sections
2014-03-31 NAKAMURA TakumiARM64CollectLOH.cpp: Tweak \param. [-Wdocumentation]
2014-03-31 Chandler Carruth[ARM64] Fix materialization of an fp128 zero immediate...
2014-03-30 Nico WeberAdd documentation for the pcs attribute, based on r1295...
2014-03-30 Adam Nemet[X86] Adjust cost of FP_TO_UINT v8f32->v8i32
2014-03-30 Tim NorthoverRTTI: refactor the uniqueness question into CGCXXABI.
2014-03-30 Stepan DyatkovskiyPR18929:
2014-03-30 David MajnemerMS ABI: Correct typo in mangleStringLiteral
2014-03-30 David MajnemerMS ABI: Simplify mangleTemplateArgs
2014-03-30 Hal FinkelMake use of previously generated stores in SelectionDAG...
2014-03-30 NAKAMURA Takumiclang/test/Preprocessor/headermap-rel2.c: Recognize...
2014-03-30 Tim NorthoverUse defined(__APPLE__) rather than __APPLE__
2014-03-30 Chandler CarruthForce a header file input to the headermap test to...
2014-03-30 NAKAMURA Takumillvm/test/MC/ELF/nocompression.s: Loosen an expression...
2014-03-30 Chandler Carruth[ARM64] Use %clang_cc1 consistently in the new arm64...
2014-03-30 Hal Finkel[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
2014-03-30 Hal Finkel[PowerPC] Make -pg generate calls to _mcount not mcount
2014-03-30 Chandler Carruth[Allocator] Lift the slab size and size threshold into...
2014-03-30 Chandler Carruth[Allocator] Remove forward declarations of BumpPtrAlloc...
2014-03-30 Chandler Carruth[Allocator] Simplify unittests by using the default...
2014-03-30 Chandler Carruth[Allocator] Stop forward-declaring BumpPtrAllocator...
2014-03-30 Tim NorthoverARM64: compare RTTI names as strings
next