aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Don't call getAnalysisUsage unless -debug-pass is enabled. This speedsChris Lattner2008-08-081-2/+5
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-081-3/+6
* It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng2008-08-083-5/+10
* Speed up the passmgr by avoiding heap thrashing on vectors.Chris Lattner2008-08-082-5/+11
* Add the remaining fp_round libcalls:Bruno Cardoso Lopes2008-08-071-0/+4
* Silence a warning.Matthijs Kooijman2008-08-071-1/+1
* Provide convenient helpersAnton Korobeynikov2008-08-071-0/+12
* Add hook for constant pool section selection for darwin.Anton Korobeynikov2008-08-071-0/+3
* Select section for constant pool entriesAnton Korobeynikov2008-08-072-0/+7
* Remove trailing spaces.Matthijs Kooijman2008-08-071-8/+8
* Factor code that finalize PHI nodes, jump tables, etc. out of SelectBasicBloc...Evan Cheng2008-08-071-1/+6
* Clarify "node" vs. "value" in some comments.Dan Gohman2008-08-061-3/+3
* Correct an assertion string.Dan Gohman2008-08-051-1/+1
* This option doesn't need to be a target option. It can be in SDISel instead.Owen Anderson2008-08-051-5/+0
* - Fix SelectionDAG to generate correct CFGs.Owen Anderson2008-08-043-4/+11
* Removed unused parameters.Bill Wendling2008-08-011-5/+5
* Add a flag to disable jump table generation (allDale Johannesen2008-07-311-0/+4
* Move SelectionDAG::viewGraph() out of line; as an inline functionDan Gohman2008-07-301-1/+1
* Document BasicBlock::Create.Matthijs Kooijman2008-07-301-1/+3
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-303-12/+27
* Add a GetElementPtrInst::getIndexedType that accepts uint64_t's instead of ju...Matthijs Kooijman2008-07-291-3/+7
* Revert 54147.Dan Gohman2008-07-291-2/+0
* Add x86 isel patterns to match what would be a ZERO_EXTEND_INREG operation,Dan Gohman2008-07-281-0/+2
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-2822-691/+251
* 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