| Commit message (Expand) | Author | Age | Files | Lines |
| * | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 1 | -1/+1 |
| * | More explicit keywords. | Dan Gohman | 2007-08-01 | 1 | -1/+1 |
| * | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -2/+2 |
| * | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -2/+2 |
| * | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -1/+4 |
| * | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 1 | -1/+1 |
| * | Use APInt safe isOne() method on ConstantInt instead of getZExtValue()==1 | Reid Spencer | 2007-03-02 | 1 | -1/+1 |
| * | Inherit BasicBlockPass directly from Pass. | Devang Patel | 2007-01-25 | 1 | -1/+1 |
| * | Change the interface to Module::getOrInsertFunction to be easier to use,to re... | Chris Lattner | 2007-01-07 | 1 | -51/+13 |
| * | For PR950: | Reid Spencer | 2006-12-31 | 1 | -3/+3 |
| * | switch more statistics over to STATISTIC, eliminating static ctors. Also, | Chris Lattner | 2006-12-19 | 1 | -2/+3 |
| * | Replace CastInst::createInferredCast calls with more accurate cast | Reid Spencer | 2006-12-13 | 1 | -9/+8 |
| * | Fix the casting for the computation of the Malloc size. | Reid Spencer | 2006-12-12 | 1 | -3/+3 |
| * | Change inferred getCast into specific getCast. Passes all tests. | Reid Spencer | 2006-12-12 | 1 | -2/+3 |
| * | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -1/+1 |
| * | For PR950: | Reid Spencer | 2006-11-27 | 1 | -5/+9 |
| * | For PR950: | Reid Spencer | 2006-10-20 | 1 | -2/+2 |
| * | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
| * | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
| * | Use hidden visibility to make symbols in an anonymous namespace get | Chris Lattner | 2006-06-28 | 1 | -1/+2 |
| * | Declare that lowerinvoke doesn't interact with other lowering passes. | Chris Lattner | 2006-05-17 | 1 | -1/+2 |
| * | Patch to make some xforms preserve each other. Patch contributed by | Chris Lattner | 2006-05-09 | 1 | -0/+7 |
| * | Add pass ID's for various passes, so they can be AddRequiredID. Patch by | Chris Lattner | 2006-05-02 | 1 | -0/+2 |
| * | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen | 2005-10-23 | 1 | -1/+1 |
| * | Preserve tail marker | Chris Lattner | 2005-05-06 | 1 | -1/+2 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -10/+10 |
| * | Add an optional argument to lower to a specific constant value instead of | Chris Lattner | 2005-03-03 | 1 | -6/+14 |
| * | Get rid of getSizeOf, using ConstantExpr::getSizeOf instead. | Chris Lattner | 2004-12-13 | 1 | -20/+33 |
| * | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -0/+3 |
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
| * | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 1 | -2/+1 |
| * | Now that we codegen the portable "sizeof" efficiently, we can use it for | Chris Lattner | 2004-07-15 | 1 | -18/+22 |
| * | Don't emit things like malloc(16*1). Allocation instructions are fixed arity... | Chris Lattner | 2004-03-03 | 1 | -1/+1 |
| * | if there is already a prototype for malloc/free, use it, even if it's incorrect. | Chris Lattner | 2004-02-28 | 1 | -10/+42 |
| * | Hyphenate `target-dependent' | Misha Brukman | 2004-01-28 | 1 | -1/+1 |
| * | Finegrainify namespacification | Chris Lattner | 2004-01-09 | 1 | -4/+2 |
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
| * | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| * | Use new interface, simplifies code | Chris Lattner | 2003-08-31 | 1 | -11/+3 |
| * | The word `dependent' has no `a'. | Misha Brukman | 2003-08-21 | 1 | -1/+1 |
| * | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -1/+1 |
| * | Factory methods for function passes now return type FunctionPass *. | Brian Gaeke | 2003-08-14 | 1 | -1/+1 |
| * | Fix long standing bug | Chris Lattner | 2003-05-15 | 1 | -1/+1 |
| * | Remove unnecesary &*'s | Chris Lattner | 2003-04-23 | 1 | -2/+2 |
| * | Minor cleanups | Chris Lattner | 2003-04-23 | 1 | -6/+6 |
| * | Updates to work with recent Statistic's changes: | Chris Lattner | 2002-10-01 | 1 | -2/+2 |
| * | Change LowerAllocations pass to 'require' TargetData instead of it being | Chris Lattner | 2002-09-25 | 1 | -28/+28 |
| * | Clean up code due to auto-insert constructors | Chris Lattner | 2002-09-10 | 1 | -17/+8 |
| * | Remove extraneous #includes | Chris Lattner | 2002-08-08 | 1 | -2/+0 |
| * | * Add support for different "PassType's" | Chris Lattner | 2002-07-26 | 1 | -1/+1 |