platform/upstream/llvm.git
2015-02-04 Chandler Carruth[x86] Give movss and movsd execution domains in the...
2015-02-04 Pavel LabathHave llgs tests output their traces into session dir
2015-02-04 Chandler Carruth[x86] Remove a low-value test that was just checking...
2015-02-04 Chandler Carruth[x86] Mechanically update a bunch of tests' check lines...
2015-02-04 Chandler Carruth[x86] Teach the test update script to strip trailing...
2015-02-04 Pavel LabathAvoid leakage of file descriptors in LLDB and LLGS
2015-02-04 Renato GolinReverting VLD1/VST1 base-updating/post-incrementing...
2015-02-04 Hafiz Abid... Fix a race condition in lldb-mi.
2015-02-04 Chandler Carruth[x86] Include the destination register in the check...
2015-02-04 Chandler Carruth[x86] Add some tests I missed in the prior commit to...
2015-02-04 Viktor Kutuzov[Msan] Fix the pthread_attr_get unit test to build...
2015-02-04 Chandler Carruth[x86] Start to introduce bit-masking based blend lowering.
2015-02-04 Chandler Carruth[x86] Add missing patterns for andps, orps, xorps,...
2015-02-04 Chandler Carruth[x86] Add tests for blends-with-zero on 4-element vectors.
2015-02-04 David MajnemerParse: Handle __declspec in a lambda definition
2015-02-04 David MajnemerSema: Add support for __declspec(restrict)
2015-02-04 Anna ZaksRegister parameters have local storage.
2015-02-04 Sameer SahasrabuddheOpenCL: handle ternary operator when the condition...
2015-02-04 Bill SchmidtReplace tabs with spaces from r228116. Oops.
2015-02-04 Bill Schmidt[PowerPC] Handle 32-bit targets properly in PPCTLSDynam...
2015-02-04 Chaoren LinTest commit.
2015-02-04 Philip ReamesFix a warning in non-asserts builds
2015-02-04 Alexey Bataev[MSVC2012] Allow 'mutable' references
2015-02-04 Rafael EspindolaMake this test stricter. NFC.
2015-02-04 David MajnemerFix ARM buildbot
2015-02-04 Larisse VoufoFix typo in test case.
2015-02-04 Frederic RissFix some unnoticed/unwanted behavior change from r222319.
2015-02-04 Larisse VoufoFix typo in test case.
2015-02-04 Larisse VoufoGeneralize r228066 to give all implicit global allocati...
2015-02-04 Rui UeyamaEarly return. NFC.
2015-02-04 Richard SmithAdd missing file from r228104.
2015-02-04 Richard Smith[modules] If we already have a fake definition for...
2015-02-04 Kostya Serebryany[fuzzer]: fix exit code, add more diagnostics
2015-02-04 Kostya Serebryany[sanitizer] add another workaround for PR 17409: when...
2015-02-04 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-04 NAKAMURA Takumiclang/test/CodeGenCXX/cxx14-implicit-sized-delete.cpp...
2015-02-04 NAKAMURA Takumiclang/test/CodeGenCXX/cxx14-implicit-sized-delete.cpp...
2015-02-04 NAKAMURA TakumiAdd LF to EOF.
2015-02-04 Chandler Carruth[x86] Refresh the checks of a number of tests using
2015-02-04 Chandler Carruth[x86] Switch to using the long '--check-prefix' form...
2015-02-04 Chandler Carruth[x86] Port this test to use utils/update_llc_test_check...
2015-02-04 Davide ItalianoStyle cleanup in compareByPosition().
2015-02-04 Peter CollingbourneMisc documentation/comment fixes.
2015-02-04 Greg ClaytonFix it so we always get major, minor and update from...
2015-02-04 Philip ReamesClang format of a file introduced in 228090 (NFC)
2015-02-04 Philip ReamesAdd a pass for inserting safepoints into (nearly) arbit...
2015-02-04 Akira Hatanaka[inlineasm] Fix an incorrect warning about register...
2015-02-04 David MajnemerUnbreak the MIPS buildbot
2015-02-04 David MajnemerHeaders: Don't use attribute keywords which aren't...
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
next