| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix cmake build, which has a different -I that | Shantonu Sen | 2009-09-18 | 1 | -1/+1 |
* | Make a new X8632_MachoTargetObjectFile TLOF implementation whose | Chris Lattner | 2009-09-18 | 5 | -27/+47 |
* | Model the carry bit on ppc32. Without this we could | Dale Johannesen | 2009-09-18 | 3 | -28/+60 |
* | Add support for using the FLAGS result of or, xor, and and instructions | Dan Gohman | 2009-09-18 | 4 | -5/+365 |
* | Added RCL and RCR (rotate left and right with a | Sean Callanan | 2009-09-18 | 2 | -0/+124 |
* | This file can need access to the X86 instruction enums when the table exceeds... | Chris Lattner | 2009-09-18 | 1 | -0/+1 |
* | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov | 2009-09-18 | 1 | -0/+1 |
* | pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, | Chris Lattner | 2009-09-17 | 3 | -0/+4 |
* | Added the LODS (load byte into register, usually | Sean Callanan | 2009-09-16 | 2 | -0/+10 |
* | Added the LAR (load segment access rights) | Sean Callanan | 2009-09-16 | 2 | -0/+21 |
* | Added the LOOP family of instructions to the Intel | Sean Callanan | 2009-09-16 | 1 | -0/+6 |
* | Added an alternate form of register-register CMP | Sean Callanan | 2009-09-16 | 2 | -0/+8 |
* | Expand vector floating-point conversions not supported by NEON. | Bob Wilson | 2009-09-16 | 1 | -0/+6 |
* | Fix incorrect assert that should be a user error for code like 'mov $0, %%eax'. | Kevin Enderby | 2009-09-16 | 1 | -1/+2 |
* | move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter | Chris Lattner | 2009-09-16 | 4 | -43/+44 |
* | revert a hunk of r82018 that wasn't supposed to go in yet. | Chris Lattner | 2009-09-16 | 1 | -0/+5 |
* | add a new MachineModuleInfoMachO class, which is the per-module | Chris Lattner | 2009-09-16 | 1 | -5/+0 |
* | tidy up | Chris Lattner | 2009-09-16 | 1 | -3/+3 |
* | rearrange X86ATTAsmPrinter::doFinalization, making a scan of | Chris Lattner | 2009-09-16 | 2 | -33/+43 |
* | remove the AsmPrinter::printMCInst hook hack now that | Chris Lattner | 2009-09-16 | 1 | -2/+1 |
* | fix cmake build | Shantonu Sen | 2009-09-16 | 1 | -0/+1 |
* | Do not try and sink a load whose chain result has more than one use, when | Nate Begeman | 2009-09-16 | 1 | -2/+5 |
* | Added the ENTER instruction, which sets up a stack | Sean Callanan | 2009-09-16 | 1 | -0/+5 |
* | Added the definitions for one-bit left shifts to | Sean Callanan | 2009-09-16 | 2 | -4/+15 |
* | Removed a few instructions that were already | Sean Callanan | 2009-09-16 | 1 | -5/+0 |
* | Big change #1 for personality function references: | Chris Lattner | 2009-09-16 | 6 | -12/+103 |
* | Added a variety of floating-point and SSE instructions. | Sean Callanan | 2009-09-16 | 2 | -0/+51 |
* | Expand some more vector operations not supported by Neon. | Bob Wilson | 2009-09-16 | 1 | -0/+6 |
* | Neon does not support vector divide or remainder. Expand them. | Bob Wilson | 2009-09-16 | 1 | -0/+8 |
* | eliminate the PPC backend's implementation of EmitExternalGlobal | Chris Lattner | 2009-09-16 | 2 | -15/+3 |
* | Expand all v2f64 arithmetic operations for Neon. | Bob Wilson | 2009-09-15 | 1 | -0/+27 |
* | Added far return instructions (that is, returns to | Sean Callanan | 2009-09-15 | 1 | -0/+4 |
* | Updated comments per Eli's suggestion. | Sean Callanan | 2009-09-15 | 2 | -2/+4 |
* | Added register-to-register ADD instructions to the | Sean Callanan | 2009-09-15 | 2 | -0/+13 |
* | Added a new register class for segment registers | Sean Callanan | 2009-09-15 | 3 | -0/+25 |
* | Change the marker byte for stubs from 0xcd to 0xce (another form of | Dale Johannesen | 2009-09-15 | 1 | -3/+6 |
* | fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace... | Chris Lattner | 2009-09-15 | 1 | -1/+1 |
* | add missing file | Chris Lattner | 2009-09-15 | 1 | -0/+32 |
* | Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex. This occurs for | Bob Wilson | 2009-09-15 | 1 | -0/+5 |
* | Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov. | Sandeep Patel | 2009-09-15 | 1 | -2/+2 |
* | several major improvements to the sparc backend: support for weak linkage | Chris Lattner | 2009-09-15 | 8 | -48/+197 |
* | Remove invalid add_dependencies line to unbreak the CMake build. | Ted Kremenek | 2009-09-15 | 1 | -1/+1 |
* | Don't pull a load through a callseq_start if the load's chain | Dan Gohman | 2009-09-15 | 1 | -1/+2 |
* | Modified the Intel instruction tables to include | Sean Callanan | 2009-09-15 | 2 | -4/+37 |
* | Added the first bits of the ARM target assembler to llvm-mc. For now it only | Kevin Enderby | 2009-09-15 | 4 | -1/+115 |
* | On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit of | Dan Gohman | 2009-09-15 | 1 | -3/+5 |
* | trivial whitespace cleanup | Jim Grosbach | 2009-09-14 | 1 | -2/+2 |
* | add PR# | Chris Lattner | 2009-09-14 | 1 | -0/+1 |
* | PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart. | Chris Lattner | 2009-09-14 | 1 | -1/+1 |
* | Change MCAsmStreamer to take an MCInstPrinter instead of a | Chris Lattner | 2009-09-14 | 1 | -0/+16 |