summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add llvm-rtdyld support for loading 32-bit code.Jim Grosbach2011-03-18
* setExecutable() should default to success if there's nothing custom for it.Jim Grosbach2011-03-18
* Thumb2 PC-relative loads require a fixup rather than just an immediate.Owen Anderson2011-03-18
* Update list of link components for llvm-rtdyld.Oscar Fuentes2011-03-18
* Naming conventional tidy up.Jim Grosbach2011-03-18
* MachO file loader and execution utility.Jim Grosbach2011-03-18
* Avoid creating canonical induction variables for non-native types.Andrew Trick2011-03-18
* Tidy up.Jim Grosbach2011-03-18
* Support explicit argument forms for the X86 string instructions.Joerg Sonnenberger2011-03-18
* ptx: fix parameter order that is reversedChe-Liang Chiou2011-03-18
* ptx: add unconditional and conditional branchChe-Liang Chiou2011-03-18
* raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts.NAKAMURA Takumi2011-03-18
* Initialize the only-used-with-PPC-double-double parts of the APFloat class. ThisBill Wendling2011-03-18
* Simplify the computation of undefined symbols. Instead of walkingRafael Espindola2011-03-18
* Hoist spills when the same value is known to be in less loopy sibling registers.Jakob Stoklund Olesen2011-03-18
* Some release notes.Rafael Espindola2011-03-18
* Tweak CrashRecoveryContextCleanup::createCleanup() to use the 'delete' cleanu...Ted Kremenek2011-03-18
* tools/lto/LTOModule.cpp: Eliminate an unused variable.NAKAMURA Takumi2011-03-18
* llvm-bcanalyzer.cpp: Tweak format string to suppress warnings on mingw32-g++.NAKAMURA Takumi2011-03-18
* Accept instructions that read undefined values.Jakob Stoklund Olesen2011-03-18
* Be more accurate about the slot index reading a register when dealing with defsJakob Stoklund Olesen2011-03-18
* Add new CrashRecoveryContextCleanup subclass: CrashRecoveryContextDeleteClean...Ted Kremenek2011-03-18
* Check RequiresNullTerminator first, or we might read from an invalid address.Rafael Espindola2011-03-18
* Add a target-specific branchless method for double-width relationalEli Friedman2011-03-18
* Augment CrashRecoveryContext to have registered "cleanup" objects that can be...Ted Kremenek2011-03-18
* Add some svn:ignore properties.Eli Friedman2011-03-18
* FileCheck-ize and update test.Eli Friedman2011-03-18
* The disassembler for Thumb was wrongly adding 4 to the computed imm32 offset.Johnny Chen2011-03-18
* Remove TargetData and ValueTracking includes. I didn't mean for them to sneak...Andrew Trick2011-03-18
* There are two pseudos in this case that are Thumb mode, not one.Owen Anderson2011-03-17
* Added isValidRewrite() to check the result of ScalarEvolutionExpander.Andrew Trick2011-03-17
* whitespaceAndrew Trick2011-03-17
* Use RequiresNullTerminator to create buffers without a null terminatorRafael Espindola2011-03-17
* Try to not lose variable's debug info during instcombine.Devang Patel2011-03-17
* It used to be that t_addrmode_s4 was used for both:Johnny Chen2011-03-17
* Refactor into a separate utility function.Devang Patel2011-03-17
* BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied...Benjamin Kramer2011-03-17
* Add an argument to APInt's magic udiv calculation to specify the number of bi...Benjamin Kramer2011-03-17
* Dead code elimination may separate the live interval into multiple connected ...Jakob Stoklund Olesen2011-03-17
* Reapply: Add type output to llvm-dis annotations. Patch by Yuri!Stuart Hastings2011-03-17
* Add XCore intrinsic for setpsc.Richard Osborne2011-03-17
* 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