summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Reapply commit 143028 with a fix: the problem was casting a ConstantExpr MulDuncan Sands2011-10-27
* Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix andKevin Enderby2011-10-27
* Thumb2 t2LDMDB[_UPD] assembly parsing to recognize .w suffix.Jim Grosbach2011-10-27
* Expose relocation accessors through the libObject C API.Owen Anderson2011-10-27
* Thumb2 t2MVNi assembly parsing to recognize ".w" suffix.Jim Grosbach2011-10-27
* Add relocation iterators to the libObject C API.Owen Anderson2011-10-27
* BlockFrequency: Use a smarter overflow check.Benjamin Kramer2011-10-27
* Revert Duncan's r143028 expression folding which appears to be the culpritBob Wilson2011-10-27
* LLLexer: Factor hex char parsing.Benjamin Kramer2011-10-27
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Don't crash on 128-bit sdiv by constant. Found by inspection.Eli Friedman2011-10-27
* It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...Eli Friedman2011-10-27
* A branch predicated on a constant can just FastEmit an unconditional branch.Chad Rosier2011-10-27
* Rename NonScalarIntSafe to something more appropriate.Lang Hames2011-10-26
* Add a TODO comment. FastISel works by parsing each basic block from the bottomChad Rosier2011-10-26
* Factor a little more code into EmitCmp, which should have been done in the firstChad Rosier2011-10-26
* Use EmitCmp in SelectBranch. No functional change intended.Chad Rosier2011-10-26
* Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky2011-10-26
* Factor out an EmitCmp function that can be used by both SelectCmp andChad Rosier2011-10-26
* Trailing whitespace.Jim Grosbach2011-10-26
* Thumb2 ldr pc-relative encoding fixes.Jim Grosbach2011-10-26
* Fixes an issue reported by -verify-machineinstrs.Rafael Espindola2011-10-26
* ARM parse parenthesized expressions for label references.Jim Grosbach2011-10-26
* This commit introduces two fake instructions MORESTACK_RET andRafael Espindola2011-10-26
* Make sure short memsets on ARM lower to stores, even when optimizing for size.Lang Hames2011-10-26
* The maximum power of 2 dividing a power of 2 is itself. This occursDuncan Sands2011-10-26
* Add support for scattered relocations to the MachO relocatation pretty printer.Owen Anderson2011-10-26
* On an ELF system, ".debug_str" is mergeable and contains null terminated stringsNick Lewycky2011-10-26
* The order of the two symbol listings in a Macho x86_64 subtractor relocation ...Owen Anderson2011-10-26
* Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern.Jim Grosbach2011-10-26
* Include the full 64 bits of relocation data in the type info for MachO reloca...Owen Anderson2011-10-26
* Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson2011-10-26
* Improve pretty printing of GOT relocations in MachO on x86_64.Owen Anderson2011-10-26
* My super-optimizer noticed that we weren't folding this expression toDuncan Sands2011-10-26
* Simplify SplitVecRes_UnaryOp by removing all the code that isDuncan Sands2011-10-26
* Revert r142530 at least temporarily while a discussion is had on llvm-commits...James Molloy2011-10-26
* Use a worklist to prevent the iterator from becoming invalidated because of t...Bill Wendling2011-10-26
* Remove unused variable.Eric Christopher2011-10-26
* Don't use floating point to do an integer's job.Jakob Stoklund Olesen2011-10-26
* Disable LICM speculation in high register pressure situation again now that D...Evan Cheng2011-10-26
* Revert part of r142530. The patch potentially hurts performance especiallyEvan Cheng2011-10-26
* Reapply r142920 with fix:Bill Wendling2011-10-26
* The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang2011-10-26
* Object/Archive: Cleanup anon namespace.Michael J. Spencer2011-10-25
* Object/Archive: Add BSD style long file name support and skip internal members.Michael J. Spencer2011-10-25
* Remove extraneous printing of "-PC".Owen Anderson2011-10-25
* Add support for the notion of "hidden" relocations. On MachO, these are relo...Owen Anderson2011-10-25
* Remove a couple redundant checks.Eli Friedman2011-10-25
* Make assert() message more informative.Jim Grosbach2011-10-25
* Teach the MachO relocation pretty-printer to interpret ARM half-relocations.Owen Anderson2011-10-25