- 0da29c8 "fix" problems processing floating point expressions by Chris Lattner · 24 years ago
- f1d6521 Hrm, don't do debugging output when debugging is off. :( by Chris Lattner · 24 years ago
- a8b6d43 Fixes to type conversion stuff to match induction variables more frequently by Chris Lattner · 24 years ago
- 6de230a Fix a bug that clobbered the step value on some inputs by Chris Lattner · 24 years ago
- ed4feac Fix a bug introduced by "internal linkage" work. by Chris Lattner · 24 years ago
- 3bf915f Fix bugs, don't do external methods which causes segv. by Chris Lattner · 24 years ago
- 4b770a3 Remove printouts by Chris Lattner · 24 years ago
- 621c992 Fix a pessimization due to sucky LI testing by Chris Lattner · 24 years ago
- 394437f Implement induction variable simplification by Chris Lattner · 24 years ago
- 9a88d27 Allow hyphens in identifier names by Chris Lattner · 24 years ago
- 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
- e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
- 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
- 6148c02 Initial checkin of indvar stuff by Chris Lattner · 24 years ago
- c50df7e Compile the scalar directory by Chris Lattner · 24 years ago
- df89f6e Induction variables must be phi nodes by Chris Lattner · 24 years ago
- f60dc88 Move support directory by Chris Lattner · 24 years ago
- cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
- 360e17e Move DataTypes.h from llvm/Support to just Support by Chris Lattner · 24 years ago
- 0900980 Turn off debug info by Chris Lattner · 24 years ago
- de51dd8 Use pointertype where appropriate by Chris Lattner · 24 years ago
- 69b5ce9 Remove invalid,unneccesary ## token by Chris Lattner · 24 years ago
- 6731f08 Implement internal by Chris Lattner · 24 years ago
- 9e00579 Make strings be internal by Chris Lattner · 24 years ago
- e81dc1d Remove debugging output by Chris Lattner · 24 years ago
- c54692b Support internal linkage by Chris Lattner · 24 years ago
- d4c1550 Build IPO directory by Chris Lattner · 24 years ago
- e4d25aa Implement support for internal methods by Chris Lattner · 24 years ago
- bd70bb9 Include const prop as part of -raise by Chris Lattner · 24 years ago
- f78032f * Implement support for folding multiple single letter arguments together like by Chris Lattner · 24 years ago
- 5b7d42b Misc cleanups by Chris Lattner · 24 years ago
- faffb05 Expose constant propogation of an instruction in a clean way by Chris Lattner · 24 years ago
- 4ed17ba Stuff after a #endif is not valid CPP input and breaks some compilers by Chris Lattner · 24 years ago
- d23b1d3 Implement internal method support by Chris Lattner · 24 years ago
- dda7196 Implement support for internal methods by Chris Lattner · 24 years ago
- a2eb259 Implement writer support for Loops, Induction Variables, and CallGraphs by Chris Lattner · 24 years ago
- 5002022 Make Mul work right Make sub work right by Chris Lattner · 24 years ago
- ff5a8c4 Fix a bad assertion to be correct . The root basic block can be used by PHI nodes. by Chris Lattner · 24 years ago
- 25e9cad Implement a new entry node that has edges to all external methods in the module by Chris Lattner · 24 years ago
- 30474bb Implement DCE of global values by Chris Lattner · 24 years ago
- 0bbe58f * Implement dominator based loop identification by Chris Lattner · 24 years ago
- 782b939 * Implement array indexing in lli by Chris Lattner · 24 years ago
- e9c5dc9 Support Array Indexing by Chris Lattner · 24 years ago
- 58716b9 Implement: isLosslesslyConvertableTo and new CompositeType base class by Chris Lattner · 24 years ago
- c267f7b If a name conflict occurs when inserting a value, rename it. by Chris Lattner · 24 years ago
- 7c54b4a Support array indexing by Chris Lattner · 24 years ago
- 491b29f Support Composite's, not just structs by Chris Lattner · 24 years ago
- 89a1c80 losslessCastableTypes is moved to Type class by Chris Lattner · 24 years ago
- 12739d9 Support selectable structure transformations by Chris Lattner · 24 years ago
- 8090e8c Support mutation of array indexing by Chris Lattner · 24 years ago
- 3cc7dde Clean up code, implement array indexing stuff by Chris Lattner · 24 years ago
- a0fa588 Implement array indexing reverse engineering by Chris Lattner · 24 years ago
- 69a86e4 The old getIndices has been deprecated, because it no longer works. It now by Chris Lattner · 24 years ago
- b2b12b4 Implement array indexing by Chris Lattner · 24 years ago
- 6cdb011 Implement array indexing with uints by Chris Lattner · 24 years ago
- 882572a * Implement more powerful expr analysis of cast instructions by Chris Lattner · 24 years ago
- 8927973 Be more const correct by Chris Lattner · 24 years ago
- 3113375 commented out popAllTempValues since it leads to a bug - see code by Ruchira Sasanka · 24 years ago
- f90870f Commented some popTempArg.. since it leads to a bug by Ruchira Sasanka · 24 years ago
- 07c7086 Added naming to inserted phi copy values - for easy debugging by Ruchira Sasanka · 24 years ago
- 295264d changed since names of some methods in PhyRegAlloc changed by Ruchira Sasanka · 24 years ago
- ba9d5db Fixed a bug in setReLRegsUsedByMI by Ruchira Sasanka · 24 years ago
- 825dd55 Changed some names of methods, added const etc. by Ruchira Sasanka · 24 years ago
- 345bcc8 Fix use of AllocateLocalVar for alloca instruction! by Vikram S. Adve · 24 years ago
- 7c47c72 Modify AllocateLocalVar method to take a size argument. by Vikram S. Adve · 24 years ago
- f6dfca1 fixed setUsedRegAtMI by Ruchira Sasanka · 24 years ago
- 2ed5ccd Print incoming arguments and return values. by Vikram S. Adve · 24 years ago
- b9959d8 Fix int->float conversion. by Vikram S. Adve · 24 years ago
- 430aa9e -cleangcc pass now remove type names that are never referenced and type names for pointers to primitive types. by Chris Lattner · 24 years ago
- 20ac79e Changed phi elimination code by Ruchira Sasanka · 24 years ago
- 0e7c737 Fix cute little bug that was causing the last by Vikram S. Adve · 24 years ago
- 8d24337 Small changed to printing a machine operand - It the operand is a def, it prints by Ruchira Sasanka · 24 years ago
- ecd5813 Don't assume constant operand can only be in position 1! by Vikram S. Adve · 24 years ago
- 4c5fe2d Add function returning which operand holds immediate constant by Vikram S. Adve · 24 years ago
- 9e29f78 Idiotic error in last fix. by Vikram S. Adve · 24 years ago
- c811745 Don't need to load a NULL pointer constant from memory! by Vikram S. Adve · 24 years ago
- c9c6aa0 Change latency of SETX to improve schedule -- just a hack. by Vikram S. Adve · 24 years ago
- cbddf49 Added support method for setting interference for pseudo instructions by Ruchira Sasanka · 24 years ago
- d63aaaa Added M_PSEUDO_FLAG for SETX .. instr by Ruchira Sasanka · 24 years ago
- 22ccb1b Added interference for args in pseudo instructions by Ruchira Sasanka · 24 years ago
- 3bcce72 Rename cruft by Chris Lattner · 24 years ago
- 65ea171 Remove much cruft from the MemAccessInst instruction by Chris Lattner · 24 years ago
- d5b48ca Better heuristics for handling arrays by Chris Lattner · 24 years ago
- 84dce16 commented out lines printing code after scheduling by Ruchira Sasanka · 24 years ago
- f221a2e Fixed a bug concering LR spilling. Earlier, added spilled code was not inserted by Ruchira Sasanka · 24 years ago
- 5f98aca Changed checking for invalid register number - earlier it was uisng a contant by Ruchira Sasanka · 24 years ago
- 1b60014 Implement some more rand functions for em3d benchmark by Chris Lattner · 24 years ago
- ce22ec1 * Change ExpressionConvertableToType to more closely match map behavior of by Chris Lattner · 24 years ago
- e72c557 Minor style cleanups by Chris Lattner · 24 years ago
- 3d775c3 Avoid assertion failure when taking size of unsized array. Todo item herE by Chris Lattner · 24 years ago
- e85f233 Do the same for allocating spills to get their alignment right too. by Vikram S. Adve · 24 years ago
- 00521d7 When allocating space on stack for writing a register, by Vikram S. Adve · 24 years ago
- e492c9d Bug fix in offset alignment computations: don't subtract the padding by Vikram S. Adve · 24 years ago
- e6e8b28 Remove debug info :( by Chris Lattner · 24 years ago
- 77a316a Fix bug in new assertion by Chris Lattner · 24 years ago
- 9d47866 Fixed a bug with pervious ColorCallArg by Ruchira Sasanka · 24 years ago
- 91014f6 Canged ColorCallArg so that when a call arg is directly pushed on to stack by Ruchira Sasanka · 24 years ago
- 27afeb2 Add an assertion check by Chris Lattner · 24 years ago
- b732543 I don't know what I was thinking by Chris Lattner · 24 years ago
- 84efe09 Print percentages for profiling info better by Chris Lattner · 24 years ago