| Commit message (Expand) | Author | Age | Files | Lines |
| * | teach basicaa that A[i] != A[i+1]. | Chris Lattner | 2009-11-26 | 3 | -2/+48 |
| * | rename test | Chris Lattner | 2009-11-26 | 1 | -0/+0 |
| * | Change the other half of aliasGEP (which handles GEP differencing) to use Dec... | Chris Lattner | 2009-11-26 | 2 | -468/+167 |
| * | add a new random feature test | Chris Lattner | 2009-11-26 | 1 | -1/+17 |
| * | Generalize DecomposeGEPExpression to exactly handle what Value::getUnderlying... | Chris Lattner | 2009-11-26 | 1 | -30/+62 |
| * | Implement a new DecomposeGEPExpression method, which decomposes a GEP into a ... | Chris Lattner | 2009-11-26 | 1 | -40/+121 |
| * | Use GEPOperator more pervasively to simplify code. | Chris Lattner | 2009-11-26 | 1 | -29/+27 |
| * | update some notes slightly | Chris Lattner | 2009-11-26 | 1 | -3/+5 |
| * | remove some redundant braces | Chris Lattner | 2009-11-26 | 1 | -4/+2 |
| * | Test for 89905. | Evan Cheng | 2009-11-26 | 1 | -0/+116 |
| * | When all defs of a vr are implicit_def, delete all of the defs. | Evan Cheng | 2009-11-26 | 1 | -2/+6 |
| * | Split tail duplication into a separate pass. This is needed to avoid | Bob Wilson | 2009-11-26 | 8 | -239/+320 |
| * | Test for llvm-gcc checkin 89898. | Dale Johannesen | 2009-11-25 | 1 | -0/+17 |
| * | Update to reflect recent debugging information encoding changes. | Devang Patel | 2009-11-25 | 1 | -219/+118 |
| * | Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh... | Viktor Kutuzov | 2009-11-25 | 3 | -44/+3 |
| * | ProcessImplicitDefs should watch out for invalidated iterator and extra impli... | Evan Cheng | 2009-11-25 | 2 | -14/+101 |
| * | Tail duplicate indirect branches for PowerPC, too. | Bob Wilson | 2009-11-25 | 1 | -0/+2 |
| * | Avoid some possibly unsafe uses of StringRef::data(). | Benjamin Kramer | 2009-11-25 | 2 | -7/+5 |
| * | Use StringRef (again) in DebugInfo interface. | Devang Patel | 2009-11-25 | 5 | -134/+138 |
| * | Based on the testcase for pr3120, running on my MacPro with Xeon processors, | Bob Wilson | 2009-11-25 | 1 | -0/+2 |
| * | Support PIC loading of constant pool entries | Bruno Cardoso Lopes | 2009-11-25 | 3 | -14/+21 |
| * | Adjust comments to new semantics. | Edward O'Callaghan | 2009-11-25 | 1 | -3/+3 |
| * | Sketch structure for X86 disassembler. | Daniel Dunbar | 2009-11-25 | 4 | -1/+52 |
| * | API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r... | Edward O'Callaghan | 2009-11-25 | 3 | -10/+14 |
| * | Perform explicit instantiations in the proper namespace, since Clang diagnose... | Douglas Gregor | 2009-11-25 | 1 | -0/+2 |
| * | Reverting patch in revision 89758, initial attempt at fixing PR5373 has prove... | Edward O'Callaghan | 2009-11-25 | 2 | -24/+1 |
| * | Add the rest of the build system logic for optional target disassemblers | Daniel Dunbar | 2009-11-25 | 5 | -3/+32 |
| * | Regenerate configure | Daniel Dunbar | 2009-11-25 | 1 | -32/+40 |
| * | Add CMake and configure logic to create llvm/Config/Disassemblers.defs. | Daniel Dunbar | 2009-11-25 | 3 | -2/+49 |
| * | Sketch TableGen disassembler emitter, based on patch by Sean Callanan. | Daniel Dunbar | 2009-11-25 | 4 | -0/+66 |
| * | Use endianess dependent offsets for load/store of doubles when | Bruno Cardoso Lopes | 2009-11-25 | 1 | -0/+8 |
| * | Fix compiler warnings. | Dale Johannesen | 2009-11-25 | 1 | -4/+4 |
| * | Only include in the callee saved regs the sub registers to avoid | Bruno Cardoso Lopes | 2009-11-25 | 1 | -5/+2 |
| * | Add proper emission of load/store double to stack slots for mips1 targets! | Bruno Cardoso Lopes | 2009-11-25 | 1 | -21/+43 |
| * | Revert r89803. | Devang Patel | 2009-11-25 | 1 | -3/+0 |
| * | Refactor target hook for tail duplication as requested by Chris. | Bob Wilson | 2009-11-24 | 4 | -17/+18 |
| * | Do not store R31 into the caller's link area on PPC. | Dale Johannesen | 2009-11-24 | 6 | -32/+43 |
| * | Enable debug info for ppc-darwin. | Devang Patel | 2009-11-24 | 1 | -0/+3 |
| * | Use StringRef instead of std::string in DIEString. | Devang Patel | 2009-11-24 | 5 | -6/+6 |
| * | Remove DebugLabelFolder pass. It is not used by dwarf writer anymore. | Devang Patel | 2009-11-24 | 4 | -97/+0 |
| * | Swith to pubtypes section before emitting pub types. | Devang Patel | 2009-11-24 | 1 | -0/+3 |
| * | Remove bogus error handling code. | Daniel Dunbar | 2009-11-24 | 1 | -6/+2 |
| * | Fix comments as pre-post review for rev.89765. | Edward O'Callaghan | 2009-11-24 | 1 | -2/+2 |
| * | Provide Path::isSpecialFile interface for PR5568. | Edward O'Callaghan | 2009-11-24 | 3 | -2/+30 |
| * | Fix for PR5373, Credit to Jakub Staszak. | Edward O'Callaghan | 2009-11-24 | 2 | -1/+24 |
| * | Enable predication of NEON instructions in Thumb2 mode. | Evan Cheng | 2009-11-24 | 2 | -5/+30 |
| * | Oops. Re-disable JITTest.NoStubs on ARM and PPC since they still use stubs to | Jeffrey Yasskin | 2009-11-24 | 1 | -0/+5 |
| * | Delete some dead and non-obvious code. | Dan Gohman | 2009-11-24 | 2 | -55/+0 |
| * | Emit pubtypes. | Devang Patel | 2009-11-24 | 4 | -23/+133 |
| * | Make capitalization of names starting "is" more consistent. | Dale Johannesen | 2009-11-24 | 3 | -43/+43 |