aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA onChris Lattner2004-06-231-2/+1
* Use new IsNAN() wrapper.Brian Gaeke2004-06-231-15/+2
* Wrapper for c99 isnan()Brian Gaeke2004-06-221-0/+31
* Add pseudo-registers and register class for 64-bit integer values.Brian Gaeke2004-06-224-4/+62
* File requires IPA, moved to lib/Analysis/IPAMisha Brukman2004-06-221-107/+0
* File depends on MemoryDepAnalysis (DSA); moved to lib/Analysis/DataStructureMisha Brukman2004-06-221-258/+0
* Files depend on DSA, moved to lib/Analysis/DataStructureMisha Brukman2004-06-222-947/+0
* File depends on DSA, moved to lib/Analysis/DataStructureMisha Brukman2004-06-221-495/+0
* Making an archive version of the CodeGen library is unnecessary if we justMisha Brukman2004-06-221-1/+0
* Provide archive version of CodeGen library (for those tools that only needMisha Brukman2004-06-221-0/+1
* If an edge points to a field of another memory object, actually reflect thisChris Lattner2004-06-221-0/+18
* Order #includes as per style guide.Misha Brukman2004-06-212-2/+2
* Use a reference instead of a pointer for the ostream. The pointer was onlyMisha Brukman2004-06-211-103/+102
* Direct declaration of namespace-ified globals does not work, must encloseMisha Brukman2004-06-211-3/+4
* Specify variables' namespace directly instead of using an enclosing namespace.Misha Brukman2004-06-211-4/+2
* Move implemented interface header up to the top.Misha Brukman2004-06-211-1/+1
* Spell out `NoFramePointerElim'.Misha Brukman2004-06-211-1/+1
* Spell out `NoFramePointerElim' for readability.Misha Brukman2004-06-212-3/+4
* Use the common `NoFPElim' setting instead of our own.Misha Brukman2004-06-212-10/+4
* Implement `NoFPElim' in a target-agnostic fashion so it can be shared.Misha Brukman2004-06-211-1/+8
* * Make indentation consistent at 2 charsMisha Brukman2004-06-212-402/+624
* This file is no longer applicable.Misha Brukman2004-06-211-26/+0
* llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.hMisha Brukman2004-06-213-4/+4
* Intrinsic::isnan has gone away, support for it commented out.Misha Brukman2004-06-212-6/+14
* Convert tabs to spaces.Misha Brukman2004-06-212-750/+750
* Type::getPrimitiveID() -> getTypeID()Misha Brukman2004-06-212-8/+8
* Type::getPrimitiveID() -> getTypeID()Misha Brukman2004-06-214-7/+7
* Initial revisionMisha Brukman2004-06-2121-0/+10384
* Rename Interval class to LiveInterval to avoid conflicting with the alreadyChris Lattner2004-06-213-50/+54
* Make ConstantBool act like a 1 bit ConstantInt, in order to simplify clientChris Lattner2004-06-211-4/+7
* *FINALLY* Fix a really nasty nondeterministic bug that has been haunting usChris Lattner2004-06-211-6/+7
* Comment out the isnan stuff until we get a proper autoconf test for itChris Lattner2004-06-211-1/+7
* Make order of argument addition deterministic. In particular, the layoutChris Lattner2004-06-211-10/+35
* REALLY fix PR378: crash in scalar evolution analysisChris Lattner2004-06-201-0/+1
* Fix a bug in my change last night that caused a few test failures.Chris Lattner2004-06-201-1/+1
* 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-2018-21/+23
* Move the IntrinsicLowering header into the CodeGen directoryChris Lattner2004-06-201-1/+1
* Do not sort SCEV objects by address: instead sort by complexity and groupChris Lattner2004-06-201-18/+60
* Make use of BinaryOperator::create* methods to shrinkify code.Chris Lattner2004-06-201-21/+14
* Fix the inliner to be deterministic, not letting its output depend on theChris Lattner2004-06-201-4/+3
* Add some DEBUG output to the simplifycfg routinesChris Lattner2004-06-201-14/+13
* Now that dominator tree children are built in determinstic order, this horrib...Chris Lattner2004-06-191-16/+2
* 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
* This will hopefully fix a heisenbug that Vladimir Merzliakov is runningChris Lattner2004-06-191-0/+1
* Fix a nasty bug, noticed by ReidChris Lattner2004-06-191-1/+1
* Fix one source of nondeterminism in the -licm pass: the hoist passChris Lattner2004-06-191-2/+16
* Change to use the StableBasicBlockNumbering classChris Lattner2004-06-191-15/+7
* Fix a tiny bug in the -no-aa pass, in which it did not ever get a target data.Chris Lattner2004-06-191-9/+8