aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied...Benjamin Kramer2011-03-172-9/+33
* Add an argument to APInt's magic udiv calculation to specify the number of bi...Benjamin Kramer2011-03-173-3/+7
* Dead code elimination may separate the live interval into multiple connected ...Jakob Stoklund Olesen2011-03-176-23/+47
* Reapply: Add type output to llvm-dis annotations. Patch by Yuri!Stuart Hastings2011-03-172-4/+3
* Add XCore intrinsic for setpsc.Richard Osborne2011-03-173-1/+15
* Revert 127813 while fixing broken test.Stuart Hastings2011-03-171-1/+1
* Add type output to llvm-dis. Patch by Yuri!Stuart Hastings2011-03-171-1/+1
* MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar2011-03-172-1/+9
* Move more logic into getTypeForExtArgOrReturn.Cameron Zwarich2011-03-174-15/+18
* Change the signext language in LangRef to closer match zeroext.Cameron Zwarich2011-03-171-2/+3
* Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn().Cameron Zwarich2011-03-174-6/+6
* Add comments for the demanglings. Correct mangled form of operator delete!Nick Lewycky2011-03-171-4/+6
* test/CodeGen/X86/h-registers-1.ll: Add explicit -mtriple=x86_64-linux. It doe...NAKAMURA Takumi2011-03-171-1/+1
* Add "swi" which is an obsolete mnemonic for "svc".Nick Lewycky2011-03-171-0/+1
* A couple new README entries.Eli Friedman2011-03-171-0/+36
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-03-176-42/+45
* Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger2011-03-172-2/+15
* Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.Jakob Stoklund Olesen2011-03-174-52/+40
* test/CodeGen/X86/constant-pool-remat-0.ll: FileCheck-ize and add explicit -mt...NAKAMURA Takumi2011-03-161-4/+12
* Add a LiveRangeEdit delegate callback before shrinking a live range.Jakob Stoklund Olesen2011-03-163-1/+19
* Erase virtual registers that are unused after DCE.Jakob Stoklund Olesen2011-03-161-4/+12
* Tag cached interference with a user-provided tag instead of the virtual regis...Jakob Stoklund Olesen2011-03-163-7/+16
* Clarify debugging output.Jakob Stoklund Olesen2011-03-163-7/+17
* The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byteCameron Zwarich2011-03-166-10/+43
* Rename a test to be more inclusive.Cameron Zwarich2011-03-161-0/+0
* Don't recompute something that we already have in a local variable.Cameron Zwarich2011-03-161-2/+2
* Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fixDaniel Dunbar2011-03-162-116/+2
* Add XCore intrinsics for setclk, setrdy.Richard Osborne2011-03-163-1/+29
* Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...Renato Golin2011-03-162-2/+116
* Add a test for i1 zeroext arguments on x86-64. We currently generate code thatCameron Zwarich2011-03-161-0/+23
* Add checkevent intrinsic to check if any resources owned by the current threadRichard Osborne2011-03-164-55/+160
* test/CodeGen/X86: FileCheck-ize and add actions for x86_64-linux and x86_64-w...NAKAMURA Takumi2011-03-1610-24/+54
* test/CodeGen/X86: Add a pattern for Win64.NAKAMURA Takumi2011-03-167-22/+141
* test/CodeGen/X86: FileCheck-ize and add explicit -mtriple=x86_64-linux. They ...NAKAMURA Takumi2011-03-1612-24/+62
* test/CodeGen/X86/byval*.ll: Win64 has not supported byval yet.NAKAMURA Takumi2011-03-165-9/+102
* test/CodeGen/X86/dyn-stackalloc.ll: FileCheck-ize.NAKAMURA Takumi2011-03-161-3/+6
* Fix a comment.Cameron Zwarich2011-03-161-3/+3
* lib/Support/raw_ostream.cpp: On mingw, report_fatal_error() should not be cal...NAKAMURA Takumi2011-03-161-0/+8
* Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.NAKAMURA Takumi2011-03-161-1/+8
* Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed ...NAKAMURA Takumi2011-03-161-1/+11
* Tidy up. Whitespace and 80 column.Jim Grosbach2011-03-162-17/+20
* Do not accidently initialize NumDbgValueLost and NumDbgLineLost counts.Devang Patel2011-03-161-4/+4
* Only convert allocas to scalars if it is profitable. The profitability metric ICameron Zwarich2011-03-162-2/+43
* Add native integer type TargetData to some existing tests.Cameron Zwarich2011-03-162-2/+2
* Better use initializer lists.Cameron Zwarich2011-03-161-5/+2
* Add a clarifying comment.Cameron Zwarich2011-03-161-1/+1
* Add TargetData::fitsInLegalInteger().Cameron Zwarich2011-03-161-1/+12
* There were two issues fixed:Johnny Chen2011-03-152-13/+12
* Add scei vendorJohn Thompson2011-03-152-1/+5
* The VTBL (and VTBX) instructions are rather permissive concerning the masks theyBill Wendling2011-03-151-0/+8