- 4576247 stub out a new X86 encoder, which can be tried with by Chris Lattner · 15 years ago
- ce79a25 rename createX86MCCodeEmitter to more accurately reflect what it creates. by Chris Lattner · 15 years ago
- 12ce0de Added support for X86 instruction prefixes so llvm-mc can assemble them. The by Kevin Enderby · 15 years ago
- c1dc8ff Emit appropriate expression to find virtual base offset. by Devang Patel · 15 years ago
- 4e0d19d Provide interface to identifiy artificial methods. by Devang Patel · 15 years ago
- 3a813dc r94686 changed all ModuleProvider parameters to Modules, which made the by Jeffrey Yasskin · 15 years ago
- 6351d6b Make docs less specific about their versions, at Chris's suggestion. by Jeffrey Yasskin · 15 years ago
- 9e2556c Add llvm_supports_darwin_and_target to DejaGNU as well, I'd almost forgotten it by Daniel Dunbar · 15 years ago
- 6cfb8a1 Mention the version in the documentation index and link to the 2.6 docs, which by Jeffrey Yasskin · 15 years ago
- 9dee8e3 llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly by Daniel Dunbar · 15 years ago
- 523e392 Add "Author Date Id Revision" svn:keyword properties to these files, as by Dan Gohman · 15 years ago
- 3992feb Adjust the heuristics used to decide when SROA is likely to be profitable. by Bob Wilson · 15 years ago
- f9fba30 Repository access test commit by Garrison Venn · 15 years ago
- 1d037b0 Remove redundant declaration. by Zhongxing Xu · 15 years ago
- 1c8bd7d Add constructors. by Zhongxing Xu · 15 years ago
- beb4269 reapply r95206, this time actually delete the code I'm replacing in the third stub case. by Chris Lattner · 15 years ago
- 8427d2b revert r95206, it is apparently causing bootstrap failure on i386-darwin9 by Chris Lattner · 15 years ago
- 8ef2cef print instruction encodings with the existing comment facilities, by Chris Lattner · 15 years ago
- ce2a725 make the x86 backend emit darwin stubs through mcstreamer instead of textually. by Chris Lattner · 15 years ago
- d269a6e make MachineModuleInfoMachO hold non-const MCSymbol*'s instead by Chris Lattner · 15 years ago
- 5669e30 change addPassesToEmitFile to return true on failure instead of its input, by Chris Lattner · 15 years ago
- febc816 Revert 94937 and move the noreturn check to codegen. by Evan Cheng · 15 years ago
- 2e235a8 Fixed the disassembler so it accepts multiple by Sean Callanan · 15 years ago
- 281d051 Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits by John McCall · 15 years ago
- 86809cc Allow all types of callee's to be tail called. But avoid automatic tailcall if the callee is a result of bitcast to avoid losing necessary zext / sext etc. by Evan Cheng · 15 years ago
- 1611ebb Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version. by Jeffrey Yasskin · 15 years ago
- d26a80f don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction, by Chris Lattner · 15 years ago
- f64159c84 privatize a bunch of methods and move \n printing into them. by Chris Lattner · 15 years ago
- 99d8061 rename printMachineInstruction -> EmitInstruction by Chris Lattner · 15 years ago
- 9a6636b Reapply 95050 with a tweak to check the register class. by Dale Johannesen · 15 years ago
- 850d2e2 print instructions through the mcstreamer. by Chris Lattner · 15 years ago
- db02731 emit instructions through the streamer. by Chris Lattner · 15 years ago
- c760be9 Finally eliminate printMCInst and send instructions through the streamer. Demo: by Chris Lattner · 15 years ago
- d1ff72b rejigger the world so that EmitInstruction prints the \n at by Chris Lattner · 15 years ago
- 0d883e3 sink handling of target-independent machine instrs (other by Chris Lattner · 15 years ago
- e0bb20c make these less sensitive to asm verbose changes by disabling it for them. by Chris Lattner · 15 years ago
- b0e9424 Print FPImm a less kludgy way; APFloat.toString seems by Dale Johannesen · 15 years ago
- e7b635f Fix some comment typos. by Bob Wilson · 15 years ago
- 6c8d6ec pass an instprinter into the AsmPrinter if it is available. by Chris Lattner · 15 years ago
- be2e76b make any use of the "O" stream in asmprinter print to by Chris Lattner · 15 years ago
- 0c6a8f9 Recommit this, looks like it wasn't the cause. by Eric Christopher · 15 years ago
- 90567c3 ByVal frame object size should be that of the byval argument, not the size of the type which is just a pointer. This is not known to break stuff but is wrong nevertheless. by Evan Cheng · 15 years ago
- ac7798e Hook up -filetype=obj through the MachO streamer. Here's a demo: by Chris Lattner · 15 years ago
- 985d45d As of r79039, we still try to eliminate the frame pointer on leaf functions, by Jim Grosbach · 15 years ago
- 022d9e1 Revert 95130. by Evan Cheng · 15 years ago
- 9d73d78 Accept floating point immediates in DEBUG_VALUE. by Dale Johannesen · 15 years ago
- e7070e9 AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we need by Daniel Dunbar · 15 years ago
- e1f6de3 AsmMatcherEmitter: Use stable_sort when reordering instructions, so that order by Daniel Dunbar · 15 years ago
- 6cafdcc use OwningPtr and factor code better. by Chris Lattner · 15 years ago
- 56591ab refactor code so that LLVMTargetMachine creates the asmstreamer and by Chris Lattner · 15 years ago
- 9f34dd3 Hopefully temporarily revert this. by Eric Christopher · 15 years ago
- e16ad1a simplify getVerboseAsm by Chris Lattner · 15 years ago
- 1f21990 move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp with the rest of the command line options. by Chris Lattner · 15 years ago
- 2e438c3 remove dead #include, stupid symlinks. by Chris Lattner · 15 years ago
- 4105155 remove the # TAILCALL markers, which was causing the to fail. by Chris Lattner · 15 years ago
- 3813d8a Remove a bunch of stuff around the edges of the ELF writer. by Chris Lattner · 15 years ago
- 8334f06 Reformat my last patch slightly. by Eric Christopher · 15 years ago
- 55fed86 tidy some targets. by Chris Lattner · 15 years ago
- a6a089c Re-add strcmp and known size object size checking optimization. by Eric Christopher · 15 years ago
- 7f89fda remove dead code. by Chris Lattner · 15 years ago
- 197f1f0 MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch of by Daniel Dunbar · 15 years ago
- fc89bc9 detemplatize the ppc code emitter. by Chris Lattner · 15 years ago
- 5335bce remove dead code. by Chris Lattner · 15 years ago
- fce4aef add a definition for ID. by Chris Lattner · 15 years ago
- 33fabd7 detemplatize ARM code emitter. by Chris Lattner · 15 years ago
- 7b9147a MCAsmParser/X86: Represent absolute memory operands as CodeGen does, with scale by Daniel Dunbar · 15 years ago
- 1945e17 MCCodeEmitter/X86: Handle tied registers better when converting MCInst -> by Daniel Dunbar · 15 years ago
- e1ec617 MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. by Daniel Dunbar · 15 years ago
- e0faa54 remove dead code. by Chris Lattner · 15 years ago
- 782ebe4 detemplatize alpha code emission, it is now JIT specific. by Chris Lattner · 15 years ago
- f1d6b10 eliminate all the dead addSimpleCodeEmitter implementations. by Chris Lattner · 15 years ago
- 9426196 Pass callsite return type to TargetLowering::LowerCall and use that to check sibcall eligibility. by Evan Cheng · 15 years ago
- 00f4880 Make DenseSet's erase pass on the return value rather than swallowing it. by Dan Gohman · 15 years ago
- ebdcbc2 Fix function names in comments. Thanks Duncan! by Dan Gohman · 15 years ago
- 211edae eliminate FileModel::Model, just use CodeGenFileType. The client by Chris Lattner · 15 years ago
- 1de46a4 this apparently depends on the host somehow. by Chris Lattner · 15 years ago
- 3900837 XFAIL for PPC Darwin. by Bill Wendling · 15 years ago
- d56f803 disable this test for now. by Chris Lattner · 15 years ago
- b788b37 ...and fixed the Makefile. by Sean Callanan · 15 years ago
- 59b9c88 Renamed the ed directory to edis, as suggested by Sean Callanan · 15 years ago
- 4db3613 remove the remnants of TargetMachOWriterInfo. by Chris Lattner · 15 years ago
- 45f8c09 Add a new top-level MachO.h file for manifest constants, fixing by Chris Lattner · 15 years ago
- 9474d55 Added t2BFI (Bitfield Insert) entry for disassembler, with blank pattern field. by Johnny Chen · 15 years ago
- 6914b86 remove PPCMachOWriterInfo. by Chris Lattner · 15 years ago
- b5c5160 eliminate all forms of addPassesToEmitMachineCode except by Chris Lattner · 15 years ago
- 82a5946 Added another version of the X86 assembler matcher test case. by Kevin Enderby · 15 years ago
- 390444a remove dead code, we're requesting TargetMachine::AssemblyFile here. by Chris Lattner · 15 years ago
- 62a0413 Test revert 95050; there's a good chance it's causing buildbot failure. by Dale Johannesen · 15 years ago
- 0823d2a Inline addAssemblyEmitter into its one real caller and delete by Chris Lattner · 15 years ago
- 8991d51 Adding missing methods for creating Add, Mul, Neg and Sub with NUW. by Duncan Sands · 15 years ago
- 769e2ad Return value on every path. by Zhongxing Xu · 15 years ago
- fcad6bd simplify code. by Zhongxing Xu · 15 years ago
- bd46725 More logic correction: RemoveOverlap should always create new tree. Add a by Zhongxing Xu · 15 years ago
- b413bc1 Add a lookup method to the IntervalMap. The difference from the original by Zhongxing Xu · 15 years ago
- e3d6d22 Apparently gdb is not amused by empty lines in pubtypes section. by Devang Patel · 15 years ago
- 31acb89 NULL terminate name in pubtypes sections. by Devang Patel · 15 years ago
- 39ceb47 don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : B by Chris Lattner · 15 years ago
- 3a81956 Fix a bunch of errors in the old logic. by Zhongxing Xu · 15 years ago
- 3d606bb fix a crash in loop unswitch on a loop invariant vector condition. by Chris Lattner · 15 years ago
- f96f1e0 remove an unreduced testcase, rename another. by Chris Lattner · 15 years ago