aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Emit a more efficient magic number multiplication for exact sdivs.Benjamin Kramer2011-07-083-1/+43
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-0842-197/+235
* Make GVN look through extractvalues for recognised intrinsics. GVN can then C...Lang Hames2011-07-081-7/+54
* Raise assertion when MachineOperand has unexpected target flag.Akira Hatanaka2011-07-081-1/+2
* Make sure variable Kind is assigned a value to suppress warning.Akira Hatanaka2011-07-081-1/+1
* Let the inline asm 'q' constraint match float, and on 64-bit double too.Nick Lewycky2011-07-081-3/+3
* Go ahead and emit the barrier on x86-64 even without sse2. TheEric Christopher2011-07-081-3/+4
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-0713-107/+290
* Handle fpcr register.Eric Christopher2011-07-071-1/+2
* Add support for the X86 'l' constraint.Eric Christopher2011-07-071-0/+1
* Remove a FIXME. All of the standard ones are in the list.Eric Christopher2011-07-071-1/+0
* Remove unnecessary newline.Akira Hatanaka2011-07-071-1/+1
* Add DEBUG message.Devang Patel2011-07-071-0/+2
* Add Mode64Bit feature and sink it down to MC layer.Evan Cheng2011-07-076-92/+177
* Move a function out-of-line.Bill Wendling2011-07-071-0/+6
* Rather than having printMemOperand change the way memory operands are printedAkira Hatanaka2011-07-073-16/+21
* This patch adds a flag in MCAsmInfo that indicates whether dwarf registerAkira Hatanaka2011-07-072-1/+2
* Define class MipsMCInstLower.Akira Hatanaka2011-07-073-0/+161
* Change visibility of MipsAsmPrinter.Akira Hatanaka2011-07-072-60/+87
* Define class MipsMCSymbolRefExpr.Akira Hatanaka2011-07-073-0/+126
* Simplify MipsRegisterInfo::eliminateFrameIndex.Akira Hatanaka2011-07-071-33/+13
* Rewrite comment in English.Evan Cheng2011-07-071-1/+1
* Rename attribute 'thumb' to a more descriptive 'thumb-mode'.Evan Cheng2011-07-074-9/+10
* Reverse order of operands of address operand mem so that the base operand comesAkira Hatanaka2011-07-077-50/+50
* Add missing return statement.Akira Hatanaka2011-07-071-1/+3
* If known DebugLocs do not match then two DBG_VALUE machine instructions are n...Devang Patel2011-07-071-0/+5
* Recognize mipseb as alias for mips for symmetry with mipsel.Joerg Sonnenberger2011-07-071-1/+2
* Update CMake library dependenciesOscar Fuentes2011-07-071-2/+0
* Fix CMake buildDouglas Gregor2011-07-071-0/+2
* The VMLA instruction and its friends are not actually fused; they're plain oldCameron Zwarich2011-07-072-2/+2
* Sink feature IsThumb into MC layer.Evan Cheng2011-07-074-15/+34
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-0730-76/+118
* type can be nullChris Lattner2011-07-071-1/+1
* use a more efficient check for 'is metadata'Chris Lattner2011-07-071-5/+4
* Use ArrayRef instead of a std::vector&.Bill Wendling2011-07-072-3/+3
* Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. TheLang Hames2011-07-072-16/+36
* Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng2011-07-074-113/+124
* Add a target hook to encode the compact unwind information.Bill Wendling2011-07-074-9/+114
* Add DEBUG messages.Devang Patel2011-07-071-2/+9
* Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...Evan Cheng2011-07-077-91/+84
* Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion.Devang Patel2011-07-071-2/+2
* Fix a bug in the "expect" intrinsic lowering.Jakub Staszak2011-07-061-1/+4
* When tail-merging multiple blocks, make sure to correctly update the live-in ...Eli Friedman2011-07-062-10/+23
* Remove dead code.Devang Patel2011-07-061-2/+0
* Typo.Devang Patel2011-07-061-1/+1
* Clean up the #includes.Bill Wendling2011-07-061-5/+4
* Grammar and 80-col.Eric Christopher2011-07-061-7/+7
* Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to ...Devang Patel2011-07-061-11/+58
* Add ARM MC registry routines.Evan Cheng2011-07-067-12/+129
* Rename files for consistency.Evan Cheng2011-07-067-10/+10