aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Reword a comment to be less ambiguous.Dan Gohman2008-07-281-1/+1
* Don't use reinterpret_cast when it isn't needed.Dan Gohman2008-07-271-4/+4
* Rename SDOperand to SDValue.Dan Gohman2008-07-276-348/+349
* Tidy SDNode::use_iterator, and complete the transition to have itDan Gohman2008-07-272-19/+13
* Rename isOnlyUseOf to isOnlyUserOf.Dan Gohman2008-07-271-2/+2
* Improve comments for SDNode use-count methods. No functionality change.Dan Gohman2008-07-271-10/+21
* Rename the version of CreateRet that's a convenience method for creatingDan Gohman2008-07-251-5/+8
* Fix error: ‘std::ostream’ has not been declaredDuncan Sands2008-07-251-0/+1
* Remove unnecessary implicit argumentNate Begeman2008-07-251-2/+2
* Fix minor issues with VICmp/VFCmp constant expressionsNate Begeman2008-07-251-2/+3
* Add predicate for GhostLinkage, used by the JITNate Begeman2008-07-251-0/+1
* Add a #include for the uses of uint64_t.Dan Gohman2008-07-251-0/+1
* Add a #include <cassert>, since this file use assert.Dan Gohman2008-07-251-0/+1
* Apply a patch from Mahadevan R, with minor formatting changes, toDan Gohman2008-07-251-1/+7
* Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe...Dan Gohman2008-07-253-0/+16
* Rename instance variables, parameter argument names to eliminate a bunch of c...Evan Cheng2008-07-243-236/+241
* Make CreateBinOp/CreateNeg/CreateNot do constant folding.Chris Lattner2008-07-231-4/+11
* Enable first-class aggregates support.Dan Gohman2008-07-237-89/+15
* Change the heuristics used in the coalescer, register allocator, and withinOwen Anderson2008-07-221-3/+13
* Add insertvalue and extractvalue folding support in IRBuilder.Dan Gohman2008-07-221-12/+23
* IRBuilder support for insertvalue and extractvalue.Dan Gohman2008-07-221-5/+31
* Assert that the DAG root value is a chain value.Dan Gohman2008-07-221-1/+6
* Tie small stuff to non-small by default on ELF platformsAnton Korobeynikov2008-07-221-2/+3
* Basic support for small sectionsBruno Cardoso Lopes2008-07-221-0/+27
* Removing tabs.Bill Wendling2008-07-221-4/+4
* Correct the name of MachineMemOperand's include guard.Dan Gohman2008-07-221-2/+2
* InsertValue and ExtractValue constant expressions are alwaysDan Gohman2008-07-211-3/+1
* Enhance the GraphWriter support for edge destinations, and teach theDan Gohman2008-07-212-4/+36
* Add titles to the various SelectionDAG viewGraph callsDan Gohman2008-07-212-2/+3
* Make the GraphWriter be more consistent about the stringDan Gohman2008-07-211-19/+8
* Add VerifyNode, a place to put sanity checks onDuncan Sands2008-07-211-0/+3
* Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 codeAnton Korobeynikov2008-07-192-6/+6
* Add TargetAsmInfo stuff for all darwin-based targetsAnton Korobeynikov2008-07-191-0/+43
* Add TargetAsmInfo for all ELF-based targetsAnton Korobeynikov2008-07-191-0/+38
* Remove bogus assertion. This unbreaks mingw, where ConstantSDNodeAnton Korobeynikov2008-07-191-4/+0
* Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks.Dan Gohman2008-07-171-1/+1
* Make MergeBlockIntoPredecessor more aggressive when the same successor appearsOwen Anderson2008-07-171-1/+1
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-174-20/+81
* Indentation.Evan Cheng2008-07-171-3/+3
* SSE codegen for vsetcc nodesNate Begeman2008-07-171-0/+3
* Factorize some code for determining which libcall to use.Duncan Sands2008-07-171-1/+27
* Factor MergeBlockIntoPredecessor out into BasicBlockUtils.Owen Anderson2008-07-171-0/+4
* Mark function used by asm block as used, otherwise optimizer may not see the ...Devang Patel2008-07-161-0/+5
* Fix the name of BreakCriticalMachineEdge.h's include guardDan Gohman2008-07-161-2/+2
* Correct a top-level comment.Dan Gohman2008-07-161-1/+1
* Clarify the comments here, to make slightly more clear theDan Gohman2008-07-161-2/+2
* Tidy a doxygen comment.Dan Gohman2008-07-161-1/+1
* SelectionDAG::AssignNodeIds is unused.Dan Gohman2008-07-151-4/+0
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-143-4/+7
* Reapply r53540, now with the matching header!Chris Lattner2008-07-141-1/+6