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 |
2009-08-07 |
Andreas Bolka | Fix Strong-SIV testcase. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Sanjiv Gupta | Minor fixes to avoid using invalid debugloc. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Benjamin Kramer | Simplify code and avoid allocations. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Daniel Dunbar | Improve disabling of X86 AsmMatcher. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Daniel Dunbar | Disable X86 AsmMatcher for now, it is causing gcc-4... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Daniel Dunbar | llvm-mc/AsmMatcher: Move to a slightly more sane matchi... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Evan Cheng | Error out, rather than infinite looping, if constant... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Evan Cheng | Another coalescer bug. When a dead copy is eliminated... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Evan Cheng | tBfar is bl, which clobbers LR. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Sanjiv Gupta | Run memsel inserter just before emit assembly to avoid... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Daniel Dunbar | Update CMake. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Daniel Dunbar | Remove unused function. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Andrew Lenharth | These should be expanded |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Dan Gohman | Use std::string() instead of std::string(""). |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Dan Gohman | Fix a bunch of namespace pollution. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Evan Cheng | It turns out most of the thumb2 instructions are not... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Evan Cheng | Code clean up. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Lang Hames | Added legal stuff, fixed some formatting issues. Remove... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Dale Johannesen | Add the testcase from PR 4668. This works at the |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Lang Hames | New C++ PBQP solver. Currently about as fast (read... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Dale Johannesen | Fix PR 4626, a crash in branch folding after OptimizeBlock |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Dale Johannesen | Use stripPointerCasts instead of partially rewriting it. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Jakob Stoklund... | Vanity. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Nicolas Geoffray | Output the new StructType constructor, which takes... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Jakob Stoklund... | Get rid of RegScavenger::backwards() before the bitrot... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Devang Patel | Use DebugInfoFinder |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Devang Patel | Use DebugInfoFinder. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Bob Wilson | Implement Neon VST[234] operations. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Bob Wilson | Fix incorrect intrinsic declarations. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Dale Johannesen | Testcase for llvm-gcc 78324 (although in normal |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Dan Gohman | Tidy up this testcase. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
David Goodwin | Add parameter to pattern classes to enable an itinerary... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Chris Lattner | Fix several fixmes and clean up code by sinking *all... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
John Mosby | Reg Scavenging generalization (Thumb support): |
commit | commitdiff | tree | snapshot |
next |