platform/upstream/llvm.git
2015-02-12 Marshall ClowFixed a problem that UBSAN found, where we were calling...
2015-02-12 Michael ZolotukhinAdd a testcase for r228432.
2015-02-12 Benjamin KramerTry to fix the MSVC build.
2015-02-12 Michael Kupersteingold-plugin: delete the output file for OT_DISABLE
2015-02-12 Gabor Horvath[clang-tidy] Fixed a false positive case in misc-ineffi...
2015-02-12 Tamas BerghammerAdd Initialize/Terminate method to Platform base plugin
2015-02-12 Tamas BerghammerCreate new platform: remote-android
2015-02-12 John ThompsonFix broken test in separate build tree.
2015-02-12 Rafael EspindolaOn ELF, put PIC jump tables in a non executable section.
2015-02-12 Jim InghamAdd an -A option to "break set -p" to search all files...
2015-02-12 Rafael EspindolaPut each jump table in an independent section if the...
2015-02-12 Benjamin KramerFix accidental bit flip.
2015-02-12 John ThompsonAdded support for multiple header list files, as a...
2015-02-12 Benjamin KramerCoverageMapping: Bitvectorize code. No functionality...
2015-02-12 Benjamin KramerUpdate after LLVM API change.
2015-02-12 Hafiz Abid... Fix the test on Linux.
2015-02-12 James Molloy[LoopRerolling] Be more forgiving with instruction...
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-12 John ThompsonFixed incorrect header inclusion tracking resulting...
2015-02-12 Marshall ClowRemove undefined behavior from test; specifically,...
2015-02-12 Marshall ClowRemove undefined behavior from test; specifically,...
2015-02-12 Tim NorthoverTriple: refactor redundant code.
2015-02-12 Pavel LabathRe-add makefiles of inline tests
2015-02-12 Michael Kuperstein[X86] Call frame optimization - allow stack-relative...
2015-02-12 Andrea Di Biagio[TTI] Teach the cost heuristic how to query TLI to...
2015-02-12 Benjamin KramerBitVector: Remove manual bit width dispatch, this is...
2015-02-12 Benjamin KramerMathExtras: Parametrize count(Trailing|Leading)Zeros...
2015-02-12 Asiri RathnayakeARM: Fix another regression introduced in r223113
2015-02-12 Greg BedwellFix dependency generation crash test to run clang and...
2015-02-12 Vasileios Kalintiris[mips] Partially revert r223927: Removing __SIZEOF_INT1...
2015-02-12 Dmitry Vyukovtsan: do not instrument not captured values
2015-02-12 Elena DemikhovskyAVX-512: Fixed the "test" operation for i1 type
2015-02-12 Michael Kuperstein[X86] A heuristic to estimate the size impact for conve...
2015-02-12 Tobias GrosserLink LLVM libraries into libLLVMPolly if BUILD_SHARED_L...
2015-02-12 Ahmed Bougacha[CodeGen] Don't blindly combine (fp_round (fp_round...
2015-02-12 Jason MolendaSearch through all memory regions of the core file for
2015-02-12 Justin HibbitsCast EOF to get a proper comparison.
2015-02-12 Justin HibbitsQuiet Coverity
2015-02-12 Shankar Easwaran[ELF][Cleanup] Remove unused function
2015-02-12 Shankar Easwaran[ELF] Support --wrap option
2015-02-12 Shankar Easwaran[ELF] Add LinkingContext to the ELFReader.
2015-02-12 Saleem Abdulrasoolunwind: use explicit memcpy for register saving
2015-02-12 Saleem Abdulrasoolunwind: move exported APIs out of header
2015-02-12 Filipe CabecinhasFix tests so they work when the linker is gcc
2015-02-12 George Burgess IVFixed a bug where CFLAA would crash the compiler.
2015-02-12 Rui UeyamaPECOFF: make dumpbin tool happy.
2015-02-12 Chandler Carruth[slp] Fix a nasty bug in the SLP vectorizer that Joerg...
2015-02-12 Steven WuAdd InlineAsmDiagnosticHandler for bitcode input
2015-02-12 Richard SmithMore for DR1467: In C++, when initializing an element...
2015-02-12 Richard SmithImprove the "braces around scalar init" warning to...
2015-02-12 Hal Finkel[PowerPC] Mark jumps as expensive (using using CR bits)
2015-02-12 Alexey Samsonov[Sanitizer] Change InitializeFlags() signatures. NFC.
2015-02-12 Alexey Samsonov[Sanitizer] Add "final" specifier to FlagHandlerBase...
2015-02-12 Greg ClaytonMake a more complete fix for always supplying an execut...
2015-02-12 Zachary TurnerRevert "Change Path::filename_pos() to skip the drive...
2015-02-11 Rafael EspindolaInvert the section relocation map.
2015-02-11 Rafael EspindolaUse the existing SymbolTableIndex instead of doing...
2015-02-11 Rui UeyamaRemove unused parameter.
2015-02-11 Rafael EspindolaCreate the Seciton -> Rel Section map when it is first...
2015-02-11 Tim NorthoverDeadArgElim: aggregate Return assessment properly.
2015-02-11 Rafael EspindolaRemove unused argument. NFC.
2015-02-11 David MajnemerUnbreak buildbots
2015-02-11 Rafael EspindolaDon't recompute the entire section map just to add...
2015-02-11 Nico WeberWrap to 80 columns. No behavior change.
2015-02-11 David MajnemerMC, COFF: Align section contents to a four byte boundary
2015-02-11 Enrico GranataOn second thought, a const ValueObject& has too many...
2015-02-11 Ilia KExcept only EIO errors of OSError exception in Base...
2015-02-11 Reid KlecknerAdd the 'noinline' attribute to call sites within __try...
2015-02-11 Samuel BenzaquenAdd clang-tidy check google-global-names-in-headers.
2015-02-11 Zachary TurnerChange Path::filename_pos() to skip the drive letter.
2015-02-11 Rafael EspindolaRemove unused argument. NFC.
2015-02-11 Mehdi AminiReassociate: cannot negate a INT_MIN value
2015-02-11 Dimitry Andric[Sanitizers] The MAP_NORESERVE define has been removed...
2015-02-11 Pete CooperFix REQUIRES lines on tests from r228735. Thanks Krist...
2015-02-11 Alexey Samsonov[UBSan] Allow UBSan location to store frames returned...
2015-02-11 Johannes Doerfert[FIX] Remove XFAIL again
2015-02-11 Greg ClaytonFixed SBModule::GetUUIDString() to not use a static...
2015-02-11 Johannes Doerfert[FIX] Correctly handle scalar dependences of branch...
2015-02-11 Johannes Doerfert[FIX] Fix test case that was affected by the early...
2015-02-11 Benjamin KramerCXXInheritance: Modernize removal of hidden virtual...
2015-02-11 Reid KlecknerAdd a comdat to __clang_call_terminate
2015-02-11 Tobias GrosserDrop an assert and XFAIL two test cases
2015-02-11 Tom StellardR600/SI: Disable subreg liveness
2015-02-11 Zachary TurnerUpdate the coding standard to reflect recent changes.
2015-02-11 Zachary TurnerMake PipeWindows::CreateWithUniqueName() use GUIDs...
2015-02-11 Johannes DoerfertUpdate TODO list.
2015-02-11 Simon Pilgrim[X86][SSE] Added dual vector truncation tests.
2015-02-11 Tamas BerghammerAdd missing check for LLDB_DISABLE_PYTHON in FormatManager
2015-02-11 Adrian PrantlFix PR19351. While building up a composite type it...
2015-02-11 Adrian PrantlAllow DIBuilder::replaceVTableHolder() to work with...
2015-02-11 Adrian PrantlAdd a trackIfUnresolved to DIBuilder::createInheritance(),
2015-02-11 Adrian PrantlGeneralize DIBuilder's createReplaceableForwardDecl...
2015-02-11 Johannes DoerfertAdd early exits for SCoPs we did not optimize
2015-02-11 Tom StellardR600: Split AMDGPUPassConfig into R600PassConfig and...
2015-02-11 Tom StellardR600: Create an R600TargetMachine for pre-gcn GPUs
2015-02-11 Tom StellardR600/SI: Fix -march in test
2015-02-11 Johannes DoerfertModel scalar writes with uses outside the SCoP
2015-02-11 John ThompsonAdded -block-check-header-list-only option. This is...
2015-02-11 John ThompsonCentralize canonical path conversion.
2015-02-11 Hafiz Abid... Lock mutex in the same order.
next