| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Remove unused 'IVars' field from ObjCInterfaceDecl. That functionality | Ted Kremenek | 2010-03-11 | 2 | -4/+0 |
* | add support, testcases, and dox for the new GHC calling | Chris Lattner | 2010-03-11 | 9 | -17/+219 |
* | Remove the IndirectPrimary parameter in LayoutVirtualBases; it's already ther... | Anders Carlsson | 2010-03-11 | 2 | -11/+6 |
* | Lower small memcpys to load/stores on Thumb2. | Bob Wilson | 2010-03-11 | 1 | -3/+3 |
* | More cleanup and simplification of the record layout builder. | Anders Carlsson | 2010-03-11 | 2 | -74/+85 |
* | VirtRegRewriter spring cleaning. No functional change. | Jakob Stoklund Olesen | 2010-03-11 | 1 | -1255/+1292 |
* | Support PPC-32 DWARF EH intrinisics. Thanks to rdivacky for his assistance. | John McCall | 2010-03-11 | 1 | -0/+77 |
* | Work around a bug in the openbsd assembler on i386, | Chris Lattner | 2010-03-11 | 1 | -1/+6 |
* | set alignment on static locals properly, patch by Arnaud de Grandmaison! | Chris Lattner | 2010-03-10 | 1 | -0/+2 |
* | 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 |
* | Get rid of the LayoutBaseNonVirtually; it was used to lay out a base either a... | Anders Carlsson | 2010-03-10 | 2 | -19/+20 |
* | More shuffling. | Anders Carlsson | 2010-03-10 | 2 | -65/+68 |
* | Cleanups, no functionality change yet. | Anders Carlsson | 2010-03-10 | 2 | -6/+13 |
* | 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 |
* | add DESTDIR support for clang headers, PR6556. | Chris Lattner | 2010-03-10 | 1 | -4/+4 |
* | Fix calculation of whether a member function needs a thunk in construction vt... | Anders Carlsson | 2010-03-10 | 2 | -13/+82 |
* | Change the 'super' messaging API in the rewriter. | Fariborz Jahanian | 2010-03-10 | 2 | -23/+82 |
* | Suppress the tag when printing an ElaboratedType if the language options | John McCall | 2010-03-10 | 1 | -1/+6 |
* | 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 |
* | We were mistakenly marking morally virtual bases as being uninteresting. Fix ... | Anders Carlsson | 2010-03-10 | 2 | -5/+80 |
* | 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 |
* | Ignore non-interesting bases when emitting construction vtables. | Anders Carlsson | 2010-03-10 | 2 | -0/+71 |
* | Simplify assertion. | Ted Kremenek | 2010-03-10 | 1 | -5/+1 |
* | Remove '#if 0' code. Lazy compound values have proven their worth. | Ted Kremenek | 2010-03-10 | 1 | -39/+0 |
* | Fix -Wsign-compare warnings reported by clang++. | Ted Kremenek | 2010-03-10 | 1 | -3/+3 |
* | 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 |
* | Fix make check with cmake/lit | Tobias Grosser | 2010-03-10 | 1 | -0/+17 |
* | Fix -Wsign-compare warning reported by clang++. | Ted Kremenek | 2010-03-10 | 1 | -1/+2 |
* | The backend now makes a reasonable job of targeting lmul / macc | Richard Osborne | 2010-03-10 | 1 | -1/+0 |
* | Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bit | Richard Osborne | 2010-03-10 | 2 | -2/+44 |
* | Remove unneeded includes. | Daniel Dunbar | 2010-03-10 | 3 | -3/+0 |
* | Testcase for pr6552. I changed the code to use "ip" instead of "fp" because | Bob Wilson | 2010-03-10 | 1 | -0/+15 |
* | Fix checking of intermediates having one use in isADDADDMUL | Richard Osborne | 2010-03-10 | 1 | -2/+3 |