oota-llvm.git
2014-01-29 Renato GolinDocument EHABI enabled by default
2014-01-29 Renato GolinEnable EHABI by default
2014-01-29 David MajnemerMC: Reorganize macro MC test along dialect lines
2014-01-29 Kostya Serebryany[asan] simplify a test
2014-01-29 Craig TopperDelete the Matchers stored in the SmallVectors in Switc...
2014-01-29 Venkatraman... [Sparc] Use %r_disp32 for pc_rel entries in FDE as...
2014-01-29 NAKAMURA TakumiRevert r200340, "Add line table debug info to COFF...
2014-01-29 Rafael EspindolaNormalize the style in llvm-nm.cpp.
2014-01-29 Venkatraman... [Sparc] Use %r_disp32 for pc_rel entries in gcc_except_...
2014-01-29 Chandler Carruth[LPM] Fix PR18642, a pretty nasty bug in IndVars that...
2014-01-29 Arnold SchwaighoferLoopVectorizer: Don't count the induction variable...
2014-01-29 Rafael EspindolaWe do use pipefail these days. Update the test.
2014-01-29 Venkatraman... [SparcV9] Use correct register class (I64RegClass)...
2014-01-29 Rafael EspindolaUse a raw_stream to implement the mangler.
2014-01-29 Kevin Qin[AArch64 NEON] Lower SELECT_CC with vector operand.
2014-01-29 David Woodhouse[ARM] Remove superfluous inline asm mode switch test
2014-01-29 Mark SeabornRemove unnecessary call to pthread_mutexattr_setpshared()
2014-01-29 David MajnemerMC: Clean up error paths in AsmParser::parseMacroArgument
2014-01-29 Rafael EspindolaMake createObjectFile's signature a bit less error...
2014-01-28 David Woodhouse[Sparc] Fix breakage in r200345
2014-01-28 Rafael EspindolaFinish bringing file_type to the llvm style (other...
2014-01-28 Nick KledzikBe more explicit about which overloaded variant to...
2014-01-28 Rafael EspindolaConvert to the inner enum so the compiler can warn...
2014-01-28 David WoodhouseTests for mode switching
2014-01-28 David WoodhouseDelete MCSubtargetInfo data members from target MCCodeE...
2014-01-28 David WoodhousePropagate MCSubtargetInfo through TableGen's getBinaryC...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2014-01-28 David WoodhouseKeep the MCSubtargetInfo in the MCRelxableFragment...
2014-01-28 David WoodhouseModify MCObjectStreamer EmitInstTo* interface
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 Timur IskhodzhanovDisable the COFF tests on non-X86 archs
2014-01-28 Timur IskhodzhanovAdd line table debug info to COFF files when using...
2014-01-28 Owen AndersonUse the proper SDK when building iOS sim builds of...
2014-01-28 Nick Kledzikfix templates to work with pre c++11
2014-01-28 Matheus Almeida[mips] Fix ELF header flags.
2014-01-28 Nick KledzikAdd BumpPtrAllocator::allocateCopy() utilities
2014-01-28 Gautam Chakrabarti[NVPTX] Fix emitting aggregate parameters
2014-01-28 Andrea Di Biagio[X86] Add extra rules for combining vselect dag nodes...
2014-01-28 Adrian Prantltypo
2014-01-28 Rafael EspindolaFix pr14893.
2014-01-28 Aaron BallmanThe llvm_headers_do_not_build project needs to be exclu...
2014-01-28 Andrea Di Biagio[DAGCombiner] Avoid introducing an illegal build_vector...
2014-01-28 NAKAMURA Takumi[CMake] llvm_update_compile_flags(name) doesn't require...
2014-01-28 Iain SandoeProvide a stub Target Streamer implementation for PPC...
2014-01-28 NAKAMURA Takumi[CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sou...
2014-01-28 NAKAMURA Takumi[CMake] Enhance llvm_update_compile_flags(name sources...
2014-01-28 NAKAMURA Takumi[CMake] Apply -ffunction-data-sectinos not only to...
2014-01-28 NAKAMURA Takumi[CMake] Move -ffunction-data-sections stuff to HandleLL...
2014-01-28 NAKAMURA Takumi[CMake] Let llvm_process_sources check not only *.cpp...
2014-01-28 NAKAMURA Takumi[CMake] Put lli-child-target into the Folder "Misc".
2014-01-28 Chandler Carruth[vectorizer] Completely disable the block frequency...
2014-01-28 Hal FinkelHandle spilling the PPC GPRC_NOR0 register class
2014-01-28 Craig TopperImprove handling of EnforceSmallerThan. Remove all...
2014-01-28 Timur IskhodzhanovMC: Add a .debug section that we'll soon use to emit...
2014-01-28 Michel DanzerR600/SI: Add pattern for truncating i32 to i1
2014-01-28 Jakob Stoklund... Fix the DWARF EH encodings for Sparc PIC code.
2014-01-28 Reid KlecknerUpdate optimization passes to handle inalloca arguments
2014-01-28 Reid Klecknerx86: add implicit defs for cpuid
2014-01-28 Chandler Carruth[LPM] Fix PR18616 where the shifts to the loop pass...
2014-01-28 Juergen Ributzka[TLI] Add a new hook to TargetLowering to query the...
2014-01-28 Arnold SchwaighoferLoopVectorize: Support conditional stores by scalarizing
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-27 Eric ChristopherReformat slightly.
2014-01-27 Manman RenPGO branch weight: keep halving the weights until they...
2014-01-27 Mark SeabornFix the "#ifndef HAVE_SYS_WAIT_H" code path in Program...
2014-01-27 Mark SeabornARM MC: Fix the initial DWARF CFI unwind info at the...
2014-01-27 Matt ArsenaultFix sext(setcc) -> select_cc using wrong type for setcc.
2014-01-27 David PeixottoFix unsupported addressing mode assertion for pld
2014-01-27 Gautam Chakrabartitest commit: add minor comment
2014-01-27 Andrea Di Biagio[DAGCombiner] Teach how to fold sext/aext/zext of const...
2014-01-27 Reid KlecknerSilence MSVC warning on 'uint16_t |= bool' with a cast
2014-01-27 NAKAMURA Takumi[CMake] Put *_exports into "Misc" folder.
2014-01-27 David MajnemerMC: Add support for .cfi_startproc simple
2014-01-27 Tobias GrosserDo not reference llvm-gcc from bugpoint
2014-01-27 Chandler Carruth[vectorize] Initial version of respecting PGO in the...
2014-01-27 Benjamin KramerConstantHoisting: We can't insert instructions directly...
2014-01-27 Benjamin KramerXCore: Fix typo in function name.
2014-01-27 Chandler Carruth[vectorizer] Add an override for the target instruction...
2014-01-27 Chandler Carruth[vectorizer] Simplify code to use existing helpers...
2014-01-27 Chandler Carruth[vectorizer] Teach the loop vectorizer's unroller to...
2014-01-27 Chandler Carruth[vectorizer] Add some flags which are useful for conduc...
2014-01-27 Chandler Carruth[vectorizer] Fix a trivial oversight where we always...
2014-01-27 Nick LewyckyFix crasher introduced in r200203 and caught by a libc...
2014-01-27 Nick LewyckyTeach SCEV to handle more cases of 'and X, CST', specif...
2014-01-27 Stepan DyatkovskiyAdditional fix for 200201: due to dependence on bitwidt...
2014-01-27 Stepan DyatkovskiyFix for PR18102.
2014-01-27 Chandler Carruth[vectorizer] Clean up the handling of unvectorized...
2014-01-27 Michel DanzerR600/SI: Add intrinsic for BUFFER_LOAD_DWORD* instructions
2014-01-27 Michel DanzerR600/SI: Add intrinsic for S_SENDMSG instruction
2014-01-27 Alp TokerRoll back the ConstStringRef change for now
2014-01-27 Rafael EspindolaPrint .mask and .fmask with the target streamer.
2014-01-27 Rui UeyamaRename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.
2014-01-27 Alp TokerMove true/false StringRef helper to StringExtras
2014-01-27 Alp TokerStringRef: Extend constexpr capabilities and introduce...
2014-01-27 Rafael EspindolaPrint .frame via the target streamer.
2014-01-27 Kevin Qin[AArch64 NEON] Try to generate CONCAT_VECTOR when lower...
2014-01-27 Kevin QinRevert r199791.
2014-01-27 Rafael EspindolaUse SwitchSection in MipsAsmPrinter::EmitStartOfAsmFile.
2014-01-27 Rafael EspindolaRemove dead code.
2014-01-27 Rafael EspindolaAdd back spaces I missed in the conversion to emitRawCo...
next