- c692cb7 Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations, by Bob Wilson · 16 years ago
- 162da3c Add fcopysign instructions by Anton Korobeynikov · 16 years ago
- 9085750 Try again at privatizing the layout info map, with a rewritten patch. by Owen Anderson · 16 years ago
- fc9489a Expand few nodes until someone will be crazy enough to implement them natively :) by Anton Korobeynikov · 16 years ago
- 2a5b155 Typo :( by Anton Korobeynikov · 16 years ago
- 324a99f Correct instruction names for subtract-with-borrow by Anton Korobeynikov · 16 years ago
- 3c2734c Handle 'r' inline asm constraint by Anton Korobeynikov · 16 years ago
- 1c3858a Fix a problem noticed by gcc-4.4: by Duncan Sands · 16 years ago
- e6c94c8 Fix -Asserts warning. by Daniel Dunbar · 16 years ago
- 25f1aa0 Fix a typo by Anton Korobeynikov · 16 years ago
- eaa8b1f Add a pass to do call graph analyis to overlay the autos and frame sections of by Sanjiv Gupta · 16 years ago
- d083dfb More cpp backend fixes. Now for FP stuff. by Anton Korobeynikov · 16 years ago
- 051cfd6 Fix some typos and use type-based isel for VZIP/VUZP/VTRN by Anton Korobeynikov · 16 years ago
- 1c8e581 Add lowering of ARM 4-element shuffles to multiple instructios via perfectshuffle-generated table. by Anton Korobeynikov · 16 years ago
- 62e84f1 Add nodes & dummy matchers for some v{zip,uzp,trn} instructions by Anton Korobeynikov · 16 years ago
- 8e6c2b9 Expand EXTRACT_SUBVECTOR by Anton Korobeynikov · 16 years ago
- 5da894f Provide vext.{16,32} by Anton Korobeynikov · 16 years ago
- d0ac234 Use masks not nodes for vector shuffle predicates. Provide set of 'legal' masks, so legalizer won't infinite cycle by Anton Korobeynikov · 16 years ago
- 9d7a8cc Remove #include <iostream>. by Bill Wendling · 16 years ago
- d4b4cf5 Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as by Bob Wilson · 16 years ago
- 2ea2015 Re-revert r79555. Apparently it's not just buildbot weirdness. by Owen Anderson · 16 years ago
- 28998d1 Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdnesss. by Owen Anderson · 16 years ago
- 607abd2 --- Reverse-merging r79555 into '.': by Bill Wendling · 16 years ago
- 89bc0a2 part of the previous commit for PIC16 ISR implementation. by Sanjiv Gupta · 16 years ago
- eb01aba Implement support for ISRs. by Sanjiv Gupta · 16 years ago
- d9b2071 Make the StructType->StructLayout table private to TargetData, allowing us to avoid locking on it. by Owen Anderson · 16 years ago
- 47234e6 Fixed PCMPESTRM128 to have opcode 0x60 instead of 0x62, as specified by the by Sean Callanan · 16 years ago
- ef74e9b Fix an x86 code size regression: prefer RIP-relative addressing by Dan Gohman · 16 years ago
- 89d177f Fix an obvious copy-n-paste bug. by Evan Cheng · 16 years ago
- d35626e Update and fix some comments. by Dan Gohman · 16 years ago
- 231843e Add an extra line to conform with preferred style. by Dale Johannesen · 16 years ago
- ce4eb39 Modify an assert to avoid what looks like a GCC 4.2.4 signed-ness bug. by Reid Kleckner · 16 years ago
- 7bcec7e Handle 'a' modifier in X86 asms. PR 4742. by Dale Johannesen · 16 years ago
- 781c2b8 Fixed error in CPPBackend from a contextification API change. by Reid Kleckner · 16 years ago
- 6bd4aca Remove temporary testing code. by Dan Gohman · 16 years ago
- 6a402dc Add an x86 peep that narrows TEST instructions to forms that use by Dan Gohman · 16 years ago
- 5d598aa Update Cortex-A8 instruction itineraries for integer instructions. by David Goodwin · 16 years ago
- de95c1b8 Add support for Neon VEXT (vector extract) shuffles. by Bob Wilson · 16 years ago
- 6c2f9e1 eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 16 years ago
- b120ab4 Implement sse4.2 string/text processing instructions: by Eric Christopher · 16 years ago
- c0823fe Simplify RegScavenger::FindUnusedReg. by Jakob Stoklund Olesen · 16 years ago
- 1123135 Add support for mergeable sections back into the XCore backend. by Richard Osborne · 16 years ago
- a9e8334 Put data with relocations in the same sections as data without relocations. by Richard Osborne · 16 years ago
- 35c3531 fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections by Chris Lattner · 16 years ago
- 848c293 Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on linux. by Anton Korobeynikov · 16 years ago
- 090d73c remove some pointless null switchtosections. The IntelAsmPrinter doesn't really work anyway. by Chris Lattner · 16 years ago
- 51f3996 Fix revsh pattern. by Evan Cheng · 16 years ago
- 79e6408 add support for some targetflags on GV operands. This allows us to by Chris Lattner · 16 years ago
- 25103a2 Fix function alignment at -Os on x86 to be 1, not 2. getFunctionAlignment by Dan Gohman · 16 years ago
- 5cfd4dd PowerPC inline asm was emitting two output operands by Dale Johannesen · 16 years ago
- 76d5ccf Clear the uniquing table when initializing TLOF to avoid a crash when the TLOF is reinitialized with a different MCContext. by Benjamin Kramer · 16 years ago
- 2a5e23b Update getSectionForConstant() to to allow mergable sections to be nulled out by Richard Osborne · 16 years ago
- 8f4b1ec the MinPad argument to PadToColumn only really makes sense to be 1, by Chris Lattner · 16 years ago
- face41a Avoid emitting XMM save code in soft-float or no-implicit-float mode by Dan Gohman · 16 years ago
- e646d04 Delete an unused field. by Dan Gohman · 16 years ago
- 9ae7d44 Fix use after free in Thumb2SizeReduction (PR4707). A MachineInstr was used after erasure. by Benjamin Kramer · 16 years ago
- 80c7643 Styalistic and format changes. No functionality change. by Bill Wendling · 16 years ago
- 9b60e04 add support for external symbols + X86::MOVPC32r. by Chris Lattner · 16 years ago
- 30c74a2 implement support for lowering references to global addresses. For example, we now by Chris Lattner · 16 years ago
- f5af556 more formatting improvements, no functionality change. by Chris Lattner · 16 years ago
- d8638ba code formatting improvements, no functionality change. by Chris Lattner · 16 years ago
- 3f5bb16 An overhaul of the exception handling code. This is arguably more correct than by Bill Wendling · 16 years ago
- af56634 Reapply r79127. It was fixed by d0k. by Bill Wendling · 16 years ago
- f865ea8 Revert r79127. It was causing compilation errors. by Bill Wendling · 16 years ago
- 088880c Change allowsUnalignedMemoryAccesses to take type argument since some targets by Evan Cheng · 16 years ago
- b6ab299 the .eh_frame sections we generate need to be writable (which by Chris Lattner · 16 years ago
- bad9def Use the new API for creating an OpaqueType. by Nicolas Geoffray · 16 years ago
- 5f0b748 tidy up by Chris Lattner · 16 years ago
- ab2a663 Update cpp generation with new LLVM API for primitive types. by Nicolas Geoffray · 16 years ago
- bfa79b8 Revert a few changes that were done in 78603. by Sanjiv Gupta · 16 years ago
- 1c8c15f Move XCore AsmPrinter to XCore/AsmPrinter directory. by Richard Osborne · 16 years ago
- 6b16eff Add support for the PowerPC 64-bit SVR4 ABI. by Tilmann Scheller · 16 years ago
- bc9b754 Turn on if-conversion for thumb2. by Evan Cheng · 16 years ago
- ad27d77 update for rename. by Chris Lattner · 16 years ago
- c077621 rename PIC16Section.h -> MCSectionPIC16.h for consistency with by Chris Lattner · 16 years ago
- 97d37b6 cmake likes its explicit list of files to build. by Chris Lattner · 16 years ago
- 760e24c use XCore-specific section with xcore specific cp/dp flags to restore by Chris Lattner · 16 years ago
- 203b3e9 If ELF subtargets don't want to support 4/8/16-byte mergable sections, allow by Chris Lattner · 16 years ago
- 7d996d9 add support for target-specific ELF section flags, add a new MCSectionXCore by Chris Lattner · 16 years ago
- bd51c67 Simplify a few more things, eliminating a few more dependencies on by Dan Gohman · 16 years ago
- 010b1b9 Do not use frame register to reference fixed stack objects if the function is frameless. by Evan Cheng · 16 years ago
- d6708ea On x86-64, for a varargs function, don't store the xmm registers to by Dan Gohman · 16 years ago
- 98a0104 Leaf functions which do not save CSRs can be frameless even with -disable-fp-elim. by Evan Cheng · 16 years ago
- 72977a4 Allow targets to specify their choice of calling conventions per by Anton Korobeynikov · 16 years ago
- e6c835f Add Thumb2 lsr hooks. by Evan Cheng · 16 years ago
- dac19a7 CMake: Corrected variable check. by Oscar Fuentes · 16 years ago
- 59bc060 80 col violation. by Evan Cheng · 16 years ago
- 9b9014f Cleanup the mess in msp430 target registration and hopefully unbreak the build by Anton Korobeynikov · 16 years ago
- bba9f5f Indentation. by Evan Cheng · 16 years ago
- 37f1cbd Hopefully unbreak cmake builds by Anton Korobeynikov · 16 years ago
- 31b99dd Also shrink immediate branches; also more assembler workarounds. by Evan Cheng · 16 years ago
- 960a7c9 Give MSP430 a separate asmprinter lib by Anton Korobeynikov · 16 years ago
- 2247276 Properly handle indirect win64 args when they're passed in memory by Anton Korobeynikov · 16 years ago
- 267a0ff Get the CPP backend into some semblance of working by updating for numerous LLVMContext changes, by Owen Anderson · 16 years ago
- 22cac0d Now that all the legal Neon shuffles (or at least the ones that have been by Bob Wilson · 16 years ago
- c1d287b Create a new ARM-specific DAG node, VDUP, to represent a splat from a by Bob Wilson · 16 years ago
- 0ce3710 During legalization, change Neon vdup_lane operations from shuffles to by Bob Wilson · 16 years ago
- c22e0b2 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target by Daniel Dunbar · 16 years ago
- 575327b Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API by Daniel Dunbar · 16 years ago
- 61466c5 Add X86 instruction printer support for printing MCValue operands. by Daniel Dunbar · 16 years ago