platform/upstream/llvm.git
2014-06-20 Chandler Carruth[x86] Make the x86 PACKSSWB, PACKSSDW, PACKUSWB, and...
2014-06-20 Hans WennborgDon't build switch lookup tables for dllimport or TLS...
2014-06-20 Ben LangmuirAvoid invalidating successfully loaded module files
2014-06-20 Greg ClaytonCommand files that switch input handlers didn't work...
2014-06-20 Rafael EspindolaRevert "Add StringMap::insert(pair) consistent with...
2014-06-20 Alp Tokerdiagtool: refactor TreeView to resemble C++
2014-06-20 Kevin EnderbyAdded the -m option as an alias for -format=darwin...
2014-06-19 Rafael EspindolaThe gold plugin doesn't need disassemblers.
2014-06-19 Fariborz JahanianObjective-C qoi. When Objective-C pointer mismatches...
2014-06-19 Alp Tokerdiagtool: simplify TreeView diagnostic classification
2014-06-19 Rafael EspindolaSet gold plugin options in a sane order.
2014-06-19 Kevin EnderbyFix the output of llvm-nm for Mach-O files to use the...
2014-06-19 Rafael EspindolaSimplify. No functionality change.
2014-06-19 Rafael EspindolaUse the assignment operator.
2014-06-19 Rafael EspindolaReduce indentation. No functionality change.
2014-06-19 Rafael EspindolaSet missing options in LTOCodeGenerator::setTargetOptions.
2014-06-19 Kevin EnderbyChange the output of llvm-nm and llvm-size for Mach...
2014-06-19 Rafael EspindolaUse lib/LTO directly in the gold plugin.
2014-06-19 Eric ChristopherAdd a new subtarget hook for whether or not we'd like...
2014-06-19 Joerg SonnenbergerProvide mul for IEEE quad. From GuanHong Liu.
2014-06-19 Joerg SonnenbergerProvide add and sub for IEEE quad. From GuanHong Liu.
2014-06-19 Zachary TurnerInclude Threading.h instead of forward declaring a...
2014-06-19 Justin Bognertest: Just check the VFS when testing module-dependency...
2014-06-19 David BlaikieAdd StringMap::insert(pair) consistent with the standar...
2014-06-19 Eric ChristopherSince we're using DW_AT_string rather than DW_AT_strp...
2014-06-19 Eric ChristopherFix up a few formatting issues.
2014-06-19 Justin BognerFrontend: Fix a typo
2014-06-19 Rafael EspindolaRemove an incorrect fixme.
2014-06-19 Alp TokerFix typos
2014-06-19 Justin BognerFrontend: Add a CC1 flag to dump module dependencies...
2014-06-19 Justin BognerSupport: Add llvm::sys::fs::copy_file
2014-06-19 David GreeneRemove bogus configure check
2014-06-19 David GreeneAdd option to keep flavor out of the install directory
2014-06-19 David GreeneTurn of -Werror by default
2014-06-19 Eric ChristopherFix this test a little harder - use llc_dwarf to make...
2014-06-19 Alp TokerRemove unused includes following r211294
2014-06-19 John WolfeTest commit: Correct type in two comments.
2014-06-19 Yaron KerenFixed formatting.
2014-06-19 Rafael EspindolaUse the c++ APIs.
2014-06-19 Eric ChristopherRelax this test a bit, we don't need the full contents...
2014-06-19 Eli BenderskyFix PR20069: bad loop pragma arguments crash FE
2014-06-19 David BlaikieRemove use of removed function, llvm_stop_multithreading
2014-06-19 David BlaikieRemove circular header reference in Threading.h/Mutex.h
2014-06-19 Jim InghamSwitch over to using object_getClass to get the class...
2014-06-19 Zachary TurnerFix build on non-Windows platforms.
2014-06-19 Zachary TurnerRemove support for LLVM runtime multi-threading.
2014-06-19 Eli BenderskyDocument unroll and unroll_count directives.
2014-06-19 Zachary TurnerDon't call llvm_start_multithreaded() during init....
2014-06-19 David BlaikieDebugInfo: Fission: Ensure the address pool entries...
2014-06-19 Todd FialaFixed up gdb-remote auxv regex issues with binary data.
2014-06-19 Alp TokerMCNullStreamer: assign file IDs to resolve crashes...
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-19 Tobias GrosserUpdate for ScopStmt iterator name change in LLVM r210927
2014-06-19 Oliver StannardTests for r211273
2014-06-19 Johannes DoerfertFix build
2014-06-19 Zachary TurnerKill the LLVM global lock.
2014-06-19 Oliver StannardImprove robustness of tests for module flags metadata
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-06-19 Oliver StannardEmit DWARF3 call frame information when DWARF3+ debug...
2014-06-19 Matheus Almeida[mips] Implementation of dli.
2014-06-19 Argyrios KyrtzidisFix assertion hit or bogus compiler error in cases...
2014-06-19 Matheus Almeida[mips] Small update to the logic behind the expansion...
2014-06-19 Dinesh DwivediUpdated comments as suggested by Rafael. Thanks.
2014-06-19 Richard Smith[c++1z] Implement N3994: a range-based for loop can...
2014-06-19 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-19 Andrea Di Biagio[X86] Teach how to combine horizontal binop even in...
2014-06-19 Evgeniy Stepanov[sanitizer] Intercept pthread_*attr_get*.
2014-06-19 Simon Atanasyan[Mips] Make r26-1.test test case independent from exter...
2014-06-19 Alexey Bataev[OPENMP] Improved diagnostic messages for vars with...
2014-06-19 Dinesh DwivediRefactored and updated SimplifyUsingDistributiveLaws...
2014-06-19 Alp TokerCommandLine: bail out when options get multiply registered
2014-06-19 Alp TokerRemove OwningPtr.h and associated tests
2014-06-19 David MajnemerInstCombine: Stop two transforms dueling
2014-06-19 Eric ChristopherMove -dwarf-version to an MC level command line option...
2014-06-19 Eric ChristopherRemove unnecessary include.
2014-06-19 Eric Christopher80-column fixups.
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-19 Matt ArsenaultR600: Add a few tests I forgot to add.
2014-06-19 Nick LewyckyMove optimization of some cases of (A & C1)|(B & C2...
2014-06-19 Nick LewyckyMake instsimplify's analysis of icmp eq/ne use computeK...
2014-06-19 Nick LewyckyRemove redundant code in InstCombineShift, no functiona...
2014-06-19 David MajnemerMS asm: Properly handle quoted symbol names
2014-06-19 Reid KlecknerDiagnoseUnknownTypename always emits a diagnostic and...
2014-06-19 Matt ArsenaultR600/SI: Add intrinsics for various math instructions.
2014-06-19 David BlaikieFix breakage from r211244 by using LLVM_EXPLICIT to...
2014-06-19 David BlaikieUnbreak the build after r211244.
2014-06-19 Nikola SmiljanicPR10140 - StringPool's PooledStringPtr has non-const...
2014-06-18 Fariborz JahanianObjective-C ARC. Allow conversion of (void*) pointers to
2014-06-18 Jim InghamActually make a real scoped locker rather than construc...
2014-06-18 Jason MolendaAdd a lock in the UnwindTable class so two Targets...
2014-06-18 David MajnemerSema: Static redeclaration after extern declarations...
2014-06-18 Fariborz JahanianObjective-C. Revert my patch in r211234.
2014-06-18 Johannes DoerfertMissing reduction detection test cases
2014-06-18 Fariborz JahanianObjective-C ARC. Allow conversion of (void*) pointers to
2014-06-18 Eric ChristopherMove ARMJITInfo off of the TargetMachine and down onto...
2014-06-18 Matt ArsenaultUse stdint macros for specifying size of constants
2014-06-18 Kevin EnderbyTeach llvm-size to know about Mach-O universal files...
2014-06-18 Matt ArsenaultR600: Handle fnearbyint
2014-06-18 Marek OlsakR600/SI: add gather4 and getlod intrinsics (v3)
2014-06-18 Saleem Abdulrasooltests: relax ms-intrinsics test
next