platform/upstream/llvm.git
2014-06-11 Simon Atanasyan[Mips] Fix the bug -- symbol referred by the R_MIPS_TLS...
2014-06-11 Evgeniy Stepanov[asan] One more coverage test.
2014-06-11 Evgeniy Stepanov[asan] Fix coverage-android test to avoid name conflict.
2014-06-11 Evgeniy StepanovImprove the test for inlining of __no_debug__ functions.
2014-06-11 Andrea Di Biagio[X86] Refactor the logic to select horizontal adds...
2014-06-11 Daniel Jasperclang-format: Fix pointer/reference detection after...
2014-06-11 David MajnemerMS ABI: Only class templates get complex nullptr pointe...
2014-06-11 Jiangning LiuCreate macro INITIALIZE_TM_PASS.
2014-06-11 Jiangning LiuGlobal merge for global symbols.
2014-06-11 Jiangning LiuRename global-merge to enable-global-merge.
2014-06-11 Craig TopperConvert StringMapEntry::Create to use StringRef instead...
2014-06-11 David MajnemerMS ABI: Mangle null pointer-to-member-functions compatibly
2014-06-11 Rafael EspindolaTry to fix the msvc build.
2014-06-11 Rafael EspindolaUses generic_category instead of system_category.
2014-06-11 Saleem AbdulrasoolMC: add enumeration of WinEH data encoding
2014-06-11 Saleem AbdulrasoolMC: clang-format MCAsmInfo
2014-06-11 David MajnemerCodeGen: Correct linkage of thread_local for OS X
2014-06-11 Rafael EspindolaRemove windows_error.
2014-06-11 Rafael EspindolaThere is no posix_category in std, use generic_category.
2014-06-11 Rafael EspindolaMissed these from the previous commit.
2014-06-11 Matt ArsenaultUse cast instead of assert + dyn_cast
2014-06-11 Matt ArsenaultR600: Add helper functions.
2014-06-11 Rafael EspindolaInherit from error_category instead of _do_message.
2014-06-11 Kevin Qin[AArch64] Add default features for CPUs on AArch64...
2014-06-11 Nick Kledzik[mach-o] fix use of resolver functions to not cause...
2014-06-11 Rafael EspindolaUse an enum class.
2014-06-11 Saleem AbdulrasoolCodeGen: refactor DwarfException
2014-06-11 Rui UeyamaFix pecoff/export.test on Windows.
2014-06-11 Rafael EspindolaUse an enum class.
2014-06-11 Eric ChristopherRemove duplicate copy of InstrItineraryData from the...
2014-06-11 David BlaikieEnsure test/Misc/win32-macho.c doesn't try to write...
2014-06-11 Richard SmithPR19993: don't assert/crash if a static data member...
2014-06-11 Eric ChristopherMove to a private function to initialize the subtarget...
2014-06-11 Richard SmithPR19996: don't crash if -Wuninitialized sees a c++1y...
2014-06-11 Eric ChristopherMove to a private function to initialize the subtarget...
2014-06-11 Eric ChristopherSort includes.
2014-06-11 Nick Kledzik[mach-o] add support for parsing resolver functions
2014-06-11 Reid KlecknerAllow lookup into dependent bases in more places under...
2014-06-10 Juergen Ributzka[FastISel][X86] Extend support for {s|u}{add|sub|mul...
2014-06-10 Richard SmithTeach __alignof__ to look through arrays before perform...
2014-06-10 Richard SmithRelated to PR19992: when the GNU alignof-expression...
2014-06-10 Reid KlecknerRecover from missing typenames on template args for...
2014-06-10 Eric ChristopherUse unique_ptr for X86Subtarget pointer members.
2014-06-10 Eric ChristopherMove AArch64TargetLowering to AArch64Subtarget.
2014-06-10 Zachary TurnerRevert "Clang changes to support LLVM removal of runtim...
2014-06-10 Zachary TurnerRevert "Remove support for runtime multi-threading."
2014-06-10 Todd FialaFixed gdb-remote M test length parameter, added overwri...
2014-06-10 Zachary TurnerClang changes to support LLVM removal of runtime multit...
2014-06-10 Zachary TurnerRemove support for runtime multi-threading.
2014-06-10 Eric ChristopherMove AArch64InstrInfo to AArch64Subtarget.
2014-06-10 Eric ChristopherRemove a method that was just replacing direct access...
2014-06-10 Hans Wennborglit: warn when passed invalid pathname
2014-06-10 Eric ChristopherRemove the use of TargetMachine from X86InstrInfo.
2014-06-10 Eric ChristopherMove X86RegisterInfo away from using the TargetMachine...
2014-06-10 Todd FialaAdded gdb-remote test to verify M memory write.
2014-06-10 Reid Kleckner*Really* fix DOS newlines introduced in r210330
2014-06-10 Ed MasteRemove duplicated code
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-10 Eric ChristopherUse the TargetMachine on the DAG or the MachineFunction...
2014-06-10 Tom StellardR600/SI: Emit an error when attempting to spill VGPRs v4
2014-06-10 Tom StellardR600/SI: Fix a crash when spilling SGPRs
2014-06-10 Bob WilsonTry to fix clang-hexagon-elf failure by requiring x86...
2014-06-10 Richard SmithPR19992: alignof is permitted on an array of unknown...
2014-06-10 Bob WilsonFix crash with x86_64-pc-win32-macho target. <rdar...
2014-06-10 Kaelyn TakataRemove a redundant conditional when caching typo failures.
2014-06-10 Hans WennborgDo not predefine __EXCEPTIONS in clang-cl (PR19977)
2014-06-10 Rafael EspindolaAdd a LLVM_NOEXCEPT to Compiler.h.
2014-06-10 Eric ChristopherWe already have a reference to the TargetMachine, use...
2014-06-10 Eric ChristopherHave isInTailCallPosition take the DAG so that we can...
2014-06-10 Eric ChristopherReorder includes to be sorted.
2014-06-10 David Fangfixes duplicate header installation
2014-06-10 Tobias Grosserwww: Fix grammar.
2014-06-10 Reid KlecknerRearrange the CHECK lines in this test to make failure...
2014-06-10 Reid KlecknerRevert "Patch by Ray Donnelly to print register names...
2014-06-10 Todd FialaAdded gdb-remote tests around $qSupported.
2014-06-10 Matt ArsenaultFix error in tablegen when either operand of !if is...
2014-06-10 Eric ChristopherFix typos.
2014-06-10 Reid KlecknerFix mangling of __uuidof after two levels of template...
2014-06-10 Matt ArsenaultR600: Use BCNT_INT for evergreen
2014-06-10 Matt ArsenaultR600/SI: Implement i64 ctpop
2014-06-10 Matt ArsenaultR600/SI: Use bcnt instruction for ctpop
2014-06-10 Rafael EspindolaUse an enum class now that they are available.
2014-06-10 Fariborz JahanianObjective-C. Don't ignore availability attribute when
2014-06-10 Matt ArsenaultR600: Handle fcopysign
2014-06-10 Matt ArsenaultR600/SI: Handle sign_extend and zero_extend to i64...
2014-06-10 Marshall ClowMark assign to be constepr only in c++14; can't have...
2014-06-10 Marshall ClowMake the helper routines in string really be constexpr...
2014-06-10 Marshall ClowA bunch of the char.traits tests were using unicode...
2014-06-10 Eric ChristopherAdd a FIXME.
2014-06-10 David BlaikieUpdate Arcanist config to point to reviews.llvm.org
2014-06-10 Eric ChristopherMove AArch64SelectionDAGInfo down to the subtarget.
2014-06-10 Juergen Ributzka[FastISel] Collect statistics about failing intrinsic...
2014-06-10 Eric ChristopherRemove the cached little endian variable. We can get...
2014-06-10 Eric ChristopherHave AArch64SelectionDAGInfo take a DataLayout paramete...
2014-06-10 Eric ChristopherRemove caching of the subtarget for AArch64SelectionDAG...
2014-06-10 Eric ChristopherMove DataLayout onto the AArch64 subtarget.
2014-06-10 Zachary TurnerTest commit, wraps some lines to fit in 80 columns.
2014-06-10 Hans WennborgDon't inherit dll attributes to deleted methods (PR19988)
2014-06-10 Eric ChristopherMove AArch64FrameLowering into the subtarget.
next