platform/upstream/llvm.git
2013-02-15 Reed KotlerFix minor mips16 issues in directives for function...
2013-02-15 Bill WendlingFix testcase for attribute ordering.
2013-02-15 Bill WendlingSimplify the attributes '<' comparison function.
2013-02-15 Jordan RoseRe-apply "[analyzer] Model trivial copy/move ctors...
2013-02-15 Jordan Rose[analyzer] Cache the bindings accessible through a...
2013-02-15 Jordan Rose[analyzer] Scan the correct store when finding symbols...
2013-02-15 Jordan Rose[analyzer] Tweak LazyCompoundVal reuse check to ignore...
2013-02-15 Jordan Rose[analyzer] Use collectSubRegionKeys to make removeDeadB...
2013-02-15 Enrico GranataDaniel Malea caught an issue where calling dotest.py...
2013-02-15 Jordan Rose[analyzer] Refactor RegionStore's sub-region bindings...
2013-02-15 Enrico Granata<rdar://problem/13204647>
2013-02-14 Akira Hatanaka[mips] Disallow moving load/store instructions past...
2013-02-14 Akira Hatanaka[mips] Replace usage of SmallSet with BitVector, which...
2013-02-14 Daniel MaleaFix TestSBData.py test case (tested fix Linux/Mac)
2013-02-14 Akira Hatanaka[mips] Fix comments and coding style violations. Declar...
2013-02-14 Joel JonesThe ARM NEON vector compare instructions take three...
2013-02-14 Eli BenderskyThe operand listing is very much outdated.
2013-02-14 Akira Hatanaka[mips] Simplify code in function Filler::findDelayInstr.
2013-02-14 Preston GurdMark getRawBits const.
2013-02-14 Fariborz JahanianMake this test determinstic for my last patch.
2013-02-14 Hal FinkelBBVectorize: Remove the remaining instances of std...
2013-02-14 Hal FinkelBBVectorize: Don't store candidate pairs in a std:...
2013-02-14 Fariborz Jahanianobjective-C: synthesize properties in order of their
2013-02-14 Filipe CabecinhasBring lldb up to date with clang revision 175141.
2013-02-14 Jakub StaszakSimplify code. Remove "else after return".
2013-02-14 Greg Clayton<rdar://problem/13218655>
2013-02-14 Chad RosierUpdate comment.
2013-02-14 Michael J.... [Core,Driver,ELF] Differentiate static and dynamic...
2013-02-14 Michael J.... [ELF][Writer] Refactor Section to not have atoms. Move...
2013-02-14 Dmitri Gribenkolibclang: remove reinterpret_casts by using SourceLocat...
2013-02-14 Jyotsna VermaHexagon: Change insn class to support instruction encoding.
2013-02-14 Bill Wendlings/bool/LLVMBool/
2013-02-14 Bill Wendlings/bool/LLVMBool/
2013-02-14 Jim InghamOne to many always's.
2013-02-14 Jim InghamMention the inline-breakpoint-strategy in the lldb...
2013-02-14 Kay Tiong Khoodeath to extra whitespace
2013-02-14 Bill WendlingAdd two new functions to the C API:
2013-02-14 Greg Clayton<rdar://problem/13064893>
2013-02-14 Jim InghamMake it clear that if you #include .c/.cpp/.m/.mm etc...
2013-02-14 Kay Tiong Khooadded basic support for Intel ADX instructions
2013-02-14 Fariborz Jahanianobjective-C: When implementing custom accessor method for
2013-02-14 Jordan Rose[analyzer] Try constant-evaluation for all variables...
2013-02-14 Michel DanzerR600/SI: Fix int_SI_fs_interp_constant
2013-02-14 Dmitry Vyukovinclude/llvm/Object/ELF.h: do debug checks only when...
2013-02-14 Greg Clayton<rdar://problem/12693921>
2013-02-14 Nadav RotemDont merge consecutive loads/stores into vectors when...
2013-02-14 Nadav Rotem80-col
2013-02-14 Jyotsna VermaHexagon: Use multiclass for absolute addressing mode...
2013-02-14 Weiming ZhaoRe-apply r175088 for bug fix 13622: Add paired register...
2013-02-14 Jyotsna VermaFix for bug 15246 -- out-of-bound error in the TableGen...
2013-02-14 Argyrios Kyrtzidis[arcmt] Make sure the function has an associated parame...
2013-02-14 Vincent LejeuneR600: Do not fold single instruction with more that...
2013-02-14 Vincent LejeuneR600: Export instructions are no longer terminator
2013-02-14 Vincent LejeuneR600: Fold zero/one in export instructions
2013-02-14 Vincent LejeuneR600: Do not fold modifier/litterals in vector inst
2013-02-14 Tim NorthoverUse correct host/target CMake variables to define lit...
2013-02-14 Tobias GrosserDo not run formatting checks by default
2013-02-14 Tobias GrosserFormatting fixes
2013-02-14 Tim NorthoverAArch64: switch from neverHasSideEffects to hasSideEffects.
2013-02-14 Tim NorthoverAdd deprecation of neverHasSideEffects to documentation...
2013-02-14 Tobias Grosserclang-format: Really check all files
2013-02-14 Rafael EspindolaRevert r15266. This fixes llvm.org/pr15266.
2013-02-14 Tim NorthoverAArch64: stop claiming that NEON registers are usable...
2013-02-14 Tobias GrosserReport formatting problems as with 'diff -u'
2013-02-14 Tobias Grossercmake: add command polly-check-format
2013-02-14 Tim NorthoverAArch64: add block comments where missing
2013-02-14 Krzysztof ParzyszekAdd testcase for llvm-dwarfdump to test parsing of...
2013-02-14 David ChisnallOn FreeBSD, we need to look in /usr/local/include so...
2013-02-14 Rafael EspindolaMangle extern "C" functions whose names are not simple...
2013-02-14 Daniel JasperFix counting of parameters so that r175162 works as...
2013-02-14 Kristof BeylsMake ARMAsmParser accept the correct alignment specifie...
2013-02-14 Evgeniy Stepanov[sanitizer] Get full argv and envp on glibc.
2013-02-14 Daniel JasperReduce penalty for breaking before ./-> after complex...
2013-02-14 Dmitri GribenkoRemove a const_cast by propagating constness to called...
2013-02-14 Dmitri GribenkoRemove an unneeded const_cast
2013-02-14 Dmitri GribenkoRemove const_casts by making spec_begin()/spec_end...
2013-02-14 Dmitry Vyukovllvm-symbolizer: speedup symbol lookup
2013-02-14 Alexander Potapenko[ASan] Fixed the wrong placement of #include
2013-02-14 Evgeniy StepanovWorkaround an MSan false positive.
2013-02-14 Alexander Potapenko[ASan] Remove the 'alarm' script which isn't present...
2013-02-14 Dmitry Vyukovtsan: fix bug in suppression reading (suppressions...
2013-02-14 Daniel JasperRemove the trailing whitespace of formatted lines.
2013-02-14 Daniel JasperGet less confused by trailing comma in Google style.
2013-02-14 Elena DemikhovskyMoved line-info.ll to DebugInfo\X86 directory
2013-02-14 Owen AndersonAdd some legality checks for SETCC before introducing...
2013-02-14 Daniel JasperRemove accidentally committed empty test.
2013-02-14 Daniel JasperAlign superclasses for multiple inheritence.
2013-02-14 Elena DemikhovskyThe test failed on Windows. I've changed the platform...
2013-02-14 Evgeniy Stepanov[sanitizer] Raise argv limit for ReExec.
2013-02-14 Elena DemikhovskyFixed a bug in X86TargetLowering::LowerVectorIntExtend...
2013-02-14 Bill WendlingRevert accidental commit.
2013-02-14 Kostya Serebryany[asan] use short path for sanitizer_common/tests/saniti...
2013-02-14 Bill WendlingPass the target options through to code generation.
2013-02-14 Kostya Serebryany[asan] fix x32 build (H.J. Lu)
2013-02-14 Michel DanzerR600/SI: Check for empty stack in SIAnnotateControlFlow...
2013-02-14 Michel DanzerR600: Add lit tests for texture sampling instruction...
2013-02-14 Kostya Serebryany[tsan] disable a failing test until it gets fixed....
2013-02-14 Greg Clayton<rdar://problem/13207948>
2013-02-14 Greg Clayton<rdar://problem/13200878>
2013-02-14 Andrew TrickReapply "s/grep/FileCheck/ in some tests"
next