summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-30
* Fix a use of uninitialized memory in SmallVector's move-assignment operator.Douglas Gregor2014-04-30
* [mips] Emit all three relocation operations for each relocation entry on Mips...Matheus Almeida2014-04-30
* [LCG] Add the really, *really* boring edge insertion case: adding anChandler Carruth2014-04-30
* raw_ostream::operator<<(StringRef): Avoid potential overflow in pointer arith...NAKAMURA Takumi2014-04-30
* [LCG] Actually test the *basic* edge removal bits (IE, the non-SCCChandler Carruth2014-04-30
* [ADT] Provide some helpful static_asserts for using operations of theChandler Carruth2014-04-30
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* Fix MSVC build broken by r207580David Blaikie2014-04-29
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-29
* [Windows] Fix assertion failure when passing 'nul' in input to clang.Andrea Di Biagio2014-04-29
* BranchProb: Simplify printing codeDuncan P. N. Exon Smith2014-04-29
* Support: Remove out-of-date commentsDuncan P. N. Exon Smith2014-04-29
* blockfreq: Defer to BranchProbability::scale() (again)Duncan P. N. Exon Smith2014-04-29
* blockfreq: Defer to BranchProbability::scale()Duncan P. N. Exon Smith2014-04-29
* blockfreq: Remove BlockMass*BlockMassDuncan P. N. Exon Smith2014-04-29
* Support: Add BranchProbability::scale() and ::scaleByInverse()Duncan P. N. Exon Smith2014-04-29
* Support: Simplify BranchProbability operatorsDuncan P. N. Exon Smith2014-04-29
* Add optimization remarks to the loop unroller and vectorizer.Diego Novillo2014-04-29
* Updated the link to the correct URL.Yaron Keren2014-04-29
* Centralize the handling of the thumb bit.Rafael Espindola2014-04-29
* AVX-512: optimized a shuffle pattern to VINSERTI64x4.Elena Demikhovsky2014-04-29
* [ADT] Make the iterator adaptor utility a touch more general byChandler Carruth2014-04-29
* [ADT] Teach PointerUnion to support assignment directly from nullptr toChandler Carruth2014-04-29
* Add an option for evaluating past symbols.Rafael Espindola2014-04-28
* blockfreq: Remove extra typename from r207438Duncan P. N. Exon Smith2014-04-28
* Reapply "blockfreq: Approximate irreducible control flow"Duncan P. N. Exon Smith2014-04-28
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-28
* Fix commentJoerg Sonnenberger2014-04-28
* [LCG] Add the most basic of edge insertion to the lazy call graph. ThisChandler Carruth2014-04-28
* Fix very poor compile-time in PR19499 due to excessive tree walks inChandler Carruth2014-04-28
* Convert more SelectionDAG functions to use ArrayRef.Craig Topper2014-04-28
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* CodeGen/AsmPrinter.h: Fix \param in r207369. [-Wdocumentation]NAKAMURA Takumi2014-04-27
* Convert AddNodeIDNode and SelectionDAG::getNodeIfExiists to use ArrayRef<SDVa...Craig Topper2014-04-27
* Add emitThumbSet to the arm target streamer.Rafael Espindola2014-04-27
* Fix an assert I accidentally broke to hopefully fix the build bots.Craig Topper2014-04-27
* Convert SelectionDAGISel::MorphNode to use ArrayRef.Craig Topper2014-04-27
* Convert SelectionDAG::MorphNodeTo to use ArrayRef.Craig Topper2014-04-27
* Convert SelectionDAG::SelectNodeTo to use ArrayRef.Craig Topper2014-04-27
* Convert one last signature of getNode to take an ArrayRef of SDUse.Craig Topper2014-04-27
* Convert SDNode constructor to use ArrayRef.Craig Topper2014-04-27
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-27
* Const-correct SelectionDAG::getAtomic.Craig Topper2014-04-27
* Clarify the doxygen comment for AsmPrinter::EmitDwarfRegOpPiece and addAdrian Prantl2014-04-27
* Debug info: Refactor EmitDwarfRegOpPiece to be a member function ofAdrian Prantl2014-04-27
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-27
* MC: create X86WinCOFFStreamer for target specific behaviourSaleem Abdulrasool2014-04-27
* MC: rename WinCOFFStreamer and move declaration out-of-lineSaleem Abdulrasool2014-04-27
* [LCG] Re-organize the methods for mutating a call graph to make theirChandler Carruth2014-04-27