- 602b0c8 Rename getTargetNode to getMachineNode, for consistency with the by Dan Gohman · 16 years ago
- 658ea60 Finish scheduling itineraries for NEON. by David Goodwin · 16 years ago
- c8ce2d4 Add some comments to clarify things that I discovered this week. by Bob Wilson · 16 years ago
- 0035f9c pr4926: ARM requires the stack pointer to be aligned, even for leaf functions. by Bob Wilson · 16 years ago
- 6acaaa8 Don't try to use pre-indexed addressing with sthbrx/stwbrx by Dan Gohman · 16 years ago
- 3d6cb88 Start of revamping the register scavenging in PEI. ARM Thumb1 is the driving by Jim Grosbach · 16 years ago
- fe03dbe unconditionally request MMI by Chris Lattner · 16 years ago
- 1f52895 Make the end-of-itinerary mark explicit. Some cleanup. by David Goodwin · 16 years ago
- 127221f Checkpoint NEON scheduling itineraries. by David Goodwin · 16 years ago
- 4e918b2 Use getStoreSize() instead of getStoreSizeInBits()/8. by Dan Gohman · 16 years ago
- 8a55ce4 Rename several variables from EVT to more descriptive names, now that EVT by Dan Gohman · 16 years ago
- 959b002 Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as the by Bob Wilson · 16 years ago
- 48e1935 ARM does not support offset folding (yet). Disable it for now. by Anton Korobeynikov · 16 years ago
- 00133a7 Fix X86's unfoldMemoryOperand to properly handle MachineMemOperands. by Dan Gohman · 16 years ago
- b2bb7db Add Cortex-A8 VFP model. by David Goodwin · 16 years ago
- 4a0b3e1 Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-pool by Dan Gohman · 16 years ago
- 670e539 Recognize SSE min and max opportunities in even more cases. by Dan Gohman · 16 years ago
- b29ff97 Fix the offset values for these memoperands. For frame objects, the by Dan Gohman · 16 years ago
- faa6adf add a note by Chris Lattner · 16 years ago
- 003de66 Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter to by Daniel Dunbar · 16 years ago
- 93c6c77 one case handled, expanded another testcase inline. by Chris Lattner · 16 years ago
- 2763217 Implement the JIT side of the GDB JIT debugging interface. To enable this by Reid Kleckner · 16 years ago
- c1491f3 update an entry, delete an entry which has been fixed. by Chris Lattner · 16 years ago
- 711bb91 --- Reverse-merging r82282 into '.': by Bill Wendling · 16 years ago
- 7057641 remove a temporary hack. by Chris Lattner · 16 years ago
- 0dc32ea rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewise the .h file. by Chris Lattner · 16 years ago
- d4db0fc move target registry stuff to X86ATTAsmPrinter.cpp by Chris Lattner · 16 years ago
- 547a685 simplify this now that createX86CodePrinterPass is trivial by Chris Lattner · 16 years ago
- 3859638 rename X86ATTAsmPrinter class -> X86AsmPrinter by Chris Lattner · 16 years ago
- 71c7ace remove the asmstring, it is now dead. Improve comment. by Chris Lattner · 16 years ago
- 149cbc2 Peer through zext and sext to eliminate them when it is safe to do so. by Nick Lewycky · 16 years ago
- b3c8547 kill off printPICLabel now, it's specialness is handled by by Chris Lattner · 16 years ago
- ed13cd2 delete X86IntelAsmPrinter! Now -x86-asm-syntax just switches by Chris Lattner · 16 years ago
- e895c61 Add an intel syntax MCInstPrinter implementation. You can now by Chris Lattner · 16 years ago
- 67c6b6e split random COFF asmprinter state out to X86COFFMachineModuleInfo.h. by Chris Lattner · 16 years ago
- 8d5a831 Still one more thing wrong here... by Bill Wendling · 16 years ago
- a279bc3 Tabs -> spaces, and remove trailing whitespace. by Daniel Dunbar · 16 years ago
- 5511ffd Here's fun! It turns out that these filter functions can be internal. If they're by Bill Wendling · 16 years ago
- 68a77ab Revert r82274. It's causing failures in the CINT2006 benchmarks. by Bill Wendling · 16 years ago
- 431f775 Fix funky comments. by Evan Cheng · 16 years ago
- ce31910 Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic blocks and update CFG, it should also inform sdisel of the changes so the phi source operands will come from the right basic blocks. by Evan Cheng · 16 years ago
- a15de00 Fix a typo in an assertion message. by Bob Wilson · 16 years ago
- 296ab7e It's inefficient to have place the exception tables (which contain the LSDA) by Bill Wendling · 16 years ago
- fb2e752 Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes. by Evan Cheng · 16 years ago
- 558b79a Fix cmake build, which has a different -I that by Shantonu Sen · 16 years ago
- 228252f Make a new X8632_MachoTargetObjectFile TLOF implementation whose by Chris Lattner · 16 years ago
- 8dffc81 Model the carry bit on ppc32. Without this we could by Dale Johannesen · 16 years ago
- e220c4b Add support for using the FLAGS result of or, xor, and and instructions by Dan Gohman · 16 years ago
- a2dc282 Added RCL and RCR (rotate left and right with a by Sean Callanan · 16 years ago
- ad2b6fc This file can need access to the X86 instruction enums when the table exceeds 32-bits. by Chris Lattner · 16 years ago
- c6f729e Allow symbols to start from the digit if target requests it. This allows, e.g. pinning by Anton Korobeynikov · 16 years ago
- 8609c7c pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, by Chris Lattner · 16 years ago
- 9a86f10 Added the LODS (load byte into register, usually by Sean Callanan · 16 years ago
- 358f1ef Added the LAR (load segment access rights) by Sean Callanan · 16 years ago
- 7e6d727 Added the LOOP family of instructions to the Intel instruction tables. by Sean Callanan · 16 years ago
- d2125a0 Added an alternate form of register-register CMP by Sean Callanan · 16 years ago
- 0696fdf Expand vector floating-point conversions not supported by NEON. by Bob Wilson · 16 years ago
- 0d6cd00 Fix incorrect assert that should be a user error for code like 'mov $0, %%eax'. by Kevin Enderby · 16 years ago
- dc62ea0 move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter by Chris Lattner · 16 years ago
- 29cf555 revert a hunk of r82018 that wasn't supposed to go in yet. by Chris Lattner · 16 years ago
- 686cb3d add a new MachineModuleInfoMachO class, which is the per-module by Chris Lattner · 16 years ago
- e1e5334 tidy up by Chris Lattner · 16 years ago
- a76e3fc rearrange X86ATTAsmPrinter::doFinalization, making a scan of by Chris Lattner · 16 years ago
- 4edd187 remove the AsmPrinter::printMCInst hook hack now that we have MCInstPrinter. by Chris Lattner · 16 years ago
- 1118922 fix cmake build by Shantonu Sen · 16 years ago
- 206a357 Do not try and sink a load whose chain result has more than one use, when by Nate Begeman · 16 years ago
- 8d70854 Added the ENTER instruction, which sets up a stack by Sean Callanan · 16 years ago
- 13cf8e9 Added the definitions for one-bit left shifts to the Intel instruction tables. by Sean Callanan · 16 years ago
- 60b9954 Removed a few instructions that were already covered by other definitions. by Sean Callanan · 16 years ago
- 8c6ed05 Big change #1 for personality function references: by Chris Lattner · 16 years ago
- 5ab9403 Added a variety of floating-point and SSE instructions. by Sean Callanan · 16 years ago
- 642b329 Expand some more vector operations not supported by Neon. by Bob Wilson · 16 years ago
- 1633076 Neon does not support vector divide or remainder. Expand them. by Bob Wilson · 16 years ago
- 8deedba eliminate the PPC backend's implementation of EmitExternalGlobal by Chris Lattner · 16 years ago
- 74dc72e Expand all v2f64 arithmetic operations for Neon. by Bob Wilson · 16 years ago
- 356aed5 Added far return instructions (that is, returns to by Sean Callanan · 16 years ago
- 62c28e3 Updated comments per Eli's suggestion. by Sean Callanan · 16 years ago
- 37be590 Added register-to-register ADD instructions to the by Sean Callanan · 16 years ago
- 38fee0e Added a new register class for segment registers by Sean Callanan · 16 years ago
- 7d1a7c0 Change the marker byte for stubs from 0xcd to 0xce (another form of by Dale Johannesen · 16 years ago
- dffb6e5 fix PR4984 by ensuring that fastisel adds properly sign extended GEP displacement by Chris Lattner · 16 years ago
- ea7fd96 add missing file by Chris Lattner · 16 years ago
- e4863f4 Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex. This occurs for by Bob Wilson · 16 years ago
- 85111a9 Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov. by Sandeep Patel · 16 years ago
- db486a6 several major improvements to the sparc backend: support for weak linkage by Chris Lattner · 16 years ago
- 83d255e Remove invalid add_dependencies line to unbreak the CMake build. by Ted Kremenek · 16 years ago
- 1e038a8 Don't pull a load through a callseq_start if the load's chain by Dan Gohman · 16 years ago
- 76f14be Modified the Intel instruction tables to include by Sean Callanan · 16 years ago
- ca9c42c Added the first bits of the ARM target assembler to llvm-mc. For now it only by Kevin Enderby · 16 years ago
- 907355c On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit of by Dan Gohman · 16 years ago
- a672403 trivial whitespace cleanup by Jim Grosbach · 16 years ago
- c2b0d48 add PR# by Chris Lattner · 16 years ago
- 662316c PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart. by Chris Lattner · 16 years ago
- 90edac0 Change MCAsmStreamer to take an MCInstPrinter instead of a by Chris Lattner · 16 years ago
- c493fb2 Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinter by Chris Lattner · 16 years ago
- f92c95f tidy up a bit. by Chris Lattner · 16 years ago
- 56d77c7 add some special case handling for strangely named x86 registers. by Chris Lattner · 16 years ago
- f5382ab Remove unused variables. by Daniel Dunbar · 16 years ago
- 762ccea remove all but one reference to TargetRegisterDesc::AsmName. by Chris Lattner · 16 years ago
- d95148f the tblgen produced 'getRegisterName' method does not access by Chris Lattner · 16 years ago