summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Hoist spills when the same value is known to be in less loopy sibling registers.Jakob Stoklund Olesen2011-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
* 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
* 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
* Add XCore intrinsic for setpsc.Richard Osborne2011-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
* 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