| Commit message (Expand) | Author | Age | Files | Lines |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -0/+2 |
* | Move insertps mask decoding to header file | Bruno Cardoso Lopes | 2010-09-02 | 1 | -28/+0 |
* | Move decoding of insertps back to avoid unused warnings in x86 isel lowering,... | Bruno Cardoso Lopes | 2010-09-02 | 1 | -2/+30 |
* | Move x86 specific shuffle mask decoding to its own header, it's also going to... | Bruno Cardoso Lopes | 2010-09-02 | 1 | -140/+16 |
* | add a bunch more common shuffles to the instprinter. | Chris Lattner | 2010-08-29 | 1 | -6/+178 |
* | I have manually decoded the imm field of an insertps one too many | Chris Lattner | 2010-08-28 | 5 | -0/+220 |
* | Update CMake files. | Daniel Dunbar | 2010-07-20 | 1 | -2/+0 |
* | fix a layering problem by moving the x86 implementation | Chris Lattner | 2010-07-19 | 4 | -1456/+0 |
* | Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! | Bruno Cardoso Lopes | 2010-07-19 | 2 | -0/+7 |
* | Accept registers with P modifier. PR 5314. | Dale Johannesen | 2010-07-16 | 1 | -0/+4 |
* | fix indentation | Chris Lattner | 2010-07-14 | 1 | -9/+7 |
* | Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h, | Chris Lattner | 2010-07-14 | 1 | -5/+8 |
* | Start the support for AVX instructions with 256-bit %ymm registers. A couple of | Bruno Cardoso Lopes | 2010-07-09 | 2 | -0/+7 |
* | have the mc lowering process handle a few tail call forms, lowering them to | Chris Lattner | 2010-07-09 | 1 | -3/+18 |
* | reject pseudo instructions early in the encoder. | Chris Lattner | 2010-07-09 | 1 | -1/+0 |
* | Change LEA to have 5 operands for its memory operand, just | Chris Lattner | 2010-07-08 | 5 | -48/+28 |
* | Print undefined/unknown debug value as "undef". | Devang Patel | 2010-07-07 | 1 | -1/+6 |
* | Accept RIP-relative symbols with 'i' constraint, and | Dale Johannesen | 2010-07-06 | 1 | -0/+2 |
* | Fix PR7545 crash. | Devang Patel | 2010-07-06 | 1 | -3/+3 |
* | Hack to let the move lowering handle dynamic-no-pic absolute moves of | Eric Christopher | 2010-06-17 | 1 | -4/+15 |
* | Add first pass at darwin tls compiler support. | Eric Christopher | 2010-06-03 | 2 | -0/+16 |
* | MC/X86: Lower TAILCALLd[64] to JMP_1, to allow relaxation and to avoid same | Daniel Dunbar | 2010-05-19 | 1 | -0/+10 |
* | MC/X86: Strip spurious operands from TAILJMPr64 as we do for CALL64r and | Daniel Dunbar | 2010-05-19 | 1 | -3/+5 |
* | MC/X86: Lower MOV{8,16,32,64}{rm,mr} to fixed-register forms, as appropriate. | Daniel Dunbar | 2010-05-19 | 1 | -9/+50 |
* | MC/X86: Strip spurious operands from CALL64r as we do for CALL64pcrel32, to | Daniel Dunbar | 2010-05-19 | 1 | -6/+8 |
* | make mcinstlower remove all but the first operand to CALL64pcrel32. | Chris Lattner | 2010-05-18 | 1 | -1/+11 |
* | MC/X86: Implement custom lowering to make sure we match things like | Daniel Dunbar | 2010-05-18 | 1 | -0/+68 |
* | I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it | Duncan Sands | 2010-05-11 | 2 | -2/+2 |
* | updated handling dllexport in X86AsmPrinter | Nathan Jeffords | 2010-05-09 | 1 | -8/+22 |
* | made COFF target dllexport logic apply to all subtargets | Nathan Jeffords | 2010-05-09 | 1 | -28/+26 |
* | break coff symbol definition stuff out into proper MCStreamer callbacks, | Chris Lattner | 2010-05-08 | 1 | -13/+13 |
* | Use overloaded operators instead of DIDescriptor::getNode() | Devang Patel | 2010-05-07 | 1 | -1/+1 |
* | switch MCSectionCOFF from a syntactic to semantic representation, | Chris Lattner | 2010-05-07 | 1 | -3/+1 |
* | Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g. | Devang Patel | 2010-04-29 | 1 | -0/+2 |
* | Emit debug info for byval parameters. | Devang Patel | 2010-04-28 | 2 | -0/+13 |
* | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman | 2010-04-17 | 1 | -4/+4 |
* | Use const_cast instead of a C-style cast to cast away const. | Dan Gohman | 2010-04-17 | 1 | -1/+1 |
* | Use .set expression for x86 pic jump table reference to reduce assembly reloc... | Evan Cheng | 2010-04-12 | 1 | -0/+9 |
* | remove the TargetLoweringObjectFileMachO::getMachoSection | Chris Lattner | 2010-04-08 | 1 | -11/+8 |
* | Move printing of target-indepedent DEBUG_VALUE comments | Dale Johannesen | 2010-04-07 | 1 | -48/+10 |
* | Revert 100573, it's causing some testsuite problems. | Dale Johannesen | 2010-04-06 | 1 | -1/+67 |
* | Move printing of DEBUG_VALUE comments to target-independent place. | Dale Johannesen | 2010-04-06 | 1 | -67/+1 |
* | just have all targets create the DwarfWriter. | Chris Lattner | 2010-04-05 | 1 | -6/+0 |
* | simplify various getAnalysisUsage implementations. | Chris Lattner | 2010-04-05 | 1 | -2/+0 |
* | clean up the asmprinter header and privatize some stuff. | Chris Lattner | 2010-04-04 | 1 | -1/+1 |
* | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner | 2010-04-04 | 2 | -4/+2 |
* | streamerize printing of dbg_value, the x86 backend is now fully | Chris Lattner | 2010-04-04 | 1 | -3/+6 |
* | split DEBUG_VALUE printing stuff out to its own method. | Chris Lattner | 2010-04-04 | 2 | -58/+63 |
* | mc'ize elf stub printing, convert cygwin stuff to EmitRawText, | Chris Lattner | 2010-04-04 | 1 | -12/+15 |
* | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner | 2010-04-04 | 2 | -4/+7 |