platform/upstream/llvm.git
2015-05-23 David Majnemer[Sema] Don't use dyn_cast to detect an AtomicType
2015-05-23 Duncan P. N... CodeGen: Remove redundant DIETypeSignature::dump()...
2015-05-23 Kostya Serebryany[lib/Fuzzer] fully get rid of std::cerr in libFuzzer
2015-05-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
2015-05-23 Akira HatanakaSimplify and rename function overrideFunctionAttributes...
2015-05-23 Kostya Serebryany[lib/Fuzzer] start getting rid of std::cerr. Sadly...
2015-05-23 Akira HatanakaRemove unnecessary command line option "-disable-fp...
2015-05-23 Rafael EspindolaThis reverts commit r238064 and r238055.
2015-05-23 Rafael EspindolaRevert "make reciprocal estimate code generation more...
2015-05-23 Philip ReamesCorrect a mistaken comment from 238071 [NFC]
2015-05-22 Rafael EspindolaProduce a single string table in a ELF .o
2015-05-22 Lang Hames[lld] Manage atom ordinals in the File class rather...
2015-05-22 Philip ReamesExtend EarlyCSE to handle basic cases from JumpThreadin...
2015-05-22 Johannes DoerfertAdd scalar and phi code generation
2015-05-22 Oleksiy VyalovUse target's SIGSTOP and SIGINT when making decision...
2015-05-22 David Majnemer[InstCombine] Don't eagerly propagate nsw for A*B+A...
2015-05-22 Greg ClaytonFix this module to work with current packects and also...
2015-05-22 Sanjay Pateladd missing include for TargetRecip
2015-05-22 Kostya Serebryany[lib/Fuzzer] remove -use_coverage_pairs=1, an experimen...
2015-05-22 Kostya Serebryany[lib/Fuzzer] mention the user-supplied mutators
2015-05-22 Jonathan PeytonFix doxygen comments
2015-05-22 Jonathan PeytonFix spelling errors
2015-05-22 Kostya Serebryany[lib/Fuzzer] extend the fuzzer interface to allow user...
2015-05-22 Justin BognerCodeGen: Avoid a reserved name and fix the naming style...
2015-05-22 Saleem Abdulrasoolbuiltins: mark functions as aapcs on Windows
2015-05-22 Sanjay Pateladd the -mrecip driver flag and process its options
2015-05-22 Ahmed Bougacha[AArch64][CGP] Sink zext feeding stxr/stlxr into the...
2015-05-22 Rafael EspindolaRelax these tests a bit.
2015-05-22 Ahmed Bougacha[AArch64] Robustize atomic cmpxchg test a little more...
2015-05-22 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-05-22 Simon Atanasyan[Mips] Cleanup and reformat test cases, add more checkings
2015-05-22 Ahmed Bougacha[AArch64] Robustize atomic cmpxchg test. NFC.
2015-05-22 Rafael EspindolaMake unique section names the default again.
2015-05-22 Renato GolinReinforce ARMTargetParser::getCanonicalArchName validation
2015-05-22 Chad RosierUse new MachineInstr mayLoadOrStore() API. NFC.
2015-05-22 Vince Harrondotest.py - fixed a bug displaying usage
2015-05-22 Zachary TurnerImplement PlatformWindows::GetEnvironment.
2015-05-22 Zachary TurnerFix use-after-free in OptionValueString.
2015-05-22 Zachary TurnerDisable TestConcurrentEvents.py on Windows.
2015-05-22 Siva Chandra[TestRaise] Skip the SIGRTMIN test on Android.
2015-05-22 Alexei Starovoitov[bpf] emit jmp fixups in little endian
2015-05-22 Renato GolinUse profile and version parsers from ARMTargetParser
2015-05-22 Renato GolinAdding profile and version parsers to ARMTargetParser
2015-05-22 Quentin ColombetReapply r238011 with a fix for the trap instruction.
2015-05-22 Benjamin KramerRemove redundant std::move on functions that return...
2015-05-22 Chandler Carruth[Unroll] Separate the logic for testing each iteration...
2015-05-22 Bill Schmidt[PPC64] Add support for clrbhrb, mfbhrbe, rfebb.
2015-05-22 Diego NovilloAdd clarifying note that sampling-based profiles cannot...
2015-05-22 Benjamin Kramer[ELF] Remove redundant unique_ptr moves found by -Wpess...
2015-05-22 Benjamin Kramer[ELF] Fix shared CMake build.
2015-05-22 Rafael EspindolaStop inventing symbol sizes.
2015-05-22 Sanjay Patelremove names from comments, fix typos; NFC
2015-05-22 Sanjay Patelfix typo, 80-col; NFC
2015-05-22 Sanjay Patelfix typo in comment; NFC
2015-05-22 Rafael EspindolaDetect invalid section indexes when we first read them.
2015-05-22 John Brawn[ARM] Fix typo in subtarget feature list for 7em triple
2015-05-22 Aaron BallmanUpdating the documentation to include an operator!...
2015-05-22 Rafael EspindolaFix llvm-nm -S option.
2015-05-22 Rafael EspindolaMake this test stricter. NFC.
2015-05-22 Denis Protivensky[ARM] report_fatal_error for not implemented functionality
2015-05-22 Szabolcs SiposAdding new AST matcher: isConstexpr
2015-05-22 Denis Protivensky[ARM] Ability to add GOT and PLTGOT entries for same...
2015-05-22 Denis Protivensky[ARM] Implement R_ARM_GLOB_DAT for GOT entries
2015-05-22 Alexander KornienkoAdd a clang-tidy check for move constructors/assignment...
2015-05-22 NAKAMURA TakumiReapply part of r237975, "Fix Clang -Wmissing-override...
2015-05-22 Tamas BerghammerRevert "[X86] Fix a variable name for r237977 so that...
2015-05-22 Alexey Bataev[OPENMP] Prepare codegen for privates in tasks for...
2015-05-22 Pavel LabathAdd real time signals support to LinuxSignals
2015-05-22 Puyan LotfiCompile time improvements to VirtRegRewriter.
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-22 Justin BognerModernize some doc comments. NFC
2015-05-22 Duncan P. N... MC: Shave a pointer off of MCSymbol::Name
2015-05-22 Tobias GrosserRevert "Fix Clang -Wmissing-override warning"
2015-05-22 Duncan P. N... MC: Pack MCSymbol::Index in with the bitfield in MCSymbol
2015-05-22 David Majnemer[ItaniumMangle] Fix a typo.
2015-05-22 Duncan P. N... MC: Lift MCSymbolData::Index up to MCSymbol::Index...
2015-05-22 NAKAMURA TakumiRevert part of r237975, "Fix Clang -Wmissing-override...
2015-05-22 David Majnemer[Sema] Don't crash on out-of-line virtual constexpr...
2015-05-22 Duncan P. N... SDAG: Give SDDbgValues their own allocator (and reset it)
2015-05-22 Duncan P. N... SDAG: Cleanup initialization of SDDbgValue, NFC
2015-05-22 Tobias GrosserRevert "unique_ptrify LoadedObjectInfo::clone"
2015-05-22 David Majnemer[InstSimplify] Handle some overflow intrinsics in InstS...
2015-05-22 Chandler Carruth[Unroll] Replace a hand-wavy FIXME with a FIXME that...
2015-05-22 Chandler Carruth[Unroll] Extract the logic for caching SCEV-modeled...
2015-05-22 Faisal ValiApply existing checks to C++1Z (has_feature_cxx0x)...
2015-05-22 Ahmed Bougacha[OpenMP] Test AVX default SIMD alignment. NFC.
2015-05-22 Chandler Carruth[Unroll] Refactor the accumulation of optimized instruc...
2015-05-22 Ahmed Bougacha[CodeGen] Use TargetInfo::getABI() throughout X86*Targe...
2015-05-22 Eric FiselierAdd TODO items
2015-05-22 Philip Reames[LICM] Sinking doesn't involve the preheader
2015-05-22 Hans WennborgRevert r236894 "[BasicAA] Fix zext & sext handling"
2015-05-22 Richard SmithFix assertion when assigning to object in OpenCL consta...
2015-05-22 Faisal Vali"This adds -fconcepts-ts as a cc1 option for enabling the
2015-05-22 Siva Chandra[TestLldbGdbServer] Up sleep duration to 1min in the...
2015-05-22 Quentin Colombet[X86] Fix a variable name for r237977 so that it works...
2015-05-22 Lang Hames[lld] Make the MachO -stack_size default '0', add a...
2015-05-22 Daniel BerlinMergedLoadStoreMotion preserves MemoryDependenceAnalysi...
2015-05-22 Quentin Colombet[X86] Refactor the prologue emission to prepare for...
2015-05-22 David Blaikieunique_ptrify LoadedObjectInfo::clone
2015-05-22 David BlaikieFix Clang -Wmissing-override warning
next