oota-llvm.git
2015-06-30 Rafael EspindolaImplement containsSymbol with other lower level methods.
2015-06-30 Nemanja IvanovicModified a comment about the reason for the patch ...
2015-06-30 Rafael EspindolaRemove Elf_Shdr_Iter. Diagnose files with invalid secti...
2015-06-30 Nemanja IvanovicFixes a bug with __builtin_vsx_lxvdw4x on Little Endian...
2015-06-30 Rafael EspindolaUse range loops. NFC.
2015-06-30 Rafael EspindolaUse range loop.
2015-06-30 Peter CollingbourneCOFF: Do not assign linker-weak symbols to selectany...
2015-06-30 Alexey Samsonov[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator...
2015-06-30 Rafael EspindolaUse range loop.
2015-06-30 Jingyue Wu[NVPTX] Fix issue introduced in D10321
2015-06-30 Adrian PrantlFix a fixme and make DICompileUnit a distinct node...
2015-06-30 Alex LorenzFix compilation failure introduced in r241093.
2015-06-30 Rafael EspindolaAdd a test of an elf file with an invalid section index.
2015-06-30 Alex LorenzMIR Serialization: Serialize MBB successors.
2015-06-30 Alex LorenzMIR Printer: extract the code that prints MBB reference...
2015-06-30 Alex LorenzMIR Parser: refactor error reporting for machine instru...
2015-06-30 Alex LorenzMIR Parser: make the machine instruction parsing interf...
2015-06-30 Samuel AntaoForce relocation mode to be default, regardless of...
2015-06-30 Dan Liew[CMake] Make the CMake files (LLVMConfig.cmake and...
2015-06-30 Alex LorenzMIR Parser: adopt the 'maybeLex...' pattern. NFC.
2015-06-30 Sanjay Pateluse range-based for loops; NFCI
2015-06-30 Rafael EspindolaFix the name of the iterator functions to match the...
2015-06-30 Rafael EspindolaReport an error on invalid sh_entsize.
2015-06-30 Michael Kuperstein[X86] Fix a bug in WIN_FTOL_32/64 handling.
2015-06-30 Toma Tabacu[mips] [IAS] Add support for the .module softfloat...
2015-06-30 Toma Tabacu[mips] [IAS] Make .module directives change AssemblerOp...
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-30 David MajnemerCorrect a typo for a LoopVectorize test
2015-06-30 Toma Tabacu[mips] [IAS] Add support for the .set oddspreg/nooddspr...
2015-06-30 Michael Kuperstein[X86] Add FXSR intrinsics
2015-06-30 NAKAMURA TakumiELF.h: Prune obsolete comments removed in r240996....
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Dan GohmanDrop the OS from the WebAssembly target triple for...
2015-06-30 Rafael EspindolaMove function to the only file that uses it.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Adrian PrantlDebug info: Add dwarf backend support for DIModule.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Dan GohmanFix LastArchType to point to the new last arch.
2015-06-30 Rafael EspindolaCleanup getRelocationAddend.
2015-06-30 Matthias BraunRegisterCoalescer: Cleanup empty subranges after shrink...
2015-06-30 Adrian Prantlllvm-bcanalyzer: Add a field that was missed in r241016.
2015-06-30 Rui UeyamaObject/COFF: Define coff_symbol_generic.
2015-06-29 Rafael EspindolaUse asserts for checks that should never fail.
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-29 Peter Collingbournelto: Clean up C libLTO interfaces pertaining to linker...
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-29 Duncan P. N... bcanalyzer: Rewrite all the METADATA_ codes
2015-06-29 Duncan P. N... bcanalyzer: Use a macro to decode bitcodes, NFC
2015-06-29 Ben LangmuirReapply "Use gethostuuid() on Mac to identify hosts...
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-29 Sanjoy Das[FaultMaps][Docs] Document the ImplicitNullChecks pass.
2015-06-29 Ben LangmuirRevert "Use gethostuuid() on Mac to identify hosts...
2015-06-29 Ben LangmuirUse gethostuuid() on Mac to identify hosts for LockFile...
2015-06-29 Tim NorthoverARM: add correct kill flags when combining stm instructions
2015-06-29 Matthias BraunX86: Rework inline asm integer register specification.
2015-06-29 Alexey Samsonov[LoopSimplify] Set proper debug location in loop backed...
2015-06-29 Sanjoy Das[FaultMaps] Fix test case.
2015-06-29 Rafael EspindolaConvert obj->getSymbolName to sym->getName.
2015-06-29 Pawel Bylica[DAGCombiner] Fix & simplify constant folding of sext...
2015-06-29 Benjamin Kramer[MMI] Use TinyPtrVector instead of PointerUnion with...
2015-06-29 Diego NovilloTidy comment.
2015-06-29 Dan LiewFix bug #23967. The gtest and gtest_main targets were...
2015-06-29 Duncan P. N... Simplify .gitignore: projects/* => projects/*/
2015-06-29 Ben LangmuirClean up unique lock files on signal and always release...
2015-06-29 Alex LorenzMIR Serialization: Serialize the register mask machine...
2015-06-29 Benjamin Kramer[SymbolSize] Skip sorting by index, just assign by...
2015-06-29 Benjamin KramerUpgrade JIT listeners for changes in the libObject...
2015-06-29 Tobias GrosserMove delinearization from SCEVAddRecExpr to ScalarEvolution
2015-06-29 Rafael EspindolaFactor out the checking of string tables.
2015-06-29 Rafael EspindolaAdd a testcase for an invalid file.
2015-06-29 Rafael EspindolaConvert an assert that can fail into error checking.
2015-06-29 Rafael EspindolaRemove Elf_Sym_Iter.
2015-06-29 Elena DemikhovskyAVX-512: all forms of SCATTER instruction on SKX,
2015-06-29 Javed Absar[ARM]: Extend -mfpu options for half-precision and...
2015-06-29 Javed Absar[ARM]: Extend -mfpu options for half-precision and...
2015-06-29 Igor BregerAVX-512: Implemented missing encoding and intrinsics...
2015-06-29 NAKAMURA TakumiWhitespace.
2015-06-28 Matt ArsenaultAMDGPU/SI: Fix extra space when printing v_div_fmas_*
2015-06-28 Jingyue Wu[SLSR] S's basis must have the same type as S
2015-06-28 Asaf Badouh[x86][AVX512]
2015-06-28 Elena DemikhovskyAVX-512: Added all SKX forms of GATHER instructions.
2015-06-27 Adrian PrantlRevert "Debug Info: One more bitfield bugfix. While...
2015-06-27 Benjamin KramerDon't use %llc_dwarf for target-specific tests.
2015-06-27 Benjamin Kramer[SDAG] Now that we have a way to communicate the exact...
2015-06-27 Adrian PrantlDebug Info: One more bitfield bugfix. While yesterday...
2015-06-27 Daniel Sanders[mips] Fold duplicate big-endian disassembler tests...
2015-06-27 Daniel Sanders[mips] Sort big-endian disassembler tests by opcode.
2015-06-27 Daniel Sanders[mips] Make little-endian disassembler test filenames...
2015-06-27 Daniel Sanders[mips] Add COP0 register class and use it in M[FT]C0...
2015-06-27 Peter Zotov[OCaml] Bump ctypes dependency to 0.4.
2015-06-27 David Majnemer[LoopVectorize] Pointer indicies may be wider than...
2015-06-27 David Majnemer[PruneEH] A naked, noinline function can return via...
2015-06-27 Lang Hames[Stackmap] Pre-assemble the stackmap parser test case...
2015-06-27 NAKAMURA Takumillvm/test/CodeGen/X86/xor.ll: Appease Win32 targets...
2015-06-27 Petr Hosek[MC] Ensure that pending labels are flushed when -mc...
2015-06-27 Petr Hosek[MC] Align fragments when -mc-relax-all flag is used
2015-06-27 Duncan P. N... AsmPrinter: Document why DIEValueList uses a linked...
2015-06-27 Duncan P. N... IR: Expose ModuleSlotTracker in Value::print()
next