platform/upstream/llvm.git
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.
2014-06-10 Eric ChristopherRemove the uses of AArch64TargetMachine and AArch64Subt...
2014-06-10 Fariborz JahanianObjective-C IRGen. Patch to generate a weak symbol...
2014-06-10 Reed KotlerDo Materialize Floating Point in Mips Fast-Isel
2014-06-10 Andrea Di Biagio[X86] Improved target combine rules for selecting horiz...
2014-06-10 Tom StellardHexagon: Expand i1 SELECT_CC
2014-06-10 Adam Nemet[X86] AVX512: Add vmovntdqa
2014-06-10 Renato GolinFix a bug in the Thumb1 ARM Load/Store optimizer
2014-06-10 Tom StellardSelectionDAG: Don't use MVT::Other to determine legalit...
2014-06-10 Tom StellardSelectionDAG: Enable (and (setcc x), (setcc y)) ->...
2014-06-10 Tom StellardSelectionDAG: Expand SELECT_CC to SELECT + SETCC
2014-06-10 Tobias GrosserTest delinearization of 2D diagonal matrix
2014-06-10 Daniel Jasperclang-format: [JS] Treat dict literals similar to objc...
2014-06-10 Bill Schmidt[PPC64LE] Recognize shufflevector patterns for little...
2014-06-10 Chad Rosier[AArch64] Emit .ident compiler version attribute.
2014-06-10 Alexander PotapenkoAdd detection of OS X relocatable SDK to compiler-rt...
2014-06-10 Evgeniy Stepanov[sanitizer] Relax sanity checks in ioctl decoding.
2014-06-10 Simon Atanasyan[ReaderWriter] Simplify initialization of class fields.
2014-06-10 Simon Atanasyan[ELF] Fix typo in the type name of the range-based...
2014-06-10 Simon Atanasyan[ELF] Fix the bug -- LLD crashes if the --whole-archive...
2014-06-10 Daniel Jasperclang-format: Increase penalty for wrapping array subsc...
2014-06-10 Artyom SkrobovCondition codes AL and NV are invalid in the aliases...
2014-06-10 Artyom SkrobovRefactoring in AsmWriterEmitter::EmitPrintAliasInstruct...
2014-06-10 Artyom SkrobovAnonymous definitions in foreach blocks triggered a...
2014-06-10 Tim NorthoverAArch64: disallow x30 & x29 as the destination for...
2014-06-10 Tim NorthoverRevert "X86: elide comparisons after cmpxchg instructions."
2014-06-10 Tim NorthoverX86: elide comparisons after cmpxchg instructions.
2014-06-10 Daniel Jasperclang-format: Fix enum formatting with specific comment.
2014-06-10 Alp TokerProspective build fix following clang r210518
2014-06-10 Tim NorthoverAArch64: teach FastISel how to handle offset FrameIndices
2014-06-10 Tim NorthoverAArch64: make FastISel memcpy emission more robust.
2014-06-10 Alp TokerImprove diagnostic mapping terminology
2014-06-10 Evgeniy Stepanov[asan] Disable a flaky test.
2014-06-10 Eric ChristopherDelete X86JITInfo in the subtarget destructor.
next