oota-llvm.git
2014-12-19 Duncan P. N... Rename MapValue(Metadata*) to MapMetadata()
2014-12-19 Juergen Ributzka[Object] Don't crash on empty export lists.
2014-12-19 Matthias BraunRegisterCoalescer: rewrite eliminateUndefCopy().
2014-12-19 Colin LeMahieu[Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
2014-12-19 Adrian PrantlExplain why LLVM is emitting a DW_AT_containing_type...
2014-12-18 Peter Zotov[cmake] Unbreak LLVM-Config.cmake / llvm_expand_depende...
2014-12-18 David MajnemerConstantFold: Shifting undef by zero results in undef
2014-12-18 Colin LeMahieuReverting 224550, was not ready for commit.
2014-12-18 Kevin EnderbyRemove an extra ';' on line 1120 include/llvm/Support...
2014-12-18 Colin LeMahieu[Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_UMBRELLA load command with...
2014-12-18 Roman DivackyInstead of explicitely comparing both lowercase and...
2014-12-18 Sanjay Patelfix formatting; NFC
2014-12-18 Chris BienemanHave llvm-c-test only use libLLVM if libLLVM has all...
2014-12-18 Colin LeMahieu[NFC] Removing extra semicolon.
2014-12-18 Matthias BraunLiveIntervalAnalysis: Cleanup computeDeadValues
2014-12-18 Ulrich WeigandAdd myself as SystemZ code owner
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_FRAMEWORK load command with...
2014-12-18 Juergen RibutzkaAdd missing implementation of 'sys::path::is_other...
2014-12-18 Jozef Kolek[mips][microMIPS] Fix bugs related to atomic SC/LL...
2014-12-18 Saleem AbdulrasoolARM: fix an off-by-one in the register list access
2014-12-18 Toma Tabacu[mips] Clean up the CodeGen/Mips/inlineasmmemop.ll...
2014-12-18 Robert Khasanov[AVX512] Enable FP arithmetic lowering for AVX512VL...
2014-12-18 Viktor Kutuzov[Msan] Generalize instrumentation code to support FreeB...
2014-12-18 Yaron KerenFix Visual C++ error "'llvm::make_unique' : ambiguous...
2014-12-18 Saleem AbdulrasoolARM: improve instruction validation for thumb mode
2014-12-18 Saleem Abdulrasooltest: avoid unnecessary temporary files
2014-12-18 Chandler Carruth[SROA] Cleanup - remove the use of std::mem_fun_ref...
2014-12-18 Rafael EspindolaModernize the getStreamedBitcodeModule interface a...
2014-12-18 Craig Topper[PowerPC] Use MCPhysReg for tables of registers. Const...
2014-12-18 Craig Topper[X86] Use correct opsize on indirect call and jump...
2014-12-18 Craig Topper[X86] Don't use PS prefix on LDMXCSR/STMXCSR.
2014-12-18 Craig Topper[X86] Remove unnecessary 'In64BitMode' predicate for...
2014-12-18 Justin HibbitsAdd a corresponding '@LOCAL' parse to match r224415.
2014-12-18 Eric ChristopherAdd a new string member to the TargetOptions struct...
2014-12-18 Eric ChristopherModel ARM backend ABI selection after the front end...
2014-12-18 Duncan P. N... Reapply "Linker: Drop superseded subprograms"
2014-12-18 Duncan P. N... IR: Make DICompositeType mutators private
2014-12-18 Kevin EnderbyAdd printing the LC_LINKER_OPTION load command with...
2014-12-18 Duncan P. N... IR: Handle self-referencing DICompositeTypes in DIBuilder
2014-12-18 Alexey Samsonov[dsymutil] Fix missing member initializer.
2014-12-17 Duncan P. N... LTO: Lazy-load LTOModule in local contexts
2014-12-17 Kostya Serebryany[sanitizer] allow -fsanitize-coverage=N w/ -fsanitize...
2014-12-17 Matthias BraunRegisterCoalescer: Fix stripCopies() picking up main...
2014-12-17 Matt ArsenaultR600/SI: Fix f64 inline immediates
2014-12-17 Colin LeMahieu[Hexagon] Reconfiguring register alternate names.
2014-12-17 Will SchmidtEnable the P8Model entry
2014-12-17 Matthias BraunExecutionDepsFix: Correctly handle wide registers.
2014-12-17 JF BastienRandom Number Generator Refactoring (removing from...
2014-12-17 Jingyue Wu[NVPTX] Fix bugs related to isSingleValueType
2014-12-17 Timur IskhodzhanovFix CR/LF line endings in test case
2014-12-17 Saleem AbdulrasoolARM: correct an off-by-one in an assert
2014-12-17 Michael Kuperstein[DAGCombine] Slightly improve lowering of BUILD_VECTOR...
2014-12-17 Vladimir MedicMipsABIInfo class is used in different libraries. Movin...
2014-12-17 Toma Tabacu[mips] Set GCC-compatible MIPS asssembler options befor...
2014-12-17 Suyog SardaRevert 224119 "This patch recognizes (+ (+ v0, v1)...
2014-12-17 Yaron KerenTeach lit.cfg to recognize -windows-gnu in addition...
2014-12-17 Elena DemikhovskyAdded 5 more tests related to sink store revision 224247
2014-12-17 Erik EcksteinStrength reduce intrinsics with overflow into regular...
2014-12-17 Duncan P. N... Revert "Linker: Drop superseded subprograms"
2014-12-17 Justin HibbitsAdd parsing of 'foo@local".
2014-12-17 Rafael EspindolaRemove a debugging assert.
2014-12-17 Rafael EspindolaRemove unused includes and out of date comment. NFC.
2014-12-17 Rafael EspindolaFix the windows build.
2014-12-17 Rafael EspindolaRefactor and simplify the code reading /proc/cpuinfo...
2014-12-17 Matthias BraunRegisterCoalescer: Sprinkle some const modifiers.
2014-12-17 Duncan P. N... llvm-lto: Add testing coverage for local contexts
2014-12-17 Nick LewyckyDelete debugging cruft that crept in with r223802.
2014-12-17 David MajnemerInstSimplify: shl nsw/nuw undef, %V -> undef
2014-12-17 Nick LewyckyMake ValueEnumerator::print use OS for metadata too...
2014-12-17 Quentin Colombet[CodeGenPrepare] Reapply r224351 with a fix for the...
2014-12-17 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO_64 load command...
2014-12-17 David BlaikiePR21875: codegen for non-type template parameters of...
2014-12-17 Reid KlecknerRevert "[CodeGenPrepare] Move sign/zero extensions...
2014-12-16 Hans WennborgSelectionDAG switch lowering: use 'unsigned' to count...
2014-12-16 Colin LeMahieu[Hexagon] Updating doubleword shift usages to new versions.
2014-12-16 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO load command with...
2014-12-16 Duncan P. N... Linker: Drop superseded subprograms
2014-12-16 Sanjay Patelfix typo, add spaces; NFC
2014-12-16 Simon Pilgrim[X86][SSE] Vector double -> float conversion memory...
2014-12-16 Rafael EspindolaMake the assert a bit stronger.
2014-12-16 Colin LeMahieu[Hexagon] Removing old XTYPE/BIT instructions and repla...
2014-12-16 Sanjay Patelmerge consecutive loads that are offset from a base...
2014-12-16 Kevin EnderbyFix a bug in llvm-objdump’s -private-headers for the...
2014-12-16 Colin LeMahieu[Hexagon] Adding tstbit/bitclr/bitset instructions.
2014-12-16 Kostya Serebryany[sanitizer] prevent function call merging for sanitizer...
2014-12-16 Kevin EnderbyFix another use of PRIx32 that should have been PRIx64.
2014-12-16 Colin LeMahieu[Hexagon] Adding bit count and twiddling instructions.
2014-12-16 Colin LeMahieu[Hexagon] Adding asr/lsr/asl reg/imm, asl with saturati...
2014-12-16 Frederic Riss[dsymutil] Pass the verbosity flag down to the processi...
2014-12-16 Frederic Riss[dsymutil] Avoid calling getStringTableData() for each...
2014-12-16 JF Bastienx86-32: PUSHF/POPF use/def EFLAGS
2014-12-16 Rafael EspindolaUse CastInst::castIsValid to simplify the verifier.
2014-12-16 Matt ArsenaultNVPTX: Remove duplicate of AsmPrinter::lowerConstant
2014-12-16 Matt ArsenaultMove lowerConstant to AsmPrinter
2014-12-16 Quentin Colombet[CodeGenPrepare] Move sign/zero extensions near loads...
2014-12-16 Kevin EnderbyFix the arm build bots for a test that was added. ...
2014-12-16 Robert Khasanov[AVX512] Enable integer arithmetic lowering for AVX512B...
2014-12-16 Evgeny AstigeevichOn behalf of Matthew Wahab:
2014-12-16 Ahmed Bougacha[MC] Reset the MCInst in the matcher function before...
next