platform/upstream/llvm.git
2014-11-28 Duncan P. N... Revert "Masked Vector Load and Store Intrinsics."
2014-11-28 David BlaikieSimplify some more ownership using forward_list<T>...
2014-11-28 David BlaikieForgotten formatting from previous commit
2014-11-28 Richard BartonAdd additional arguments for -mfpu options
2014-11-28 Richard BartonAdd -mfpu=neon-vfpv4
2014-11-28 David BlaikieSimplify ownership by using forward_list<T> rather...
2014-11-28 Craig TopperFix a few memory leaks in CodeGenRegBank.
2014-11-28 Craig TopperUse unique_ptr to simplify deletion.
2014-11-28 David MajnemerInstCombine: FoldOrOfICmps harder
2014-11-28 Bruno Cardoso... [LICM] Store sink and indirectbr instructions
2014-11-28 Bruno Cardoso... [SwitchLowering] Handle multiple destinations on conden...
2014-11-28 Sanjay PatelEnable FeatureFastUAMem for btver2
2014-11-28 Alexander Kornienko[clang-tidy] More tests for the google-explicit-constru...
2014-11-28 Rafael EspindolaAdd back r222727 with a fix.
2014-11-28 Rafael EspindolaAdd an assert and use a range loop. NFC.
2014-11-28 Rafael EspindolaAdd a testcase reduced from clang lto bootstrap on...
2014-11-28 Charlie TurnerFix wrong encoding of MRSBanked.
2014-11-28 Viktor Kutuzov[Msan] Generalize mapping facilities to add FreeBSD...
2014-11-28 Evgeniy Stepanov[msan] Fix origin propagation for select of floats.
2014-11-28 Charlie TurnerTest all <build attribute, value> pairs.
2014-11-28 Ankur GargRemoved extra line from a comment to test first commit...
2014-11-28 Evgeniy Stepanov[asan] Remove the local copy of Android ucontext.h.
2014-11-28 Alexey Bataev[OPENMP] Additional processing of 'omp atomic write...
2014-11-28 Craig TopperFix another memory leak in TableGen AsmMatcher by delet...
2014-11-28 Craig TopperAdd missing 'override' keyword.
2014-11-28 Jason MolendaAdd support for UNWIND_X86_64_MODE_STACK_IND entries.
2014-11-28 Craig TopperUse unique_ptr to fix some memory leaks in Tablegen...
2014-11-28 Craig TopperUse range-based for loops and const-correct a few things.
2014-11-28 Hongbin ZhengDo not incorrectly set the inverted flag.
2014-11-28 Alexis HuntCreate a new 'flag_enum' attribute.
2014-11-27 Tim NorthoverStop using ArrayRef of a const type.
2014-11-27 Tim NorthoverAArch64: simplify PCS mapping.
2014-11-27 Tim NorthoverAArch64: treat [N x Ty] as a block during procedure...
2014-11-27 Oleksiy VyalovMake LLGS to open a named pipe and write a listening...
2014-11-27 Zoran Jovanovic[mips][microMIPS] Implement SWM16 and LWM16 instructions
2014-11-27 Jozef Kolek[mips][microMIPS] Implement BREAK16 and SDBBP16 instruc...
2014-11-27 Daniel Sanders[mips] Add synci instruction.
2014-11-27 Will NewtonWiden ELFYAML relocation type to 32 bits
2014-11-27 Rafael EspindolaCommit back the correct bits of r222760 (was r222538).
2014-11-27 Rafael EspindolaRevert "Reapply 222538 and update tests to explicitly...
2014-11-27 Duncan P. N... Revert "Fix overly aggressive type merging."
2014-11-27 Aaron BallmanSphinx does not have a lexer for OpenCL, so falling...
2014-11-27 Daniel Jasperclang-format: [JS] Contract fewer functions to a single...
2014-11-27 Daniel Jasperclang-format: [JS] Try not to break in container literals.
2014-11-27 Erik Ecksteinreinstate r222872: Peephole optimization in switch...
2014-11-27 Daniel Jasperclang-format: [JS] new and delete are valid function...
2014-11-27 Evgeniy Stepanov[msan] Remove indirect call wrapping code.
2014-11-27 Daniel Jasperclang-format: [JS] Make Closure module detection more...
2014-11-27 Jozef Kolek[mips][microMIPS] Implement disassembler support for...
2014-11-27 Daniel Jasperclang-format: Don't use column layout with AlignAfterOp...
2014-11-27 Viktor Kutuzov[Msan] Fix some interceptors to pass initialization...
2014-11-27 Jason MolendaA little more work on the compact unwind dumper.
2014-11-27 Charlie TurnerStop uppercasing build attribute data.
2014-11-27 Suyog SardaUse FileCheck instead of grep. Change by Ankur Garg.
2014-11-27 Alexander Kornienko[clang-tidy] Support initializer_list in google-explici...
2014-11-27 Erik EcksteinRevert "Peephole optimization in switch table lookup...
2014-11-27 Suyog SardaUse FileCheck instead of grep. Change by Sonam.
2014-11-27 Tobias Grosserautoconf: Move libraries later to ensure that all symbo...
2014-11-27 Hafiz Abid... Add test for MI tokens.
2014-11-27 Erik EcksteinPeephole optimization in switch table lookup: reuse...
2014-11-27 David MajnemerInstCombine: Restore optimizations lost in r210006
2014-11-27 NAKAMURA TakumiAdd LLVMObject to LLVMExecutionEngine.
2014-11-27 David MajnemerInstSimplify: Restore optimizations lost in r210006
2014-11-27 Lang Hames[MCJIT] Remove the local symbol table from RuntimeDlyd...
2014-11-27 Lang Hames[MCJIT] Update CMakeLists.txt for llvm-rtdyld to add...
2014-11-27 Richard Smith[c++1z] Remove terse range-based for loops; they've...
2014-11-27 Lang Hames[MCJIT] Replace JITEventListener::anchor (temporarily...
2014-11-27 Richard TrieuWhen checking for uninitialized values, do not confuse...
2014-11-27 Oleksiy VyalovRefactor SocketAddress::getaddrinfo - avoid calling...
2014-11-27 Lang Hames[MCJIT] Remove JITEventListener's anchor until I can...
2014-11-27 Peter CollingbourneTeach LLVM about llgo subproject.
2014-11-27 Lang Hames[MCJIT] Move get-any-symbol-load-address logic out...
2014-11-27 Peter CollingbourneInitial commit of llgo third_party.
2014-11-27 Peter CollingbourneInitial commit of llgo.
2014-11-26 David MajnemerRevert "Added inst combine transforms for single bit...
2014-11-26 Sean SilvaAdd a small "usage:" comment at the top of not.cpp
2014-11-26 Peter CollingbourneCreate directories for llgo subproject.
2014-11-26 Tim NorthoverOpenCL: fix test for lack of names in release builds
2014-11-26 Rui UeyamaObject/COFF: Fix off-by-one error for object having...
2014-11-26 Anton Yartsev[analyzer] Indented code within the DisplayHelp sub.
2014-11-26 Matt ArsenaultR600/SI: Use ZeroOrNegativeOneBooleanContent
2014-11-26 Colin LeMahieu[Hexagon] Adding cmp* immediate form instructions.
2014-11-26 Richard SmithFix buildbot failure on LLP64 platforms like MSVC x86_64.
2014-11-26 Jozef Kolek[mips][microMIPS] Implement disassembler support for...
2014-11-26 Colin LeMahieu[Hexagon] Adding and64, or64, and xor64 instructions.
2014-11-26 Oleksiy VyalovFix several test failures on Linux/FreeBSD caused by...
2014-11-26 Matt ArsenaultR600/SI: Create e64 versions of and/or/xor in SILowerI1...
2014-11-26 Daniel Jasperclang-format: [Java] Don't line-wrap package declarations.
2014-11-26 JF Bastienlibc++: integral types trap on PNaCl
2014-11-26 Lang Hames[MCJIT] Fix missing return statement.
2014-11-26 Lang Hames[MCJIT] Reapply r222828 and r222810-r222812 with fix...
2014-11-26 Nico Weberclang-format: Tweak -style=Chromium for Java files.
2014-11-26 Hafiz Abid... Improve lldb-mi tests.
2014-11-26 Aaron BallmanAdding an explicit triple to this test to get it to...
2014-11-26 Evgeniy Stepanov[asan] Disable preload tests on Android.
2014-11-26 Anastasia Stulova[OpenCL] Implemented restrictions for pointer conversio...
2014-11-26 Aaron BallmanReverting r222828 and r222810-r222812 as they broke...
2014-11-26 Anastasia Stulova[OpenCL] Generic address space parsing and diagnostics...
2014-11-26 Anastasia Stulova[OpenCL] Generic address space has been added in OpenCL...
2014-11-26 Aaron BallmanRemoving a spurious semicolon; NFC
next