]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/shortlog
opencl/llvm.git
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...
2014-01-27 Rafael EspindolaUse emitRawComment instead of EmitRawText.
2014-01-27 Rafael EspindolaAdd missing file.
2014-01-26 Rafael EspindolaAdd a XCoreTargetStreamer and port over the simple...
2014-01-26 Saleem AbdulrasoolMC: fix test locations/name
2014-01-26 Saleem AbdulrasoolARM: improve diagnostics for .word directive
2014-01-26 Saleem AbdulrasoolAsmParser: improve diagnostics for invalid variants
2014-01-26 Saleem AbdulrasoolMC: whitespace
2014-01-26 Alp TokerAvoid C++ comment in C sources
2014-01-26 Evan ChengFollow up of r200095. Code clean up.
2014-01-26 NAKAMURA Takumi[CMake] tablegen(): Use -I <dir> according to the list...
2014-01-26 NAKAMURA Takumi[CMake] Functionalize tblgen().
2014-01-26 Jakob Stoklund... Clean up the Legal/Expand logic for SPARC popc.
2014-01-26 Rafael EspindolaImplement the missing bits corresponding to .mips_hack_...
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 NAKAMURA Takumi[CMake] configure_lit_site_cfg: ${SHLIBDIR} should...
2014-01-26 Jakob Stoklund... Only generate the popc instruction for SPARC CPUs that...
2014-01-26 Jakob Stoklund... Fix swapped CASA operands.
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-26 Venkatraman... [Sparc] Add support for parsing DW_CFA_GNU_window_save.
2014-01-26 Rafael EspindolaConvert some easy uses of EmitRawText to TargetStreamer...
2014-01-26 Rui UeyamaCOFF: Add a missing enum value for high entropy ASLR.
2014-01-26 Craig TopperImprove some x86 type constraints.
2014-01-26 Jiangning LiuImprove pattern match from v1i8 to v1i32 for AArch64...
2014-01-26 Rui UeyamaRemove unused typedef.
2014-01-26 Rui Ueyamallvm-readobj: add support for PE32+ (Windows 64 bit...
2014-01-26 Rafael EspindolaRemove -print-hack-directives from a test where we...
2014-01-26 Rafael EspindolaMove tests that just use llc from test/MC/Mips to test...
2014-01-26 Jiangning LiuImplement pattern match from v1xx to v1xx for AArch64...
2014-01-26 Venkatraman... [Sparc] Add support for sparc relocation types in ELF...
2014-01-26 Kevin Qin[AArch64 NEON] Add patterns for concat_vector on v2i32.
2014-01-26 Kevin Qin[AArch64 NEON] Add test case for vector FP_ROUND.
2014-01-26 Kevin Qin[AArch64 NEON] Fix pattern match failed on FP_ROUND...
2014-01-25 Venkatraman... removing duplicate enum value
2014-01-25 Venkatraman... Missing ELF relocations for Sparc.
2014-01-25 Renato GolinRe-enabling MCJIT tests on ARM
2014-01-25 Venkatraman... [Sparc] Add sparc to the list of XFAIL architecture...
2014-01-25 Craig TopperSet displacementSize to 1 for instrucitons with mod...
2014-01-25 Hal FinkelAdd a TBAA CodeGen failure test case
next