2009-08-09 |
Daniel Dunbar | Disable this test for now, we don't check for super... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Implement user defined super classes. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Bob Wilson | Add tests for Neon VZIP and VUZP instructions. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Bob Wilson | Add a test for Neon VTRN instructions. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Separate instruction ordering for... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Bob Wilson | Change Neon table lookup (VTBL) and table extension... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | Extend comment on ParserMatchClass .td field, and add... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Define match classes in the .td... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Sketch infrastructure for ordering... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | STLExtras: Add less_ptr. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | fix edito |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Tweak string matcher (missed a... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | sink the 'name' and 'isdirective' state out of MCSectio... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anton Korobeynikov | Use subclassing to print lane-like immediates (w/o... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Tweak string matcher. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | remove nondeterminstic test. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | add a note about dead zero extends. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | 1. Make MCSection an abstract class. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | switch this to create coff sections for now, it doesn... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Eric Christopher | Add crc32 instruction and intrinsics. Add a new class... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Jakob Stoklund... | Add support for READCYCLECOUNTER in Blackfin back-end. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | add new PIC16Section class, this time hopefully not... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Switch token matching to use the... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | Revert r78501, it doesn't build. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | make PIC16 create its own custom MCSection. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | make target-specific TLOF impls (except PIC16) create... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | stub out PECOFF/MachO/ELF MCSection classes |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | eliminate TargetLoweringObjectFileSparc in favor of... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Jakob Stoklund... | Don't build illegal ops in DAGCombiner::SimplifyBinOpWi... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | give pic16 a target-specific section creation name too |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | now that getOrCreateSection is all object-file specific, |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | sink getOrCreateSection down into all the object file... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Eric Christopher | Fix some cut and paste-os. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | add a little function to do arbitrary string pattern... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | add another const |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | remove a useless anon-ns, make table const. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | Some ProfileInfo cleanups. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | Add a basic static ProfileInfo provider (ProfileEstimat... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Eric Christopher | Define intrinsics for crc instruction. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Bruno Cardoso... | Use reloc_absolute_word_sext relocation for X86::MOV64... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | More ProfileInfo improvements. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Bruno Cardoso... | ELF improvements: |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | Update CMake |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Jakob Stoklund... | Clean out per-function data after the machine code... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anton Korobeynikov | Add insert_elt / extract_elt patterns for v4f32 stuff. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anton Korobeynikov | Lane number should be printed w/o hash |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anton Korobeynikov | Use VLDM / VSTM to spill/reload 128-bit Neon registers |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Jakob Stoklund... | Update the machine code verifier to keep up with the... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Jakob Stoklund... | Remove RegisterScavenger::isSuperRegUsed(). This comple... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Jakob Stoklund... | Simplify RegScavenger::forward a bit more. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Andrew Lenharth | move this fp select into a pattern |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Benjamin Kramer | Always initialize AsmConds. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Benjamin Kramer | MSVC doesn't like member variables with the same name... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Improve match code. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Bob Wilson | Implement Neon VZIP and VUZP instructions. These are... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Bob Wilson | Implement Neon VTRN instructions. For now, anyway... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Switch to a unified function to... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Evan Cheng | Add a skeleton Thumb2 instruction size reduction pass. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Evan Cheng | Code refactoring. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Evan Cheng | tADDhirr should target GPR, not tGPR. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Evan Cheng | I can type. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | make printInstruction return void since its result... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | Fix some -Asserts unused variable warnings. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Andreas Bolka | Add another Strong-SIV testcase. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Chris Lattner | don't check the result of printInstruction anymore. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Anton Korobeynikov | Do not generate 32-bit call on win64 when imm does... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Chris Lattner | merge a bunch of tests together into one, convert to... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Bob Wilson | Add new intrinsics for Neon VTRN, VZIP and VUZP operati... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Daniel Dunbar | Add DEBUG_WITH_TYPE as a clean alternative to tweaking... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Bob Wilson | Convert more Neon tests to use FileCheck. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Chris Lattner | code cleanup |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Benjamin Kramer | Unbreak build. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
David Goodwin | Make NEON single-precision FP support the default for... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Chris Lattner | remove a bunch of now-dead crud from the asmprinter... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Chris Lattner | fix the column output stuff in the asmwriter from being... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Andreas Bolka | Fix copy-pasto. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Anton Korobeynikov | Unbreak the stuff |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Argyrios Kyrtzidis | Modifications to dyn_cast/cast to make them work for... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Kevin Enderby | Added Mac OS X assembler style conditional assembly... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Chris Lattner | fix comment pastos |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Evan Cheng | Back out some of recent register scavenger change by... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Andrew Lenharth | avoid this libcall with long inline expansion |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Anton Korobeynikov | 2 more vdup.32 cases |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Evan Cheng | A big oops. Thumb1 default CC is a def of CPSR, not... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Chris Lattner | strength reduce anonymous namespace to static. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Bill Wendling | Reformatting of lines. Put multiple DEBUG statements... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Evan Cheng | Thumb2 32-bit ldm / stm needs .w suffix if submode... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Daniel Dunbar | llvm-mc/AsmMatcher: Move emit for register -> enum... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Daniel Dunbar | XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Daniel Dunbar | MSVC warning fixes; patch by Stein Roger! |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Daniel Dunbar | llvm-mc/AsmMatcher: Tweaks in response to feedback. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Jeffrey Yasskin | To catch bugs like the one fixed in |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Evan Cheng | This is done. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Evan Cheng | Use 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Evan Cheng | Fix support to use NEON for single precision fp math. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Andreas Bolka | SIV/MIV classification for LDA. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Dale Johannesen | Rewrite previous patch to follow Chris' stylistic |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Devang Patel | Fix dom frontier update. This fixes PR4667. |
commit | commitdiff | tree | snapshot |
next |