summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Stop precomputing last split points, query the SplitAnalysis cache on demand.Jakob Stoklund Olesen2011-04-05
* Cache the fairly expensive last split point computation and provide a fastJakob Stoklund Olesen2011-04-05
* Revamp the SjLj "dispatch setup" intrinsic.Bill Wendling2011-04-05
* Just use BL all the time. It's safer that way.Eric Christopher2011-04-05
* Revert 123704; it broke threaded LLVM.Stuart Hastings2011-04-05
* Fix SRS/SRSW encoding bits.Johnny Chen2011-04-05
* A8.6.105 MULJohnny Chen2011-04-04
* RFE encoding should also specify the "should be" encoding bits.Johnny Chen2011-04-04
* Add missing file from r128851.Jim Grosbach2011-04-04
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-04
* Make OpcodeMask an unsigned long long literal to deal with overflow.Joerg Sonnenberger2011-04-04
* Allow coalescing with reserved physregs in certain cases:Jakob Stoklund Olesen2011-04-04
* Extract physreg joining policy to a separate method.Jakob Stoklund Olesen2011-04-04
* Fix incorrect alignment for NEON VST2b32_UPD.Johnny Chen2011-04-04
* Insert code in the right location when lowering PowerPC atomics.Jakob Stoklund Olesen2011-04-04
* - 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