oota-llvm.git
2002-09-13 Chris LattnerBuild with -D_GNU_SOURCE to enable gnu extensions in...
2002-09-13 Chris LattnerAdd better linux support by using the right macro....
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-13 Chris LattnerCheckin patch written by Casey Carter, enabling support...
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 LattnerAdd a </ul> that was missing and caused the document...
2002-09-12 Chris LattnerIncorporate information about deleting instructions...
2002-09-12 Chris LattnerFix bug I introduced with one of my previous changes.
2002-09-12 Chris LattnerAdd some information about the Instruction class and...
2002-09-12 Chris LattnerAdd a new BasicBlockPass::doInitialization/Finalization...
2002-09-12 Chris LattnerAdd a new BasicBlockPass::doInitialization/Finalization...
2002-09-12 Chris LattnerMake sure to print a message when linking a tool
2002-09-12 Misha BrukmanCompiling with "gmake" should produce less output....
2002-09-11 Joel Stanley- Added content to use-def/def-use section
2002-09-11 Joel Stanley*** empty log message ***
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 LattnerConvert index type for getelementptr instruction from...
2002-09-11 Chris LattnerAllocation insts always have one operand
2002-09-10 Chris LattnerAdd convenience ctor to BranchInst
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 LattnerCheck for 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 LattnerFix config file due to directories changing
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 LattnerClean up pointer using testcases
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 LattnerRemove a testcase that is irrelevant now, fix a pointer...
2002-09-10 Chris LattnerFix bug: test/Regression/Transforms/LevelRaise/2002...
2002-09-10 Chris LattnerNew testcase for poitner problem
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 LattnerImplement support for inserting an instruction into...
2002-09-10 Chris LattnerClean up indvar printing
2002-09-10 Chris LattnerEliminate the GenericBinaryInst class
2002-09-10 Chris Lattner* Eliminate GenericBinaryInst class
2002-09-10 Chris LattnerEliminate the GenericBinaryInst class.
2002-09-10 Chris LattnerEliminate setType method
2002-09-10 Chris LattnerFinish up the isa/cast/dyn_cast section
2002-09-10 Chris Lattner* Clean up code a little bit
2002-09-10 Chris LattnerRun indvars tests
2002-09-10 Chris LattnerAdd new testcase for broken indvars case
2002-09-10 Chris LattnerFix typeo in assertion message
2002-09-10 Chris LattnerHack unneccesary now that shifts of pointers are no...
2002-09-10 Chris LattnerWrite most of the isa, cast, dyn_cast section. It...
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 Chris Lattner* Write the prose for the Basic Inspection and Traversa...
2002-09-09 Joel Stanley*** empty log message ***
2002-09-09 Joel Stanley- Made distinction between object->iterator and iterato...
2002-09-09 Vikram S. AdveSilly bug fix: Machine code vector could be empty for...
2002-09-09 Chris LattnerClean up the isa section stub. It should not be listed...
2002-09-09 Chris LattnerStub out another couple sections that it looks like...
2002-09-09 Chris LattnerFix minor typo
2002-09-09 Chris LattnerTestcase no longer applicable since shifts of pointers...
2002-09-09 Chris LattnerEliminate multiply of pointer type
2002-09-08 Chris LattnerFactor silly code duplication out
2002-09-08 Chris LattnerFix Bug: test/Regression/Transforms/InstCombine/2002...
2002-09-08 Chris LattnerNew testcase for a bug identified by Vikram
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 LattnerMove TmpInstruction ctor to InstrSelection.cpp file
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 LattnerCheckin initial support for automatic memory leak detec...
2002-09-08 Chris Lattner* Add capability to recognize alias properties of the...
2002-09-08 Chris LattnerNew testcase that tests for array pointer analysis...
2002-09-07 Chris LattnerFix bug in testcase now that load-vn is not built into...
2002-09-07 Chris LattnerFix broken test
2002-09-07 Chris LattnerTest commit
2002-09-06 Joel Stanley*** empty log message ***
2002-09-06 Joel StanleyFixed typos and added &lt/&gt/&amp tags where appropriate
2002-09-06 Chris Lattner* Fix a couple more <>&'s
2002-09-06 Chris LattnerMinor fixes html type fixes: & -> &amp; > -> &gt;...
2002-09-06 Chris LattnerMinor fix, test that web autoupdate works for people...
2002-09-06 Joel StanleyAdded subsections to 'Basic Inspection and Traversal...
2002-09-06 Chris LattnerMove code out of header files into .cpp files to make...
2002-09-06 Chris Lattner* Clean up some comments
2002-09-06 Chris LattnerFix script due to new www/ top level directory
2002-09-06 Chris LattnerRemove obsolete script
next