Add support for hexadecimal FP constants!
[oota-llvm.git] / lib / Transforms /
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-04-04 Chris LattnerPATypeHolder is now not a template
2002-04-01 Chris LattnerAllow scalars that point to multiple nodes when buildin...
2002-04-01 Chris LattnerAdd extra case here to avoid getting spurious output
2002-03-31 Chris LattnerAdd debug output
2002-03-30 Chris Lattner* Catch and ignore (for now) return instructions in...
2002-03-30 Chris Lattner* Clean up data structures [AllocDSNode -> DSNode]
2002-03-30 Chris LattnerMaintain enough information so that the pools for all...
2002-03-29 Chris LattnerImplement the first batch of transformations to the...
2002-03-29 Chris LattnerCorrectly clone the function with the extra argument...
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerNew clone function routine
2002-03-29 Chris LattnerFind out which calls in the function we need to transfo...
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerModularize code a bit
2002-03-29 Chris LattnerImplement the first step of pool allocation - Creating...
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerSimplify code a bit by using Module::getOrInsertFunction
2002-03-29 Chris LattnerFlesh out a bunch more code, print allocations that...
2002-03-29 Chris Lattners/method/function
2002-03-29 Chris Lattners/Method/Function/g
2002-03-29 Chris LattnerSimplify code a lot by using the Module::getFunction...
2002-03-28 Chris LattnerInitial checkin of Noop pass that will be the pool...
2002-03-27 Cameron Buschardt* Move classes around
2002-03-27 Cameron BuschardtImplemented promote mem->reg pass.
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-24 Vikram S. AdveMoved to directory Scalar/ and renamed.
2002-03-24 Vikram S. AdveMajor overhaul to support arbitrary mixed array and...
2002-03-23 Chris LattnerRename Method to Function
2002-03-23 Vikram S. AdveNew pass to decompose multi-dimensional array reference...
2002-03-21 Chris LattnerFix bug test/Regression/Transforms/LevelRaise/2002...
2002-03-21 Chris LattnerFix test/Regression/Transforms/LevelRaise/2002-03-21...
2002-03-21 Chris LattnerFix test/Regression/Other/2002-03-21-LevelRaiseMiss.ll
2002-03-21 Chris LattnerMake ConvertableToGEP handle cases where the user is...
2002-03-21 Chris LattnerImplement the new InsertInstBeforeInst function
2002-03-21 Chris LattnerFix the: test/Regression/Other/2002-03-20-LevelRaiseCra...
2002-03-21 Chris LattnerDeclare the new InsertInstBeforeInst function
2002-03-21 Chris Lattner1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseB...
2002-03-21 Chris LattnerNamespace qualify debugging code
2002-03-18 Vikram S. AdveJust a comment.
2002-03-18 Vikram S. AdveNew pass to decompose multi-dimensional array reference...
2002-03-15 Chris LattnerRemove code designed to compensate for a bug in GCC...
2002-03-15 Chris LattnerCleanup error message output a bit
2002-03-14 Chris LattnerFix bug: test/Regression/Other/2002-03-14-LevelRaiseHang.ll
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-InstCombineHa...
2002-03-11 Chris Lattnerupdate comments
2002-03-11 Chris Lattner* Fix bug: test/Regression/Other/2002-03-11-LevelRaiseI...
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-LevelRaiseCal...
2002-03-07 Chris LattnerWe were not correctly burrowing down multiple levels...
2002-03-07 Chris LattnerSupport changing the pointer type of a store for the...
2002-03-06 Chris LattnerTake CallGraph out of the CFG namespace. It has nothin...
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-26 Chris LattnerMove ProfilePaths class into ProfilePaths library,...
2002-02-26 Chris LattnerPass stuff by reference instead of by copy. Copying...
2002-02-26 Chris LattnerMove processGraph down lower in the file so all of...
2002-02-26 Chris Lattner* Changes to compile successfully with GCC 3.0
2002-02-26 Anand ShuklaMakefile for profile-paths
2002-02-26 Anand ShuklaInitial checkin: functions on Graph used for path profi...
2002-02-26 Anand ShuklaInitial checkin: instrument code to get path execution...
2002-02-26 Anand ShuklaInitial checkin: helper file to insert instrumentation...
2002-02-26 Anand ShuklaInitial check in of graph.cpp: implements graph interfa...
2002-02-26 Anand ShuklaNew makefile to include ProfilePaths dir
2002-02-25 Chris LattnerWhen inlining basic blocks and instructions, give them...
2002-02-24 Chris LattnerNamespaces
2002-02-18 Chris LattnerHandle more cases in the linker
2002-02-14 Chris LattnerBug fix for test/Regression/Other/2002-02-14-LevelRaise...
2002-02-14 Chris LattnerImplement conversion of method pointer parameter in...
2002-02-14 Chris Lattner* Check in fix for: llvm/test/Regression/Other/2002...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-12 Chris LattnerAdd neccesary #include
2002-02-12 Chris LattnerI forgot to provide dominance frontier information...
2002-02-12 Chris LattnerInitial checkin of new memory -> register promotion...
2002-02-01 Chris LattnerGeneral cleanup
2002-01-31 Chris LattnerEliminate SimplifyCFG.h file, pull everything into...
2002-01-31 Chris LattnerMethodPass's are now guaranteed to not be run on extern...
2002-01-31 Chris LattnerConvert xforms over to new pass structure.
2002-01-31 Chris LattnerConvert analyses to new pass structure
2002-01-26 Chris LattnerRemove extraneous #includes
2002-01-26 Chris LattnerRemove opt namespace
2002-01-23 Chris LattnerImplement new DeadInstElmination pass
2002-01-22 Chris LattnerDon't insert a useless cast
2002-01-22 Chris LattnerRename LowerAllocations.h to ChangeAllocations.h since...
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerLowerAllocations is really a BasicBlock pass. Make...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerElminate an unused variable
2002-01-21 Chris LattnerRename SwapStructureContents -> IPO/SimpleStructMutation
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris Lattnerinitial checkin
2001-12-14 Chris Lattner* isFirstClassType is now provided by the Type class
2001-12-14 Chris Lattner* add ReplaceInstWithInst
2001-12-14 Chris LattnerRemove unsized array support
2001-12-14 Chris Lattner* Support pointer indexing
2001-12-14 Chris LattnerMany many changes and bugfixes:
2001-12-14 Chris LattnerThe proper prototype for malloc returns a pointer,...
2001-12-14 Chris Lattner* Refactor trace values to work as a proper pass. ...
2001-12-13 Chris LattnerAssertion could never fail because another one would...
next