| Commit message (Expand) | Author | Age | Files | Lines |
| * | rename SimplifyCompare -> SimplifyCmpInst and split it into | Chris Lattner | 2009-11-09 | 2 | -3/+28 |
| * | fix ConstantFoldCompareInstOperands to take the LHS/RHS as | Chris Lattner | 2009-11-09 | 1 | -1/+1 |
| * | Add StringSwitch::Cases overloads, for matching multiple strings to a single | Daniel Dunbar | 2009-11-09 | 1 | -0/+19 |
| * | stub out a new libanalysis "instruction simplify" interface that | Chris Lattner | 2009-11-09 | 1 | -0/+37 |
| * | Remove dlsym stubs, with Nate Begeman's permission. | Jeffrey Yasskin | 2009-11-09 | 2 | -21/+1 |
| * | Print "..." instead of all the uninteresting register clobbers on call | Dan Gohman | 2009-11-09 | 1 | -0/+6 |
| * | Fix an 80-column violation. | Dan Gohman | 2009-11-09 | 1 | -2/+2 |
| * | Constify MachineFunctionAnalysis' TargetMachine reference. | Dan Gohman | 2009-11-09 | 1 | -1/+1 |
| * | Fix a comment. | Dan Gohman | 2009-11-09 | 1 | -1/+1 |
| * | Suppress implicit copy ctor and copy assignment for MachineFunction. | Dan Gohman | 2009-11-09 | 1 | -0/+3 |
| * | add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APInt | Nuno Lopes | 2009-11-09 | 1 | -0/+8 |
| * | CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty. | Oscar Fuentes | 2009-11-09 | 1 | -4/+28 |
| * | fix some bogus asserts, PR5049 | Chris Lattner | 2009-11-09 | 1 | -4/+4 |
| * | Moved some ManagedStatics out of the SlotIndexes header. | Lang Hames | 2009-11-08 | 1 | -29/+2 |
| * | Fix class -> struct tag. | Daniel Dunbar | 2009-11-07 | 1 | -1/+1 |
| * | all targets should be required to declare legal integer types. My plan to | Chris Lattner | 2009-11-07 | 1 | -11/+10 |
| * | Add 8 bit libcalls and make use of them for msp430 | Anton Korobeynikov | 2009-11-07 | 1 | -0/+5 |
| * | add the ability for TargetData to return information about legal integer | Chris Lattner | 2009-11-07 | 1 | -8/+27 |
| * | more cleanup. | Chris Lattner | 2009-11-07 | 1 | -22/+14 |
| * | rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::str... | Chris Lattner | 2009-11-07 | 1 | -2/+2 |
| * | Make the need-stub variables accurate and consistent. In the case of | Jeffrey Yasskin | 2009-11-07 | 1 | -15/+17 |
| * | llvmc: Add a '-time' option. | Mikhail Glushenkov | 2009-11-07 | 1 | -1/+2 |
| * | 80-col violation. | Mikhail Glushenkov | 2009-11-07 | 1 | -2/+2 |
| * | Update some globals to use ManagedStatic. | Lang Hames | 2009-11-07 | 1 | -19/+58 |
| * | Missed this. | Evan Cheng | 2009-11-07 | 1 | -1/+12 |
| * | Add code to check at SelectionDAGISel::LowerArguments time to see if return v... | Kenneth Uildriks | 2009-11-07 | 2 | -0/+19 |
| * | Fix inverted conflict test in -early-coalesce. | Jakob Stoklund Olesen | 2009-11-07 | 1 | -3/+4 |
| * | Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. | Victor Hernandez | 2009-11-07 | 2 | -17/+22 |
| * | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 25 | -116/+117 |
| * | remove some more Context arguments. | Chris Lattner | 2009-11-06 | 2 | -4/+2 |
| * | remove a bunch of extraneous LLVMContext arguments | Chris Lattner | 2009-11-06 | 4 | -29/+19 |
| * | Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM | Victor Hernandez | 2009-11-06 | 2 | -12/+7 |
| * | Add a bunch of missing "template" keywords to disambiguate dependent template... | Douglas Gregor | 2009-11-06 | 1 | -8/+11 |
| * | Fix PR5315, original patch by Nicolas Capens! | Eric Christopher | 2009-11-06 | 1 | -3/+3 |
| * | Make printImplicitDef and printKill non-virtual, since they don't | Dan Gohman | 2009-11-06 | 1 | -2/+2 |
| * | Make a few more LLVM headers parsable as standalone headers. | Douglas Gregor | 2009-11-05 | 11 | -5/+19 |
| * | InstrTypes.h includes Instruction.h, so it's not necessary to include both. | Dan Gohman | 2009-11-05 | 2 | -2/+0 |
| * | Factor out the predicate code for loopsimplify form exit blocks into | Dan Gohman | 2009-11-05 | 1 | -0/+4 |
| * | CMake: Detect dotty. | Oscar Fuentes | 2009-11-05 | 1 | -2/+2 |
| * | Move llvm::cl::opt's conversion function into the base classes that | Douglas Gregor | 2009-11-05 | 1 | -2/+4 |
| * | Declare classes with matched tags, pointed out by a clang++ warning. | Chris Lattner | 2009-11-05 | 1 | -2/+4 |
| * | Make two more LLVM headers standalone | Douglas Gregor | 2009-11-05 | 2 | -0/+4 |
| * | Make a few headers standalone. Plus, add a missing "template" keyword | Douglas Gregor | 2009-11-05 | 5 | -1/+5 |
| * | Reintroduce support for overloading target intrinsics | Mon P Wang | 2009-11-05 | 1 | -1/+18 |
| * | Tidied some ugliness in the SlotIndex default constructor. | Lang Hames | 2009-11-05 | 1 | -1/+1 |
| * | Removed an assert which was causing significant slowdowns in debug builds. | Lang Hames | 2009-11-05 | 1 | -1/+0 |
| * | Update CreateMalloc so that its callers specify the size to allocate: | Victor Hernandez | 2009-11-05 | 2 | -7/+12 |
| * | Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit... | Lang Hames | 2009-11-04 | 1 | -18/+44 |
| * | Print out an informative comment for KILL instructions. | Jakob Stoklund Olesen | 2009-11-04 | 1 | -2/+4 |
| * | make IRBuilder zap "X|0" and "X&-1" when building IR, this happens | Chris Lattner | 2009-11-04 | 1 | -4/+10 |