| Commit message (Expand) | Author | Age | Files | Lines |
* | Fold iType into Value::VTy | Chris Lattner | 2004-06-27 | 2 | -7/+8 |
* | User ctor is now inline | Chris Lattner | 2004-06-27 | 1 | -4/+0 |
* | Instancevar was renamed | Chris Lattner | 2004-06-26 | 1 | -3/+2 |
* | Don't call getValueType directly. the LLVM optimizer will turn it into the s... | Chris Lattner | 2004-06-26 | 1 | -10/+12 |
* | * Capitalize `Java' | Misha Brukman | 2004-06-24 | 1 | -7/+7 |
* | Linker.h moved to include/llvm/Support | Misha Brukman | 2004-06-23 | 1 | -1/+1 |
* | Use a reference instead of a pointer for the ostream. The pointer was only | Misha Brukman | 2004-06-21 | 1 | -103/+102 |
* | Make ConstantBool act like a 1 bit ConstantInt, in order to simplify client | Chris Lattner | 2004-06-21 | 1 | -4/+7 |
* | IntrinsicLowering.cpp now lives in lib/CodeGen/ | Chris Lattner | 2004-06-20 | 1 | -214/+0 |
* | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner | 2004-06-20 | 1 | -1/+1 |
* | compute dominator tree children in a deterministic order that does not depend | Chris Lattner | 2004-06-19 | 1 | -11/+12 |
* | Print out immediate dominators in program order, not in random order based on... | Chris Lattner | 2004-06-19 | 1 | -7/+5 |
* | Fix printing of Argument objects, problem found by Patrick Meredith | Chris Lattner | 2004-06-18 | 1 | -1/+1 |
* | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 5 | -28/+26 |
* | Minor cleanup | Chris Lattner | 2004-06-17 | 1 | -1/+1 |
* | isnan is dead | Chris Lattner | 2004-06-15 | 2 | -11/+0 |
* | Remove isnan support, correct isunordered support | Chris Lattner | 2004-06-15 | 1 | -10/+2 |
* | Do not dereference end iterators. It's really bad for the asmwriter's health. | Chris Lattner | 2004-06-15 | 1 | -1/+4 |
* | Make assertions more consistent with the rest of the intrinsic | Alkis Evlogimenos | 2004-06-13 | 1 | -8/+12 |
* | Add the isunordered intrinsic. | Alkis Evlogimenos | 2004-06-12 | 3 | -1/+18 |
* | Fix lowering to work correctly | Chris Lattner | 2004-06-11 | 1 | -3/+12 |
* | I misled Alkis: LLVM should have isnan, not isunordered. | Chris Lattner | 2004-06-11 | 3 | -6/+14 |
* | Add the isunordered intrinsic. | Alkis Evlogimenos | 2004-06-11 | 3 | -0/+11 |
* | Share some code | Chris Lattner | 2004-06-10 | 1 | -11/+3 |
* | Tolerate more errors | Chris Lattner | 2004-06-09 | 1 | -1/+2 |
* | Make the asmwriter much more tolerant of errors (which are common when working | Chris Lattner | 2004-06-09 | 1 | -16/+23 |
* | Made it possible for the printInfoComment method to invoke getSlot in | Reid Spencer | 2004-06-09 | 1 | -17/+16 |
* | Workaround or a VS miscompilation bug | Chris Lattner | 2004-06-08 | 1 | -1/+1 |
* | Fix a link error using VS8.0 | Chris Lattner | 2004-06-08 | 2 | -2/+2 |
* | Fix PR361. | Chris Lattner | 2004-06-07 | 1 | -1/+2 |
* | Fix GCC warning | Chris Lattner | 2004-06-05 | 1 | -1/+1 |
* | Fix GCC warnings | Chris Lattner | 2004-06-05 | 1 | -2/+2 |
* | Remove an unused variable. | Chris Lattner | 2004-06-05 | 1 | -7/+10 |
* | Add missing #include | Chris Lattner | 2004-06-05 | 1 | -0/+1 |
* | Work around VS bug | Chris Lattner | 2004-06-05 | 1 | -3/+2 |
* | As much as I dislike doing this, it's the only fix for VC8.0 that I can come | Chris Lattner | 2004-06-05 | 1 | -2/+4 |
* | Remove unused var | Chris Lattner | 2004-06-05 | 1 | -1/+0 |
* | Squelch a warning | Chris Lattner | 2004-06-04 | 1 | -1/+2 |
* | Delete some unreachable code | Chris Lattner | 2004-06-04 | 1 | -5/+0 |
* | * No more CachedWriter::setStream() | Misha Brukman | 2004-06-04 | 1 | -52/+47 |
* | Ugh, apparently there is no common ground here. | Chris Lattner | 2004-06-04 | 1 | -0/+5 |
* | Squish a warning | Chris Lattner | 2004-06-04 | 1 | -1/+1 |
* | * Verify function prototypes, not just functions with bodies. | Chris Lattner | 2004-06-03 | 1 | -2/+12 |
* | Modified calcTypeName() so that it does not allocate a std::string for | John Criswell | 2004-06-01 | 1 | -24/+37 |
* | Fix a bug that Chris asserts emphatically is a bug. The changed clause | Reid Spencer | 2004-05-30 | 1 | -1/+1 |
* | Moved this file to lib/Bytecode/Writer because its used there only. | Reid Spencer | 2004-05-30 | 1 | -786/+0 |
* | Don't use size() when you mean empty() | Chris Lattner | 2004-05-28 | 1 | -2/+1 |
* | Clean up a comment. | Reid Spencer | 2004-05-27 | 1 | -1/+1 |
* | Fix for bug 348. | Reid Spencer | 2004-05-27 | 1 | -0/+1 |
* | Add constructors that take a BasicBlock to append to, to the rest of | Alkis Evlogimenos | 2004-05-27 | 3 | -45/+175 |