summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Re-install patch to enable use of PassID.Devang Patel2007-05-02
* revert enough of devang's recent patches to get the tree basically working againChris Lattner2007-05-02
* disable this assertion as a hack to get the build more unbroken :(Chris Lattner2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Fix typo. Interesting, but old variant worked too :)Anton Korobeynikov2007-04-30
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-29
* Implement review feedbackAnton Korobeynikov2007-04-29
* Let Verifier check aliaseesAnton Korobeynikov2007-04-28
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28
* add a way to make this less brittleChris Lattner2007-04-28
* represent indirect operands explicitly in inline asm strings.Chris Lattner2007-04-28
* add a GEP helper functionChris Lattner2007-04-27
* Move ~Pass() from Pass.h into Pass.cppDevang Patel2007-04-26
* Use toplevel function pass manager as OnTheFly manager.Devang Patel2007-04-26
* print aliases before functionsChris Lattner2007-04-26
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* simplify some codeChris Lattner2007-04-25
* Have compiler enforce this.Jeff Cohen2007-04-22
* PR400 work phase 1. Add attributed load/store instructions for volatile/align...Christopher Lamb2007-04-22
* For PR1136:Reid Spencer2007-04-22
* 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