- 267a0ff Get the CPP backend into some semblance of working by updating for numerous LLVMContext changes, by Owen Anderson · 16 years ago
- 22cac0d Now that all the legal Neon shuffles (or at least the ones that have been by Bob Wilson · 16 years ago
- c1d287b Create a new ARM-specific DAG node, VDUP, to represent a splat from a by Bob Wilson · 16 years ago
- 0ce3710 During legalization, change Neon vdup_lane operations from shuffles to by Bob Wilson · 16 years ago
- c22e0b2 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target by Daniel Dunbar · 16 years ago
- 575327b Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API by Daniel Dunbar · 16 years ago
- 61466c5 Add X86 instruction printer support for printing MCValue operands. by Daniel Dunbar · 16 years ago
- a1efbbd Shrink ADR and LDR from constantpool late during constantpool island pass. by Evan Cheng · 16 years ago
- 1135a23 New entry. by Evan Cheng · 16 years ago
- fa9ca0f Make these matching rules more strict so that they don't by Dan Gohman · 16 years ago
- 7894578 TargetRegistry: Change AsmPrinter constructor to be typed as returning an by Daniel Dunbar · 16 years ago
- fdf229e Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 16 years ago
- 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- 67d894e TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the by Daniel Dunbar · 16 years ago
- a8c58d5 Reapply pieces of 78914 reverted in 78916, this has been fixed. by Daniel Dunbar · 16 years ago
- b42dad4 Revert 78892 and 78895, these break generating working executables on by Daniel Dunbar · 16 years ago
- f35d216 Add missing defs of R2 and D1. by Jim Grosbach · 16 years ago
- 95cf7e7 Remove obsoleted files (from AsmPrinter move) by Daniel Dunbar · 16 years ago
- e176fc9 Revert r78914, as it was breaking the build. by Owen Anderson · 16 years ago
- 2780609 Move PIC16 AsmPrinter to PIC16/AsmPrinter directory. by Sanjiv Gupta · 16 years ago
- 6d3d9c3 Finalize itineraries for cortex-a8 integer multiply by David Goodwin · 16 years ago
- 8db5cce Remove unnecessary newline by Jim Grosbach · 16 years ago
- 1add659 Correct comment wording by Jim Grosbach · 16 years ago
- b71b909 reintroduce support for Mips "small" section handling. This is by Chris Lattner · 16 years ago
- 48bd7e3 tPOP_RET now has predicate operands. by Evan Cheng · 16 years ago
- bfcbb50 Add a fixme message about canonicalizing floating-point vector types. by Bob Wilson · 16 years ago
- bab812b Revert r78852 for now. I want to do this differently, but I don't have time by Bob Wilson · 16 years ago
- bf04f72 fix typo, add 10.6 version of test for my previous patch. by Chris Lattner · 16 years ago
- e3736f8 Restore some "small section" support code, reverting my patch from r76936. by Chris Lattner · 16 years ago
- 86e5f7b It's ok to spill a tGPR register as long as it's still allocated a low register. by Evan Cheng · 16 years ago
- b2d3169 fix a minor fixme. When building with SL and later tools, the ".eh" symbols by Chris Lattner · 16 years ago
- b808588 Change MCSectionELF to represent a section semantically instead of by Bruno Cardoso Lopes · 16 years ago
- 2886506 Add a comment to describe why vector shuffles are legalized to custom DAG nodes. by Bob Wilson · 16 years ago
- d06791f Use cast<> instead of dyn_cast<> in places where the type is known. by Bob Wilson · 16 years ago
- cf20ac4 Various AsmWriter output cleanups. Use WriteAsOperand instead of by Dan Gohman · 16 years ago
- 38cff38 sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. by Chris Lattner · 16 years ago
- f991ecf Symbols with LinkerPrivateLinkage are weak. This allows WebKit to build again. by Dale Johannesen · 16 years ago
- 873bc4c make PIC16 unique its own sections instead of having mcontext do it. by Chris Lattner · 16 years ago
- c9d3152 add some comments: MCContext owns the MCSections, but it bump pointer allocates by Chris Lattner · 16 years ago
- e309cfa reject invalid code like: by Chris Lattner · 16 years ago
- 5dc47ff implement support for uniquing MachO sections. by Chris Lattner · 16 years ago
- a462920 some compiler don't get string from TLOF.h implicitly or something. by Chris Lattner · 16 years ago
- d3c4486f reduce #includage by Chris Lattner · 16 years ago
- af385ba Recognize Neon VDUP shuffles during legalization instead of selection. by Bob Wilson · 16 years ago
- d8e1757 Recognize Neon VREV shuffles during legalization instead of selection. by Bob Wilson · 16 years ago
- a9ad041 This void is implicit in C++. by Dan Gohman · 16 years ago
- 114a266 Generate Neon VTBL and VTBX instructions from the corresponding intrinsics. by Bob Wilson · 16 years ago
- a634062 Use PadToColumn instead of tabs. by Dan Gohman · 16 years ago
- 3aaccff PredCC is meant to be 2 bits wide, like PredCC1. by Evan Cheng · 16 years ago
- 1a8f36e Enhance the InstrStage object to enable the specification of an Itinerary with overlapping stages. The default is to maintain the current behavior that the "next" stage immediately follows the previous one. by David Goodwin · 16 years ago
- bff3923 Add catch block handling to SjLj exception handling. by Jim Grosbach · 16 years ago
- 9f7d60f Fix TableGen warnings. This partly reverts my previous change to this file, by Bob Wilson · 16 years ago
- bfbc1de change CBE to just get TAI now, instead of TM to get TAI. by Chris Lattner · 16 years ago
- 9ca9daa Transform -X/C to X/-C, implementing a README.txt entry. by Dan Gohman · 16 years ago
- 9338493 CMake: Added asm file to x86_64 MSVC build. by Oscar Fuentes · 16 years ago
- 378756c register naming cleanup (s/ip/r12/) by Jim Grosbach · 16 years ago
- a7ac47c Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
- d6eb635 Move immediate constant predicate templates from the Blackfin target to MathExtras.h by Jakob Stoklund Olesen · 16 years ago
- 007ea27 Shrink Thumb2 movcc instructions. by Evan Cheng · 16 years ago
- e0d7fe8 Remove another Darwin assembler workaround. by Evan Cheng · 16 years ago
- c972165 80 col violation. by Evan Cheng · 16 years ago
- ea253b9 Remove an Darwin assembler workaround. by Evan Cheng · 16 years ago
- 05c269c Shrink ADDS, ADC, RSB, and SUBS. by Evan Cheng · 16 years ago
- dbd3c0e Add missing chain operands for VLD* and VST* instructions. by Bob Wilson · 16 years ago
- 23b9b19 Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. by Owen Anderson · 16 years ago
- c98077b prune #include by Chris Lattner · 16 years ago
- 5940c02 prune #includage. by Chris Lattner · 16 years ago
- 6b883e3 fix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout from r78742 by Chris Lattner · 16 years ago
- ce914b8 change the -x86-asm-syntax=intel/att flag to be in X86TAI by Chris Lattner · 16 years ago
- b89030a Shrinkify Thumb2 r = add sp, imm. by Evan Cheng · 16 years ago
- 09652df second half of commit. by Chris Lattner · 16 years ago
- 5b67bb1 pass "is64Bit" flag into PPC TAI ctors instead of a whole targetmachine. by Chris Lattner · 16 years ago
- 74da671 eliminate asmflavor from subtarget, PPCTAI is the only client by Chris Lattner · 16 years ago
- e2b0601 Change the asmprinter to print the comment character before the by Chris Lattner · 16 years ago
- 546952f Allow a zero cycle stage to reserve/require a FU without advancing the cycle counter. by David Goodwin · 16 years ago
- e28a2e8 factorize more darwin TAI stuff. Note that this gives by Chris Lattner · 16 years ago
- 0c420fc X86/AsmParser: Mark MOV64GSrm, MOV64FSrm, GS_MOV32rm, FS_MOV32rm as codegen only. by Daniel Dunbar · 16 years ago
- e2811a7 factorize darwin ProtectedDirective and SetDirective. by Chris Lattner · 16 years ago
- 7417b76 Add 'isCodeGenOnly' bit to Instruction .td records. by Daniel Dunbar · 16 years ago
- b6ba9c3 all darwin targets have .space and .zerofill, pull up. by Chris Lattner · 16 years ago
- 5f28ffe eliminate template from arm TAI by Chris Lattner · 16 years ago
- 4b15279 fix a bug I introduced in r78724 that caused failures in: by Chris Lattner · 16 years ago
- c89ecc5 move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminate by Chris Lattner · 16 years ago
- 766b5ef Fix warnings. by Owen Anderson · 16 years ago
- a1a1f02 eliminate the X86TargetAsmInfo template. by Chris Lattner · 16 years ago
- b08ae6b Added ADD instructions with rAX as one parameter to the Intel instruction by Sean Callanan · 16 years ago
- 4b322e5 Shrinkify Thumb2 load / store multiple instructions. by Evan Cheng · 16 years ago
- 59fc42d llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be by Daniel Dunbar · 16 years ago
- 825b72b Split EVT into MVT and EVT, the former representing _just_ a primitive type, while by Owen Anderson · 16 years ago
- 0a31d2f pass the TargetTriple down from each target ctor to the by Chris Lattner · 16 years ago
- 92319e2 now that JumpTableDirective can differentate picness itself, MIPS TAI by Chris Lattner · 16 years ago
- dfab291 split "JumpTableDirective" (an existing hack) into a PIC and nonPIC by Chris Lattner · 16 years ago
- 5aa1684 Add Thumb2 eh_sjlj_setjmp implementation by Jim Grosbach · 16 years ago
- cdc17eb fix GetInstSizeInBytes for eh_sjlj_setjmp by Jim Grosbach · 16 years ago
- 02552de move some 32-bit instrs to x86instrinfo.td by Chris Lattner · 16 years ago
- 327365e This void is implicit in C++. by Benjamin Kramer · 16 years ago
- ffef8ac Tidy #includes. by Dan Gohman · 16 years ago
- 3108222 Simplify this code. The case where one class is GR64RegClass and the by Dan Gohman · 16 years ago
- 764ab52 Whitespace cleanup. Remove trailing whitespace. by Jim Grosbach · 16 years ago
- f128787 Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cstdlib> in the header. by Jim Grosbach · 16 years ago