- 3bfef03 Don't allow DBG_VALUE to affect codegen. by Dale Johannesen · 16 years ago
- 27bb8d0 Added VCVT (between floating-point and fixed-point, VFP) for disassembly. by Johnny Chen · 16 years ago
- c6f7b27 Added BKPT/tBKPT (breakpoint) to the instruction table for disassembly purpose. by Johnny Chen · 16 years ago
- b5b90ed Use array_pod_sort instead of std::sort for improved code size. by Jakob Stoklund Olesen · 16 years ago
- dfdddd8 Make sure that ConstantExpr offsets also aren't off of extern symbols. by Eric Christopher · 16 years ago
- ba6e033 Add pseudo instruction TRAP for disassembly, which is encoded according to A5-21 by Johnny Chen · 16 years ago
- e9d10a6 Use .empty() instead of .size(). by Bill Wendling · 16 years ago
- ecfb3c3 dont' call getX86RegNum on X86::RIP, it doesn't like that. This by Chris Lattner · 16 years ago
- 5526b69 fix a really nasty bug I introduced in r95693: r12 (and r12d, by Chris Lattner · 16 years ago
- d873535 Fix (harmless) memory leak found by memcheck. by Jeffrey Yasskin · 16 years ago
- 8b0f7a7 Add and commonize encoder support for all immediates. by Chris Lattner · 16 years ago
- a38c707 generalize EmitDisplacementField to work with any size by Chris Lattner · 16 years ago
- 0e41091 eliminate the dead IsPCRel argument. by Chris Lattner · 16 years ago
- 1b67060 eliminate the dead "PCAdj" logic. by Chris Lattner · 16 years ago
- 9233b15 Fix some of the memcheck errors found in the JIT unittests. by Jeffrey Yasskin · 16 years ago
- 8c5ad3a Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect by Chris Lattner · 16 years ago
- 2e1cdbf convert to filecheck. by Chris Lattner · 16 years ago
- 98df4f9 Make DSE only scan blocks that are reachable from the entry by Chris Lattner · 16 years ago
- 5cc25ce a testcase that doesn't crash GVN but could someday. by Chris Lattner · 16 years ago
- 1e45265 Make jump threading honor x|undef -> true and x&undef -> false, by Chris Lattner · 16 years ago
- 26d0e89 Add ConstantExpr handling to Intrinsic::objectsize lowering. by Eric Christopher · 16 years ago
- f87052a test case for r95842. by Devang Patel · 16 years ago
- ca51d05 Fix to get it to compile. by Bill Wendling · 16 years ago
- 4cb4895 Don't print out a default newline when emitting the section offset. There are by Bill Wendling · 16 years ago
- 40966a7 Make it possible to create multiple JIT instances at the same time, by removing by Jeffrey Yasskin · 16 years ago
- 09eeac9 Reuse operand location when updating PHI instructions. by Jakob Stoklund Olesen · 16 years ago
- 598b24c Remove duplicate successors from indirectbr instructions before building the machine CFG. by Jakob Stoklund Olesen · 16 years ago
- be905e2 Ignore dbg info intrinsics. by Devang Patel · 16 years ago
- 1c5bcac Remove the few # TAILCALL comments that snuck in. As they may fail on linux. by Kevin Enderby · 16 years ago
- ac175e2 Update the X86 assembler matcher test case now that a few more things match by Kevin Enderby · 16 years ago
- a499d20 Add support to llvm-extract for extracting multiple functions and/or by Dan Gohman · 16 years ago
- f7ea6c3 The previous fix of widening divides that trap was too fragile as it depends on custom by Mon P Wang · 16 years ago
- 99efcf2 Ignore debug info one more place during coalescing. by Dale Johannesen · 16 years ago
- 9a722ca Allow isDebug inquiry on any MO. by Dale Johannesen · 16 years ago
- 5e2b05a Delete dead PHI machine instructions. These can be created due to type by Bob Wilson · 16 years ago
- b8ff934 Skip debug info in a couple of places. by Dale Johannesen · 16 years ago
- 0a9abcb Use an index instead of pointers into the vector. If the vector resizes, then by Bill Wendling · 16 years ago
- e21765d When I rewrote this loop per Chris' preference I changed its behavior. Oops. by Dale Johannesen · 16 years ago
- e3e7a36 add a virtual dtor to MCTargetExpr, hopefully silencing some warnings. by Chris Lattner · 16 years ago
- 11d91e8 A few missed optimizations; the last one could have a significant impact on by Eli Friedman · 16 years ago
- e555c9f work around a gcc bug with -Wuninitialized. by Chris Lattner · 16 years ago
- df9292c Strip new llvm.dbg.value intrinsic. by Devang Patel · 16 years ago
- 1b6c060 MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL by Daniel Dunbar · 16 years ago
- ac6dd79 XFAIL this on linux until I figure out what is happening. by Daniel Dunbar · 16 years ago
- cacaa5b lit: Ignore dot files when scanning for tests (e.g., editor temprary files, by Daniel Dunbar · 16 years ago
- bef5291 MC/AsmMatcher: Tweak conversion function name. by Daniel Dunbar · 16 years ago
- 659d1e8 Minor whitespace cleanups. by Dan Gohman · 16 years ago
- 4207d6a Use an AssemblyAnnotatorWriter to clean up IVUsers' debug output. by Dan Gohman · 16 years ago
- 7a5666e Add a hook to AssemblyAnnotationWriter to allow custom info comments by Dan Gohman · 16 years ago
- 7c1dfb9 Use doxygen comment syntax. by Dan Gohman · 16 years ago
- f3b11aa Fix several comments which had previously been "the the" where a by Dan Gohman · 16 years ago
- d901690 Replace this file containing 4 tests of x86 32-bit encodings with a file by Kevin Enderby · 16 years ago
- 85d5a89 Added NOP, DBG, SVC to the instruction table for disassembly purpose. by Johnny Chen · 16 years ago
- f451cb8 Fix "the the" and similar typos. by Dan Gohman · 16 years ago
- c056bae Minor code simplification. by Dan Gohman · 16 years ago
- c9e31cc Silence GCC warnings. by Benjamin Kramer · 16 years ago
- af61681 MC/AsmMatcher: Add support for creating tied operands when constructing MCInsts. by Daniel Dunbar · 16 years ago
- 5dccfad emit some simple (and probably incorrect) fixups for symbolic by Chris Lattner · 16 years ago
- 37ce80e keep track of what the current byte being emitted is throughout the X86 encoder. by Chris Lattner · 16 years ago
- 8496a26 simplify displacement handling, emit displacements by-operand by Chris Lattner · 16 years ago
- a84ffed Canonicalize sizeof and alignof on pointer types to a canonical pointer type. by Dan Gohman · 16 years ago
- e7962c9 Implement operators |=, &=, and ^= for SmallBitVector, and remove the by Dan Gohman · 16 years ago
- 5d5a1e1 MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the by Daniel Dunbar · 16 years ago
- 4c6e18a Fix a signed comparison warning. by Daniel Dunbar · 16 years ago
- 3f451ca Remove stray DOS newline. by Daniel Dunbar · 16 years ago
- 4acdede Add a ReleaseNotes FIXME. by Daniel Dunbar · 16 years ago
- 0f08a27 Prevented build on WINDOWS using default make system. Stopped WINDOWS build by Garrison Venn · 16 years ago
- cf57c70 Updated the enhanced disassembly library's TableGen by Sean Callanan · 16 years ago
- 778086c Prevented ExceptionDemo example being built on WINDOWS via if( NOT WIN32 ) by Garrison Venn · 16 years ago
- 2db6ff2 Updated the TableGen emitter for the Enhanced by Sean Callanan · 16 years ago
- 397170b Changed AsmWriterOperand to also include the index of the by Sean Callanan · 16 years ago
- 046632f Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes leave some obvious nops which dag combine used to clean up afterwards e.g. (trunk (ext n)) -> n. Look for them and squash them. by Evan Cheng · 16 years ago
- 37145b6 "fixup" a comment. by Chris Lattner · 16 years ago
- a7d479c Introduce a new CodeGenInstruction::ConstraintInfo class by Chris Lattner · 16 years ago
- 5532cf4 llvm-mc: Remove --show-fixups and always show as part of --show-encoding. by Daniel Dunbar · 16 years ago
- 1d0aeab Rewrite loop to suit Chris' preference. by Dale Johannesen · 16 years ago
- 45282ae fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h. by Chris Lattner · 16 years ago
- 1e5cc22 Remove duplicated #include. by Evan Cheng · 16 years ago
- 8112b53 Emit an error for illegal inline asm constraint (which uses illegal type) rather than asserting. by Evan Cheng · 16 years ago
- 3143e90 fix missing #includes. by Chris Lattner · 16 years ago
- a2bd92b daniel *really* likes fixups! by Chris Lattner · 16 years ago
- a655f08 Stop MachineInstr.h from #including AsmPrinter.h by Chris Lattner · 16 years ago
- d3a47a3 Improve comments a even more. by Bill Wendling · 16 years ago
- bd63520 Skip DBG_VALUE many places in live intervals and by Dale Johannesen · 16 years ago
- 47529c9 Move verbose asm instruction comments to using MCStreamer. by Chris Lattner · 16 years ago
- 35c187b Improve comments a bit more. by Bill Wendling · 16 years ago
- 3b1906f more comment updates by Dale Johannesen · 16 years ago
- 9653f9e Add isDebug argument to ChangeToRegister; this prevents by Dale Johannesen · 16 years ago
- 8e089a9 print all the newlines at the end of instructions with by Chris Lattner · 16 years ago
- f1f505f IntegerValType holds a uint32_t, so its constructor should take a uint32_t. This allows it to be properly initialized with bit widths > 65535 by Kenneth Uildriks · 16 years ago
- 10fedd2 Fix comments to reflect renaming elsewhere. by Dale Johannesen · 16 years ago
- 40fe18f Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66 by Kevin Enderby · 16 years ago
- 5d672cf Add ability for MCInstPrinters to add comments for instructions. by Chris Lattner · 16 years ago
- 51898d7 by David Greene · 16 years ago
- a2c2f1a Adds a JIT based exception handling example to the examples directory. by Garrison Venn · 16 years ago
- d0bc7f0 Fixed some indentation in the AsmWriterInst by Sean Callanan · 16 years ago
- 4814e71 Add VBIF/VBIT for disassembly only. A8.6.279 by Johnny Chen · 16 years ago
- bc83d06 Make --disable-libffi work on systems with libffi installed. Also by Jeffrey Yasskin · 16 years ago
- 3914370 by David Greene · 16 years ago
- 6b71653 llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments. by Daniel Dunbar · 16 years ago