2010-02-11 |
Chris Lattner | make getFixupKindInfo return a const reference, allowing |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Jakob Stoklund... | Revert functional change. This broke a bunch of tests. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | switch to target-indep fixups for 1/2/4/8 byte data. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Devang Patel | revert 95903. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Jakob Stoklund... | It is always good to do a cross-class join when the... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Johnny Chen | Added LDRT/LDRBT/STRT/STRBT for disassembly only. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | unbreak the build. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dan Gohman | llvm-db was removed. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Devang Patel | Destroy MDNodes while destructing llvm context. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | refactor x86 conditional branches to use a multipattern |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | refactor the conditional jump instructions in the ... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Jeffrey Yasskin | Make Kaleidoscope not link against the interpreter... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dan Gohman | Add an svn:ignore. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Johnny Chen | Forgot to also check in this file for vcvt (floating... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dale Johannesen | Allow for more than one DBG_VALUE targeting the |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dale Johannesen | Don't allow DBG_VALUE to affect codegen. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Johnny Chen | Added VCVT (between floating-point and fixed-point... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Johnny Chen | Added BKPT/tBKPT (breakpoint) to the instruction table... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Jakob Stoklund... | Use array_pod_sort instead of std::sort for improved... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Eric Christopher | Make sure that ConstantExpr offsets also aren't off... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Johnny Chen | Add pseudo instruction TRAP for disassembly, which... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Bill Wendling | Use .empty() instead of .size(). |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | dont' call getX86RegNum on X86::RIP, it doesn't like... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | fix a really nasty bug I introduced in r95693: r12... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Jeffrey Yasskin | Fix (harmless) memory leak found by memcheck. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | Add and commonize encoder support for all immediates. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | generalize EmitDisplacementField to work with any size |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | eliminate the dead IsPCRel argument. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | eliminate the dead "PCAdj" logic. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Jeffrey Yasskin | Fix some of the memcheck errors found in the JIT unittests. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | Rename ValueRequiresCast to ShouldOptimizeCast, to... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | convert to filecheck. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | Make DSE only scan blocks that are reachable from the... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | a testcase that doesn't crash GVN but could someday. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | Make jump threading honor x|undef -> true and x&undef... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Eric Christopher | Add ConstantExpr handling to Intrinsic::objectsize... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Devang Patel | test case for r95842. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Bill Wendling | Fix to get it to compile. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Bill Wendling | Don't print out a default newline when emitting the... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Jeffrey Yasskin | Make it possible to create multiple JIT instances at... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Jakob Stoklund... | Reuse operand location when updating PHI instructions. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Jakob Stoklund... | Remove duplicate successors from indirectbr instruction... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Devang Patel | Ignore dbg info intrinsics. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Kevin Enderby | Remove the few # TAILCALL comments that snuck in. ... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Kevin Enderby | Update the X86 assembler matcher test case now that... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dan Gohman | Add support to llvm-extract for extracting multiple... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Mon P Wang | The previous fix of widening divides that trap was... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dale Johannesen | Ignore debug info one more place during coalescing. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dale Johannesen | Allow isDebug inquiry on any MO. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Bob Wilson | Delete dead PHI machine instructions. These can be... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dale Johannesen | Skip debug info in a couple of places. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Bill Wendling | Use an index instead of pointers into the vector. If... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dale Johannesen | When I rewrote this loop per Chris' preference I |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | add a virtual dtor to MCTargetExpr, hopefully silencing... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Eli Friedman | A few missed optimizations; the last one could have... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | work around a gcc bug with -Wuninitialized. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Devang Patel | Strip new llvm.dbg.value intrinsic. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Daniel Dunbar | MC/X86 AsmMatcher: Fix a use after free spotted by... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Daniel Dunbar | XFAIL this on linux until I figure out what is happening. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Daniel Dunbar | lit: Ignore dot files when scanning for tests (e.g... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Daniel Dunbar | MC/AsmMatcher: Tweak conversion function name. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dan Gohman | Minor whitespace cleanups. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dan Gohman | Use an AssemblyAnnotatorWriter to clean up IVUsers... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dan Gohman | Add a hook to AssemblyAnnotationWriter to allow custom... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dan Gohman | Use doxygen comment syntax. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dan Gohman | Fix several comments which had previously been "the... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Kevin Enderby | Replace this file containing 4 tests of x86 32-bit... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Johnny Chen | Added NOP, DBG, SVC to the instruction table for disass... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dan Gohman | Fix "the the" and similar typos. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Benjamin Kramer | Silence GCC warnings. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Daniel Dunbar | MC/AsmMatcher: Add support for creating tied operands... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | emit some simple (and probably incorrect) fixups for... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | keep track of what the current byte being emitted is |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | simplify displacement handling, emit displacements... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dan Gohman | Canonicalize sizeof and alignof on pointer types to... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dan Gohman | Implement operators |=, &=, and ^= for SmallBitVector... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Daniel Dunbar | MC: Switch MCFixup to just hold an MCExpr pointer inste... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Daniel Dunbar | Fix a signed comparison warning. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Daniel Dunbar | Remove stray DOS newline. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Daniel Dunbar | Add a ReleaseNotes FIXME. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Garrison Venn | Prevented build on WINDOWS using default make system... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Sean Callanan | Updated the enhanced disassembly library's TableGen |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Garrison Venn | Prevented ExceptionDemo example being built on WINDOWS... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Sean Callanan | Updated the TableGen emitter for the Enhanced |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Sean Callanan | Changed AsmWriterOperand to also include the index... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Evan Cheng | Now that ShrinkDemandedOps() is separated out from... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | "fixup" a comment. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | Introduce a new CodeGenInstruction::ConstraintInfo... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Daniel Dunbar | llvm-mc: Remove --show-fixups and always show as part... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dale Johannesen | Rewrite loop to suit Chris' preference. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | fix a layering violation: VirtRegRewriter.cpp shouldn... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Evan Cheng | Remove duplicated #include. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Evan Cheng | Emit an error for illegal inline asm constraint (which... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | fix missing #includes. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | daniel *really* likes fixups! |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | Stop MachineInstr.h from #including AsmPrinter.h |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Bill Wendling | Improve comments a even more. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dale Johannesen | Skip DBG_VALUE many places in live intervals and |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | Move verbose asm instruction comments to using MCStreamer. |
commit | commitdiff | tree | snapshot |
next |