| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix some -Asserts unused variable warnings. | Daniel Dunbar | 2009-08-08 | 2 | -6/+5 |
* | Add another Strong-SIV testcase. | Andreas Bolka | 2009-08-08 | 1 | -0/+28 |
* | don't check the result of printInstruction anymore. | Chris Lattner | 2009-08-08 | 6 | -24/+11 |
* | Do not generate 32-bit call on win64 when imm does not fit | Anton Korobeynikov | 2009-08-07 | 2 | -2/+11 |
* | rename test | Chris Lattner | 2009-08-07 | 1 | -0/+0 |
* | merge a bunch of tests together into one, convert to filecheck which | Chris Lattner | 2009-08-07 | 5 | -64/+60 |
* | Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling these | Bob Wilson | 2009-08-07 | 1 | -0/+18 |
* | Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. | Daniel Dunbar | 2009-08-07 | 2 | -7/+34 |
* | Convert more Neon tests to use FileCheck. | Bob Wilson | 2009-08-07 | 9 | -40/+127 |
* | code cleanup | Chris Lattner | 2009-08-07 | 1 | -20/+18 |
* | Unbreak build. | Benjamin Kramer | 2009-08-07 | 1 | -8/+8 |
* | Make NEON single-precision FP support the default for cortex-a8 (again). | David Goodwin | 2009-08-07 | 10 | -1/+19 |
* | remove a bunch of now-dead crud from the asmprinter and TAI interfaces. | Chris Lattner | 2009-08-07 | 4 | -61/+0 |
* | fix the column output stuff in the asmwriter from being dynamic and | Chris Lattner | 2009-08-07 | 2 | -15/+47 |
* | Fix copy-pasto. | Andreas Bolka | 2009-08-07 | 1 | -2/+2 |
* | Unbreak the stuff | Anton Korobeynikov | 2009-08-07 | 1 | -2/+2 |
* | Modifications to dyn_cast/cast to make them work for objects too, instead of ... | Argyrios Kyrtzidis | 2009-08-07 | 1 | -4/+7 |
* | Added Mac OS X assembler style conditional assembly. I may come back and see if | Kevin Enderby | 2009-08-07 | 4 | -2/+223 |
* | fix comment pastos | Chris Lattner | 2009-08-07 | 1 | -2/+2 |
* | Back out some of recent register scavenger change by John Mosby. It broke a n... | Evan Cheng | 2009-08-07 | 1 | -27/+14 |
* | avoid this libcall with long inline expansion | Andrew Lenharth | 2009-08-07 | 1 | -1/+30 |
* | 2 more vdup.32 cases | Anton Korobeynikov | 2009-08-07 | 3 | -1/+34 |