summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* change MCContext to always have an MCAsmInfo.Chris Lattner2010-03-11
* fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner2010-03-11
* Remove getWidenVectorType, which is no longer used.Dan Gohman2010-03-11
* empty symbols aren't possible, the mcsymbol ctor aborts on them.Chris Lattner2010-03-11
* Set the (Format)F filed of t2Int_MemBarrierV7 & t2Int_SyncBarrierV7 to ThumbFrm,Johnny Chen2010-03-11
* stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s...Benjamin Kramer2010-03-11
* revert r98270.Bill Wendling2010-03-11
* rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner2010-03-11
* In case of tail call size of Ins and InVals may not match.Evan Cheng2010-03-11
* Lower stpcpy_chk when possible.Eric Christopher2010-03-11
* Bad bad bug. x86 force indirect tail call address into eax when it's meant to...Evan Cheng2010-03-11
* Remove dead code. (S|U)MUL_LO is now lowered to LMUL or MACC(S|U)Richard Osborne2010-03-11
* Avoid leaking CompileUnits in DwarfDebug.cpp.Jeffrey Yasskin2010-03-11
* MC/Mach-O: Add MCSymbolData::getAddress() utility.Daniel Dunbar2010-03-11
* Fix typo.Eric Christopher2010-03-11
* Add dag combine to simplify lmul(x, 0, a, b)Richard Osborne2010-03-11
* Switch XCore over to using inline jump table entries.Richard Osborne2010-03-11
* Add a new jump table encoding to indicate jump tables entriesRichard Osborne2010-03-11
* The check for coalescing a virtual register to a physical register, e.g.Evan Cheng2010-03-11
* Update CMake build.Ted Kremenek2010-03-11
* Have fast-isel understand llvm.objectsize. Update testcase for slightlyEric Christopher2010-03-11
* Make clang bootstrap happier on OSX 10.5 by reducing the number of headersJeffrey Yasskin2010-03-11
* MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse...Daniel Dunbar2010-03-11
* MC/Mach-O: Start passing in the basic MCAsmLayout object.Daniel Dunbar2010-03-11
* Do some final lowering in CodeGenPrepare of _chk calls similar toEric Christopher2010-03-11
* MC: Sketch initial MCAsmLayout class, which encapsulates the current layout o...Daniel Dunbar2010-03-11
* Remove dead include.Daniel Dunbar2010-03-11
* Fix debug_value handling.Dale Johannesen2010-03-11
* MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar2010-03-11
* MC: Sketch some TargetAsmBackend hooks we are going to need.Daniel Dunbar2010-03-11
* MC: Provide the target triple to AsmBackend constructors.Daniel Dunbar2010-03-11
* Add strncpy libcall creator. Use it when it should be used.Eric Christopher2010-03-11
* When outputing a non-lazy pointer for a stub, we may need to fill in the valueBill Wendling2010-03-11
* Added Thumb2 LDRD/STRD pre/post variants for disassembly only.Johnny Chen2010-03-11
* Fix ARM buildbot breakage.Bob Wilson2010-03-11
* add support, testcases, and dox for the new GHC callingChris Lattner2010-03-11
* Lower small memcpys to load/stores on Thumb2.Bob Wilson2010-03-11
* VirtRegRewriter spring cleaning. No functional change.Jakob Stoklund Olesen2010-03-11
* Work around a bug in the openbsd assembler on i386,Chris Lattner2010-03-11
* fix PR6533 by updating the br(xor) code to remember the caseChris Lattner2010-03-10
* Cosmetic: lengthen names and improve comments.Dale Johannesen2010-03-10
* Fix an obvious typo in an assert.Bob Wilson2010-03-10
* Add a bit along with the MCSymbols stored in the MachineModuleInfo maps thatBill Wendling2010-03-10
* Progress towards shepherding debug info through SelectionDAG.Dale Johannesen2010-03-10
* move PR6576 here.Chris Lattner2010-03-10
* Fix another bitwidth calculation to handle vector types; based on aDan Gohman2010-03-10
* MC/Mach-O: Use the MCAssembler symbol map instead of reconstructing.Daniel Dunbar2010-03-10
* MC: Move the backend section and symbol data maps to MCAssembler.Daniel Dunbar2010-03-10
* Make sure the LR gets pushed in functions that use vaargs. This fixesJim Grosbach2010-03-10
* comment why we use custom epilogue for t1 functions using vaargs.Jim Grosbach2010-03-10