summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* For PR1146:Reid Spencer2007-04-22
* Revert Christopher Lamb's load/store alignment changes.Reid Spencer2007-04-21
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-21
* Reset vertex.Devang Patel2007-04-21
* Fix a bug that prevented the JIT from working correctly after llvm_shutdown.Chris Lattner2007-04-21
* Fix regressions introduced by my previous patch: opt calls verifier in aChris Lattner2007-04-20
* Fix a problem where primitive types lose their name after llvm_shutdown is ca...Chris Lattner2007-04-20
* catch a case that was biting jeffcChris Lattner2007-04-20
* don't access argument list of prototypesChris Lattner2007-04-18
* eliminate a use of Instruction::getPrev(), patch by Gabor Greif in 2005.Chris Lattner2007-04-17
* merge several fields in GlobalValue to use the same word, move CallingConvChris Lattner2007-04-17
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-17
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-17
* Proivde getAnalysis<FPAnalysis>(Func) support.Devang Patel2007-04-16
* Do not assert during analysis implementation initialization.Devang Patel2007-04-16
* Print and delete on the fly pass managers.Devang Patel2007-04-16
* Update module pass manager to support module passes that requireDevang Patel2007-04-16
* Give each pass manager chance to manage lower level analysis pass, which isDevang Patel2007-04-16
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* Don't return 0 if the len == 5, let the assert handle that case.Reid Spencer2007-04-16
* Fix test/CodeGen/Generic/vector-constantexpr.llReid Spencer2007-04-16
* For PR1328:Reid Spencer2007-04-16
* Tabs -> SpacesOwen Anderson2007-04-15
* Remove ImmediateDominator analysis. The same information can be obtained fro...Owen Anderson2007-04-15
* Fix some unsafe code. Also, tabs -> spaces.Owen Anderson2007-04-14
* Make ETForest depend on DomTree rather than IDom. This is the first stepOwen Anderson2007-04-14
* add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method.Chris Lattner2007-04-14
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-12
* For PR1284:Reid Spencer2007-04-12
* Fix a bug where ICmpInst objects instantiated directly with a name wouldReid Spencer2007-04-11
* For PR1146:Reid Spencer2007-04-11
* unbreak the build :(Chris Lattner2007-04-10
* Fix build problem.Jeff Cohen2007-04-10
* For PR1146:Reid Spencer2007-04-09
* Remove a memory leak, until ParamAttrsList is uniqued.Reid Spencer2007-04-09
* For PR1146:Reid Spencer2007-04-09
* Convert ImmediateDominators::DFSPass from being recursive to being iterative.Chris Lattner2007-04-09
* For PR1146:Reid Spencer2007-04-09
* For PR1146:Reid Spencer2007-04-09
* For PR1146:Reid Spencer2007-04-09
* minor cleanupsChris Lattner2007-04-09
* For PR1146:Reid Spencer2007-04-09
* Move isReachableFromEntry out of line to avoid an unnecessary #includeOwen Anderson2007-04-09
* Remove DomSet completely. This concludes work on PR1171.Owen Anderson2007-04-08
* Don't crash when encountering a BasicBlock that hasn't been registered yet.Nick Lewycky2007-04-08
* Add DomSet back, and revert the changes to LoopSimplify. Apparently theOwen Anderson2007-04-07
* Completely purge DomSet. This is the (hopefully) final patch for PR1171.Owen Anderson2007-04-07
* For PR1209:Reid Spencer2007-04-06
* Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.Reid Spencer2007-04-04
* For PR1297:Reid Spencer2007-04-01