summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Convert SelectionDAG::getVTList to use ArrayRefCraig Topper2014-04-161-1/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-34/+34
* Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitableOwen Anderson2014-03-131-3/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-1/+1
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Check for dynamic allocas and inline asm that clobbers sp before buildingHans Wennborg2014-03-051-2/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-5/+5
* Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper2014-02-051-2/+23
* [TLI] Add a new hook to TargetLowering to query the target if a load of a con...Juergen Ributzka2014-01-281-3/+1
* Hide the pre-RA-sched= option.Andrew Trick2014-01-131-1/+1
* Add a machine code print in DEBUG() following instruction selection.Jim Grosbach2013-12-171-0/+3
* Reland "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-101-4/+6
* Revert "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-101-6/+4
* Fix miscompile of MS inline assembly with stack realignmentReid Kleckner2013-12-101-4/+6
* Fixed tryFoldToZero() for vector types that need expansion.Daniel Sanders2013-11-251-2/+2
* Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson2013-11-221-0/+44
* Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi2013-11-211-40/+1
* Teach ISel not to optimize 'optnone' functions.Paul Robinson2013-11-211-1/+40
* long line correctionJack Carter2013-11-201-1/+2
* [DAG] Refactor vector splitting code in SelectionDAG. No functional change in...Juergen Ributzka2013-11-191-1/+2
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-151-0/+2
* Fix some assert messages to say the correct opcode name. Looks like one asser...Craig Topper2013-10-061-7/+7
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-051-0/+27
* Debug info: Don't crash in SelectionDAGISel when a vreg that is beingAdrian Prantl2013-10-051-3/+7
* Revert r191940 to see if it fixes the build bots.Craig Topper2013-10-041-27/+0
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-041-0/+27
* Remove several unused variables.Rafael Espindola2013-10-011-1/+0
* Added temp flag -misched-bench for staging in default changes.Andrew Trick2013-09-261-1/+1
* whitespaceAndrew Trick2013-09-261-2/+2
* [stackprotector] Allow for copies from vreg -> vreg to be in a terminator seq...Michael Gottesman2013-09-241-6/+26
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-221-5/+5
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-161-1/+1
* [stackprotector] When finding the split point to splice off the end of a pare...Michael Gottesman2013-08-221-9/+44
* Remove unused variables that crept in.Michael Gottesman2013-08-201-6/+0
* Teach selectiondag how to handle the stackprotectorcheck intrinsic.Michael Gottesman2013-08-201-4/+87
* ARM: Fix more fast-isel verifier failures.Jim Grosbach2013-08-161-0/+4
* Replace getValueType().getSimpleVT() with getSimpleValueType().Craig Topper2013-08-151-1/+1
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-271-0/+1
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-7/+9
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-041-4/+7
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-041-7/+4
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-031-4/+7
* Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifyin...Craig Topper2013-07-031-4/+4
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-11/+14
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-1/+4
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-18/+17
* Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.Bill Wendling2013-06-061-1/+1
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-251-3/+1
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-4/+4
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-301-10/+7
OpenPOWER on IntegriCloud