oota-llvm.git
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...
2014-04-25 Jiangning Liu[ARM64] Handle fp128 for parameter passing on stack
2014-04-25 Tim NorthoverARM64: fix assertion in ISelDAGToDAG
2014-04-25 Bradley Smith[ARM64] Print preferred aliases for SFBM/UBFM in InstPr...
2014-04-25 Chandler Carruth[LCG] During the incremental update of an SCC, switch...
2014-04-25 Kevin Qin[ARM64] Add RUN lines for "–target arm64 –mattr=-fp...
2014-04-25 Kevin Qin[ARM64] Support crc predicate on ARM64.
2014-04-25 Chandler Carruth[LCG] During the incremental re-build of an SCC after...
2014-04-25 Chandler Carruth[LCG] Rather than doing a linear time SmallSetVector...
2014-04-25 Chandler Carruth[LCG] Remove a completely unnecessary loop. It wasn...
2014-04-25 Chandler Carruth[LCG] Now that the loop structure of the core SCC findi...
2014-04-25 Saleem AbdulrasoolX86: convert object streamer selection to a switch
2014-04-25 Anders Waldenborg[python] Fix getting section contents.
2014-04-25 David BlaikieAdd missing cpp file header
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-25 Duncan P. N... blockfreq: Only one mass distribution per node
2014-04-25 Duncan P. N... blockfreq: Document assertion
2014-04-25 Duncan P. N... blockfreq: Use better branch weights in multiexit test
2014-04-25 Duncan P. N... blockfreq: Clean up irreducible testcases
2014-04-25 Duncan P. N... blockfreq: Document high-level functions
2014-04-25 Duncan P. N... blockfreq: Remove dead code
2014-04-25 Duncan P. N... blockfreq: Scale LoopData::Scale on the way down
2014-04-25 Duncan P. N... blockfreq: unwrapLoopPackage() => unwrapLoop()
2014-04-25 Duncan P. N... blockfreq: Pass the Loop directly into unwrapLoopPackage()
2014-04-25 Duncan P. N... blockfreq: Unwrap from Loops
2014-04-25 Duncan P. N... blockfreq: Separate unwrapLoops() from finalizeMetrics()
2014-04-25 Duncan P. N... blockfreq: LoopData::MemberList => NodeList
2014-04-25 Duncan P. N... blockfreq: Expose getPackagedNode()
2014-04-25 Duncan P. N... blockfreq: Store the header with the members
2014-04-25 Duncan P. N... blockfreq: Encapsulate LoopData::Header
2014-04-25 Duncan P. N... blockfreq: Embed Loop hierarchy in LoopData
2014-04-25 Duncan P. N... blockfreq: Use LoopData directly
2014-04-25 Duncan P. N... blockfreq: Stop using range-based for to traverse Loops
2014-04-25 Duncan P. N... blockfreq: Use a std::list for Loops
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-25 Karthik BhatAllow vectorization of bit intrinsics in BB Vectorizer.
2014-04-25 Justin BognerProfileData: Treat missing function counts as malformed
2014-04-25 Reid KlecknerChange llvm-config --ldflags to report ${CMAKE_CXX_LINK...
2014-04-25 David BlaikieFix quadratic performance during debug compression...
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Adrian PrantlRevert "Debug info for optimized code: Support variable...
2014-04-24 Adrian PrantlRevert "Debug info: Let dbg.values inserted by LowerDbg...
2014-04-24 Richard SmithAdd missing include, found by modules build.
2014-04-24 Richard SmithFunction defined in a header should be inline. Found...
2014-04-24 Alexey Samsonov[DWARF parser] Make a few methods non-public
2014-04-24 Alexey Samsonov[DWARF parser] DWARFUnit ctor doesn't need both parsed...
2014-04-24 Alexey Samsonov[DWARF parser] Simplify and re-format a method
2014-04-24 Chandler Carruth[LCG] Switch a weird do/while loop that actually couldn...
2014-04-24 Chandler Carruth[ADT] Generalize pointee_iterator to smart pointers...
2014-04-24 Benjamin KramerX86: Don't transform shifts into ands when the sign...
2014-04-24 Reid KlecknerRemove dead inline function that doesn't compile
next