aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
...
* isnan is deadChris Lattner2004-06-152-11/+0
* Remove isnan support, correct isunordered supportChris Lattner2004-06-151-10/+2
* Do not dereference end iterators. It's really bad for the asmwriter's health.Chris Lattner2004-06-151-1/+4
* Make assertions more consistent with the rest of the intrinsicAlkis Evlogimenos2004-06-131-8/+12
* Add the isunordered intrinsic.Alkis Evlogimenos2004-06-123-1/+18
* Fix lowering to work correctlyChris Lattner2004-06-111-3/+12
* I misled Alkis: LLVM should have isnan, not isunordered.Chris Lattner2004-06-113-6/+14
* Add the isunordered intrinsic.Alkis Evlogimenos2004-06-113-0/+11
* Share some codeChris Lattner2004-06-101-11/+3
* Tolerate more errorsChris Lattner2004-06-091-1/+2
* Make the asmwriter much more tolerant of errors (which are common when workingChris Lattner2004-06-091-16/+23
* Made it possible for the printInfoComment method to invoke getSlot inReid Spencer2004-06-091-17/+16
* Workaround or a VS miscompilation bugChris Lattner2004-06-081-1/+1
* Fix a link error using VS8.0Chris Lattner2004-06-082-2/+2
* Fix PR361.Chris Lattner2004-06-071-1/+2
* Fix GCC warningChris Lattner2004-06-051-1/+1
* Fix GCC warningsChris Lattner2004-06-051-2/+2
* Remove an unused variable.Chris Lattner2004-06-051-7/+10
* Add missing #includeChris Lattner2004-06-051-0/+1
* Work around VS bugChris Lattner2004-06-051-3/+2
* As much as I dislike doing this, it's the only fix for VC8.0 that I can comeChris Lattner2004-06-051-2/+4
* Remove unused varChris Lattner2004-06-051-1/+0
* Squelch a warningChris Lattner2004-06-041-1/+2
* Delete some unreachable codeChris Lattner2004-06-041-5/+0
* * No more CachedWriter::setStream()Misha Brukman2004-06-041-52/+47
* Ugh, apparently there is no common ground here.Chris Lattner2004-06-041-0/+5
* Squish a warningChris Lattner2004-06-041-1/+1
* * Verify function prototypes, not just functions with bodies.Chris Lattner2004-06-031-2/+12
* Modified calcTypeName() so that it does not allocate a std::string forJohn Criswell2004-06-011-24/+37
* Fix a bug that Chris asserts emphatically is a bug. The changed clauseReid Spencer2004-05-301-1/+1
* Moved this file to lib/Bytecode/Writer because its used there only.Reid Spencer2004-05-301-786/+0
* Don't use size() when you mean empty()Chris Lattner2004-05-281-2/+1
* Clean up a comment.Reid Spencer2004-05-271-1/+1
* Fix for bug 348.Reid Spencer2004-05-271-0/+1
* Add constructors that take a BasicBlock to append to, to the rest ofAlkis Evlogimenos2004-05-273-45/+175
* Inline trivial constructors.Alkis Evlogimenos2004-05-262-33/+0
* Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazyReid Spencer2004-05-261-94/+97
* Refactor common initialization code in private init() functions.Alkis Evlogimenos2004-05-266-98/+96
* Part of bug 122:Reid Spencer2004-05-261-62/+49
* Part of bug 122. Removed dependency of AsmWriter on SlotCalculator byReid Spencer2004-05-261-52/+426
* Document a couple functions.Reid Spencer2004-05-251-0/+5
* Made it illegal to pass a Type* through one of the Value* interfaces. TheReid Spencer2004-05-251-0/+4
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-252-44/+69
* Convert to SymbolTable's new iteration interface. Remove tabs.Reid Spencer2004-05-251-14/+27
* Completely rewrote the class. SymbolTable now separates Type* from Value* in ...Reid Spencer2004-05-251-108/+240
* Convert to SymbolTable's new lookup and iteration interfaces.Reid Spencer2004-05-252-30/+29
* Implement some helpersChris Lattner2004-05-251-0/+10
* Recognize and verify the new GC intrinsics.Chris Lattner2004-05-232-6/+21
* Fix for PR340: Verifier misses malformed switch instructionChris Lattner2004-05-211-0/+12
* Fold two assertions with backwards error messages into one with aBrian Gaeke2004-05-171-6/+3