aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Have compiler enforce this.Jeff Cohen2007-04-221-1/+0
* PR400 work phase 1. Add attributed load/store instructions for volatile/align...Christopher Lamb2007-04-222-0/+49
* For PR1136:Reid Spencer2007-04-222-0/+40
* For PR1146:Reid Spencer2007-04-224-60/+46
* Revert Christopher Lamb's load/store alignment changes.Reid Spencer2007-04-212-49/+0
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-212-0/+49
* Reset vertex.Devang Patel2007-04-211-0/+1
* Fix a bug that prevented the JIT from working correctly after llvm_shutdown.Chris Lattner2007-04-211-6/+16
* Fix regressions introduced by my previous patch: opt calls verifier in aChris Lattner2007-04-201-1/+3
* Fix a problem where primitive types lose their name after llvm_shutdown is ca...Chris Lattner2007-04-201-12/+16
* catch a case that was biting jeffcChris Lattner2007-04-201-1/+7
* don't access argument list of prototypesChris Lattner2007-04-181-7/+24
* 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