Use the new StringTableBuilder in yaml2elf
[oota-llvm.git] / include /
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-30 Douglas GregorFix a use of uninitialized memory in SmallVector's...
2014-04-30 Matheus Almeida[mips] Emit all three relocation operations for each...
2014-04-30 Chandler Carruth[LCG] Add the really, *really* boring edge insertion...
2014-04-30 NAKAMURA Takumiraw_ostream::operator<<(StringRef): Avoid potential...
2014-04-30 Chandler Carruth[LCG] Actually test the *basic* edge removal bits ...
2014-04-30 Chandler Carruth[ADT] Provide some helpful static_asserts for using...
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 David BlaikieFix MSVC build broken by r207580
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-29 Andrea Di Biagio[Windows] Fix assertion failure when passing 'nul'...
2014-04-29 Duncan P. N. Exon... BranchProb: Simplify printing code
2014-04-29 Duncan P. N. Exon... Support: Remove out-of-date comments
2014-04-29 Duncan P. N. Exon... blockfreq: Defer to BranchProbability::scale() (again)
2014-04-29 Duncan P. N. Exon... blockfreq: Defer to BranchProbability::scale()
2014-04-29 Duncan P. N. Exon... blockfreq: Remove BlockMass*BlockMass
2014-04-29 Duncan P. N. Exon... Support: Add BranchProbability::scale() and ::scaleByIn...
2014-04-29 Duncan P. N. Exon... Support: Simplify BranchProbability operators
2014-04-29 Diego NovilloAdd optimization remarks to the loop unroller and vecto...
2014-04-29 Yaron KerenUpdated the link to the correct URL.
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-29 Elena DemikhovskyAVX-512: optimized a shuffle pattern to VINSERTI64x4.
2014-04-29 Chandler Carruth[ADT] Make the iterator adaptor utility a touch more...
2014-04-29 Chandler Carruth[ADT] Teach PointerUnion to support assignment directly...
2014-04-28 Rafael EspindolaAdd an option for evaluating past symbols.
2014-04-28 Duncan P. N. Exon... blockfreq: Remove extra typename from r207438
2014-04-28 Duncan P. N. Exon... Reapply "blockfreq: Approximate irreducible control...
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-28 Joerg SonnenbergerFix comment
2014-04-28 Chandler Carruth[LCG] Add the most basic of edge insertion to the lazy...
2014-04-28 Chandler CarruthFix very poor compile-time in PR19499 due to excessive...
2014-04-28 Craig TopperConvert more SelectionDAG functions to use ArrayRef.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 NAKAMURA TakumiCodeGen/AsmPrinter.h: Fix \param in r207369. [-Wdocumen...
2014-04-27 Craig TopperConvert AddNodeIDNode and SelectionDAG::getNodeIfExiist...
2014-04-27 Rafael EspindolaAdd emitThumbSet to the arm target streamer.
2014-04-27 Craig TopperFix an assert I accidentally broke to hopefully fix...
2014-04-27 Craig TopperConvert SelectionDAGISel::MorphNode to use ArrayRef.
2014-04-27 Craig TopperConvert SelectionDAG::MorphNodeTo to use ArrayRef.
2014-04-27 Craig TopperConvert SelectionDAG::SelectNodeTo to use ArrayRef.
2014-04-27 Craig TopperConvert one last signature of getNode to take an ArrayR...
2014-04-27 Craig TopperConvert SDNode constructor to use ArrayRef.
2014-04-27 Craig TopperConvert SelectionDAG::getMergeValues to use ArrayRef.
2014-04-27 Craig TopperConst-correct SelectionDAG::getAtomic.
2014-04-27 Adrian PrantlClarify the doxygen comment for AsmPrinter::EmitDwarfRe...
2014-04-27 Adrian PrantlDebug info: Refactor EmitDwarfRegOpPiece to be a member...
2014-04-27 Rafael EspindolaMake getOrCreateSymbolData non virtual.
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 Chandler Carruth[LCG] Re-organize the methods for mutating a call graph...
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 Benjamin KramerMark the growing path in SmallVector::push_back as...
2014-04-26 Craig TopperConvert getMemIntrinsicNode to take ArrayRef of SDValue...
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 Benjamin KramerDAGCombiner: Turn divs of vector splats into vectorized...
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] Hoist the main DFS loop out of the edge removal...
2014-04-26 Chandler Carruth[LCG] In the incremental SCC re-formation, lift the...
2014-04-26 Chandler Carruth[LCG] Refactor the duplicated code I added in my last...
2014-04-25 Duncan P. N. Exon... Revert "blockfreq: Approximate irreducible control...
2014-04-25 Duncan P. N. Exon... blockfreq: Approximate irreducible control flow
2014-04-25 Tom RoederAdd an -mattr option to the gold plugin to support...
2014-04-25 Duncan P. N. Exon... 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 Duncan P. N. Exon... blockfreq: Further shift logic to LoopData
2014-04-25 Duncan P. N. Exon... SCC: Provide operator->() through iterator_facade_base
2014-04-25 Duncan P. N. Exon... SCC: Remove non-const operator*()
2014-04-25 Duncan P. N. Exon... SCC: Doxygen-ize comments, NFC
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Duncan P. N. Exon... SCC: Un-inline long functions
2014-04-25 Duncan P. N. Exon... SCC: Remove redundant inline keywords, NFC
2014-04-25 Saleem AbdulrasoolARM: remove @llvm.arm.sevl
2014-04-25 Saleem AbdulrasoolARM: provide a new generic hint intrinsic
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-25 Duncan P. N. Exon... blockfreq: Only one mass distribution per node
2014-04-25 Duncan P. N. Exon... blockfreq: Document high-level functions
2014-04-25 Duncan P. N. Exon... blockfreq: Remove dead code
2014-04-25 Duncan P. N. Exon... blockfreq: Separate unwrapLoops() from finalizeMetrics()
2014-04-25 Duncan P. N. Exon... blockfreq: LoopData::MemberList => NodeList
2014-04-25 Duncan P. N. Exon... blockfreq: Expose getPackagedNode()
2014-04-25 Duncan P. N. Exon... blockfreq: Store the header with the members
2014-04-25 Duncan P. N. Exon... blockfreq: Encapsulate LoopData::Header
2014-04-25 Duncan P. N. Exon... blockfreq: Embed Loop hierarchy in LoopData
2014-04-25 Duncan P. N. Exon... blockfreq: Use LoopData directly
2014-04-25 Duncan P. N. Exon... blockfreq: Stop using range-based for to traverse Loops
2014-04-25 Duncan P. N. Exon... blockfreq: Use a std::list for Loops
2014-04-25 Karthik BhatAllow vectorization of bit intrinsics in BB Vectorizer.
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 Richard SmithAdd missing include, found by modules build.
2014-04-24 Richard SmithFunction defined in a header should be inline. Found...
2014-04-24 Chandler Carruth[ADT] Generalize pointee_iterator to smart pointers...
2014-04-24 Reid KlecknerRemove dead inline function that doesn't compile
next