Add support for MacOS and (hopefully) other BSD derivatives.
[oota-llvm.git] / lib /
2002-09-14 Misha BrukmanFunction.h is unnecessary when Module.h is included.
2002-09-14 Misha BrukmanOn the quest of eliminating unnecessary includes.
2002-09-14 Misha BrukmanAgain, including Module makes Function unnecessary.
2002-09-14 Misha BrukmanFollowing Chris's advice, I'm pruning some unnecessary...
2002-09-13 Chris Lattner* Fix a bug that was causing lli to misrun:
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-09-13 Chris Lattnerinclude/llvm/DataTypes.h includes this #define so we...
2002-09-13 Chris Lattnerinclude/llvm/DataTypes.h includes this #define so we...
2002-09-13 Chris LattnerExport symbols for linux
2002-09-13 Chris LattnerSubmitted by Casey Carter:
2002-09-13 Chris LattnerAnother portability fix provided via Casey Carter:
2002-09-13 Chris LattnerAnother portability patch graciously provided by Casey...
2002-09-12 Chris LattnerFix a bug introduced by the Getelementptr change
2002-09-12 Chris LattnerFix a bug I introduced into the code generator. :(
2002-09-12 Chris LattnerFix bug I introduced with one of my previous changes.
2002-09-12 Chris LattnerAdd a new BasicBlockPass::doInitialization/Finalization...
2002-09-11 Chris Lattner- Change getelementptr instruction to use long indexes...
2002-09-11 Chris Lattner- Change getelementptr instruction to use long indexes...
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-09-11 Chris LattnerGive better assertion message for error conditions
2002-09-11 Chris LattnerRecently changed getelementptr to use 'long' indexes...
2002-09-11 Chris LattnerAllocation insts always have one operand
2002-09-10 Chris LattnerAdd convenience ctor to BranchInst
2002-09-10 Chris LattnerFix the last of the silly bugs I just introduced. :(
2002-09-10 Chris LattnerFix bugs in previous checkins
2002-09-10 Chris LattnerFix bug in previous checkin
2002-09-10 Chris LattnerAdd cannonicalization of shl X, 1 -> add X, X
2002-09-10 Chris LattnerFix minor problems in previous checkin
2002-09-10 Chris LattnerFix minor problems in previous checkin
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-09-10 Chris LattnerClean up code
2002-09-10 Chris LattnerUse explicit ctor
2002-09-10 Chris LattnerTighten up assertion checking for binary operators...
2002-09-10 Chris LattnerTighten up error checking in parser, disallowing instru...
2002-09-10 Chris LattnerFix bug: test/Regression/Transforms/LevelRaise/2002...
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-09-10 Chris LattnerAdd support for printing constpointerrefs more nicely
2002-09-10 Chris LattnerAdd capability to insert an instruction into a basic...
2002-09-10 Chris LattnerRemove extra #include
2002-09-10 Chris LattnerClean up indvar printing
2002-09-10 Chris Lattner* Clean up code a little bit
2002-09-10 Chris LattnerFix typeo in assertion message
2002-09-10 Chris LattnerHack unneccesary now that shifts of pointers are no...
2002-09-09 Chris LattnerDo not allow adds of pointer types, or many other opera...
2002-09-09 Chris LattnerDisallow creation of pointer typed shift instructions
2002-09-09 Vikram S. AdveSilly bug fix: Machine code vector could be empty for...
2002-09-08 Chris LattnerFactor silly code duplication out
2002-09-08 Chris LattnerFix Bug: test/Regression/Transforms/InstCombine/2002...
2002-09-08 Chris LattnerMake sure the leakdetector is told about temporary...
2002-09-08 Chris LattnerInform the memory leak detector that TmpInstruction...
2002-09-08 Chris LattnerEnable "garbage detection" of LLVM objects. Check...
2002-09-08 Chris LattnerEnable "garbage detection" of LLVM objects. Now users...
2002-09-08 Chris LattnerMinor simplification
2002-09-08 Chris LattnerCheckin initial support for automatic memory leak detec...
2002-09-08 Chris Lattner* Add capability to recognize alias properties of the...
2002-09-06 Chris LattnerMove code out of header files into .cpp files to make...
2002-09-06 Chris Lattner* Remove extraneous #includes
2002-09-06 Chris LattnerInitial checkin of Correlated Expression Elimination...
2002-09-06 Chris LattnerFix file header to be accurate, instead of something...
2002-09-06 Chris LattnerFix bug with critical edge splitting code where it...
2002-09-06 Chris LattnerCheck in the implementation of critical edge detection...
2002-09-05 Vikram S. AdveAdd new function UltraSparcInstrInfo::CreateZeroExtensi...
2002-09-05 Vikram S. AdveBug fixes in casting between floats and ints smaller...
2002-09-05 Vikram S. Adve-- Use size of pointer element type instead of pointer...
2002-09-05 Vikram S. Adve-- Bug fix: use byte offsets not typed offsets in outpu...
2002-09-03 Chris LattnerMinor bug fix.
2002-09-03 Chris LattnerImplement setcc for booleans. Fixes bug:
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-09-03 Chris Lattner- Renamed Type::isIntegral() to Type::isInteger()
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-09-02 Chris LattnerFix bugs
2002-09-02 Chris LattnerAdd constant prop & DIE to InstCombine, so it cleans...
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-01 Chris LattnerInitial implementation of ConstantRange support
2002-09-01 Chris Lattner - Exposed SetCondInst::getInverseCondition & ::getSwa...
2002-08-31 Chris Lattner - Fix bug: test/Regression/CBackend/2002-08-20-Recursi...
2002-08-30 Chris Lattner - Implement SCCP of getelementptr instructions
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-08-30 Chris LattnerReally minor cleanups
2002-08-30 Chris LattnerAsmParser now depends on clients to verify that input...
2002-08-30 Chris LattnerMinor cleanups so I can remove BasicValueNumbering.h
2002-08-30 Chris Lattnerinitial implementation of ValueNumbering interface.
2002-08-30 Chris LattnerInitial implementation of value numbering for load...
2002-08-30 Chris Lattner - Use Pass::AnalysisImpls instead of findAnalysisGrou...
2002-08-30 Chris Lattner - PassManager prints analysis sets nicer
2002-08-30 Chris Lattner - GCSE now no longer counts instructions not removed...
2002-08-29 Chris LattnerRemove unneeded #include
2002-08-27 Anand Shuklamoved this file from lib/Reoptimizer/Mapping
2002-08-27 Anand ShuklaMakefile for new sub directory
2002-08-27 Anand ShuklaAdded Mapping subdir
2002-08-27 Chris LattnerImplement ConstantPointerRef support, & ConstantExpr...
2002-08-27 Anand Shuklaadded Reoptimizer in Makefile DIRS
2002-08-27 Anand ShuklaAdded getFunctionInfo and MappingInfoForFunction pass...
2002-08-26 Chris LattnerFix bug: test/Regression/CBackend/2002-08-26-IndirectCa...
2002-08-26 Chris LattnerAdd support for turning an array of characters into...
2002-08-26 Anand ShuklaChanged so it gets linked properly
2002-08-25 Vikram S. AdveFix the way parens are printed around "*ptrName" so...
next