oota-llvm.git
2015-02-12 Michael Kupersteingold-plugin: delete the output file for OT_DISABLE
2015-02-12 Rafael EspindolaOn ELF, put PIC jump tables in a non executable section.
2015-02-12 Rafael EspindolaPut each jump table in an independent section if the...
2015-02-12 Benjamin KramerFix accidental bit flip.
2015-02-12 Benjamin KramerCoverageMapping: Bitvectorize code. No functionality...
2015-02-12 James Molloy[LoopRerolling] Be more forgiving with instruction...
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-12 Tim NorthoverTriple: refactor redundant code.
2015-02-12 Michael Kuperstein[X86] Call frame optimization - allow stack-relative...
2015-02-12 Andrea Di Biagio[TTI] Teach the cost heuristic how to query TLI to...
2015-02-12 Benjamin KramerBitVector: Remove manual bit width dispatch, this is...
2015-02-12 Benjamin KramerMathExtras: Parametrize count(Trailing|Leading)Zeros...
2015-02-12 Asiri RathnayakeARM: Fix another regression introduced in r223113
2015-02-12 Dmitry Vyukovtsan: do not instrument not captured values
2015-02-12 Elena DemikhovskyAVX-512: Fixed the "test" operation for i1 type
2015-02-12 Michael Kuperstein[X86] A heuristic to estimate the size impact for conve...
2015-02-12 Ahmed Bougacha[CodeGen] Don't blindly combine (fp_round (fp_round...
2015-02-12 George Burgess IVFixed a bug where CFLAA would crash the compiler.
2015-02-12 Chandler Carruth[slp] Fix a nasty bug in the SLP vectorizer that Joerg...
2015-02-12 Hal Finkel[PowerPC] Mark jumps as expensive (using using CR bits)
2015-02-12 Zachary TurnerRevert "Change Path::filename_pos() to skip the drive...
2015-02-11 Rafael EspindolaInvert the section relocation map.
2015-02-11 Rafael EspindolaUse the existing SymbolTableIndex instead of doing...
2015-02-11 Rafael EspindolaCreate the Seciton -> Rel Section map when it is first...
2015-02-11 Tim NorthoverDeadArgElim: aggregate Return assessment properly.
2015-02-11 Rafael EspindolaRemove unused argument. NFC.
2015-02-11 David MajnemerUnbreak buildbots
2015-02-11 Rafael EspindolaDon't recompute the entire section map just to add...
2015-02-11 David MajnemerMC, COFF: Align section contents to a four byte boundary
2015-02-11 Zachary TurnerChange Path::filename_pos() to skip the drive letter.
2015-02-11 Rafael EspindolaRemove unused argument. NFC.
2015-02-11 Mehdi AminiReassociate: cannot negate a INT_MIN value
2015-02-11 Tom StellardR600/SI: Disable subreg liveness
2015-02-11 Simon Pilgrim[X86][SSE] Added dual vector truncation tests.
2015-02-11 Adrian PrantlAllow DIBuilder::replaceVTableHolder() to work with...
2015-02-11 Adrian PrantlAdd a trackIfUnresolved to DIBuilder::createInheritance(),
2015-02-11 Adrian PrantlGeneralize DIBuilder's createReplaceableForwardDecl...
2015-02-11 Tom StellardR600: Split AMDGPUPassConfig into R600PassConfig and...
2015-02-11 Tom StellardR600: Create an R600TargetMachine for pre-gcn GPUs
2015-02-11 Tom StellardR600/SI: Fix -march in test
2015-02-11 Jan Wen VoungGold-plugin: Broaden scope of get/release_input_file...
2015-02-11 Jonas PaulssonFix SelectionDAG compile time issue with alias analysis.
2015-02-11 Sanjay Patelfixed to test features, not CPUs
2015-02-11 Sanjay Patelfixed to test features, not CPUs
2015-02-11 Sanjay Patelfixed to test features, not CPUs
2015-02-11 Rafael EspindolaDon't repeat name in comment and clang-format a function.
2015-02-11 Marek OlsakR600/SI: Enable a lot of existing tests for VI (squashe...
2015-02-11 Andrea Di Biagio[TTI] Improved cost heuristic for cttz/ctlz calls.
2015-02-11 James MolloyMake buildbots better.
2015-02-11 James Molloy[SimplifyCFG] Swap to using TargetTransformInfo for...
2015-02-11 Daniel Sanders[mips] Merge disassemblers into a single implementation.
2015-02-11 James Molloy[LoopReroll] Introduce the concept of DAGRootSets.
2015-02-11 David MajnemerAsmParser: Validate alloca's type
2015-02-11 David MajnemerDataLayout: Report when the preferred alignment is...
2015-02-11 David MajnemerVerifier: Check for null operands in !llvm.module.flags
2015-02-11 Michael Kuperstein[X86] Split information collection from actual transfor...
2015-02-11 Arnaud A. de... [PBQP] Cautiously update edge costs in the solver
2015-02-11 David MajnemerVerifier: Make sure !llvm.ident's operand isn't null
2015-02-11 David MajnemerAsmParser: Don't crash when insertvalue has bad operands
2015-02-11 David MajnemerAsmParser: Switch some vectors to maps
2015-02-11 Peter CollingbourneFix build for CMake < 2.8.12.
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-11 Justin BognerInstrProf: Lower coverage mappings by setting their...
2015-02-11 Andrew KaylorTemporary workaround to fix MSVC 2012 build problems
2015-02-11 Reid KlecknerFix invalid LLVM IR in PruneEH tests
2015-02-11 Reid KlecknerDon't promote asynch EH invokes of nounwind functions...
2015-02-11 Tom StellardR600/SI: Store immediate offsets > 12-bits in soffset
2015-02-11 Tom StellardR600/SI: Add soffset operand to mubuf addr64 instruction
2015-02-11 Zachary TurnerFix warning due to unused private member variable.
2015-02-11 Zachary TurnerFix some warnings due to -Wcovered-switch-default.
2015-02-10 Zachary TurnerConvert std::make_unique<> to llvm::make_unique<>.
2015-02-10 Adrian PrantlAdd the missing testcase for r228764.
2015-02-10 Petar JovanovicFix makeLibCall argument (signed) in SoftenFloatRes_XIN...
2015-02-10 Adrian PrantlDebug Info: Support variables that are described by...
2015-02-10 Adrian PrantlFix indentation.
2015-02-10 David MajnemerEarlyCSE: Add check lines for test added in r228760
2015-02-10 David MajnemerEarlyCSE: It isn't safe to CSE across synchronization...
2015-02-10 Zachary TurnerAdd missing function and header include.
2015-02-10 Zachary TurnerOops. Don't call Windows functions on non-windows.
2015-02-10 Zachary TurnerRewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
2015-02-10 David MajnemerX86: @llvm.frameaddress should defer to SelectionDAG...
2015-02-10 Zachary TurnerFix build due to mismatched function signatures.
2015-02-10 Simon Atanasyan[Object] Reformat the code with clang-format
2015-02-10 David MajnemerX86: Make @llvm.frameaddress work correctly with Window...
2015-02-10 Zachary TurnerProvide DIA implementation of DebugInfoPDB.
2015-02-10 Eric ChristopherReformat (and remove some tabs) to make debugging this...
2015-02-10 Aaron BallmanNow use the __debugbreak intrinsic instead of calling...
2015-02-10 Daniel JasperFix overly prescriptive test that broken on Mac after...
2015-02-10 Nico Weberfix docs typo
2015-02-10 Aaron BallmanChanging the status code generated by LLVM_BUILTIN_TRAP...
2015-02-10 Andrew KaylorAdding support for llvm.eh.begincatch and llvm.eh.endca...
2015-02-10 Tim NorthoverDeadArgElim: arguments affect all returned sub-values...
2015-02-10 Bill SchmidtFix up r228725, missed change in PPCSubtarget definition
2015-02-10 Duncan P. N... IR: Add MDNode::replaceWithPermanent()
2015-02-10 Bill Schmidt[PowerPC] Fix reverted patch r227976 to avoid register...
2015-02-10 David MajnemerX86: Emit Win64 SaveXMM opcodes at the right offset...
2015-02-10 Hal Finkel[PowerPC] Support the (old) cntlz instruction alias
2015-02-10 Michael ZolotukhinAdd a test case for new unrolling heuristics.
2015-02-10 Colin LeMahieu[Hexagon] Adding vector load with post-increment instru...
2015-02-10 Zoran Jovanovic[mips][microMIPS] Implement movep instruction
next