platform/upstream/llvm.git
2015-02-04 Sanjay Patelimproved CHECK
2015-02-04 Galina KistanovaAdded missing header for the explicit dependency on...
2015-02-04 Justin BognerInstrProf: Add some unit tests for CoverageMapping
2015-02-04 Justin BognerInstrProf: Use a stable sort when reading coverage...
2015-02-04 Colin LeMahieu[Hexagon] Revert change to isCodeGenOnly = 1 in r228080
2015-02-04 Colin LeMahieu[Hexagon] Changing some isCodeGenOnly to isAsmParserOnl...
2015-02-04 Owen AndersonRemove a gross usage of environment variables in Machin...
2015-02-04 Rui UeyamaSimplify large switches.
2015-02-03 Justin BognerInstrProf: Update for LLVM API change
2015-02-03 Justin BognerInstrProf: Make CounterMappingRegions less confusing...
2015-02-03 Eric FiselierMake test require 'linux' instead of 'linux2'
2015-02-03 Eric Fiselieradd platform to LIT's available features
2015-02-03 Davide ItalianoAvoid two function calls of file() when not needed.
2015-02-03 Arnaud A. de... [PBQP] Provide more information in the debug prints
2015-02-03 Jason MolendaSmall fix for the "memory write -i filename" command...
2015-02-03 Larisse VoufoPR22419: Give implicit sized deallocation functions...
2015-02-03 David MajnemerUnbreak hexagon bot
2015-02-03 Philip ReamesUse ImmutableCallSite for statepoint verification.
2015-02-03 Nico WeberWrap to 80 columns. No behavior change.
2015-02-03 David MajnemerCodeGen: Copy-ctorm must obey the destination's alignme...
2015-02-03 Rui UeyamaELF: Support INPUT linker script directive
2015-02-03 Reid KlecknerSEH: Track users of __try so we can pick a per-func...
2015-02-03 Stephane SezerUse basename of main executable in POSIX-DYLD on Android.
2015-02-03 Adam Nemet[LV] Split off memcheck block really at the first check
2015-02-03 Chandler Carruth[x86] Fix signed vs. unsigned comparison.
2015-02-03 Simon PilgrimFixed unused variable warning.
2015-02-03 David BlaikieDebugInfo: Ensure calls to functions with default argum...
2015-02-03 Weiming ZhaoDiagnose CXX 'this' pointer reference in funcs with...
2015-02-03 DeLesley HutchinsThread Safety Analysis: add support for before/after...
2015-02-03 Colin LeMahieu[Hexagon] Marking a bunch of non-encoded instructions...
2015-02-03 Hans Wennborg[CMake] add_llvm_library: don't use .imp suffix for...
2015-02-03 Arnaud A. de... [PBQP] Constify Graph::getEdgeNode1Id and Graph::getEdg...
2015-02-03 Simon Pilgrim[X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for...
2015-02-03 Bill Schmidt[PowerPC] Implement the vpopcnt instructions for POWER8
2015-02-03 Kostya Serebryany[fuzzer] Add proper dependensices to the fuzzer tests
2015-02-03 Chandler Carruth[x86] Add two truly horrific test cases for the new...
2015-02-03 Chandler Carruth[x86] Update the indent and layout of some tests in...
2015-02-03 Duncan P. N... AsmParser: Recognize DW_TAG_* constants
2015-02-03 Duncan P. N... IR: Assembly and bitcode for GenericDebugNode
2015-02-03 Marek OlsakR600/SI: Remove the -CHECK suffix from all FileCheck...
2015-02-03 Marek OlsakR600/SI: Remove useless patterns in VALU which are...
2015-02-03 Marek OlsakR600/SI: Rewrite VOP1InstSI to contain a pseudo and...
2015-02-03 Marek OlsakR600/SI: Fix B64 VALU shifts on VI
2015-02-03 Reid KlecknerFix Driver/mg.c test when fgrep is a shell Cygwin shell...
2015-02-03 Justin BognerInstrProf: Remove CoverageMapping::HasCodeBefore, it...
2015-02-03 Justin BognerInstrProf: Remove CoverageMapping::HasCodeBefore, it...
2015-02-03 Chandler Carruth[x86] Tweak my update script to use test case function...
2015-02-03 Duncan P. N... CodeGen: Update for LLVM API change in r228030
2015-02-03 Duncan P. N... Support: Add string => unsigned mapping for DW_TAG
2015-02-03 Duncan P. N... Support: Re-implement dwarf::TagString() using a .def...
2015-02-03 Duncan P. N... Support: Stop stringifying DW_TAG_{lo,hi}_user
2015-02-03 Eric FiselierFix alignment in tests for readability.
2015-02-03 Simon PilgrimFixed signed/unsigned comparison warning.
2015-02-03 Colin LeMahieu[Hexagon] Converting XTYPE/SHIFT intrinsics. Cleaning...
2015-02-03 Simon PilgrimFixed unused variable warning.
2015-02-03 Daniel BerlinAllow PRE to insert no-cost phi nodes
2015-02-03 Renato GolinRevert "Enabling testing ASAN on AArch64"
2015-02-03 Simon Pilgrim[X86][SSE] Added general integer shuffle matching for...
2015-02-03 Adrian PrantlAddress review feedback for r228003.
2015-02-03 Reid KlecknerRevert "Thread Safety Analysis: add support for before...
2015-02-03 Colin LeMahieu[Hexagon] Updating XTYPE/PRED intrinsics.
2015-02-03 Kostya Serebryany[fuzzer] update the include line to use the new header...
2015-02-03 Kostya Serebryany[sanitizer] move the coverage interface into a separate...
2015-02-03 Jingyue WuAdd straight-line strength reduction to LLVM
2015-02-03 Colin LeMahieu[Hexagon] Updating XTYPE/PERM intrinsics.
2015-02-03 Simon Pilgrim[X86][AVX2] Enabled shuffle matching for the AVX2 zero...
2015-02-03 Ben LangmuirMake the default module cache user-specific
2015-02-03 Rafael EspindolaFix duplicated symbol error.
2015-02-03 Rafael EspindolaFix typo in test/CodeGen/X86/sibcall.ll (pr22331).
2015-02-03 Colin LeMahieu[Hexagon] Adding missing vector multiply instruction...
2015-02-03 Reid Klecknerthread safety: Add move ctor to BeforeInfo to fix MSVC...
2015-02-03 Sanjay PatelMerge consecutive 16-byte loads into one 32-byte load...
2015-02-03 Greg FitzgeraldDon't assume LIT_EXECUTABLE points to a Python script...
2015-02-03 Sanjay Patelremove variable names from comments; NFC
2015-02-03 Adrian PrantlMerge ArtificialLocation into ApplyDebugLocation and...
2015-02-03 Adrian PrantlAdd documentation to ApplyDebugLocation.
2015-02-03 Alexey Samsonov[ASan] Run tests with both static and dynamic runtime...
2015-02-03 Manman Ren[LTO API] split lto_codegen_compile to lto_codegen_opti...
2015-02-03 Hans WennborgFix ProgramFiles path for 64-bit Windows installer
2015-02-03 Zachary TurnerFix compilation failure on Windows.
2015-02-03 DeLesley HutchinsThread Safety Analysis: add support for before/after...
2015-02-03 Greg FitzgeraldRevert "Don't assume LIT_EXECUTABLE points to a Python...
2015-02-03 Colin LeMahieu[Hexagon] Converting complex number intrinsics and...
2015-02-03 Greg FitzgeraldDon't assume LIT_EXECUTABLE points to a Python script
2015-02-03 Colin LeMahieu[Hexagon] Adding vector intrinsics for alu32/alu and...
2015-02-03 Adam Nemet[LoopVectorize] Fix rebase glitch in r227751
2015-02-03 Jingyue WuRemove usernames from TODOs, NFC
2015-02-03 Marek OlsakR600/SI: Don't generate non-existent LSHL, LSHR, ASHR...
2015-02-03 Marek OlsakR600/SI: Remove VOP2_REV definitions from target-specif...
2015-02-03 Marek OlsakR600/SI: Trivial instruction definition corrections...
2015-02-03 Marek OlsakR600/SI: Determine target-specific encoding of READLANE...
2015-02-03 Marek OlsakR600/SI: Fix dependency between instruction writing...
2015-02-03 Sanjay PatelFix program crashes due to alignment exceptions generat...
2015-02-03 Nico WeberImplement jump scope SEHmantic analysis.
2015-02-03 Bill SchmidtDisable 32-bit tests in tls-pic.ll until they can be...
2015-02-03 Bill SchmidtFurther revise too-restrictive test CodeGen/PowerPC...
2015-02-03 Rafael EspindolaUse CLANG_LIBDIR_SUFFIX when looking for the gold plugin.
2015-02-03 Bill SchmidtFurther revise too-restrictive test CodeGen/PowerPC...
2015-02-03 Bill SchmidtRevise too-restrictive test CodeGen/PowerPC/tls-pic.ll
2015-02-03 Bill Schmidt[PowerPC] Yet another approach to __tls_get_addr
next