| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 13 | -110/+161 |
* | Use subclassing to print lane-like immediates (w/o hash) eliminating | Anton Korobeynikov | 2009-08-08 | 5 | -32/+37 |
* | llvm-mc/AsmMatcher: Tweak string matcher. | Daniel Dunbar | 2009-08-08 | 1 | -26/+28 |
* | remove nondeterminstic test. | Chris Lattner | 2009-08-08 | 1 | -13/+0 |
* | add a note about dead zero extends. | Chris Lattner | 2009-08-08 | 1 | -0/+49 |
* | 1. Make MCSection an abstract class. | Chris Lattner | 2009-08-08 | 11 | -157/+136 |
* | switch this to create coff sections for now, it doesn't really matter for | Chris Lattner | 2009-08-08 | 2 | -5/+5 |
* | Add crc32 instruction and intrinsics. Add a new class of prefix | Eric Christopher | 2009-08-08 | 6 | -0/+131 |
* | Add support for READCYCLECOUNTER in Blackfin back-end. | Jakob Stoklund Olesen | 2009-08-08 | 4 | -5/+46 |
* | add new PIC16Section class, this time hopefully not breaking the build :) | Chris Lattner | 2009-08-08 | 3 | -2/+40 |
* | llvm-mc/AsmMatcher: Switch token matching to use the new string matcher. | Daniel Dunbar | 2009-08-08 | 2 | -35/+37 |
* | Revert r78501, it doesn't build. | Daniel Dunbar | 2009-08-08 | 2 | -37/+1 |
* | make PIC16 create its own custom MCSection. | Chris Lattner | 2009-08-08 | 2 | -1/+37 |
* | make target-specific TLOF impls (except PIC16) create target-specific | Chris Lattner | 2009-08-08 | 3 | -9/+9 |
* | stub out PECOFF/MachO/ELF MCSection classes | Chris Lattner | 2009-08-08 | 2 | -3/+47 |
* | eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. | Chris Lattner | 2009-08-08 | 7 | -34/+45 |
* | Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands(). | Jakob Stoklund Olesen | 2009-08-08 | 2 | -3/+5 |
* | give pic16 a target-specific section creation name too | Chris Lattner | 2009-08-08 | 2 | -35/+33 |
* | now that getOrCreateSection is all object-file specific, | Chris Lattner | 2009-08-08 | 4 | -165/+137 |
* | sink getOrCreateSection down into all the object file implementations, | Chris Lattner | 2009-08-08 | 4 | -14/+51 |
* | Fix some cut and paste-os. | Eric Christopher | 2009-08-08 | 1 | -3/+3 |
* | add a little function to do arbitrary string pattern matching in a | Chris Lattner | 2009-08-08 | 1 | -3/+138 |
* | add another const | Chris Lattner | 2009-08-08 | 1 | -1/+1 |
* | remove a useless anon-ns, make table const. | Chris Lattner | 2009-08-08 | 1 | -6/+1 |
* | Some ProfileInfo cleanups. | Daniel Dunbar | 2009-08-08 | 5 | -19/+19 |
* | Add a basic static ProfileInfo provider (ProfileEstimatorPass). | Daniel Dunbar | 2009-08-08 | 5 | -0/+266 |
* | Define intrinsics for crc instruction. | Eric Christopher | 2009-08-08 | 1 | -0/+20 |
* | Use reloc_absolute_word_sext relocation for X86::MOV64(ri/mi)32 instructions,... | Bruno Cardoso Lopes | 2009-08-08 | 1 | -2/+2 |
* | More ProfileInfo improvements. | Daniel Dunbar | 2009-08-08 | 7 | -91/+157 |
* | ELF improvements: | Bruno Cardoso Lopes | 2009-08-08 | 4 | -58/+114 |
* | Update CMake | Daniel Dunbar | 2009-08-08 | 1 | -0/+1 |
* | Clean out per-function data after the machine code verifier is done with it. | Jakob Stoklund Olesen | 2009-08-08 | 1 | -0/+8 |
* | Add insert_elt / extract_elt patterns for v4f32 stuff. | Anton Korobeynikov | 2009-08-08 | 1 | -19/+30 |
* | Lane number should be printed w/o hash | Anton Korobeynikov | 2009-08-08 | 2 | -11/+11 |
* | Use VLDM / VSTM to spill/reload 128-bit Neon registers | Anton Korobeynikov | 2009-08-08 | 5 | -10/+30 |
* | Update the machine code verifier to keep up with the scavenger. | Jakob Stoklund Olesen | 2009-08-08 | 1 | -12/+22 |
* | Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mist... | Jakob Stoklund Olesen | 2009-08-08 | 3 | -41/+9 |
* | Simplify RegScavenger::forward a bit more. | Jakob Stoklund Olesen | 2009-08-08 | 3 | -66/+80 |
* | move this fp select into a pattern | Andrew Lenharth | 2009-08-08 | 2 | -22/+9 |
* | Always initialize AsmConds. | Benjamin Kramer | 2009-08-08 | 1 | -0/+2 |
* | MSVC doesn't like member variables with the same name as the class. | Benjamin Kramer | 2009-08-08 | 1 | -13/+13 |
* | llvm-mc/AsmMatcher: Improve match code. | Daniel Dunbar | 2009-08-08 | 4 | -131/+319 |
* | Implement Neon VZIP and VUZP instructions. These are very similar to VTRN, | Bob Wilson | 2009-08-08 | 2 | -16/+70 |
* | Implement Neon VTRN instructions. For now, anyway, these are selected | Bob Wilson | 2009-08-08 | 2 | -0/+48 |
* | llvm-mc/AsmMatcher: Switch to a unified function to convert operands to MCInst, | Daniel Dunbar | 2009-08-08 | 1 | -42/+73 |
* | Add a skeleton Thumb2 instruction size reduction pass. | Evan Cheng | 2009-08-08 | 2 | -1/+219 |
* | Code refactoring. No functionality change. | Evan Cheng | 2009-08-08 | 4 | -22/+31 |
* | tADDhirr should target GPR, not tGPR. | Evan Cheng | 2009-08-08 | 1 | -1/+1 |
* | I can type. | Evan Cheng | 2009-08-08 | 1 | -1/+1 |
* | make printInstruction return void since its result is omitted. Make the | Chris Lattner | 2009-08-08 | 14 | -25/+25 |