oota-llvm.git
2015-05-19 Alexey Samsonov[DWARF parser] Make DWARF parser more robust against...
2015-05-19 David Blaikie[opaque pointer type] Provide a convenience function...
2015-05-19 Alex LorenzRevert r237708 (MIR serialization) - incremental buildb...
2015-05-19 David Blaikie[opaque pointer type] Provide the ability to pass an...
2015-05-19 Matthias BraunMachineInstr: Remove unused parameter.
2015-05-19 Jingyue Wu[Speculation] NFC: more header comments
2015-05-19 Alex LorenzFix MIR testcase committed in r237708 - remove target...
2015-05-19 Pete CooperRemove unnecessary cast. NFC
2015-05-19 Alexey Samsonov[DWARF parser] Add basic support for DWZ DWARF multifil...
2015-05-19 Sanjoy DasDereferenceable, dereferenceable_or_null metadata for...
2015-05-19 Sanjay Pateluse 'auto *' for pointers; clearer usage, no deep copying
2015-05-19 Pete CooperRemove unused MCExpr.h include from MCELF.h. NFC
2015-05-19 Sanjay Pateltidy up
2015-05-19 Alex LorenzFix llc path in MIR testcases committed in r237708.
2015-05-19 Sanjay Pateluse range-based for-loop
2015-05-19 Pete CooperRemove unused MCRelocationInfo.h include from MCDisasse...
2015-05-19 Filipe CabecinhasChange a reachable unreachable to a fatal error.
2015-05-19 Alex LorenzMIR Serialization: print and parse LLVM IR using MIR...
2015-05-19 Pete CooperRemove unused MachineLocation.h include from MCAsmInfo...
2015-05-19 Matthias BraunRegisterCoalescer: Improve a comment.
2015-05-19 Sanjay Pateluse range-based for loop
2015-05-19 Igor Laevsky[RewriteStatepointsForGC] Fix up naming in "relocationV...
2015-05-19 Wei MiRemove the InstructionSimplifierPass immediately after...
2015-05-19 Igor Laevsky[RewriteStatepointsForGC] For some values (like gep...
2015-05-19 Zoran Jovanovic[mips][microMIPSr6] Implement NOR, OR, ORI, XOR and...
2015-05-19 Zoran Jovanovic[mips][microMIPSr6] Implement AND and ANDI instructions
2015-05-19 Yaron KerenRangify for loop in Cleanup(), NFC.
2015-05-19 Yaron KerenPrevent Cleanup() from running more than once.
2015-05-19 Yaron KerenUse cat and not type Under MSYS, same as Cygwin.
2015-05-19 Daniel Sanders[mips] Correct and improve special-case shuffle instruc...
2015-05-19 Yaron KerenAs r237678 was reverted, this is no longer needed.
2015-05-19 Zoran Jovanovic[mips][microMIPSr6] Implement DIV, DIVU, MOD and MODU...
2015-05-19 Yaron KerenFix Visual C++ errors C2784, C2780, C2782 after r237678.
2015-05-19 Michael Kuperstein[X86] ABI change for x86-32: pass 3 vector arguments...
2015-05-19 Pawel BylicaRevert "Avoid size_t -> unsigned conversion in MathExtr...
2015-05-19 Pawel BylicaAvoid size_t -> unsigned conversion in MathExtras.h...
2015-05-19 Artyom SkrobovFix documentation for Set-Like Containers
2015-05-19 Pawel BylicaFix getSwappedBytes for double.
2015-05-19 NAKAMURA TakumiBrainF.cpp: Update CreateCall() according to r237624.
2015-05-19 Tobias GrosserDrop unnecessary ';' after namespace
2015-05-19 Matthias BraunSelectionDAG: Cleanup and simplify FoldConstantArithmetic
2015-05-19 Filipe Cabecinhas[BitcodeReader] Error out if we read an invalid functio...
2015-05-19 Kostya Serebryany[lib/Fuzzer] more efficient reload logic; also don...
2015-05-19 Filipe Cabecinhas[BitcodeReader] It's a malformed block if CodeLenWidth...
2015-05-19 Matthias BraunDAGCombiner: Factor common pattern into isOneConstant...
2015-05-19 Matthias BraunDAGCombiner: Factor common pattern into isAllOnesConsta...
2015-05-19 Matthias BraunDAGCombiner: Use isNullConstant() where possible
2015-05-19 Pete CooperStore intrinsic ID by value in Function instead of...
2015-05-19 Pete CooperMove Function::lookupIntrinsicID to a static method...
2015-05-18 Reid KlecknerRe-land r237175: [X86] Always return the sret parameter...
2015-05-18 Matthias BraunRevert accidental change in r237633
2015-05-18 Jozef Kolek[mips][microMIPSr6] Implement LSA instruction
2015-05-18 Matthias BraunDAGCombiner: Factor common pattern into isNullConstant...
2015-05-18 David BlaikieRevert "[opaque pointer type] Provide a convenience...
2015-05-18 Filipe Cabecinhas[BitcodeReader] Make sure the type of the inserted...
2015-05-18 David Blaikie[opaque pointer type] Provide a convenience for IRBuild...
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-05-18 Eric Christopher80-col fixup.
2015-05-18 Eric ChristopherFix grammar in comments.
2015-05-18 Tim NorthoverAArch64: work around ld64 bug more aggressively.
2015-05-18 Eric ChristopherFix some odd whitespace and formatting errors while...
2015-05-18 Filipe CabecinhasExtract the load/store type verification to a separate...
2015-05-18 Kostya Serebryany[lib/Fuzzer] when -sync_command=<CMD> is given, periodi...
2015-05-18 Benjamin Kramer[YAML] Plug a memory leak
2015-05-18 Matthias BraunMachineInstr: Change return value of getOpcode() to...
2015-05-18 Chen Li[Verifier] Assert gc_relocate always return a pointer...
2015-05-18 Chen Li[PlaceSafepoints] Assertion on that gc_result can not...
2015-05-18 Jim GrosbachMC: clang-format MCContext. NFC.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-18 Sanjoy DasExploit dereferenceable_or_null attribute in LICM pass
2015-05-18 Tim NorthoverARM: allow jump tables to be placed as constant islands.
2015-05-18 Jingyue Wu[ScalarEvolution] refactor: extract interface getGEPExpr
2015-05-18 Hans WennborgFix llvm::BumpPtrAllocatorImpl::Reset()
2015-05-18 Andrew Trickindvars cruft: don't replace phi nodes for no reason.
2015-05-18 Andrew TrickSimplifyIV comments and dead argument cleanup.
2015-05-18 James Y KnightSparc: support the "set" synthetic instruction.
2015-05-18 Hal FinkelPreserve the order of READ_REGISTER and WRITE_REGISTER
2015-05-18 Oliver StannardRevert r237579, as it broke windows buildbots
2015-05-18 James Y KnightSparc: Support PSR, TBR, WIM read/write instructions.
2015-05-18 James Y KnightSparc: Add the "alternate address space" load/store...
2015-05-18 James Y KnightAdd support for the Sparc implementation-defined "ASR...
2015-05-18 Oliver Stannard[LLVM - ARM/AArch64] Add ACLE special register intrinsics
2015-05-18 Hal Finkel[DAGCombine] Be more pedantic about use iteration in...
2015-05-18 Adam Nemet[LoopAccesses] If shouldRetryWithRuntimeCheck, reset...
2015-05-18 Adam Nemet[LoopAccesses] Rearrange printed lines in -analyze
2015-05-18 Adam Nemet[LoopAccesses] Debug improvement
2015-05-18 Jozef Kolek[mips][microMIPSr6] Implement ALIGN and AUI instructions
2015-05-18 Elena DemikhovskyAVX-512: Added intrinsics for ADDSS/D, MULSS/D, SUBSS...
2015-05-18 Elena Demikhovskyfixed compilation warning/error
2015-05-18 Elena DemikhovskyAVX-512: Added patterns for scalar-to-vector broadcast
2015-05-18 Elena DemikhovskyAVX-512: Added VBROADCASTF64X4, VBROADCASTF64X2, VBROAD...
2015-05-18 Hal Finkel[PowerPC] Add extra r2 read deps on @toc@l relocations
2015-05-17 Andrew TrickMachineScheduler debug output clarity.
2015-05-17 Andrew TrickRegisterPressureTracker: reword stale comments.
2015-05-17 James MolloyReapply r237520 with another fix for infinite looping
2015-05-17 Elena DemikhovskyAVX-512: fixed extended load to 512-bit register
2015-05-17 Elena DemikhovskyAVX-512: fixed a bug in mask operations - (i1 1) pattern
2015-05-17 Logan ChienCode cleanup: Reindent Fuzzer::MutateAndTestOne.
2015-05-16 James MolloyRevert commits r237521 and r237520.
2015-05-16 Benjamin KramerMove Pass into anonymous namespace. NFC.
next