| Commit message (Expand) | Author | Age | Files | Lines |
* | Lower stpcpy_chk when possible. | Eric Christopher | 2010-03-11 | 4 | -6/+45 |
* | Bad bad bug. x86 force indirect tail call address into eax when it's meant to... | Evan Cheng | 2010-03-11 | 2 | -3/+3 |
* | Remove dead code. (S|U)MUL_LO is now lowered to LMUL or MACC(S|U) | Richard Osborne | 2010-03-11 | 1 | -23/+0 |
* | Avoid leaking CompileUnits in DwarfDebug.cpp. | Jeffrey Yasskin | 2010-03-11 | 2 | -14/+15 |
* | MC/Mach-O: Add MCSymbolData::getAddress() utility. | Daniel Dunbar | 2010-03-11 | 2 | -4/+9 |
* | Fix typo. | Eric Christopher | 2010-03-11 | 1 | -1/+1 |
* | Add dag combine to simplify lmul(x, 0, a, b) | Richard Osborne | 2010-03-11 | 2 | -0/+40 |
* | Switch XCore over to using inline jump table entries. | Richard Osborne | 2010-03-11 | 2 | -0/+6 |
* | Add a new jump table encoding to indicate jump tables entries | Richard Osborne | 2010-03-11 | 4 | -1/+16 |
* | The check for coalescing a virtual register to a physical register, e.g. | Evan Cheng | 2010-03-11 | 4 | -15/+61 |
* | Update CMake build. | Ted Kremenek | 2010-03-11 | 1 | -0/+1 |
* | Have fast-isel understand llvm.objectsize. Update testcase for slightly | Eric Christopher | 2010-03-11 | 2 | -1/+25 |
* | Make clang bootstrap happier on OSX 10.5 by reducing the number of headers | Jeffrey Yasskin | 2010-03-11 | 2 | -39/+67 |
* | MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse... | Daniel Dunbar | 2010-03-11 | 3 | -4/+99 |
* | MC/Mach-O: Start passing in the basic MCAsmLayout object. | Daniel Dunbar | 2010-03-11 | 2 | -27/+15 |
* | Do some final lowering in CodeGenPrepare of _chk calls similar to | Eric Christopher | 2010-03-11 | 1 | -0/+134 |
* | MC: Sketch initial MCAsmLayout class, which encapsulates the current layout o... | Daniel Dunbar | 2010-03-11 | 6 | -14/+72 |
* | Fix (unused) RegisterAsmBackend template, clang++ isn't happy about this. | Daniel Dunbar | 2010-03-11 | 1 | -2/+3 |
* | Remove dead include. | Daniel Dunbar | 2010-03-11 | 1 | -1/+0 |
* | Fix debug_value handling. | Dale Johannesen | 2010-03-11 | 1 | -2/+6 |
* | MC: Provide MCAssembler with a TargetAsmBackend. | Daniel Dunbar | 2010-03-11 | 7 | -23/+27 |
* | MC: Sketch some TargetAsmBackend hooks we are going to need. | Daniel Dunbar | 2010-03-11 | 2 | -2/+44 |
* | MC: Provide the target triple to AsmBackend constructors. | Daniel Dunbar | 2010-03-11 | 3 | -11/+11 |
* | Add strncpy libcall creator. Use it when it should be used. | Eric Christopher | 2010-03-11 | 3 | -1/+27 |
* | When outputing a non-lazy pointer for a stub, we may need to fill in the value | Bill Wendling | 2010-03-11 | 1 | -4/+5 |
* | Added Thumb2 LDRD/STRD pre/post variants for disassembly only. | Johnny Chen | 2010-03-11 | 3 | -2/+25 |
* | Make sure HasDebugValue is initialized. This should fix | Dale Johannesen | 2010-03-11 | 1 | -3/+3 |
* | Fix ARM buildbot breakage. | Bob Wilson | 2010-03-11 | 1 | -2/+2 |
* | add support, testcases, and dox for the new GHC calling | Chris Lattner | 2010-03-11 | 9 | -17/+219 |
* | Lower small memcpys to load/stores on Thumb2. | Bob Wilson | 2010-03-11 | 1 | -3/+3 |
* | VirtRegRewriter spring cleaning. No functional change. | Jakob Stoklund Olesen | 2010-03-11 | 1 | -1255/+1292 |
* | Work around a bug in the openbsd assembler on i386, | Chris Lattner | 2010-03-11 | 1 | -1/+6 |
* | fix PR6533 by updating the br(xor) code to remember the case | Chris Lattner | 2010-03-10 | 2 | -5/+22 |
* | Cosmetic: lengthen names and improve comments. | Dale Johannesen | 2010-03-10 | 2 | -16/+15 |
* | Fix an obvious typo in an assert. | Bob Wilson | 2010-03-10 | 1 | -1/+1 |
* | Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that | Bill Wendling | 2010-03-10 | 8 | -96/+138 |
* | Progress towards shepherding debug info through SelectionDAG. | Dale Johannesen | 2010-03-10 | 10 | -40/+276 |
* | move PR6576 here. | Chris Lattner | 2010-03-10 | 1 | -0/+24 |
* | add DESTDIR support for TOOLALIAS, for PR6557, patch by | Chris Lattner | 2010-03-10 | 1 | -1/+1 |
* | Fix another bitwidth calculation to handle vector types; based on a | Dan Gohman | 2010-03-10 | 1 | -1/+1 |
* | MC/Mach-O: Use the MCAssembler symbol map instead of reconstructing. | Daniel Dunbar | 2010-03-10 | 1 | -32/+17 |
* | MC: Move the backend section and symbol data maps to MCAssembler. | Daniel Dunbar | 2010-03-10 | 2 | -30/+60 |
* | Remove unneeded declarations. | Daniel Dunbar | 2010-03-10 | 2 | -2/+0 |
* | Make sure the LR gets pushed in functions that use vaargs. This fixes | Jim Grosbach | 2010-03-10 | 1 | -0/+4 |
* | comment why we use custom epilogue for t1 functions using vaargs. | Jim Grosbach | 2010-03-10 | 1 | -0/+5 |
* | Fix another place where DEBUG_VALUE affected codegen. | Dale Johannesen | 2010-03-10 | 1 | -1/+12 |
* | Add a DominatorTree argument to isLCSSA so that it doesn't have to | Dan Gohman | 2010-03-10 | 7 | -22/+8 |
* | Constant-fold GEP-of-GEP into a single GEP. | Dan Gohman | 2010-03-10 | 2 | -0/+42 |
* | Fix whitespace. | Dan Gohman | 2010-03-10 | 1 | -6/+6 |
* | Factored out the disassembly printing of CPS option, MSR mask, and Negative Zero | Johnny Chen | 2010-03-10 | 6 | -24/+52 |