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 |
2010-02-10 |
Bill Wendling | Improve comments a bit more. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dale Johannesen | more comment updates |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dale Johannesen | Add isDebug argument to ChangeToRegister; this prevents |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | print all the newlines at the end of instructions with |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Kenneth Uildriks | IntegerValType holds a uint32_t, so its constructor... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dale Johannesen | Fix comments to reflect renaming elsewhere. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Kevin Enderby | Fix the encoding of the movntdqa X86 instruction. ... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | Add ability for MCInstPrinters to add comments for... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
David Greene | TableGen fragment refactoring. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Garrison Venn | Adds a JIT based exception handling example to the... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Sean Callanan | Fixed some indentation in the AsmWriterInst |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Johnny Chen | Add VBIF/VBIT for disassembly only. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Jeffrey Yasskin | Make --disable-libffi work on systems with libffi insta... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
David Greene | Only dump output in debug mode. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Daniel Dunbar | llvm-mc: Add --show-fixups option, for displaying the... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Daniel Dunbar | MC/X86: Add a dummy implementation of MCFixup generatio... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Daniel Dunbar | MC: First cut at MCFixup, for getting fixup/relocation... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Bill Wendling | Improve comments in the LSDA somewhat. They can be... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Johnny Chen | Added VMRS/VMSR for disassembly only. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Sean Callanan | Added AsmWriterInst.cpp to the CMakeList so that |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Dale Johannesen | Disable unittests/ADT/BitVectorTest on PPC Darwin. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | port encoder enhancements over to the new encoder. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Sean Callanan | Per PR 6219, factored AsmWriterInst and AsmWriterOperand |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | fix X86 encoder to output [disp] only addresses with... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Eric Christopher | Move Intrinsic::objectsize lowering back to InstCombine... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | revert r95689: getX86RegNum(BaseReg) != N86::ESP is |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | simplify. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Dale Johannesen | Re-disable for Darwin; I was mistaken to think this... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | move target-independent opcodes out of TargetInstrInfo |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Jim Grosbach | Radar 7417921 |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Jeffrey Yasskin | Add support for TypeBuilder<const/volatile void*, false>. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Eric Christopher | Pull these back out, they're a little too aggressive... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Jakob Stoklund... | Oops. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Johnny Chen | Added vcvtb/vcvtt (between half-precision and single... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Jakob Stoklund... | Remember to update live-in lists when coalescing physregs. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Jakob Stoklund... | clang test suite |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Dan Gohman | Mention IndVarSimplify in the comment by getSmallConsta... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Dan Gohman | Mention vAny and iPTRAny in a comment. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | move tests that depend on the x86 backend out of codege... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | make target independent. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | merge a target-specific add test into x86 directory. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | merge another test in, drop the trivially constant... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | consolidate and filecheckize two tests. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | merge two tests, make target independent. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | move PR3462 to here. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | add a note from PR6194 |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Dale Johannesen | Skip DEBUG_VALUE in some places where it was affecting... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Devang Patel | Add declaration attribute to a variable DIE, if there... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Sean Callanan | Updated the enhanced disassembly library to produce |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | fix llvm_build_struct_gep for PR6167, patch by |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | simplify this code, duh. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | fix PR6193, only considering sign extensions *from... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Eric Christopher | Add file in here too. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Sean Callanan | Fixed a problem where the enhanced disassembly |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | make -show-inst be formatted a bit nicer. Before: |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Lang Hames | Fixed a bug in the PBQP allocator's findCoalesces method. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Chris Lattner | Implement x86 asm parsing support for %st and %st(4) |
commit | commitdiff | tree | snapshot |
next |