aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore
AgeCommit message (Expand)Author
2004-06-08Workaround or a VS miscompilation bugChris Lattner
2004-06-08Fix a link error using VS8.0Chris Lattner
2004-06-07Fix PR361.Chris Lattner
2004-06-05Fix GCC warningChris Lattner
2004-06-05Fix GCC warningsChris Lattner
2004-06-05Remove an unused variable.Chris Lattner
2004-06-05Add missing #includeChris Lattner
2004-06-05Work around VS bugChris Lattner
2004-06-05As much as I dislike doing this, it's the only fix for VC8.0 that I can comeChris Lattner
2004-06-05Remove unused varChris Lattner
2004-06-04Squelch a warningChris Lattner
2004-06-04Delete some unreachable codeChris Lattner
2004-06-04* No more CachedWriter::setStream()Misha Brukman
2004-06-04Ugh, apparently there is no common ground here.Chris Lattner
2004-06-04Squish a warningChris Lattner
2004-06-03* Verify function prototypes, not just functions with bodies.Chris Lattner
2004-06-01Modified calcTypeName() so that it does not allocate a std::string forJohn Criswell
2004-05-30Fix a bug that Chris asserts emphatically is a bug. The changed clauseReid Spencer
2004-05-30Moved this file to lib/Bytecode/Writer because its used there only.Reid Spencer
2004-05-28Don't use size() when you mean empty()Chris Lattner
2004-05-27Clean up a comment.Reid Spencer
2004-05-27Fix for bug 348.Reid Spencer
2004-05-27Add constructors that take a BasicBlock to append to, to the rest ofAlkis Evlogimenos
2004-05-26Inline trivial constructors.Alkis Evlogimenos
2004-05-26Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazyReid Spencer
2004-05-26Refactor common initialization code in private init() functions.Alkis Evlogimenos
2004-05-26Part of bug 122:Reid Spencer
2004-05-26Part of bug 122. Removed dependency of AsmWriter on SlotCalculator byReid Spencer
2004-05-25Document a couple functions.Reid Spencer
2004-05-25Made it illegal to pass a Type* through one of the Value* interfaces. TheReid Spencer
2004-05-25Convert to SymbolTable's new iteration interface.Reid Spencer
2004-05-25Convert to SymbolTable's new iteration interface. Remove tabs.Reid Spencer
2004-05-25Completely rewrote the class. SymbolTable now separates Type* from Value* in ...Reid Spencer
2004-05-25Convert to SymbolTable's new lookup and iteration interfaces.Reid Spencer
2004-05-25Implement some helpersChris Lattner
2004-05-23Recognize and verify the new GC intrinsics.Chris Lattner
2004-05-21Fix for PR340: Verifier misses malformed switch instructionChris Lattner
2004-05-17Fold two assertions with backwards error messages into one with aBrian Gaeke
2004-05-09Implement the AddPrototypes methodChris Lattner
2004-05-06Don't call getForwardedType() twice, as recommended by Chris.John Criswell
2004-05-06Fix for PR#330.John Criswell
2004-05-04Fixed inconsistent indentation.John Criswell
2004-04-28class AssemblyWriter:Misha Brukman
2004-04-28* Add ability to print out type as symbolicMisha Brukman
2004-04-27Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner
2004-04-21I'm allergic to the word `stuff'.Misha Brukman
2004-04-16Fix retriving parent Function.Misha Brukman
2004-04-16Assert if deleting BasicBlock before removing it from Function.Misha Brukman
2004-04-16Make sure to check for a very bad class of errors: an instructionChris Lattner
2004-04-14Remove the return type check for llvm.readio. This check is done for allJohn Criswell