summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar2011-03-17
* Move more logic into getTypeForExtArgOrReturn.Cameron Zwarich2011-03-17
* Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn().Cameron Zwarich2011-03-17
* Add comments for the demanglings. Correct mangled form of operator delete!Nick Lewycky2011-03-17
* Add "swi" which is an obsolete mnemonic for "svc".Nick Lewycky2011-03-17
* A couple new README entries.Eli Friedman2011-03-17
* Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger2011-03-17
* Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.Jakob Stoklund Olesen2011-03-17
* Add a LiveRangeEdit delegate callback before shrinking a live range.Jakob Stoklund Olesen2011-03-16
* Erase virtual registers that are unused after DCE.Jakob Stoklund Olesen2011-03-16
* Tag cached interference with a user-provided tag instead of the virtual regis...Jakob Stoklund Olesen2011-03-16
* Clarify debugging output.Jakob Stoklund Olesen2011-03-16
* The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byteCameron Zwarich2011-03-16
* Don't recompute something that we already have in a local variable.Cameron Zwarich2011-03-16
* Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fixDaniel Dunbar2011-03-16
* Add XCore intrinsics for setclk, setrdy.Richard Osborne2011-03-16
* Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...Renato Golin2011-03-16
* Add checkevent intrinsic to check if any resources owned by the current threadRichard Osborne2011-03-16
* Fix a comment.Cameron Zwarich2011-03-16
* lib/Support/raw_ostream.cpp: On mingw, report_fatal_error() should not be cal...NAKAMURA Takumi2011-03-16
* Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.NAKAMURA Takumi2011-03-16
* Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed ...NAKAMURA Takumi2011-03-16
* Tidy up. Whitespace and 80 column.Jim Grosbach2011-03-16
* Do not accidently initialize NumDbgValueLost and NumDbgLineLost counts.Devang Patel2011-03-16
* Only convert allocas to scalars if it is profitable. The profitability metric ICameron Zwarich2011-03-16
* Better use initializer lists.Cameron Zwarich2011-03-16
* Add a clarifying comment.Cameron Zwarich2011-03-16
* There were two issues fixed:Johnny Chen2011-03-15
* Add scei vendorJohn Thompson2011-03-15
* The VTBL (and VTBX) instructions are rather permissive concerning the masks theyBill Wendling2011-03-15
* Trace back through sibling copies to hoist spills and find rematerializable d...Jakob Stoklund Olesen2011-03-15
* Preserve both isPHIDef and isDefByCopy bits when copying parent values.Jakob Stoklund Olesen2011-03-15
* Some minor cleanups based on feedback.Bill Wendling2011-03-15
* Trailing whitespae.Jim Grosbach2011-03-15
* Clean up something noticed by Fritz.Cameron Zwarich2011-03-15
* Do not form thumb2 ldrd / strd if the offset is by multiple of 4. rdar://9133587Evan Cheng2011-03-15
* Don't indent cases in a switch, no functionality change.Richard Osborne2011-03-15
* On the XCore the scavenging slot should be closest to the SP.Richard Osborne2011-03-15
* Add XCore intrinsics for getps, setps, setsr and clrsr.Richard Osborne2011-03-15
* PTX: Set PTX 2.0 as the minimum supported versionJustin Holewinski2011-03-15
* Silence compiler warning about case values not being in the enumerated typeDuncan Sands2011-03-15
* Avoid a compiler warning about reg possibly being used uninitializedDuncan Sands2011-03-15
* Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.Cameron Zwarich2011-03-15
* Add C++ global operator {new,new[],delete,delete[]}(unsigned {int,long}) to theNick Lewycky2011-03-15
* Add a peephole optimization to optimize pairs of bitcasts. e.g.Evan Cheng2011-03-15
* PR9450: Make switch optimization in SimplifyCFG not dependent on the orderingEli Friedman2011-03-15
* sext(undef) = 0, because the top bits will all be the same.Evan Cheng2011-03-15
* Enabled disassembler support for AVX instructionsSean Callanan2011-03-15
* X86 table-generator and disassembler support for the AVXSean Callanan2011-03-15
* Remove getMinusSCEVForExitTest().Andrew Trick2011-03-15