platform/upstream/llvm.git
2016-03-08 Aaron BallmanTurning on the /bigobj flag for two more files that...
2016-03-08 Sanjay Pateldon't repeat function names in documentation comments...
2016-03-08 Artyom Skrobov[ARM] Simplify ARMInstr*.td by getting rid of identity...
2016-03-08 Hans WennborgRevert r262599 "[X86][SSE] Improve vector ZERO_EXTEND...
2016-03-08 Manuel KlimekFix problem with uninitilialized bool found by asan.
2016-03-08 Mike SpertusAdd Visual Studio native visualizers for several Clang...
2016-03-08 Marshall ClowRemove a couple tabs that crept in
2016-03-08 Marshall ClowImplement P0272R1: Give 'std::string' a non-const ...
2016-03-08 Krzysztof ParzyszekAdd DAG mutation interface to the DFA packetizer
2016-03-08 Igor BregerAVX512: Add extract_subvector patterns v8i1->v4i1 ...
2016-03-08 Marshall ClowImplement P0253R1: Fixing a design mistake in the searc...
2016-03-08 Filipe Cabecinhas[Fix r262788] Fix missed prototype with the old llvm...
2016-03-08 Benjamin Kramer[gold] Avoid assertion failures when taking a pointer...
2016-03-08 Tamas BerghammerFix log in Broadcaster causing a crash
2016-03-08 Filipe Cabecinhas[llvm-config] Get rid of code related to the Makefile...
2016-03-08 Tamas BerghammerTry to fix windows build after rL262863
2016-03-08 Kevin FunkBump libclang API version after r262318
2016-03-08 Duncan P. N... Sema: Methods in unavailable classes are unavailable
2016-03-08 Ewan CrawfordUse c_str() instead of GetCString() to fix build
2016-03-08 Simon Pilgrim[X86] Regenerated vector float extension tests
2016-03-08 Junmo ParkRemove pr25342 test-case.
2016-03-08 Tobias GrosserAlso clang-format *.c run-time library files
2016-03-08 Junmo ParkRevert "[InstCombine] Combine A->B->A BitCast"
2016-03-08 Duncan P. N... Sema: Treat 'strict' availability flag like unavailable
2016-03-08 Enrico GranataThis is actually a FileSpec, so use .GetCString() instead
2016-03-08 Enrico GranataUse .c_str() here to unbreak the Linux build
2016-03-08 Enrico GranataA few more improvements on the way to the command alias...
2016-03-08 Rui UeyamaELF: Rename NoInhibitExec -> NoinhibitExec.
2016-03-08 Rui UeyamaELF: Add /lib and /usr/lib as default search paths.
2016-03-08 Enrico GranataTurn GetAliasOptions() into GetAlias()
2016-03-08 Justin BognerSelectionDAG: Appease the bots that don't like my union
2016-03-08 Peter CollingbourneFix evaluation order. Spotted by Alexander Riccio!
2016-03-08 Kit Barton[Power9] Implement new vsx instructions: load, store...
2016-03-08 Enrico GranataAttempt to fix the Ubuntu buildbot by making FindLonges...
2016-03-08 Jason MolendaUnbreak linux build broken by r262901
2016-03-08 Dan Gohman[WebAssembly] Update for spec change from tableswitch...
2016-03-08 Justin BognerRe-apply "SelectionDAG: Store SDNode operands in an...
2016-03-08 Enrico GranataMove ProcessAliasOptionsArgs to be a static on CommandA...
2016-03-08 Enrico GranataChange the way command aliases are stored. Go from...
2016-03-08 Quentin Colombet[MIR] Change the token name for '<' and '>' to be consi...
2016-03-08 Quentin Colombet[AArch64][GlobalISel] Add a test case for the IRTranslator.
2016-03-08 Quentin Colombet[AArch64] Initialize GlobalISel as part of the target...
2016-03-08 Quentin Colombet[GlobalISel] Introduce initializer method to support...
2016-03-08 Ekaterina RomanovaAdd doxygen comments to bmiintrin.h's intrinsics.
2016-03-08 Anna Zaks[analyzer] Fix missed leak from MSVC specific allocatio...
2016-03-08 Quentin Colombet[MIR] Teach the parser/printer that generic virtual...
2016-03-08 Justin BognerRevert "SelectionDAG: Store SDNode operands in an Array...
2016-03-08 Richard SmithA couple more UB fixes for C++14 sized deallocation.
2016-03-08 Quentin Colombet[MIR] Teach the parser how to parse complex types of...
2016-03-08 Richard SmithUse class="svn" for features with SVN status.
2016-03-08 Richard SmithMove [[nodiscard]] tests into test/CXX tree.
2016-03-08 Richard SmithDefine __has_cpp_attribute(fallthrough) to a more reaso...
2016-03-08 Justin BognerSelectionDAG: Store SDNode operands in an ArrayRecycler
2016-03-08 Quentin Colombet[MIR] Teach the printer how to print complex types...
2016-03-08 Quentin Colombet[AsmParser] Expose an API to parse a string starting...
2016-03-08 Easwaran RamanRevert revisions 262636, 262643, 262679, and 262682.
2016-03-08 Richard SmithAdd accidentally forgotten testcase from r262881.
2016-03-08 Richard SmithP0188R1: add support for standard [[fallthrough]] attri...
2016-03-08 Quentin Colombet[MIR] Print the type of generic machine instructions.
2016-03-08 Quentin Colombet[MIR] Teach the mir parser about types on generic machi...
2016-03-08 Quentin Colombet[lit] Teach lit about global-isel requirement.
2016-03-08 Quentin Colombet[llvm-config] Teach llvm-config about global-isel.
2016-03-07 Anna Zaks[tsan] Add support for pointer typed atomic stores...
2016-03-07 Sanjay Patel[x86] add test to show missing optimization
2016-03-07 Sanjay Patel[x86] simplify test and tighten checks
2016-03-07 Quentin Colombet[MachineInstr] Get rid of some GlobalISel ifdefs.
2016-03-07 Aaron BallmanImplement support for [[nodiscard]] in C++1z that is...
2016-03-07 Marshall ClowImplement P0025R0: 'An algorithm to clamp a value betwe...
2016-03-07 Amaury SechetRemove unused import in Orc C API
2016-03-07 Quentin Colombet[IR] Provide an API to skip the details of a structured...
2016-03-07 Quentin Colombet[AsmParser] Add a function to parse a standalone type.
2016-03-07 Quentin Colombet[MIR] Teach the MIPrinter about size for generic virtua...
2016-03-07 Marshall Clownon-member swap for array was mistakenly taking const...
2016-03-07 Matt ArsenaultFix broken example for bitreverse documentation
2016-03-07 Matt ArsenaultAMDGPU: Match more med3 integer patterns
2016-03-07 Jim InghamChange over the broadcaster/listener process to hold...
2016-03-07 Quentin Colombet[MIR] Teach the parser how to handle the size of generi...
2016-03-07 Quentin Colombet[MachineRegisterInfo] Add a method to set the size...
2016-03-07 Amaury SechetSmall formating change in Core.cpp . NFC
2016-03-07 Tobias Grosserdoxygen: Also show private members
2016-03-07 Tobias Grosserdoxygen: Fix region marker
2016-03-07 Tobias GrosserDrop comment separators
2016-03-07 Quentin Colombet[MachineRegisterInfo] Get rid of the global-isel ifdefs.
2016-03-07 Tobias Grosserdocs: Add doxygen mainpage
2016-03-07 Matt ArsenaultAMDGPU: Remove a fixme for ptrrtoint handling
2016-03-07 Matt ArsenaultAMDGPU: Move function only used by R600
2016-03-07 Matt ArsenaultDAGCombiner: Check legality before creating extract_vec...
2016-03-07 Adrian PrantlModule Debugging: Fix a crash when emitting debug info...
2016-03-07 Tobias GrosserTest documentation rebuild
2016-03-07 Justin BognerSelectionDAG: Remove some unused AtomicSDNode construct...
2016-03-07 Rafael EspindolaAdd support for common symbols.
2016-03-07 Michael Zuckerman[CLANG][AVX512][BUILTIN] Add builtin vcomi{ss|sd}
2016-03-07 Rui UeyamaDo not use "default" for a fully-covered switch.
2016-03-07 Guillaume Papinpython binding: expose compile command filename
2016-03-07 Adam Nemet[LoopDataPrefetch] If prefetch distance is not set...
2016-03-07 Marina Yatsina[ms-inline-asm][AVX512] Add ability to use k registers...
2016-03-07 Marina Yatsina[ms-inline-asm][AVX512] Add ability to use k registers...
2016-03-07 Adam Nemet[ScopedNoAliasAA] Make test basic.ll less confusing
2016-03-07 Rafael EspindolaAdjust the .bss alignment to include common symbols.
2016-03-07 Adam NemetRevert "Enable LoopLoadElimination by default"
next