]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/shortlog
opencl/llvm.git
2014-04-27 Adrian PrantlDebug info: Refactor EmitDwarfRegOpPiece to be a member...
2014-04-27 Adrian PrantlDebug Info: Prepare DebugLocEntry to handle more than...
2014-04-27 Rafael EspindolaMake getOrCreateSymbolData non virtual.
2014-04-27 Rafael EspindolaAvoid using MCSymbolData on the asm streamer.
2014-04-27 Saleem AbdulrasoolMC: duplicate .file test for WoA (SVN r207341)
2014-04-27 Benjamin KramerMake helper functions static.
2014-04-27 David BlaikieRemove redundant explicit default initialization of...
2014-04-27 NAKAMURA TakumiAdd the default constructor DwarfAccelTable::DataArray...
2014-04-27 NAKAMURA TakumiRevert r206989, "Mark llvm/test/BugPoint/compile-custom...
2014-04-27 Benjamin KramerUpdate test not to check for a shuffle of an all-zero...
2014-04-27 Benjamin KramerSelectionDAG: Aggressively fold shuffles of constant...
2014-04-27 Saleem AbdulrasoolARM: MSVC does not support = default
2014-04-27 Saleem AbdulrasoolMC: restore behaviour of defaulting to ELF
2014-04-27 Saleem Abdulrasooltests: Windows ARM now supports object emission
2014-04-27 Saleem AbdulrasoolCOFF: move ARM COFF test to ARM directory
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-27 Saleem AbdulrasoolMC: create X86WinCOFFStreamer for target specific behaviour
2014-04-27 Saleem AbdulrasoolMC: rename WinCOFFStreamer and move declaration out...
2014-04-27 Saleem AbdulrasoolMC: style tweaks to WinCOFFStreamer
2014-04-27 Saleem AbdulrasoolARM: Support SingleParameterDotFile on WoA
2014-04-27 Chandler Carruth[LCG] Re-organize the methods for mutating a call graph...
2014-04-26 Benjamin KramerDAGCombiner: Simplify code a bit, make more transforms...
2014-04-26 Chandler Carruth[LCG] Add some pedantry to the use of ptrdiff_t to...
2014-04-26 Chandler Carruth[LCG] Eliminate more boiler plate by using the iterator...
2014-04-26 Chandler Carruth[LCG] Switch the node iterator to use the new fancy...
2014-04-26 David BlaikieDwarfDebug: Roll argument into call.
2014-04-26 David BlaikieDebugInfo: Fix and test a regression caused by r207263...
2014-04-26 Benjamin KramerMark the growing path in SmallVector::push_back as...
2014-04-26 Craig TopperReplace std::vector with SmallVector for some small...
2014-04-26 Craig TopperConvert getMemIntrinsicNode to take ArrayRef of SDValue...
2014-04-26 Dan LiewTrivial test commit.
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-26 Craig TopperRemove an unused version of getMemIntrinsicNode and...
2014-04-26 David BlaikieInclude C++ source for debug info test case committed...
2014-04-26 David BlaikieDWARF Type Units: Avoid emitting type units under fissi...
2014-04-26 Benjamin KramerPrint X86ISD::PMULDQ nodes properly in debug output.
2014-04-26 David BlaikieDwarfDebug: Minor refactoring around type unit construction
2014-04-26 Benjamin KramerX86TTI: i16/i32 vector div with a constant (splat)...
2014-04-26 Benjamin KramerX86: Lower SMUL_LOHI of v4i32 to pmuldq when SSE4.1...
2014-04-26 Benjamin KramerX86: Add patterns for MULHU/MULHS of v8i16 and v16i16.
2014-04-26 Benjamin KramerRip out X86-specific vector SDIV lowering, make the...
2014-04-26 Benjamin KramerDAGCombiner: Turn divs of vector splats into vectorized...
2014-04-26 Benjamin KramerX86: Custom lower v4i32 UMUL_LOHI into 2 pmuludqs.
2014-04-26 Michael ZolotukhinRevert r206749 till a final decision about the intrinsi...
2014-04-26 Chandler Carruth[LCG] Rather than removing nodes from the SCC entry...
2014-04-26 Chandler Carruth[LCG] Rotate the full SCC finding algorithm to avoid...
2014-04-26 Chandler Carruth[LCG] Hoist the main DFS loop out of the edge removal...
2014-04-26 Gerolf HoflehnerRecursivelyDeleteTriviallyDeadInstructions() could...
2014-04-26 Gerolf HoflehnerRestore CloneFunction.cpp which got accidently
2014-04-26 Chandler Carruth[LCG] In the incremental SCC re-formation, lift the...
2014-04-26 Chandler Carruth[LCG] Special case the removal of self edges. These...
2014-04-26 Juergen Ributzka[DAG] During DAG legalization keep opaque constants...
2014-04-26 Gerolf HoflehnerRevert commit r207302 since build failures
2014-04-26 Gerolf HoflehnerRecursivelyDeleteTriviallyDeadInstructions() could...
2014-04-26 Quentin Colombet[X86] Implement TargetLowering::getScalingFactorCost...
2014-04-26 Chandler Carruth[LCG] Refactor the duplicated code I added in my last...
2014-04-26 Andrea Di Biagio[InstCombine][X86] Teach how to fold calls to SSE2...
2014-04-26 Richard SmithAdd missing include guards and missing #include, found...
2014-04-26 Filipe CabecinhasAppease the almighty buildbots.
2014-04-25 Filipe CabecinhasOptimization for certain shufflevector by using insertps.
2014-04-25 Duncan P. N... Revert "blockfreq: Approximate irreducible control...
2014-04-25 Duncan P. N... blockfreq: Approximate irreducible control flow
2014-04-25 Adrian PrantlUnbreak the gdb buildbot by not lowering dbg.declare...
2014-04-25 Eric ChristopherMake sure that rangelists are also relative to the...
2014-04-25 Matt ArsenaultR600: Fix function name printing in LowerCall
2014-04-25 David BlaikieDwarfAccelTable: Store the string symbol in the acceler...
2014-04-25 Tom RoederAdd an -mattr option to the gold plugin to support...
2014-04-25 Alexey SamsonovFix missing include
2014-04-25 David BlaikieEncapsulate the DWARF string pool in a separate type.
2014-04-25 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugAranges.
2014-04-25 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugAbbrev.
2014-04-25 Adam Nemet[LoopStrengthReduce] Don't trim formula that uses a...
2014-04-25 Duncan P. N... SCC: Use the reference typedef
2014-04-25 Adrian PrantlThis reapplies r207235 with an additional bugfixes...
2014-04-25 David BlaikieMCAssembler: Simplify implementation of const variants...
2014-04-25 David BlaikieBugPoint: Fix some memory leaks.
2014-04-25 David BlaikieDwarfUnit: Remove unused function
2014-04-25 David BlaikieDIE: Pass ownership of children via std::unique_ptr...
2014-04-25 David BlaikieDIEEntry: Refer to the specified DIE via reference...
2014-04-25 David BlaikieDwarfUnit: return by reference from createAndAddDIE
2014-04-25 Duncan P. N... blockfreq: Further shift logic to LoopData
2014-04-25 Duncan P. N... SCC: Provide operator->() through iterator_facade_base
2014-04-25 Reed Kotlerenable fast isel tablegen files for Mips
2014-04-25 David BlaikieReturn DIE by reference instead of pointer from DwarfUn...
2014-04-25 Duncan P. N... SCC: Remove non-const operator*()
2014-04-25 David BlaikieDwarfUnit: Suddently, DIE references, everywhere.
2014-04-25 Duncan P. N... SCC: Change clients to use const, NFC
2014-04-25 Duncan P. N... SCC: Doxygen-ize comments, NFC
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Duncan P. N... SCC: Un-inline long functions
2014-04-25 Duncan P. N... SCC: Remove redundant inline keywords, NFC
2014-04-25 Reed KotlerMake sure that DSUB does not duplicate the pattern...
2014-04-25 Saleem AbdulrasoolARM: remove @llvm.arm.sevl
2014-04-25 Manman Ren[inline cold threshold] Command line argument for inlin...
2014-04-25 David BlaikieRefactor some common logic in DwarfUnit::constructVaria...
2014-04-25 Saleem AbdulrasoolARM: provide a new generic hint intrinsic
2014-04-25 David BlaikiePR19554: Fix some memory leaks in DIEHashTest.cpp
2014-04-25 Adrian PrantlReapply r207135 without modifications.
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Tilmann Scheller[ARM64] When compiling for ELF in PIC mode, local symbo...
next