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 |
2009-08-06 |
Chris Lattner | go through PIC16TargetObjectFile to make sections inste... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Chris Lattner | reduce testcase. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Devang Patel | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Dan Gohman | Add assertion checks after the calls to LowerFormalArgu... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Dan Gohman | Remove an over-aggressive assert. Functions with empty... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Anton Korobeynikov | Add note about msys perl needed for windows/mingw32... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Anton Korobeynikov | Add tests for X86-64 code model handling. Small and... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Anton Korobeynikov | We need to sext global addresses in kernel code model... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Dan Gohman | Fix a bug in x86's PreprocessForRMW logic that was... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Dan Gohman | Fix a few places in DAGCombiner that were creating... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Anton Korobeynikov | Missed part of recent kernel codemodel tweaks |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Chris Lattner | add a testcase for my llvm-gcc hack. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Daniel Dunbar | Don't search the entire type table just to delete a... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Sanjiv Gupta | llvm-ld has a new option called -b to specify the name... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Chris Lattner | this passes. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Andreas Bolka | Simplify the ZIV tester to the max. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Sanjiv Gupta | XFAIL it while it is being worked on. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Bob Wilson | Add tests for new NEON vld instructions. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Bob Wilson | Neon does not actually have VLD{234}.64 instructions. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Bob Wilson | Convert more Neon tests to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Owen Anderson | Update unit test. |
commit | commitdiff | tree | snapshot |
next |