| 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 a single `NoFPElim' switch available to all targets. | 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 | Let's be consistent: listing format `os/arch'. | Misha Brukman |
| 2004-06-21 | llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.h | Misha Brukman |
| 2004-06-21 | Handle shifts >= 32 bits. | 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 | Mention the requirement of dlcompat for MacOS X. | 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 | Nullify this test as it causes infinite loop in optimized nightly test. | Reid Spencer |
| 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 | Added a note about requiring QMTest 2.0.3 instead of any other version. | Reid Spencer |
| 2004-06-20 | Bug fixed | 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 | Update path | Chris Lattner |
| 2004-06-20 | Header moved into the CodeGen directory | 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 | Start moving IntrinsicLowering out of VMCore into libcodegen, as per PR346 | 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 | Add methods like BinaryOperator::createAdd that take an instruction to insert | Chris Lattner |
| 2004-06-20 | Fix the inliner to be deterministic, not letting its output depend on the | Chris Lattner |
| 2004-06-20 | Make fpcmp handle running off of the beginning or end of the file correctly. | Chris Lattner |
| 2004-06-20 | Add some DEBUG output to the simplifycfg routines | Chris Lattner |
| 2004-06-19 | A utility to search the LLVM source tree for a grep pattern. This is a | Reid Spencer |
| 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 | Add a note about GCC 3.3.2 optimization bug that causes llc to spin. | Reid Spencer |
| 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 | Initial checkin of the StableBasicBlockNumbering, a little helper class for c... | Chris Lattner |