summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-28
* ARM Allow 'q' registers in VLD/VST vector lists.Jim Grosbach2011-10-28
* Remove the Alpha backend.Dan Gohman2011-10-27
* Add some NEON stores to the VLD decoding hook that were accidentally omitted ...Owen Anderson2011-10-27
* Also set addrmode6 alignment when align==size.Jakob Stoklund Olesen2011-10-27
* ARM isel for vld1, opcode selection for register stride post-index pseudos.Jim Grosbach2011-10-27
* If we're searching for a symbol reference to pretty-print a scattered relocat...Owen Anderson2011-10-27
* Avoid partial CPSR dependency from loop backedges. rdar://10357570Evan Cheng2011-10-27
* Fix pretty printing of i386 local sect diff relocations, TLV relocations, and...Owen Anderson2011-10-27
* Add a pinned metadata name for fpaccuracy, and document itPeter Collingbourne2011-10-27
* 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