oota-llvm.git
2015-05-11 Kostya Serebryany[lib/Fuzzer] when running multiple fuzzing processes...
2015-05-11 Alexey SamsonovFix input validation issues in llvm-as/llvm-dis
2015-05-11 Kostya Serebryany[lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState...
2015-05-11 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes; 2nd...
2015-05-11 Davide Italiano[LoopIdiomRecognize] Transform backedge-taken count...
2015-05-11 Kostya Serebryany[lib/Fuzzer] add a trace-based mutatation logic. Same...
2015-05-11 Andrew KaylorFixing build warnings
2015-05-11 Andrew Kaylor[WinEH] Update exception numbering to give handlers...
2015-05-11 Sanjay Patelgroup getNode() variants by purpose and add comments...
2015-05-11 Sanjoy Das[RewriteStatepointsForGC] Fix a bug on creating gc_relo...
2015-05-11 Matthias BraunLiveRangeCalc: Improve error messages on malformed IR
2015-05-11 Tom StellardCodeGen: Make MachineInstr::untieRegOperand() a public...
2015-05-11 Pirama Arumuga... [X86] Updates to X86 backend for f16 promotion
2015-05-11 James MolloyRip min/max pattern matching out of InstCombine and...
2015-05-11 Aaron BallmanAmends r236990, because I failed at hitting "save"...
2015-05-11 Aaron BallmanReplacing a range-based for loop with an old-style...
2015-05-11 Aaron BallmanSilencing an MSVC warning: '<<' : result of 32-bit...
2015-05-11 Adam Nemet[Testsuite] Renumber metadata in ScopedNoAliasAA test...
2015-05-11 Elena DemikhovskyAVX-512: Changed CC parameter in "cmp" intrinsic
2015-05-11 Adam Nemet[Docs] Fix scoped noalias example
2015-05-11 Hal Finkel[InstCombine/PowerPC] Fix single-precision QPX load...
2015-05-11 Elena DemikhovskyFixed compilation warning, NFC.
2015-05-11 Elena DemikhovskyAVX-512: Added SKX instructions and intrinsics:
2015-05-11 David MajnemerMake buildbots happy
2015-05-11 David Majnemer[InstCombine] Canonicalize single element array store
2015-05-11 David Majnemer[InstCombine] Canonicalize single element array load
2015-05-10 Elena DemikhovskyAVX-512: fixed UINT_TO_FP operation for 512-bit types.
2015-05-10 Simon Pilgrim[SelectionDAG] Fixed constant folding issue when legali...
2015-05-10 Ismail PazarbasiSanitizerCoverage: Use `createSanitizerCtor` to create...
2015-05-10 Elena DemikhovskyAVX-512: fixed a bug in i1 vectors lowering
2015-05-10 Saleem AbdulrasoolSystemZ: silence a GCC warning
2015-05-09 Tobias GrosserAdd polly support to sort_includes.py
2015-05-09 NAKAMURA Takumillvm/test/CodeGen/AArch64/tailcall_misched_graph.ll...
2015-05-09 James Y KnightFix MergeConsecutiveStore for non-byte-sized memory...
2015-05-09 Tom StellardMachineCSE: Add a target query for the LookAheadLimit...
2015-05-09 Pete Cooper[Fast-ISel] Don't mark the first use of a remat constan...
2015-05-09 Arnold SchwaighoferFix compile error
2015-05-09 Quentin ColombetRevert r236912.
2015-05-08 Davide Italiano[Target/ARM] Remove unused 'private' from class.
2015-05-08 Arnold SchwaighoferScheduleDAGInstrs: In functions with tail calls PseudoS...
2015-05-08 David Blaikie[opaque pointer type] Cleanup a few references to point...
2015-05-08 Kostya Serebryany[lib/Fuzzer] build tests that work well with dfsan...
2015-05-08 Kostya Serebryany[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when...
2015-05-08 Hans WennborgSwitch lowering: cluster adjacent fall-through cases...
2015-05-08 Daniel BerlinAdd a comment about DepthFirstIterator's skipchildren...
2015-05-08 Renato GolinTargetParser: FPU/ARCH/EXT parsing refactory - NFC
2015-05-08 Diego NovilloUpdate Function::getContext documentation. NFC.
2015-05-08 Pete Cooper[Fast-ISel] Clear kill flags on registers replaced...
2015-05-08 Brendon Cahoon[Hexagon] Generate more hardware loops
2015-05-08 Sanjoy Das[BasicAA] Fix zext & sext handling
2015-05-08 David BlaikieReplace branch-to-unreachable with assertion.
2015-05-08 Pat GavlinFix a docs build break introduced by rL236888.
2015-05-08 Pete Cooper[X86] Fast-ISel was incorrectly always killing the...
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-08 Jingyue Wu[NoTTI] reject negative scale in addressing mode
2015-05-08 Pete CooperClear kill flags on all used registers when sinking...
2015-05-08 Pete Cooper80 cols fix since i'm looking at this function anyway...
2015-05-08 Pete CooperRemove duplicate cmake target I added in r236792.
2015-05-08 Douglas KatzmanUnbreak build: Makefile must have the same change as...
2015-05-08 Brendon Cahoon[Hexagon] Update AnalyzeBranch, etc target hooks
2015-05-08 Douglas KatzmanPrevent further errors of omission when adding backend...
2015-05-08 Andrea Di Biagio[X86] Teach 'getTargetShuffleMask' how to look through...
2015-05-08 Jozef Kolek[mips][microMIPSr6] Implement ALUIPC and AUIPC instructions
2015-05-08 James Y KnightFix test added in r236850 for OSX builders.
2015-05-08 Jozef Kolek[mips][microMIPSr6] Implement ADDIUPC and LWPC instructions
2015-05-08 James Y KnightFix alignment checks in MergeConsecutiveStores.
2015-05-08 Igor LaevskyFix coding standart based on post submit comments.
2015-05-08 John Brawn[ARM] Reject invalid -march values
2015-05-08 Denis ProtivenskyFix gcc warning of different enum and non-enum types...
2015-05-08 Toma Tabacu[mips] Only use FGR_{32,64} in TableGen descriptions...
2015-05-08 Igor LaevskyThis change is refactoring only. It moves basic block...
2015-05-08 Vasileios Kalintiris[mips] Emit the .insn directive for empty basic blocks.
2015-05-08 Simon Atanasyan[yaml2elf] Replace error message by assert call in...
2015-05-08 Simon Atanasyan[llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine...
2015-05-08 Eric ChristopherNow that we have a soft-float attribute, use it instead...
2015-05-08 David Blaikie[opaque pointer type] Explicit pointee type for GEPOper...
2015-05-07 Alexey SamsonovUpdate CMake flags, LibFuzzer comments and docs for...
2015-05-07 Eric ChristopherInMips16HardFloat was only being set conditional on...
2015-05-07 Eric ChristopherRename the MIPS routine abiUsesSoftFloat -> useSoftFloa...
2015-05-07 Pete CooperAdd yaml-bench to the list of tools make check needs...
2015-05-07 Alexey SamsonovDelete unused createSanitizerCoverageModulePass overload.
2015-05-07 NAKAMURA Takumi[CMake] llvm/test/YAMLParser requires yaml-bench. This...
2015-05-07 Ismail PazarbasiRevert "SanitizerCoverage: Use `createSanitizerCtor...
2015-05-07 Matthias BraunFix typo.
2015-05-07 Pete CooperClear kill flags in tail duplication.
2015-05-07 Ismail PazarbasiWhen checking msan.module_ctor, use CHECK-LABEL instead...
2015-05-07 Ismail PazarbasiSanitizerCoverage: Use `createSanitizerCtor` to create...
2015-05-07 Ismail PazarbasiMSan: Use `createSanitizerCtor` to create ctor, and...
2015-05-07 Ismail PazarbasiTSan: Use `createSanitizerCtor` to create ctor, and...
2015-05-07 Ismail PazarbasiASan: Use `createSanitizerCtor` to create ctor, and...
2015-05-07 Matthias BraunChange getTargetNodeName() to produce compiler warnings...
2015-05-07 Kostya Serebryany[lib/Fuzzer] change the way we use taint information...
2015-05-07 Steven WuUse auto instead of the long type name. NFC.
2015-05-07 Pete Cooper[AArch64] Fix sext/zext folding in address arithmetic.
2015-05-07 Alex LorenzFix r236754: Add the missing yaml-bench dir to the...
2015-05-07 Sergey DmitroukDisable r235989 "Reapply r235977 "[DebugInfo] Add debug...
2015-05-07 Kostya Serebryany[lib/Fuzzer] minor refactoring/simplification, NFC
2015-05-07 Nemanja IvanovicAdd VSX Scalar loads and stores to the PPC back end
2015-05-07 Alex LorenzYAML: Enable the YAMLParser tests.
2015-05-07 David BlaikieRecommit r236670: [opaque pointer type] Pass explicit...
next