aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Fold iType into Value::VTyChris Lattner2004-06-272-7/+8
* User ctor is now inlineChris Lattner2004-06-271-4/+0
* Instancevar was renamedChris Lattner2004-06-261-3/+2
* Don't call getValueType directly. the LLVM optimizer will turn it into the s...Chris Lattner2004-06-261-10/+12
* * Capitalize `Java'Misha Brukman2004-06-241-7/+7
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-231-1/+1
* Use a reference instead of a pointer for the ostream. The pointer was onlyMisha Brukman2004-06-211-103/+102
* Make ConstantBool act like a 1 bit ConstantInt, in order to simplify clientChris Lattner2004-06-211-4/+7
* IntrinsicLowering.cpp now lives in lib/CodeGen/Chris Lattner2004-06-201-214/+0
* Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner2004-06-201-1/+1
* compute dominator tree children in a deterministic order that does not dependChris Lattner2004-06-191-11/+12
* Print out immediate dominators in program order, not in random order based on...Chris Lattner2004-06-191-7/+5
* Fix printing of Argument objects, problem found by Patrick MeredithChris Lattner2004-06-181-1/+1
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-175-28/+26
* Minor cleanupChris Lattner2004-06-171-1/+1
* 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