platform/upstream/llvm.git
2016-03-09 Richard TrieuFix uninitialized member bool. Detected by ASan.
2016-03-09 Adam Nemet[LoopDataPrefetch] Add stats and debug output
2016-03-09 Adam Nemet[LAA] Improve comment for isStridedPtr
2016-03-09 Peter ZotovAccept absolute paths in the -fuse-ld option.
2016-03-09 Dan Gohman[WebAssembly] Update comments about irreducible control...
2016-03-09 Sean SilvaUse lto_bool_t instead of a raw `bool` (fixup for r262977).
2016-03-09 Mehdi AminiFix ThinLTO test: depends on the X86 backend
2016-03-09 Sean Silva[lto] Avoid duplicate symbol error for appending linkage.
2016-03-09 Argyrios Kyrtzidis[index] Add a message for the assertion, NFC.
2016-03-09 Mehdi Aminivoid foo() is not a valid C prototype, one has to write...
2016-03-09 Sanjoy DasReturn StringRef instead of a naked char*; NFC
2016-03-09 Sanjoy Das[IRCE] Reflow comments; NFC
2016-03-09 Mehdi AminiFix library dependency for llvm-lto after r262977
2016-03-09 Enrico GranataLast round of preliminary cleanup in my refactoring...
2016-03-09 Argyrios Kyrtzidis[index] libclang: Make sure to treat forward ObjC proto...
2016-03-09 Argyrios Kyrtzidis[index] Fix assertion hit when indexing re-declarations...
2016-03-09 Sean SilvaAvoid unnecessary qualification.
2016-03-09 Dan Gohman[WebAssembly] Implement irreducible control flow.
2016-03-09 Mehdi AminiFix GOLD plugin build after r262976
2016-03-09 Sanjoy DasRemove trailing newline from test case; NFC
2016-03-09 Sanjoy Das[SCEV] Slightly generalize getRangeViaFactoring
2016-03-09 Sanjoy Das[SCEV] Slightly generalize getRangeViaFactoring
2016-03-09 Mehdi AminilibLTO: add a ThinLTOCodeGenerator on the model of...
2016-03-09 Mehdi AminiFunctionIndex is not optional for renameModuleForThinLT...
2016-03-09 Sean Silva[lto] Record whether a variable is TLS.
2016-03-09 Rafael EspindolaAssume GV is not null for now.
2016-03-09 Richard SmithReadd testcase accidentally removed in r262888.
2016-03-09 Siva Chandra[TestRegisterVariables] Adjust compiler range in expect...
2016-03-08 Davide Italiano[Modules] Modernize, use range-based loops.
2016-03-08 Sean Silva[lto] Don't add variables with private linkage to the...
2016-03-08 Richard SmithFix crash in access check for aggregate initialization...
2016-03-08 Richard SmithFix -Werror build.
2016-03-08 Tim NorthoverAArch64: remove tests of intrinsics completely duplicat...
2016-03-08 Richard SmithP0017R1: In C++1z, an aggregate class can have (public...
2016-03-08 Zachary Turner[llvm-pdbdump] Dump line table information.
2016-03-08 Sanjay Patelfix typo; NFC
2016-03-08 Aaron BallmanSilence duplicate diagnostics because parsing of a...
2016-03-08 Enrico GranataAdd CommandAlias.cpp to CMakeLists
2016-03-08 Enrico GranataMove CommandAlias to its own file; also
2016-03-08 Rafael EspindolaRemove an unnecessary hack.
2016-03-08 Sanjay Pateluse range-based for loop; NFCI
2016-03-08 Rafael EspindolaDelete isTlsDynRel.
2016-03-08 Rafael EspindolaUse defined hidden symbols for out of range tests.
2016-03-08 Sanjay Patelfix variable name; NFC
2016-03-08 Sanjay Pateluse range-based loop; NFCI
2016-03-08 Hans WennborgAdd self to CODE_OWNERS
2016-03-08 Sean CallananMade self.expect() errors a little more readable in...
2016-03-08 Saleem Abdulrasoolcmake: include what you use
2016-03-08 Chris Bieneman[CMake] Refactor add_llvm_implicit_projects to be reusable
2016-03-08 Adrian PrantlSupport floating point values in 128-bit SSE vector...
2016-03-08 Chad Rosier[AArch64] Disable the MI scheduler to turn bots green...
2016-03-08 Quentin ColombetRevert r262759 and r262760.
2016-03-08 Chad Rosier[AArch64] Add MMOs to unscaled pairs.
2016-03-08 Rafael EspindolaRevert "ELF: Add /lib and /usr/lib as default search...
2016-03-08 Sanjay Patelrangify, fix function names; NFCI
2016-03-08 Krzysztof ParzyszekInvoke DAG postprocessing in the post-RA scheduler
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.
next