summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* [FastISel] Collect statistics about failing intrinsic calls.Juergen Ributzka2014-06-10
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* Pass the value type to TLI::getRegisterByNameHal Finkel2014-05-11
* Implememting named register intrinsicsRenato Golin2014-05-06
* Convert more loops to range-based equivalentsAlexey Samsonov2014-04-30
* Convert SelectionDAGISel::MorphNode to use ArrayRef.Craig Topper2014-04-27
* Convert SelectionDAG::MorphNodeTo to use ArrayRef.Craig Topper2014-04-27
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-26
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Convert SelectionDAG::getVTList to use ArrayRefCraig Topper2014-04-16
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitableOwen Anderson2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* Check for dynamic allocas and inline asm that clobbers sp before buildingHans Wennborg2014-03-05
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper2014-02-05
* [TLI] Add a new hook to TargetLowering to query the target if a load of a con...Juergen Ributzka2014-01-28
* Hide the pre-RA-sched= option.Andrew Trick2014-01-13
* Add a machine code print in DEBUG() following instruction selection.Jim Grosbach2013-12-17
* Reland "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-10
* Revert "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-10
* Fix miscompile of MS inline assembly with stack realignmentReid Kleckner2013-12-10
* Fixed tryFoldToZero() for vector types that need expansion.Daniel Sanders2013-11-25
* Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson2013-11-22
* Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi2013-11-21
* Teach ISel not to optimize 'optnone' functions.Paul Robinson2013-11-21
* long line correctionJack Carter2013-11-20
* [DAG] Refactor vector splitting code in SelectionDAG. No functional change in...Juergen Ributzka2013-11-19
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-15
* Fix some assert messages to say the correct opcode name. Looks like one asser...Craig Topper2013-10-06
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-05
* Debug info: Don't crash in SelectionDAGISel when a vreg that is beingAdrian Prantl2013-10-05
* Revert r191940 to see if it fixes the build bots.Craig Topper2013-10-04
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-04
* Remove several unused variables.Rafael Espindola2013-10-01
* Added temp flag -misched-bench for staging in default changes.Andrew Trick2013-09-26
* whitespaceAndrew Trick2013-09-26
* [stackprotector] Allow for copies from vreg -> vreg to be in a terminator seq...Michael Gottesman2013-09-24
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-22
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-16
* [stackprotector] When finding the split point to splice off the end of a pare...Michael Gottesman2013-08-22
* Remove unused variables that crept in.Michael Gottesman2013-08-20
* Teach selectiondag how to handle the stackprotectorcheck intrinsic.Michael Gottesman2013-08-20
* ARM: Fix more fast-isel verifier failures.Jim Grosbach2013-08-16
* Replace getValueType().getSimpleVT() with getSimpleValueType().Craig Topper2013-08-15
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-27
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-09