summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* - Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHTBruno Cardoso Lopes2011-04-04
* Move transformation of JmpLink and related nodes done during instruction sele...Akira Hatanaka2011-04-04
* PowerPC atomic pseudos clobber CR0, they don't read it.Jakob Stoklund Olesen2011-04-04
* Use X0 instead of R0 for the zero register on ppc64.Jakob Stoklund Olesen2011-04-04
* Add support for the VIA PadLock instructions.Joerg Sonnenberger2011-04-04
* Expand Op0Mask by one bit in preparation for the PadLock prefixes.Joerg Sonnenberger2011-04-04
* Stop caching basic block index ranges now that SlotIndexes can keep up.Jakob Stoklund Olesen2011-04-04
* Delete leftover data members.Jakob Stoklund Olesen2011-04-04
* Remove some support for ReturnInsts with multiple operands, and forJay Foad2011-04-04
* Region: Allow user control the printing style of the print function.Tobias Grosser2011-04-04
* Attempt to fix breakage from r128782 reported by Francois Pichet onEli Friedman2011-04-04
* Start migrating mach-o dumping facilities to the object file out of aEric Christopher2011-04-03
* Move Object.cpp out of VMCore and into Object.Eric Christopher2011-04-03
* Assorted bugfixes in object file handling:Eric Christopher2011-04-03
* Add a set of C bindings for the Object interface.Eric Christopher2011-04-03
* PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instructionEli Friedman2011-04-02
* Don't assume something which might be a constant expression is an instruction.Eli Friedman2011-04-02
* While SimplifyDemandedBits constant folds this, we can't rely on it here.Benjamin Kramer2011-04-02
* ptx: support setp's 4-operand formatChe-Liang Chiou2011-04-02
* Use InterferenceCache in RegAllocGreedy.Jakob Stoklund Olesen2011-04-02
* Add an InterferenceCache class for caching per-block interference ranges.Jakob Stoklund Olesen2011-04-02
* Use basic block numbers as indexes when mapping slot index ranges.Jakob Stoklund Olesen2011-04-02
* Do some peephole optimizations to remove pointless VMOVs from Neon to integerCameron Zwarich2011-04-02
* Add a RemoveFromWorklist method to DCI. This is needed to do some complicatedCameron Zwarich2011-04-02
* Fixed a bug in disassembly of STR_POST, where the immediate is the second ope...Johnny Chen2011-04-02
* Undo changes mistakenly made in revision 128750.Akira Hatanaka2011-04-02
* Insert space before ';' to prevent warnings.Akira Hatanaka2011-04-02
* Fixed MOVr for "should be" encoding bits for Inst{19-16} = 0b0000.Johnny Chen2011-04-01
* MOVs should have Inst{19-16} as 0b0000, otherwise, the instruction is UNPREDI...Johnny Chen2011-04-01
* Fix the instruction table entries for AI1_adde_sube_s_irs multiclass definiti...Johnny Chen2011-04-01
* Fix comment.Benjamin Kramer2011-04-01
* Tweaks to the icmp+sext-to-shifts optimization to address Frits' comments:Benjamin Kramer2011-04-01
* Avoid de-referencing pass beginning of a basic block. No small test case poss...Evan Cheng2011-04-01
* Remove redundant code. There are assignments to variables Base and Offset rig...Akira Hatanaka2011-04-01
* Simplifies logic for printing target flags.Akira Hatanaka2011-04-01
* When the architecture is explicitly armv6 or thumbv6, we need to mark the obj...Owen Anderson2011-04-01
* LDRD/STRD instructions should print both Rt and Rt2 in the asm string.Jim Grosbach2011-04-01
* Fix a LDRT/LDRBT decoding bug where for Encoding A2, if Inst{4} != 0, we shou...Johnny Chen2011-04-01
* Fix build.Benjamin Kramer2011-04-01
* InstCombine: Turn icmp + sext into bitwise/integer ops when the input has onl...Benjamin Kramer2011-04-01
* InstCombine: Move (sext icmp) transforms into their own method. No intended f...Benjamin Kramer2011-04-01
* Add comments.Evan Cheng2011-04-01
* Assign node order numbers to results of call instruction lowering. This shoul...Evan Cheng2011-04-01
* Modifies MipsAsmPrinter::isBlockOnlyReachableByFallthrough so that it handles...Akira Hatanaka2011-04-01
* Fix LDRi12 immediate operand, which was changed to be the second operand in $...Johnny Chen2011-04-01
* Add code for analyzing FP branches. Clean up branch Analysis functions.Akira Hatanaka2011-04-01
* Initialize HasVMLxForwarding.Benjamin Kramer2011-04-01
* Various Instructions' resizeOperands() methods are only used to grow theJay Foad2011-04-01
* While testing dragonegg I noticed that isCastable and getCastOpcodeDuncan Sands2011-04-01
* Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs.Evan Cheng2011-04-01