- 3237da0 remove dead variables by Chris Lattner · 20 years ago
- c597b8a Make iostream #inclusion explicit by Chris Lattner · 20 years ago
- 31d0ac2 ConvertibleToGEP always returns 0, remove some old crufty code which by Chris Lattner · 20 years ago
- 403d1c2 Preserve calling conv when hacking on calls by Chris Lattner · 21 years ago
- b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
- 6d0a24c second argument to Value::setName is now gone. by Chris Lattner · 21 years ago
- a3cc183 Fix 'raise' to work with packed types. Patch by Morten Ofstad. by Chris Lattner · 21 years ago
- cd67106 Prototype more accurately by Chris Lattner · 21 years ago
- 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
- 6a93462 This DEBUG is buggy. comment it out because it's not worth fixing. This by Chris Lattner · 21 years ago
- fd7a2d4 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 21 years ago
- e4de228 bug 122: by Reid Spencer · 21 years ago
- 32c518e Progress on PR341 by Chris Lattner · 21 years ago
- 163c87f Make this pass use a more specific debug message than "Processing:". by Brian Gaeke · 21 years ago
- 69193f9 Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 22 years ago
- ac6db75 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 22 years ago
- 57ea2e3 The ConstantExpr::getCast call can cause a CPR to be generated. If so, by Chris Lattner · 22 years ago
- 81d8822 Remove uses of ConstantHandling itf by Chris Lattner · 22 years ago
- ff66958 Finegrainify namespacification add flags for PR82 by Chris Lattner · 22 years ago
- 9cc1a0e Inching towards fixing PR82 by Chris Lattner · 22 years ago
- 93bfb6c Remove extraneous #include finegrainify namespacification by Chris Lattner · 22 years ago
- 027253b verifyFunction depends on dominator info, which levelraise does not declare by Chris Lattner · 22 years ago
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 44d2c35 Regularize header file comments by Chris Lattner · 22 years ago
- f1f7f2c Prototype for creator function got moved by Chris Lattner · 22 years ago
- 8abcd56 DEBUG got moved to Support/Debug.h by Chris Lattner · 22 years ago
- 373086d Hopefully, the final fix for `[Pp]ropogate'. by Misha Brukman · 23 years ago
- e5838c4 s/convertable/convertible/g by Misha Brukman · 23 years ago
- caa1de2 Attempt to fix sumant's typesafety issue by Chris Lattner · 23 years ago
- 802c63d Fix bug: LevelRaise/2003-05-01-CallCast.ll by Chris Lattner · 23 years ago
- fcd1fe4 Create constant expression casts instead of constant instructions if possible by Chris Lattner · 23 years ago
- 4a6c3e7 Avoid naming things exactly the same by Chris Lattner · 23 years ago
- c1f9206 Make the levelraise pass be well behaved w.r.t the TargetData that the current by Chris Lattner · 23 years ago
- 98cf1f5 - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
- 5ae3bd6 Ensure definate initialization by Chris Lattner · 23 years ago
- 820d971 - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to by Chris Lattner · 23 years ago
- a185db3 - Fix bug: LevelRaise/2002-10-08-VarArgCall.ll by Chris Lattner · 23 years ago
- 3cf3782 Updates to work with recent Statistic's changes: by Chris Lattner · 23 years ago
- 892f59f Fixed typo. by Misha Brukman · 23 years ago
- b9d9e0f - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 23 years ago
- 28a8d24 Simplify code (somtimes dramatically), by using the new "auto-insert" feature by Chris Lattner · 23 years ago
- b0b412e - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 23 years ago
- 62b42ce *** empty log message *** by Chris Lattner · 23 years ago
- c8b7092 by Chris Lattner · 23 years ago
- 417ae51 Rename LevelChange.h to RaisePointerReferences.h by Chris Lattner · 23 years ago
- aadb84f * Make the ctor take a TargetData even though it's not using it yet by Chris Lattner · 23 years ago
- f5cad15 *** empty log message *** by Chris Lattner · 23 years ago
- 60ebba5 * Remove dead code from ExprTypeConvert.cpp by Chris Lattner · 23 years ago
- 5ec260a * Add a bunch of debugging features to LevelRaise by Chris Lattner · 23 years ago
- 811bd41 Fix bug: test/Regression/Transforms/LevelRaise/2002-07-16-RaiseCrash2.ll by Chris Lattner · 23 years ago
- 0610fc9 Bugfix to previous checkin by Chris Lattner · 23 years ago
- 036a134 * Add assertion to ExprTypeConvert to detect error earlier than without it by Chris Lattner · 23 years ago
- a3a1ba1 Clean up anands patch by Chris Lattner · 23 years ago
- af26b39 added include<iostream> for cerr by Anand Shukla · 23 years ago
- 458496c changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
- 113f4f4 MEGAPATCH checkin. by Chris Lattner · 23 years ago
- ab038d4 Simplify the interface to local DCE and Constant prop by Chris Lattner · 24 years ago
- e80124d Fix comments to reflect reality by Chris Lattner · 24 years ago
- acd4599 Convert transforms over to standardize debugging output on -debug option by Chris Lattner · 24 years ago
- a3c3456 Fix a major source of "type unsafety", where a cast is neccesary, but can by Chris Lattner · 24 years ago
- da2eddd * Add support for the -stats command line option to report how much is changed by Chris Lattner · 24 years ago
- 9b55e5a Reduce dependance on TransformInternals.h, instead using the TransformUtils library by Chris Lattner · 24 years ago
- 05cd521 ExprTypeConvert will already do this transformation, no need to specialize by Chris Lattner · 24 years ago
- d5a8470 Eliminate duplicate or unneccesary #include's by Chris Lattner · 24 years ago
- 37104aa Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 24 years ago
- f12cc84 Tighten up the AnalysisUsage of lots of passes, primarily to correctly indicate whether or not they invalidate the CFGA by Chris Lattner · 24 years ago
- ca14237 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 24 years ago
- c8e6654 * Rename MethodPass class to FunctionPass by Chris Lattner · 24 years ago
- f8e4dc3 s/Method/Function Remove extraneous #includes of llvm/Assembly/Writer by Chris Lattner · 24 years ago
- 65b529f ConstantHandling moved into VMCore library by Chris Lattner · 24 years ago
- 62b7fd1 Change references to the Method class to be references to the Function by Chris Lattner · 24 years ago
- 0d984ef Fix the: test/Regression/Other/2002-03-20-LevelRaiseCrash.ll bug. It turned by Chris Lattner · 24 years ago
- 14fe4c6 Namespace qualify debugging code by Chris Lattner · 24 years ago
- 7287d69 * Fix bug: test/Regression/Other/2002-03-11-LevelRaiseIterInvalidate.ll by Chris Lattner · 24 years ago
- 04805fa Change over to use new style pass mechanism, now passes only expose small by Chris Lattner · 24 years ago
- 352151e MethodPass's are now guaranteed to not be run on external methods! by Chris Lattner · 24 years ago
- ee965ab Move stuff out of the Optimizations directories into the appropriate Transforms by Chris Lattner · 24 years ago
- 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
- b457653 * Support pointer indexing by Chris Lattner · 24 years ago
- dae4d63 Remove code that is superceeded by code in ExprTypeConvert.cpp by Chris Lattner · 24 years ago
- 71ffba7 We can do cast-add elimination even on casts that reinterpret by Chris Lattner · 24 years ago
- 1d24462 Fix pessimizations on sized arrays by Chris Lattner · 24 years ago
- cd7fb50 Hrm, don't do debugging output when debugging is off. :( by Chris Lattner · 24 years ago
- 617aaaa Fixes to type conversion stuff to match induction variables more frequently by Chris Lattner · 24 years ago
- 4c160c3 Remove printouts by Chris Lattner · 24 years ago
- 2413b16 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
- 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
- 5de2204 Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
- 54d5928 Turn off debug info by Chris Lattner · 24 years ago
- ee568eb Include const prop as part of -raise by Chris Lattner · 24 years ago
- f9378e7 Clean up code, implement array indexing stuff by Chris Lattner · 24 years ago
- 1237e86 Remove much cruft from the MemAccessInst instruction by Chris Lattner · 24 years ago
- abf40ba Better heuristics for handling arrays by Chris Lattner · 24 years ago
- 4f8e946 Avoid assertion failure when taking size of unsized array. Todo item herE by Chris Lattner · 24 years ago
- 583e95e Improve raising significantly by Chris Lattner · 24 years ago
- 0136101 Fix bugs by Chris Lattner · 24 years ago
- 710c386 Fix bug with ADD nodes and malloc promotion by Chris Lattner · 24 years ago
- 0ecba60 Use the expression map correctly. by Chris Lattner · 24 years ago
- 3084cb6 Refactor code to share stuff by Chris Lattner · 24 years ago