aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* eliminate a use of Instruction::getPrev(), patch by Gabor Greif in 2005.Chris Lattner2007-04-171-1/+2
* merge several fields in GlobalValue to use the same word, move CallingConvChris Lattner2007-04-171-1/+0
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-174-14/+9
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-175-59/+77
* Proivde getAnalysis<FPAnalysis>(Func) support.Devang Patel2007-04-161-0/+5
* Do not assert during analysis implementation initialization.Devang Patel2007-04-161-1/+3
* Print and delete on the fly pass managers.Devang Patel2007-04-161-3/+19
* Update module pass manager to support module passes that requireDevang Patel2007-04-161-11/+44
* Give each pass manager chance to manage lower level analysis pass, which isDevang Patel2007-04-161-20/+60
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-3/+3
* Don't return 0 if the len == 5, let the assert handle that case.Reid Spencer2007-04-161-1/+1
* Fix test/CodeGen/Generic/vector-constantexpr.llReid Spencer2007-04-161-0/+2
* For PR1328:Reid Spencer2007-04-161-3/+4
* Tabs -> SpacesOwen Anderson2007-04-151-7/+7
* Remove ImmediateDominator analysis. The same information can be obtained fro...Owen Anderson2007-04-151-85/+49
* Fix some unsafe code. Also, tabs -> spaces.Owen Anderson2007-04-141-6/+6
* Make ETForest depend on DomTree rather than IDom. This is the first stepOwen Anderson2007-04-141-8/+11
* add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method.Chris Lattner2007-04-141-0/+16
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-122-7/+8
* For PR1284:Reid Spencer2007-04-121-2/+3
* Fix a bug where ICmpInst objects instantiated directly with a name wouldReid Spencer2007-04-111-2/+2
* For PR1146:Reid Spencer2007-04-113-22/+22
* unbreak the build :(Chris Lattner2007-04-101-1/+1
* Fix build problem.Jeff Cohen2007-04-101-1/+1
* For PR1146:Reid Spencer2007-04-091-0/+6
* Remove a memory leak, until ParamAttrsList is uniqued.Reid Spencer2007-04-091-1/+5
* For PR1146:Reid Spencer2007-04-093-59/+68
* Convert ImmediateDominators::DFSPass from being recursive to being iterative.Chris Lattner2007-04-091-1/+43
* For PR1146:Reid Spencer2007-04-091-2/+1
* For PR1146:Reid Spencer2007-04-091-2/+2
* For PR1146:Reid Spencer2007-04-091-30/+36
* minor cleanupsChris Lattner2007-04-091-14/+16
* For PR1146:Reid Spencer2007-04-091-52/+106
* Move isReachableFromEntry out of line to avoid an unnecessary #includeOwen Anderson2007-04-091-0/+6
* Remove DomSet completely. This concludes work on PR1171.Owen Anderson2007-04-081-96/+0
* Don't crash when encountering a BasicBlock that hasn't been registered yet.Nick Lewycky2007-04-081-2/+3
* Add DomSet back, and revert the changes to LoopSimplify. Apparently theOwen Anderson2007-04-071-14/+109
* Completely purge DomSet. This is the (hopefully) final patch for PR1171.Owen Anderson2007-04-071-109/+14
* For PR1209:Reid Spencer2007-04-061-17/+63
* Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.Reid Spencer2007-04-041-0/+2
* For PR1297:Reid Spencer2007-04-011-5/+14
* For PR1297:Reid Spencer2007-04-011-7/+42
* add a method to turn a type into a VT.Chris Lattner2007-03-311-0/+28
* It is not possible to determine dominance between two PHI nodesDevang Patel2007-03-281-0/+5
* No need to generate the implementation keyword any more. Its frivolous.Reid Spencer2007-03-281-2/+0
* Use SmallPtrSet.Devang Patel2007-03-271-1/+2
* Spell check.Devang Patel2007-03-271-1/+1
* It is not possible to determie dominance between two PHI nodesDevang Patel2007-03-261-0/+6
* Use std::vector<DFCalculateWorkObject> instead ofDevang Patel2007-03-261-7/+4
* Add a comment to explain a folding transform.Reid Spencer2007-03-261-0/+1