summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* When outputing a non-lazy pointer for a stub, we may need to fill in the valueBill Wendling2010-03-111-4/+5
* Added Thumb2 LDRD/STRD pre/post variants for disassembly only.Johnny Chen2010-03-113-2/+25
* Make sure HasDebugValue is initialized. This should fixDale Johannesen2010-03-111-3/+3
* Fix ARM buildbot breakage.Bob Wilson2010-03-111-2/+2
* Remove unused 'IVars' field from ObjCInterfaceDecl. That functionalityTed Kremenek2010-03-112-4/+0
* add support, testcases, and dox for the new GHC callingChris Lattner2010-03-119-17/+219
* Remove the IndirectPrimary parameter in LayoutVirtualBases; it's already ther...Anders Carlsson2010-03-112-11/+6
* Lower small memcpys to load/stores on Thumb2.Bob Wilson2010-03-111-3/+3
* More cleanup and simplification of the record layout builder.Anders Carlsson2010-03-112-74/+85
* VirtRegRewriter spring cleaning. No functional change.Jakob Stoklund Olesen2010-03-111-1255/+1292
* Support PPC-32 DWARF EH intrinisics. Thanks to rdivacky for his assistance.John McCall2010-03-111-0/+77
* Work around a bug in the openbsd assembler on i386,Chris Lattner2010-03-111-1/+6
* set alignment on static locals properly, patch by Arnaud de Grandmaison!Chris Lattner2010-03-101-0/+2
* fix PR6533 by updating the br(xor) code to remember the caseChris Lattner2010-03-102-5/+22
* Cosmetic: lengthen names and improve comments.Dale Johannesen2010-03-102-16/+15
* Fix an obvious typo in an assert.Bob Wilson2010-03-101-1/+1
* Add a bit along with the MCSymbols stored in the MachineModuleInfo maps thatBill Wendling2010-03-108-96/+138
* Get rid of the LayoutBaseNonVirtually; it was used to lay out a base either a...Anders Carlsson2010-03-102-19/+20
* More shuffling.Anders Carlsson2010-03-102-65/+68
* Cleanups, no functionality change yet.Anders Carlsson2010-03-102-6/+13
* Progress towards shepherding debug info through SelectionDAG.Dale Johannesen2010-03-1010-40/+276
* move PR6576 here.Chris Lattner2010-03-101-0/+24
* add DESTDIR support for TOOLALIAS, for PR6557, patch byChris Lattner2010-03-101-1/+1
* add DESTDIR support for clang headers, PR6556.Chris Lattner2010-03-101-4/+4
* Fix calculation of whether a member function needs a thunk in construction vt...Anders Carlsson2010-03-102-13/+82
* Change the 'super' messaging API in the rewriter.Fariborz Jahanian2010-03-102-23/+82
* Suppress the tag when printing an ElaboratedType if the language optionsJohn McCall2010-03-101-1/+6
* Fix another bitwidth calculation to handle vector types; based on aDan Gohman2010-03-101-1/+1
* MC/Mach-O: Use the MCAssembler symbol map instead of reconstructing.Daniel Dunbar2010-03-101-32/+17
* MC: Move the backend section and symbol data maps to MCAssembler.Daniel Dunbar2010-03-102-30/+60
* Remove unneeded declarations.Daniel Dunbar2010-03-102-2/+0
* Make sure the LR gets pushed in functions that use vaargs. This fixesJim Grosbach2010-03-101-0/+4
* comment why we use custom epilogue for t1 functions using vaargs.Jim Grosbach2010-03-101-0/+5
* Fix another place where DEBUG_VALUE affected codegen.Dale Johannesen2010-03-101-1/+12
* We were mistakenly marking morally virtual bases as being uninteresting. Fix ...Anders Carlsson2010-03-102-5/+80
* Add a DominatorTree argument to isLCSSA so that it doesn't have toDan Gohman2010-03-107-22/+8
* Constant-fold GEP-of-GEP into a single GEP.Dan Gohman2010-03-102-0/+42
* Ignore non-interesting bases when emitting construction vtables.Anders Carlsson2010-03-102-0/+71
* Simplify assertion.Ted Kremenek2010-03-101-5/+1
* Remove '#if 0' code. Lazy compound values have proven their worth.Ted Kremenek2010-03-101-39/+0
* Fix -Wsign-compare warnings reported by clang++.Ted Kremenek2010-03-101-3/+3
* Fix whitespace.Dan Gohman2010-03-101-6/+6
* Factored out the disassembly printing of CPS option, MSR mask, and Negative ZeroJohnny Chen2010-03-106-24/+52
* Fix make check with cmake/litTobias Grosser2010-03-101-0/+17
* Fix -Wsign-compare warning reported by clang++.Ted Kremenek2010-03-101-1/+2
* The backend now makes a reasonable job of targeting lmul / maccRichard Osborne2010-03-101-1/+0
* Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bitRichard Osborne2010-03-102-2/+44
* Remove unneeded includes.Daniel Dunbar2010-03-103-3/+0
* Testcase for pr6552. I changed the code to use "ip" instead of "fp" becauseBob Wilson2010-03-101-0/+15
* Fix checking of intermediates having one use in isADDADDMULRichard Osborne2010-03-101-2/+3
OpenPOWER on IntegriCloud