| Age | Commit message (Expand) | Author |
| 2004-06-21 | Specify variables' namespace directly instead of using an enclosing namespace. | Misha Brukman |
| 2004-06-21 | Move implemented interface header up to the top. | Misha Brukman |
| 2004-06-21 | Spell out `NoFramePointerElim'. | Misha Brukman |
| 2004-06-21 | Spell out `NoFramePointerElim' for readability. | Misha Brukman |
| 2004-06-21 | Use the common `NoFPElim' setting instead of our own. | Misha Brukman |
| 2004-06-21 | Implement `NoFPElim' in a target-agnostic fashion so it can be shared. | Misha Brukman |
| 2004-06-21 | * Make indentation consistent at 2 chars | Misha Brukman |
| 2004-06-21 | This file is no longer applicable. | Misha Brukman |
| 2004-06-21 | llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.h | Misha Brukman |
| 2004-06-21 | Intrinsic::isnan has gone away, support for it commented out. | Misha Brukman |
| 2004-06-21 | Convert tabs to spaces. | Misha Brukman |
| 2004-06-21 | Type::getPrimitiveID() -> getTypeID() | Misha Brukman |
| 2004-06-21 | Type::getPrimitiveID() -> getTypeID() | Misha Brukman |
| 2004-06-21 | Initial revision | Misha Brukman |
| 2004-06-21 | Rename Interval class to LiveInterval to avoid conflicting with the already | Chris Lattner |
| 2004-06-21 | Make ConstantBool act like a 1 bit ConstantInt, in order to simplify client | Chris Lattner |
| 2004-06-21 | *FINALLY* Fix a really nasty nondeterministic bug that has been haunting us | Chris Lattner |
| 2004-06-21 | Comment out the isnan stuff until we get a proper autoconf test for it | Chris Lattner |
| 2004-06-21 | Make order of argument addition deterministic. In particular, the layout | Chris Lattner |
| 2004-06-20 | REALLY fix PR378: crash in scalar evolution analysis | Chris Lattner |
| 2004-06-20 | Fix a bug in my change last night that caused a few test failures. | Chris Lattner |
| 2004-06-20 | IntrinsicLowering.cpp now lives in lib/CodeGen/ | Chris Lattner |
| 2004-06-20 | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner |
| 2004-06-20 | Move the IntrinsicLowering header into the CodeGen directory | Chris Lattner |
| 2004-06-20 | Do not sort SCEV objects by address: instead sort by complexity and group | Chris Lattner |
| 2004-06-20 | Make use of BinaryOperator::create* methods to shrinkify code. | Chris Lattner |
| 2004-06-20 | Fix the inliner to be deterministic, not letting its output depend on the | Chris Lattner |
| 2004-06-20 | Add some DEBUG output to the simplifycfg routines | Chris Lattner |
| 2004-06-19 | Now that dominator tree children are built in determinstic order, this horrib... | Chris Lattner |
| 2004-06-19 | compute dominator tree children in a deterministic order that does not depend | Chris Lattner |
| 2004-06-19 | Print out immediate dominators in program order, not in random order based on... | Chris Lattner |
| 2004-06-19 | This will hopefully fix a heisenbug that Vladimir Merzliakov is running | Chris Lattner |
| 2004-06-19 | Fix a nasty bug, noticed by Reid | Chris Lattner |
| 2004-06-19 | Fix one source of nondeterminism in the -licm pass: the hoist pass | Chris Lattner |
| 2004-06-19 | Change to use the StableBasicBlockNumbering class | Chris Lattner |
| 2004-06-19 | Fix a tiny bug in the -no-aa pass, in which it did not ever get a target data. | Chris Lattner |
| 2004-06-19 | Do not let the numbering of PHI nodes placed in the function depend on | Chris Lattner |
| 2004-06-19 | Do not sort by the address of LLVM ConstantInt* objects. This produces | Chris Lattner |
| 2004-06-19 | Do not loop over uses as we delete them. This causes iterators to be | Chris Lattner |
| 2004-06-18 | * Fix file header and name | Misha Brukman |
| 2004-06-18 | Use the machine-independent method of querying the page size. | Misha Brukman |
| 2004-06-18 | .zero doesn't work in the Solaris assembler. | Brian Gaeke |
| 2004-06-18 | Get rid of selects the easy way | Brian Gaeke |
| 2004-06-18 | Make visitAllocaInst() look more like its X86 counterpart. | Brian Gaeke |
| 2004-06-18 | Mess around with allocation order. In particular, I think we ought to be | Brian Gaeke |
| 2004-06-18 | JMPL has a delay slot. | Brian Gaeke |
| 2004-06-18 | Clean up the commented-out F3_3 stuff. | Brian Gaeke |
| 2004-06-18 | Fix jmpl. | Brian Gaeke |
| 2004-06-18 | Support printing base+offset pairs where the offset is a register. | Brian Gaeke |
| 2004-06-18 | Support intrinsic calls (although no particular intrinsics are supported yet). | Brian Gaeke |