summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Convert several loops over MachineFunction basic blocks to range-based loopsAlexey Samsonov2014-04-30
* Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...Craig Topper2014-04-30
* Fix some 80 cols violations committed in r207539David Blaikie2014-04-29
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* Tidy up whitespace.Jim Grosbach2014-04-29
* DwarfDebug: Split the initialization of abstract and non-abstract subprogram ...David Blaikie2014-04-29
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* Remove DwarfUnit::LabelRange since it's unused.David Blaikie2014-04-28
* AddressPool::HasBeenUsed: Add comment explaining the use-case for this flag.David Blaikie2014-04-28
* DIE: Document some learnings about why the world isn't perfect.David Blaikie2014-04-28
* Satisfy sub-optimal GCC warning.David Blaikie2014-04-28
* We already calculate WideVT above, just reuse it.Eric Christopher2014-04-28
* Add (...) around && clause to appeace gcc 4.8's warningEli Bendersky2014-04-28
* DebugInfo: Just store the DIE by value in the DwarfUnitDavid Blaikie2014-04-28
* Pass DIEs to DwarfUnit constructors by unique_ptr.David Blaikie2014-04-28
* Reformat, 80-col, tab characters, etc.Eric Christopher2014-04-28
* Improve explicit memory ownership of DIEsDavid Blaikie2014-04-28
* DwarfDebug: Omit DW_AT_object_pointer on inlined_subroutinesDavid Blaikie2014-04-28
* Convert more SelectionDAG functions to use ArrayRef.Craig Topper2014-04-28
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Convert AddNodeIDNode and SelectionDAG::getNodeIfExiists to use ArrayRef<SDVa...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
* X86TTI: Adjust sdiv cost now that we can lower it on plain SSE2.Benjamin Kramer2014-04-27
* Debug info: Refactor EmitDwarfRegOpPiece to be a member function ofAdrian Prantl2014-04-27
* Debug Info: Prepare DebugLocEntry to handle more than a single value perAdrian Prantl2014-04-27
* Make helper functions static.Benjamin Kramer2014-04-27
* Remove redundant explicit default initialization of non-trivially constructed...David Blaikie2014-04-27
* Add the default constructor DwarfAccelTable::DataArray() to initialize (MCSym...NAKAMURA Takumi2014-04-27
* SelectionDAG: Aggressively fold shuffles of constant splats.Benjamin Kramer2014-04-27
* DAGCombiner: Simplify code a bit, make more transforms work with vectors.Benjamin Kramer2014-04-26
* DwarfDebug: Roll argument into call.David Blaikie2014-04-26
* DebugInfo: Fix and test a regression caused by r207263 causing the DW_AT_obje...David Blaikie2014-04-26
* Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...Craig Topper2014-04-26
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-26
* Remove an unused version of getMemIntrinsicNode and getNode. Additionally, th...Craig Topper2014-04-26
* DWARF Type Units: Avoid emitting type units under fission if the type require...David Blaikie2014-04-26
* DwarfDebug: Minor refactoring around type unit constructionDavid Blaikie2014-04-26
* Rip out X86-specific vector SDIV lowering, make the corresponding DAGCombiner...Benjamin Kramer2014-04-26
* DAGCombiner: Turn divs of vector splats into vectorized multiplications.Benjamin Kramer2014-04-26
* Revert r206749 till a final decision about the intrinsics is made.Michael Zolotukhin2014-04-26
* [DAG] During DAG legalization keep opaque constants even after expanding.Juergen Ributzka2014-04-26
* Make sure that rangelists are also relative to the compile unitEric Christopher2014-04-25
* DwarfAccelTable: Store the string symbol in the accelerator table to avoid du...David Blaikie2014-04-25