aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ptx: add unconditional and conditional branchChe-Liang Chiou2011-03-186-26/+78
* raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts.NAKAMURA Takumi2011-03-182-1/+30
* Initialize the only-used-with-PPC-double-double parts of the APFloat class. ThisBill Wendling2011-03-181-13/+10
* Simplify the computation of undefined symbols. Instead of walkingRafael Espindola2011-03-182-46/+2
* Hoist spills when the same value is known to be in less loopy sibling registers.Jakob Stoklund Olesen2011-03-181-22/+148
* Some release notes.Rafael Espindola2011-03-181-2/+11
* Tweak CrashRecoveryContextCleanup::createCleanup() to use the 'delete' cleanu...Ted Kremenek2011-03-181-1/+1
* tools/lto/LTOModule.cpp: Eliminate an unused variable.NAKAMURA Takumi2011-03-181-1/+0
* llvm-bcanalyzer.cpp: Tweak format string to suppress warnings on mingw32-g++.NAKAMURA Takumi2011-03-181-5/+5
* Accept instructions that read undefined values.Jakob Stoklund Olesen2011-03-181-1/+9
* Be more accurate about the slot index reading a register when dealing with defsJakob Stoklund Olesen2011-03-181-4/+20
* Add new CrashRecoveryContextCleanup subclass: CrashRecoveryContextDeleteClean...Ted Kremenek2011-03-181-1/+13
* Check RequiresNullTerminator first, or we might read from an invalid address.Rafael Espindola2011-03-181-1/+1
* Add a target-specific branchless method for double-width relationalEli Friedman2011-03-183-16/+103
* Augment CrashRecoveryContext to have registered "cleanup" objects that can be...Ted Kremenek2011-03-182-1/+103
* Add some svn:ignore properties.Eli Friedman2011-03-180-0/+0
* FileCheck-ize and update test.Eli Friedman2011-03-181-6/+9
* The disassembler for Thumb was wrongly adding 4 to the computed imm32 offset.Johnny Chen2011-03-182-13/+5
* Remove TargetData and ValueTracking includes. I didn't mean for them to sneak...Andrew Trick2011-03-181-4/+0
* There are two pseudos in this case that are Thumb mode, not one.Owen Anderson2011-03-171-1/+1
* Added isValidRewrite() to check the result of ScalarEvolutionExpander.Andrew Trick2011-03-173-37/+118
* whitespaceAndrew Trick2011-03-171-18/+18
* Use RequiresNullTerminator to create buffers without a null terminatorRafael Espindola2011-03-173-12/+8
* Try to not lose variable's debug info during instcombine.Devang Patel2011-03-174-0/+92
* It used to be that t_addrmode_s4 was used for both:Johnny Chen2011-03-172-16/+22
* Refactor into a separate utility function.Devang Patel2011-03-173-29/+54
* 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