aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* handle gep aliaseeChris Lattner2007-05-051-3/+4
* if functiontype is going to have a pointer to a paramattr object, it betterChris Lattner2007-05-041-2/+2
* Unbreak VC++ build.Jeff Cohen2007-05-031-2/+2
* Use iterative while loop instead of recursive function call.Devang Patel2007-05-031-13/+33
* Drop 'const'Devang Patel2007-05-034-16/+16
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-024-16/+16
* Re-install patch to enable use of PassID.Devang Patel2007-05-021-15/+14
* revert enough of devang's recent patches to get the tree basically working againChris Lattner2007-05-021-15/+16
* disable this assertion as a hack to get the build more unbroken :(Chris Lattner2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-015-32/+51
* Fix typo. Interesting, but old variant worked too :)Anton Korobeynikov2007-04-301-1/+1
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-291-0/+3
* Implement review feedbackAnton Korobeynikov2007-04-293-9/+30
* Let Verifier check aliaseesAnton Korobeynikov2007-04-281-0/+7
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-284-12/+30
* add a way to make this less brittleChris Lattner2007-04-281-3/+7
* represent indirect operands explicitly in inline asm strings.Chris Lattner2007-04-281-8/+9
* add a GEP helper functionChris Lattner2007-04-271-0/+11
* Move ~Pass() from Pass.h into Pass.cppDevang Patel2007-04-261-0/+5
* Use toplevel function pass manager as OnTheFly manager.Devang Patel2007-04-261-10/+17
* print aliases before functionsChris Lattner2007-04-261-5/+6
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-254-11/+150
* simplify some codeChris Lattner2007-04-251-5/+2
* 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