[fuzzer] make multi-process execution more verbose; fix mutation to actually respect...
[oota-llvm.git] / lib /
2015-02-04 Kostya Serebryany[fuzzer] make multi-process execution more verbose...
2015-02-04 Colin LeMahieu[Hexagon] Replacing some load patterns with cleaner...
2015-02-04 Michael KupersteinFixes a bug in vector load legalization that confused...
2015-02-04 Colin LeMahieu[Hexagon] Adding missing isCodeGenOnly = 0
2015-02-04 Colin LeMahieu[Hexagon] Adding encoding information for absolute...
2015-02-04 Alexey SamsonovSpecialCaseList: Add support for parsing multiple input...
2015-02-04 Colin LeMahieu[Hexagon] Adding encoding information for absolute...
2015-02-04 Colin LeMahieu[Hexagon] Adding encoding bits for indirect long load...
2015-02-04 Bradley Smith[ARM] Fix subtarget feature set truncation when using...
2015-02-04 Zoran Jovanovic[mips][microMIPS] Implement CodeGen support for SW16...
2015-02-04 Daniel Sanders[mips] Make MipsSubtarget::hasMips*() functions consist...
2015-02-04 Aaron BallmanFixing a -Wsign-compare warning; NFC
2015-02-04 Renato GolinAdding support to LLVM for targeting Cortex-A72
2015-02-04 Chandler Carruth[x86] Give movss and movsd execution domains in the...
2015-02-04 Renato GolinReverting VLD1/VST1 base-updating/post-incrementing...
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 Bill SchmidtReplace tabs with spaces from r228116. Oops.
2015-02-04 Bill Schmidt[PowerPC] Handle 32-bit targets properly in PPCTLSDynam...
2015-02-04 Philip ReamesFix a warning in non-asserts builds
2015-02-04 Frederic RissFix some unnoticed/unwanted behavior change from r222319.
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 Peter CollingbourneMisc documentation/comment fixes.
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 Galina KistanovaAdded missing header for the explicit dependency on...
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-03 Justin BognerInstrProf: Make CounterMappingRegions less confusing...
2015-02-03 Arnaud A. de Grand... [PBQP] Provide more information in the debug prints
2015-02-03 Philip ReamesUse ImmutableCallSite for statepoint verification.
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 Colin LeMahieu[Hexagon] Marking a bunch of non-encoded instructions...
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 Duncan P. N. Exon... AsmParser: Recognize DW_TAG_* constants
2015-02-03 Duncan P. N. Exon... IR: Assembly and bitcode for GenericDebugNode
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 Justin BognerInstrProf: Remove CoverageMapping::HasCodeBefore, it...
2015-02-03 Duncan P. N. Exon... Support: Add string => unsigned mapping for DW_TAG
2015-02-03 Duncan P. N. Exon... Support: Re-implement dwarf::TagString() using a .def...
2015-02-03 Duncan P. N. Exon... Support: Stop stringifying DW_TAG_{lo,hi}_user
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 Simon Pilgrim[X86][SSE] Added general integer shuffle matching for...
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 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 Colin LeMahieu[Hexagon] Adding missing vector multiply instruction...
2015-02-03 Sanjay PatelMerge consecutive 16-byte loads into one 32-byte load...
2015-02-03 Sanjay Patelremove variable names from comments; NFC
2015-02-03 Manman Ren[LTO API] split lto_codegen_compile to lto_codegen_opti...
2015-02-03 Colin LeMahieu[Hexagon] Converting complex number intrinsics and...
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 Bill Schmidt[PowerPC] Yet another approach to __tls_get_addr
2015-02-03 Bruno Cardoso Lopes[X86][MMX] Improve transfer from mmx to i32
2015-02-03 Renato GolinAdding AArch64 support to ASan instrumentation
2015-02-03 Craig Topper[X86] Make fxsave64/fxrstor64/xsave64/xsrstor64/xsaveop...
2015-02-03 Craig Topper[X86] Add Requires[In64BitMode] around MOVSX64rr32...
2015-02-03 Eric ChristopherOnly access TLOF via the TargetMachine, not TargetLowering.
2015-02-03 Eric ChristopherDefine a runOnMachineFunction for the Hexagon AsmPrinte...
2015-02-03 Eric ChristopherMigrate away from using a Subtarget except for the...
2015-02-03 Lang Hames[PBQP Regalloc] Pre-spill vregs that have no legal...
2015-02-03 NAKAMURA TakumiResurrect initializers for NumLoads and NumStores in...
2015-02-03 Rafael EspindolaPropagate a better error message to the C api.
2015-02-03 Rafael EspindolaUse a non-fatal diag handler in the C API. FIxes PR22368.
2015-02-03 Justin BognerInstrProf: Simplify RawCoverageMappingReader's API...
2015-02-03 Justin BognerInstrProf: Simplify some logic by using ArrayRef::slice...
2015-02-02 Eric ChristopherMigrate to using the subtarget on the machine function...
2015-02-02 Eric ChristopherUse the function template getSubtarget off of the machi...
2015-02-02 Eric ChristopherUse the cached subtarget on the MachineFunction.
2015-02-02 Eric ChristopherRemove dead header.
2015-02-02 Eric ChristopherRemove dead code in the HexagonMCInst classes. This...
2015-02-02 Eric Christopher80-col fixup.
2015-02-02 Eric ChristopherRemove dead code in the HexagonMCInst classes. This...
2015-02-02 Eric Christopher80-col fixup.
2015-02-02 Eric ChristopherRemove unused class variables and update all callers...
2015-02-02 Eric ChristopherMigrate the HexagonSplitConst32AndConst64 pass from...
2015-02-02 Eric ChristopherRemove #if'd code and update comment.
2015-02-02 Eric ChristopherMove HexagonMachineScheduler to use the subtarget off...
next