| Commit message (Expand) | Author | Age | Files | Lines |
* | Move load / store folding alignment require into the table(s). | Evan Cheng | 2009-07-15 | 2 | -448/+425 |
* | Update CMake file. | Ted Kremenek | 2009-07-15 | 1 | -0/+1 |
* | rename decorateName -> DecorateCygMingName, make it assert if not | Chris Lattner | 2009-07-15 | 2 | -13/+14 |
* | eliminate the Mangler::PreserveAsmNames bit, the sole client of this | Chris Lattner | 2009-07-15 | 1 | -5/+1 |
* | remove printSuffixedName. | Chris Lattner | 2009-07-15 | 1 | -27/+5 |
* | convert arm/darwin stubs to use the mangler to synthesize all the names inste... | Chris Lattner | 2009-07-15 | 1 | -47/+66 |
* | Add new TargetRegistry. | Daniel Dunbar | 2009-07-15 | 1 | -0/+136 |
* | fix an arm codegen bug (the same as PR4482 on ppc) where available_externally | Chris Lattner | 2009-07-15 | 2 | -7/+6 |
* | convert [Hidden]GVNonLazyPtrs to compute the global and stub names | Chris Lattner | 2009-07-15 | 1 | -27/+41 |
* | use makeNameProper to add the globalprefix instead of doing it manually. | Chris Lattner | 2009-07-15 | 1 | -3/+1 |
* | get the PPC stub temporary label from the mangler instead of | Chris Lattner | 2009-07-15 | 1 | -29/+5 |
* | turn some if/then's into ?: | Chris Lattner | 2009-07-15 | 1 | -12/+3 |
* | eliminate a bunch of printSuffixedName's by using info computed from | Chris Lattner | 2009-07-15 | 1 | -23/+15 |
* | convert FnStubs to using a more structured form, eliminating | Chris Lattner | 2009-07-15 | 1 | -9/+31 |
* | actually $stub labels *are* private, I just missed that | Chris Lattner | 2009-07-15 | 1 | -6/+2 |
* | Fix indentation. | Dan Gohman | 2009-07-15 | 1 | -18/+18 |
* | Make makeLoopInvariant report whether it made any changes or not, | Dan Gohman | 2009-07-15 | 4 | -54/+24 |
* | $stub references should not be private ("L") labels. | Chris Lattner | 2009-07-15 | 1 | -4/+5 |
* | simplify "EmitExternalGlobal": it is only used to output a | Chris Lattner | 2009-07-15 | 1 | -6/+1 |
* | Convert GVStubs and HiddenGVStubs to work more like the X86 backend, this | Chris Lattner | 2009-07-15 | 1 | -56/+52 |
* | minor cleanups: only switch sections once before all function stubs, instead of | Chris Lattner | 2009-07-15 | 1 | -16/+15 |
* | Added llvm-mc support for parsing the .include directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+6 |
* | minor syntax cleanup | Chris Lattner | 2009-07-14 | 1 | -11/+5 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 37 | -278/+264 |
* | Fix path name. | Daniel Dunbar | 2009-07-14 | 1 | -1/+1 |
* | Use the right relocation type for X86::MOV64ri64i32 | Bruno Cardoso Lopes | 2009-07-14 | 1 | -0/+2 |
* | Fix bad indentation and 80-col violation. | Bob Wilson | 2009-07-14 | 1 | -1/+2 |
* | Added llvm-mc support for parsing the .lsym directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+6 |
* | Check for PRE_INC and POST_INC. | David Goodwin | 2009-07-14 | 1 | -1/+1 |
* | Fix the expansion of umax and smax in the case where one or more of | Dan Gohman | 2009-07-14 | 1 | -6/+26 |
* | Update CMake file. | Ted Kremenek | 2009-07-14 | 1 | -0/+1 |
* | fix David's merge conflict | Chris Lattner | 2009-07-14 | 1 | -6/+2 |
* | reapply r75408, which eliminates MOV64r0 in favor of using | Chris Lattner | 2009-07-14 | 3 | -17/+28 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 61 | -168/+200 |
* | Update CMake file. | Ted Kremenek | 2009-07-14 | 1 | -0/+1 |
* | hasThumb2() does not mean we are compiling for thumb, must also check isThumb(). | David Goodwin | 2009-07-14 | 1 | -3/+6 |
* | Remove an extra space. | Bob Wilson | 2009-07-14 | 1 | -1/+1 |
* | Introduce a pointertracking pass. | Torok Edwin | 2009-07-14 | 1 | -0/+261 |
* | Mark as fall through. | Bill Wendling | 2009-07-14 | 1 | -0/+1 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 21 | -160/+157 |
* | Added llvm-mc support for parsing the .desc directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+6 |
* | Revert 75571; I'm convinced this isn't the right thing to do. | Dale Johannesen | 2009-07-14 | 1 | -17/+8 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 166 | -797/+797 |
* | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar | 2009-07-14 | 6 | -23/+20 |
* | Revert r75615, which depended on 75610. | Daniel Dunbar | 2009-07-14 | 12 | -47/+55 |
* | Revert r75610 (and r75620, which was blocking the revert), in the hopes of | Daniel Dunbar | 2009-07-14 | 2 | -81/+57 |
* | Make SCEVCallbackVH::allUsesReplacedWith more thorough in removing | Dan Gohman | 2009-07-14 | 1 | -4/+8 |
* | Require IVUsers after LCSSA, since LCSSA does not preserve IVUsers. | Dan Gohman | 2009-07-14 | 1 | -3/+3 |
* | Add a comment about why ScalarEvolution doesn't recognize non-loop PHIs | Dan Gohman | 2009-07-14 | 1 | -0/+4 |
* | After converting assert(0) to LLVM_UNREACHABLE we lost file/line location. | Torok Edwin | 2009-07-14 | 1 | -1/+5 |