summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert 127813 while fixing broken test.Stuart Hastings2011-03-17
* Add type output to llvm-dis. Patch by Yuri!Stuart Hastings2011-03-17
* 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
* Change the signext language in LangRef to closer match zeroext.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
* test/CodeGen/X86/h-registers-1.ll: Add explicit -mtriple=x86_64-linux. It doe...NAKAMURA Takumi2011-03-17
* Add "swi" which is an obsolete mnemonic for "svc".Nick Lewycky2011-03-17
* A couple new README entries.Eli Friedman2011-03-17
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-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
* test/CodeGen/X86/constant-pool-remat-0.ll: FileCheck-ize and add explicit -mt...NAKAMURA Takumi2011-03-16
* 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
* Rename a test to be more inclusive.Cameron 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 a test for i1 zeroext arguments on x86-64. We currently generate code thatCameron Zwarich2011-03-16
* Add checkevent intrinsic to check if any resources owned by the current threadRichard Osborne2011-03-16
* test/CodeGen/X86: FileCheck-ize and add actions for x86_64-linux and x86_64-w...NAKAMURA Takumi2011-03-16
* test/CodeGen/X86: Add a pattern for Win64.NAKAMURA Takumi2011-03-16
* test/CodeGen/X86: FileCheck-ize and add explicit -mtriple=x86_64-linux. They ...NAKAMURA Takumi2011-03-16
* test/CodeGen/X86/byval*.ll: Win64 has not supported byval yet.NAKAMURA Takumi2011-03-16
* test/CodeGen/X86/dyn-stackalloc.ll: FileCheck-ize.NAKAMURA Takumi2011-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
* Add native integer type TargetData to some existing tests.Cameron Zwarich2011-03-16
* Better use initializer lists.Cameron Zwarich2011-03-16
* Add a clarifying comment.Cameron Zwarich2011-03-16
* Add TargetData::fitsInLegalInteger().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
* lit/ProgressBar.py: [PR7919] Improve line wrap for XN-incapable terminals.NAKAMURA Takumi2011-03-15
* Some minor cleanups based on feedback.Bill Wendling2011-03-15
* Trailing whitespae.Jim Grosbach2011-03-15