aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-0849-297/+318
* Make GVN look through extractvalues for recognised intrinsics. GVN can then C...Lang Hames2011-07-082-7/+101
* 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
* Fix more register allocation sensitive tests.Jakob Stoklund Olesen2011-07-083-8/+8
* Remove a test that no longer makes sense.Jakob Stoklund Olesen2011-07-081-121/+0
* Let the inline asm 'q' constraint match float, and on 64-bit double too.Nick Lewycky2011-07-082-4/+16
* Go ahead and emit the barrier on x86-64 even without sse2. TheEric Christopher2011-07-082-3/+19
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-0713-107/+290
* Fix CMake build's library dependencies.Chandler Carruth2011-07-071-1/+1
* Handle fpcr register.Eric Christopher2011-07-071-1/+2
* Add support for the X86 'l' constraint.Eric Christopher2011-07-072-0/+8
* 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-0711-98/+183
* Move a function out-of-line.Bill Wendling2011-07-072-4/+9
* 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-073-1/+9
* 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-072-5/+4
* 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
* Feature bits are 64-bits.Evan Cheng2011-07-071-1/+1
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-0733-109/+160
* 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-073-7/+8
* Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. TheLang Hames2011-07-073-20/+59
* Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng2011-07-0724-150/+161
* Add a target hook to encode the compact unwind information.Bill Wendling2011-07-076-14/+130
* Add isCodeGenOnly value to the CodeGenInstruction class.Jim Grosbach2011-07-072-0/+2
* Added a testcase for PR10220.Lang Hames2011-07-071-0/+15
* 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
* Typo.Jim Grosbach2011-07-061-1/+1
* Remove dead code.Devang Patel2011-07-061-2/+0