| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use vAny type to get rid of Neon intrinsics that differed only in whether | Bob Wilson | 2009-08-11 | 23 | -308/+253 |
* | Fix a few more places in TableGen that need to handle EVT::vAny types. | Bob Wilson | 2009-08-11 | 1 | -2/+4 |
* | llvm-mc/X86: Parse '*' correctly (in the way the matcher expects). | Daniel Dunbar | 2009-08-11 | 2 | -11/+10 |
* | llvm-mc: Accept .word as a synonym for .short | Daniel Dunbar | 2009-08-11 | 2 | -1/+6 |
* | llvm-mc: Honor -o option (and add -f). | Daniel Dunbar | 2009-08-11 | 1 | -2/+35 |
* | llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these | Daniel Dunbar | 2009-08-11 | 5 | -0/+118 |
* | llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ',' | Daniel Dunbar | 2009-08-11 | 2 | -4/+18 |
* | llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands. | Daniel Dunbar | 2009-08-11 | 2 | -75/+273 |
* | Fixed more problems caused by 78142. | Sanjiv Gupta | 2009-08-11 | 2 | -2/+5 |
* | Replace DOUT. | David Goodwin | 2009-08-11 | 2 | -19/+21 |
* | Use new EVT::vAny type to combine Neon intrinsics for VPADD. | Bob Wilson | 2009-08-11 | 3 | -14/+16 |
* | Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic | Bob Wilson | 2009-08-11 | 8 | -15/+54 |
* | Added the x86 INT instructions; both the special-case INT 3 and the general-case | Sean Callanan | 2009-08-11 | 1 | -0/+4 |
* | Fix bug in NEON convert for single-precision FP. This also fixes the tblgen w... | David Goodwin | 2009-08-11 | 1 | -4/+4 |
* | Lay the groundwork for my upcoming ilist sentinel shrinking patch | Gabor Greif | 2009-08-11 | 1 | -0/+11 |
* | Add stdlib.h | Jim Grosbach | 2009-08-11 | 1 | -0/+1 |
* | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 2009-08-11 | 25 | -80/+333 |
* | Enable Thumb2 instruction shrinking (32-bit to 16-bit) pass. Convert a bunch ... | Evan Cheng | 2009-08-10 | 27 | -85/+241 |
* | Modified VNInfo. The "copy" member is now a union which holds the copy for a ... | Lang Hames | 2009-08-10 | 7 | -46/+67 |
* | Fix a bug in the DAGCombiner's handling of multiple linked | Dan Gohman | 2009-08-10 | 2 | -3/+32 |
* | Fix a bug where DAGCombine was producing an illegal ConstantFP | Dan Gohman | 2009-08-10 | 2 | -19/+12 |
* | Use FileCheck. | David Goodwin | 2009-08-10 | 4 | -20/+28 |
* | Use FileCheck... its good for you... | David Goodwin | 2009-08-10 | 2 | -10/+14 |
* | Remove MDNode from ValueMap when MDNode is destroyed. | Devang Patel | 2009-08-10 | 2 | -1/+10 |
* | Fix test. | David Goodwin | 2009-08-10 | 1 | -1/+3 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 104 | -7079/+7079 |
* | Whitespace, 80-column, and isTwoAddress -> Constraints = "" changes. | Eric Christopher | 2009-08-10 | 1 | -32/+48 |
* | Rename MDNodeSet as MDNodes. | Devang Patel | 2009-08-10 | 2 | -2/+2 |
* | Fix test. | David Goodwin | 2009-08-10 | 1 | -2/+1 |
* | Align comments. | Devang Patel | 2009-08-10 | 1 | -1/+1 |
* | Use NEON for single-precision int<->FP conversions. | David Goodwin | 2009-08-10 | 7 | -21/+111 |
* | Do not rely on magic "llvm.dbg.*" global variable name to find debug info. | Devang Patel | 2009-08-10 | 2 | -45/+48 |
* | Keep track of DIType. | Devang Patel | 2009-08-10 | 2 | -4/+21 |
* | Remove a bunch of debugging code that was slowing PBQP down by 25% or so. | Owen Anderson | 2009-08-10 | 1 | -45/+0 |
* | Fix up whitespace, remove commented out code. | Eric Christopher | 2009-08-10 | 1 | -29/+14 |
* | llvm-mc/AsmParser: Disambiguate i64i8imm. | Daniel Dunbar | 2009-08-10 | 2 | -2/+10 |
* | llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call | Daniel Dunbar | 2009-08-10 | 3 | -10/+40 |
* | Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc. | Daniel Dunbar | 2009-08-10 | 2 | -11/+11 |
* | SimpleValueType-ify a few more methods on TargetLowering. | Owen Anderson | 2009-08-10 | 4 | -49/+53 |
* | Handle the constantfp created during post-legalization dag combiner phase. | Evan Cheng | 2009-08-10 | 2 | -0/+33 |
* | Continue the SimpleValueType-ification. | Owen Anderson | 2009-08-10 | 5 | -31/+29 |
* | Fix ocaml "make check" tests, that wasn't finding the proper c++ compiler. | Erick Tryzelaar | 2009-08-10 | 1 | -1/+1 |
* | Fix comment in llvm.mli. | Erick Tryzelaar | 2009-08-10 | 1 | -2/+2 |
* | Convert comments to C90-style so llvm-c can import DataTypes.h. | Erick Tryzelaar | 2009-08-10 | 2 | -55/+61 |
* | Fix docstring for ocaml binding's const_float. | Erick Tryzelaar | 2009-08-10 | 1 | -1/+1 |
* | llvm-mc/AsmMatcher: Remove some code which has been obsoleted by move to | Daniel Dunbar | 2009-08-10 | 1 | -24/+4 |
* | llvm-mc/AsmMatcher: Fix thinko, Mem isn't a subclass of Imm. | Daniel Dunbar | 2009-08-10 | 1 | -1/+1 |
* | We are not using FoldingSet for metadata uniquing anymore. | Devang Patel | 2009-08-10 | 2 | -15/+1 |
* | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson | 2009-08-10 | 19 | -33/+42 |
* | llvm-mc/AsmMatcher: Change assembler parser match classes to their own record | Daniel Dunbar | 2009-08-10 | 5 | -79/+101 |