platform/upstream/llvm.git
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
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...
next