Remove bogus assertion
[oota-llvm.git] / lib /
2003-02-04 Chris LattnerRemove bogus assertion
2003-02-04 Chris LattnerFix a huge bug with handling non-pointer instructions
2003-02-04 Chris LattnerMake the TD pass not include all of the call nodes...
2003-02-04 Chris LattnerAdd sanity check
2003-02-04 Chris LattnerFix steensgaard to work on a lot more cases...
2003-02-04 Chris LattnerFix printing of nonfunction graphs
2003-02-03 Chris LattnerRename variable
2003-02-03 Chris LattnerHack to work around deficiency in pass infrastructure
2003-02-03 Chris LattnerInitial implementation of ds-aa
2003-02-03 Chris LattnerAdd statistics to basicAA pass
2003-02-03 Chris Lattner* Fix a bug introduced in the last checkin wrt Stack...
2003-02-03 Chris LattnerImplement the globals graph!
2003-02-03 Chris LattnerAdd better debug output
2003-02-03 Chris LattnerSplit public interface out into header file
2003-02-02 Chris LattnerBe a bit more specific in caption
2003-02-02 Chris LattnerFix bug: Assembler/2003-02-02-ConstGlobal.ll
2003-02-01 Chris LattnerFix a bug where we would delete neccesary calls in...
2003-02-01 Chris LattnerFix a bug where we would incorrectly delete globals...
2003-02-01 Chris LattnerDelete nodes more efficiently
2003-02-01 Chris LattnerRemove dead nodes more efficiently
2003-02-01 Chris LattnerImprove efficiency of aliveness traversal code
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-02-01 Chris LattnerFix typo
2003-02-01 Chris LattnerRemove using declarations
2003-02-01 Chris LattnerSimplify assertions
2003-02-01 Joel StanleyAdded implementation of alternate CallInst constructors...
2003-01-31 Chris LattnerRemove globals on the bottom up pass which do not conta...
2003-01-31 Chris LattnerAdd functions to the ban list
2003-01-30 Chris Lattner* Add new -track-memory option to tools which enables...
2003-01-30 Chris LattnerFix a bug resolving sprintf(...) to sprintf(char*,...
2003-01-30 Chris LattnerFix bug: Assembler/2003-01-30-UnsignedString.ll
2003-01-30 Chris LattnerActually print the function _name_ if there is a problem
2003-01-30 Chris Lattner* Fix linking of opaque types and their non-opaque...
2003-01-30 Chris LattnerEliminate using decls
2003-01-30 Chris Lattner* Fix function resolution for varargs function to gener...
2003-01-30 Chris LattnerFix levelraise/2003-01-30-ShiftCrash.ll
2003-01-29 Chris LattnerInitial checkin of pool allocation code
2003-01-29 Chris LattnerUse and implement API for graph traversals
2003-01-29 Chris LattnerFix build problem on sparc
2003-01-29 Chris LattnerFix warnings on sparc
2003-01-28 Chris Lattnerfree instructions mark their operands as being heap...
2003-01-24 Chris LattnerDisable construction of pool allocator
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2003-01-23 Chris LattnerSlight efficiency improvement
2003-01-23 Chris LattnerFix bug: LevelRaise/2003-01-22-GEPProblem.ll
2003-01-23 Chris LattnerFix bug: ADCE/2003-01-22-PredecessorProblem.ll
2003-01-22 Chris LattnerFix analysis of the Burg program
2003-01-22 Chris LattnerFix didn't fix the race condition in the makefiles
2003-01-21 Chris LattnerDon't keep track of # big vs #small instructions seperately
2003-01-21 Chris LattnerFix race condition in Makefile
2003-01-16 Chris LattnerPrint machine frame objects with the frame offset intri...
2003-01-16 Chris LattnerDon't emit unneccesary branch instructions!
2003-01-16 Chris LattnerFix problem with invalidated iterator
2003-01-16 Chris LattnerFix problems with empty basic blocks
2003-01-16 Chris LattnerImplement optimization folding setcc into branch.
2003-01-16 Chris LattnerAdd more flavors of branch instructions
2003-01-16 Chris LattnerArg, fix bugs in previous checkin...
2003-01-16 Chris LattnerAdd assertion
2003-01-16 Chris LattnerImplement code to keep the stack pointer aligned to...
2003-01-15 Chris LattnerHandle frame offset due to return address pushed on...
2003-01-15 Chris Lattner* Insert prolog/epilog code before rewriting indexes
2003-01-15 Chris LattnerMove sparc specific code into the Sparc backend
2003-01-15 Chris LattnerFix warnings
2003-01-15 Chris LattnerAdjust to simpler interfaces
2003-01-15 Chris LattnerAdjust to new interfaces
2003-01-15 Chris LattnerMove headers around
2003-01-15 Chris LattnerHeader is moved into local directory
2003-01-15 Chris LattnerFix bug in previous checkin
2003-01-15 Chris LattnerAdd new method
2003-01-15 Chris Lattner#include RegClass.h explicitly
2003-01-15 Chris LattnerRemvoe dependency on RegClass.h
2003-01-15 Chris LattnerMove private header to private directory
2003-01-15 Chris LattnerPrune #includes
2003-01-15 Chris LattnerMinor changes
2003-01-15 Chris LattnerRemove obsolete ctor
2003-01-15 Chris LattnerUse BuildMI more
2003-01-15 Chris LattnerRemove dead code
2003-01-15 Chris LattnerFix bug found by regtests
2003-01-15 Chris LattnerUse buildmi not MI ctor directly
2003-01-15 Chris LattnerUse BuildMI more, Create*Instruction less
2003-01-15 Chris LattnerX86 backend should never use addMReg
2003-01-15 Chris Lattner* Elimiante a bunch of functions from InstrSelectionSup...
2003-01-14 Chris LattnerRename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h...
2003-01-14 Chris LattnerMove llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
2003-01-14 Chris LattnerRename include/llvm/Transforms/Instrumentation/TraceFun...
2003-01-14 Chris LattnerFix typeo
2003-01-14 Chris LattnerRemove unused header and function
2003-01-14 Chris LattnerClean up #includes
2003-01-14 Chris LattnerFix bug Regression/Verifier/2002-11-05-GetelementptrPoi...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-14 Chris LattnerMove annotations to support library
2003-01-14 Chris LattnerMove annotation to support library
2003-01-14 Chris LattnerMinor cleanups
2003-01-14 Chris LattnerMake type resolution a bit more efficient
2003-01-14 Chris LattnerFix bug
2003-01-13 Chris LattnerNew files
2003-01-13 Chris LattnerNew files
2003-01-13 Chris LattnerAdd support for named functions
2003-01-13 Chris LattnerDead file
next