- b7479c0 llvm-mc/AsmMatcher: Switch to a unified function to convert operands to MCInst, by Daniel Dunbar · 16 years ago
- 3eff16e Add a skeleton Thumb2 instruction size reduction pass. by Evan Cheng · 16 years ago
- 8fb9036 Code refactoring. No functionality change. by Evan Cheng · 16 years ago
- 57834cd tADDhirr should target GPR, not tGPR. by Evan Cheng · 16 years ago
- 34f8a02 I can type. by Evan Cheng · 16 years ago
- 41aefdc make printInstruction return void since its result is omitted. Make the by Chris Lattner · 16 years ago
- 8a1871d Fix some -Asserts unused variable warnings. by Daniel Dunbar · 16 years ago
- e2652f2 Add another Strong-SIV testcase. by Andreas Bolka · 16 years ago
- 2698cb6 don't check the result of printInstruction anymore. by Chris Lattner · 16 years ago
- 941222e Do not generate 32-bit call on win64 when imm does not fit by Anton Korobeynikov · 16 years ago
- ce0e9ab rename test by Chris Lattner · 16 years ago
- eed4657 merge a bunch of tests together into one, convert to filecheck which by Chris Lattner · 16 years ago
- 9e699cc Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling these by Bob Wilson · 16 years ago
- c3c9239 Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. by Daniel Dunbar · 16 years ago
- e9ce5d5 Convert more Neon tests to use FileCheck. by Bob Wilson · 16 years ago
- 5f51cd0 code cleanup by Chris Lattner · 16 years ago
- fadf131 Unbreak build. by Benjamin Kramer · 16 years ago
- 767a952 Make NEON single-precision FP support the default for cortex-a8 (again). by David Goodwin · 16 years ago
- db0a970 remove a bunch of now-dead crud from the asmprinter and TAI interfaces. by Chris Lattner · 16 years ago
- 59e8677 fix the column output stuff in the asmwriter from being dynamic and by Chris Lattner · 16 years ago
- 8a11c98 Fix copy-pasto. by Andreas Bolka · 16 years ago
- a55fd4a Unbreak the stuff by Anton Korobeynikov · 16 years ago
- 8b6d86d Modifications to dyn_cast/cast to make them work for objects too, instead of only pointers. by Argyrios Kyrtzidis · 16 years ago
- c114ed7 Added Mac OS X assembler style conditional assembly. I may come back and see if by Kevin Enderby · 16 years ago
- b124be4 fix comment pastos by Chris Lattner · 16 years ago
- c40f613 Back out some of recent register scavenger change by John Mosby. It broke a number of ARM tests. by Evan Cheng · 16 years ago
- 7116b7b avoid this libcall with long inline expansion by Andrew Lenharth · 16 years ago
- 32a1b25 2 more vdup.32 cases by Anton Korobeynikov · 16 years ago
- fcc7163 A big oops. Thumb1 default CC is a def of CPSR, not a use of CPSR. by Evan Cheng · 16 years ago
- 3d4ad29 strength reduce anonymous namespace to static. by Chris Lattner · 16 years ago
- 23510d3 tidy up by Chris Lattner · 16 years ago
- 1232167 Reformatting of lines. Put multiple DEBUG statements under one DEBUG statement. by Bill Wendling · 16 years ago
- d77c7ab Thumb2 32-bit ldm / stm needs .w suffix if submode is ia. by Evan Cheng · 16 years ago
- 2234e5e llvm-mc/AsmMatcher: Move emit for register -> enum matcher into a separate routine. by Daniel Dunbar · 16 years ago
- ef80fe1 XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feels by Daniel Dunbar · 16 years ago
- 482cccd MSVC warning fixes; patch by Stein Roger! by Daniel Dunbar · 16 years ago
- 2724915 llvm-mc/AsmMatcher: Tweaks in response to feedback. by Daniel Dunbar · 16 years ago
- 0d5bd59 To catch bugs like the one fixed in by Jeffrey Yasskin · 16 years ago
- f12288e This is done. by Evan Cheng · 16 years ago
- e118cb6 Use 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR registers in Thumb2 mode. by Evan Cheng · 16 years ago
- 1d2426c Fix support to use NEON for single precision fp math. by Evan Cheng · 16 years ago
- 699db99 SIV/MIV classification for LDA. by Andreas Bolka · 16 years ago
- 1c5a287 Rewrite previous patch to follow Chris' stylistic by Dale Johannesen · 16 years ago
- b7f40c1 Fix dom frontier update. This fixes PR4667. Patch by Jakub Staszak. by Devang Patel · 16 years ago
- bdab0e9 Fix Strong-SIV testcase. by Andreas Bolka · 16 years ago
- 394a1a2 Minor fixes to avoid using invalid debugloc. by Sanjiv Gupta · 16 years ago
- b8d222d Simplify code and avoid allocations. by Benjamin Kramer · 16 years ago
- 6812cd1 Improve disabling of X86 AsmMatcher. by Daniel Dunbar · 16 years ago
- 7ddca30 Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory on by Daniel Dunbar · 16 years ago
- 20927f2 llvm-mc/AsmMatcher: Move to a slightly more sane matching design. by Daniel Dunbar · 16 years ago
- b6879b2 Error out, rather than infinite looping, if constant island pass can't converge. by Evan Cheng · 16 years ago
- 15c592d Another coalescer bug. When a dead copy is eliminated, transfer the kill to a def of the exact register rather than a super-register. by Evan Cheng · 16 years ago
- 53c67c0 tBfar is bl, which clobbers LR. by Evan Cheng · 16 years ago
- 85019e1 Run memsel inserter just before emit assembly to avoid tinkering by other passes. by Sanjiv Gupta · 16 years ago
- 08ada17 Update CMake. by Daniel Dunbar · 16 years ago
- 0912e58 Remove unused function. by Daniel Dunbar · 16 years ago
- a3c6073 These should be expanded by Andrew Lenharth · 16 years ago
- 1eaf391 Use std::string() instead of std::string(""). by Dan Gohman · 16 years ago
- 7db949d Fix a bunch of namespace pollution. by Dan Gohman · 16 years ago
- 748f98f Fix a typo in a comment. by Dan Gohman · 16 years ago
- 8619864 It turns out most of the thumb2 instructions are not allowed to touch SP. The semantics of such instructions are unpredictable. We have just been lucky that tests have been passing. by Evan Cheng · 16 years ago
- 3a3cce5 Code clean up. by Evan Cheng · 16 years ago
- caaf120 Added legal stuff, fixed some formatting issues. Removed the graph generator stuff as it was only meant for debugging the solver. by Lang Hames · 16 years ago
- 4a20e51 Add the testcase from PR 4668. This works at the by Dale Johannesen · 16 years ago
- 6699fb2 New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based solver, but I'll be working to improve that. The PBQP allocator has been updated to use the new solver. by Lang Hames · 16 years ago
- 14e545d Fix PR 4626, a crash in branch folding after OptimizeBlock by Dale Johannesen · 16 years ago
- 7671124 Use stripPointerCasts instead of partially rewriting it. by Dale Johannesen · 16 years ago
- 268e35d Vanity. by Jakob Stoklund Olesen · 16 years ago
- 6f62cff Output the new StructType constructor, which takes the context of the by Nicolas Geoffray · 16 years ago
- 31f5591 Get rid of RegScavenger::backwards() before the bitrot spreads. by Jakob Stoklund Olesen · 16 years ago
- bceda93 Remove dead code. by Devang Patel · 16 years ago
- 2251666 Use DebugInfoFinder by Devang Patel · 16 years ago
- 734068a Use DebugInfoFinder. by Devang Patel · 16 years ago
- b36ec86 Implement Neon VST[234] operations. by Bob Wilson · 16 years ago
- 004f7c7 Fix incorrect intrinsic declarations. by Bob Wilson · 16 years ago
- 27698eb Testcase for llvm-gcc 78324 (although in normal by Dale Johannesen · 16 years ago
- 8e1593e Tidy up this testcase. by Dan Gohman · 16 years ago
- 8b7d7ad Add parameter to pattern classes to enable an itinerary to be specified for instructions. For now just use the existing itineraries or NoItinerary. by David Goodwin · 16 years ago
- 24f654c Fix several fixmes and clean up code by sinking *all* section by Chris Lattner · 16 years ago
- e0161ea Reg Scavenging generalization (Thumb support): by John Mosby · 16 years ago
- 759b888 go through PIC16TargetObjectFile to make sections instead of by Chris Lattner · 16 years ago
- fc60eb4 reduce testcase. by Chris Lattner · 16 years ago
- 27a201d Fix comment. by Devang Patel · 16 years ago
- 5e86606 Add assertion checks after the calls to LowerFormalArguments, LowerCall, by Dan Gohman · 16 years ago
- e483fed Remove an over-aggressive assert. Functions with empty struct return by Dan Gohman · 16 years ago
- 2bc8ef1 Add note about msys perl needed for windows/mingw32 builds. by Anton Korobeynikov · 16 years ago
- 04d1f2e Add tests for X86-64 code model handling. Small and kernel for now. by Anton Korobeynikov · 16 years ago
- d7697d0 We need to sext global addresses in kernel code model, not zext by Anton Korobeynikov · 16 years ago
- aae317a Fix a bug in x86's PreprocessForRMW logic that was exposed by Dan Gohman · 16 years ago
- 5cbd37e Fix a few places in DAGCombiner that were creating all-ones-bits by Dan Gohman · 16 years ago
- 186fa1d Missed part of recent kernel codemodel tweaks by Anton Korobeynikov · 16 years ago
- a03a60b add a testcase for my llvm-gcc hack. by Chris Lattner · 16 years ago
- 8113c67 Don't search the entire type table just to delete a type by name. by Daniel Dunbar · 16 years ago
- 902cf02 llvm-ld has a new option called -b to specify the name of bitcode output file, use that. by Sanjiv Gupta · 16 years ago
- 067fd32 this passes. by Chris Lattner · 16 years ago
- 6151f67 Simplify the ZIV tester to the max. by Andreas Bolka · 16 years ago
- e90acce XFAIL it while it is being worked on. by Sanjiv Gupta · 16 years ago
- 9b600c6 Add tests for new NEON vld instructions. by Bob Wilson · 16 years ago
- 0cedab9 Neon does not actually have VLD{234}.64 instructions. by Bob Wilson · 16 years ago
- 3765d0f Convert more Neon tests to FileCheck. by Bob Wilson · 16 years ago