2010-06-28 |
Daniel Dunbar | Revert r106907, "make sure to handle dbg_value instructions...
|
commit | commitdiff | tree |
2010-06-25 |
Daniel Dunbar | Thumb2ITBlockPass: Fix a possible dereference of an...
|
commit | commitdiff | tree |
2010-06-25 |
Daniel Dunbar | Fix LLVM CMake PACKAGE_VERSION variable.
|
commit | commitdiff | tree |
2010-06-23 |
Daniel Dunbar | tests: Tweak lit.cfg to fix breakage with out-of-dir...
|
commit | commitdiff | tree |
2010-06-23 |
Daniel Dunbar | Revert r106263, "Fold the ShrinkDemandedOps pass into...
|
commit | commitdiff | tree |
2010-06-23 |
Daniel Dunbar | Revert r106066, "Create a more targeted fix for not...
|
commit | commitdiff | tree |
2010-06-16 |
Daniel Dunbar | MC/Mach-O: Rewrite atom association to be a final pass...
|
commit | commitdiff | tree |
2010-06-16 |
Daniel Dunbar | MC: Simplify MCAssembler::isSymbolLinkerVisible to...
|
commit | commitdiff | tree |
2010-06-16 |
Daniel Dunbar | MC: Lift SwitchSection() and Finish() into MCObjectStreamer.
|
commit | commitdiff | tree |
2010-06-16 |
Daniel Dunbar | MC: Factor out an MCObjectStreamer class, which will...
|
commit | commitdiff | tree |
2010-06-15 |
Daniel Dunbar | fpcmp: Fix bug where fpcmp wouldn't early exit when...
|
commit | commitdiff | tree |
2010-06-15 |
Daniel Dunbar | fpcmp: Fix a possible infinite loop when comparing...
|
commit | commitdiff | tree |
2010-06-15 |
Daniel Dunbar | Remove stray semi-colon.
|
commit | commitdiff | tree |
2010-06-15 |
Daniel Dunbar | Add <cstddef> include to get ptrdiff_t, for gcc-4.6...
|
commit | commitdiff | tree |
2010-06-12 |
Daniel Dunbar | tests: Run macho-dump with binary unbuffered streams...
|
commit | commitdiff | tree |
2010-06-12 |
Daniel Dunbar | tests: Make macho-dump.bat actually work.
|
commit | commitdiff | tree |
2010-06-12 |
Daniel Dunbar | tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE...
|
commit | commitdiff | tree |
2010-06-12 |
Daniel Dunbar | lit: Replace /dev/null in scripts with temporary files...
|
commit | commitdiff | tree |
2010-06-11 |
Daniel Dunbar | lit: Add a forgotten default argument.
|
commit | commitdiff | tree |
2010-06-11 |
Daniel Dunbar | tests: Add wrapper script for calling macho-dump on...
|
commit | commitdiff | tree |
2010-06-11 |
Daniel Dunbar | lit: When running Tcl style tests on Windows, substitute...
|
commit | commitdiff | tree |
2010-06-11 |
Daniel Dunbar | llvm-mc: Don't set NO_INSTALL on llvm-mc.
|
commit | commitdiff | tree |
2010-06-09 |
Daniel Dunbar | Workaround SCEV non-determinism on this test, for now...
|
commit | commitdiff | tree |
2010-06-08 |
Daniel Dunbar | Makefiles: Teach LLVM's recursive makefile descent...
|
commit | commitdiff | tree |
2010-06-08 |
Daniel Dunbar | Use const_iterator where appropriate.
|
commit | commitdiff | tree |
2010-06-08 |
Daniel Dunbar | DeltaAlgorithm: Tweak split to split by first/second...
|
commit | commitdiff | tree |
2010-06-08 |
Daniel Dunbar | ADT: Add DAGDeltaAlgorithm, which is a DAG minimization...
|
commit | commitdiff | tree |
2010-05-27 |
Daniel Dunbar | AsmMatcher: Ensure classes are totally ordered, so...
|
commit | commitdiff | tree |
2010-05-26 |
Daniel Dunbar | AsmMatcher/X86: Mark _REV instructions as "code gen...
|
commit | commitdiff | tree |
2010-05-26 |
Daniel Dunbar | MC: Add TargetMachine support for setting the value...
|
commit | commitdiff | tree |
2010-05-26 |
Daniel Dunbar | MC: When running with -mc-relax-all, we can eagerly...
|
commit | commitdiff | tree |
2010-05-26 |
Daniel Dunbar | MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for...
|
commit | commitdiff | tree |
2010-05-26 |
Daniel Dunbar | MC: Change RelaxInstruction to only take the input...
|
commit | commitdiff | tree |
2010-05-26 |
Daniel Dunbar | MC: Eliminate an unnecessary copy.
|
commit | commitdiff | tree |
2010-05-26 |
Daniel Dunbar | MC: Simplify MayNeedRelaxation to not provide the fixups...
|
commit | commitdiff | tree |
2010-05-26 |
Daniel Dunbar | MC: Eliminate MCAsmFixup, replace with MCFixup.
|
commit | commitdiff | tree |
2010-05-26 |
Daniel Dunbar | MC: Simplify MCFixup and increase the available offset...
|
commit | commitdiff | tree |
2010-05-26 |
Daniel Dunbar | MC: Use accessors for access to MCAsmFixup.
|
commit | commitdiff | tree |
2010-05-26 |
Daniel Dunbar | MC: Change MCInst::dump_pretty to not include a trailing...
|
commit | commitdiff | tree |
2010-05-26 |
Daniel Dunbar | MC: Eliminate MCFragment vtable, which was unnecessary.
|
commit | commitdiff | tree |
2010-05-25 |
Daniel Dunbar | MC/X86: Add a hack to allow recognizing 'cmpltps' and...
|
commit | commitdiff | tree |
2010-05-25 |
Daniel Dunbar | MC/X86: Define explicit immediate forms of cmp{ss,sd...
|
commit | commitdiff | tree |
2010-05-23 |
Daniel Dunbar | llvm-mc: Use EmitIntValue where possible, which makes...
|
commit | commitdiff | tree |
2010-05-23 |
Daniel Dunbar | llvm-mc: Use AddBlankLine in asm parser. This makes...
|
commit | commitdiff | tree |
2010-05-23 |
Daniel Dunbar | MC: Add an MCLoggingStreamer, for use in debugging...
|
commit | commitdiff | tree |
2010-05-22 |
Daniel Dunbar | MC/X86: Subdivide immediates a bit more, so that we...
|
commit | commitdiff | tree |
2010-05-22 |
Daniel Dunbar | tblgen/AsmMatcher: Change AsmOperandClass to allow...
|
commit | commitdiff | tree |
2010-05-22 |
Daniel Dunbar | MC/X86: Add alias for setz, setnz, jz, jnz.
|
commit | commitdiff | tree |
2010-05-21 |
Daniel Dunbar | Remove dead option.
|
commit | commitdiff | tree |
2010-05-20 |
Daniel Dunbar | Fix __crashreport_info__ declaration.
|
commit | commitdiff | tree |
2010-05-20 |
Daniel Dunbar | MC/X86: Add movq alias for movabsq, to allow matching...
|
commit | commitdiff | tree |
2010-05-20 |
Daniel Dunbar | X86: Model i64i32imm properly, as a subclass of all...
|
commit | commitdiff | tree |
2010-05-20 |
Daniel Dunbar | X86: Fix immediate type of FOO64i32 operations.
|
commit | commitdiff | tree |
2010-05-20 |
Daniel Dunbar | tblgen/Target: Add a isAsmParserOnly bit, and teach...
|
commit | commitdiff | tree |
2010-05-19 |
Daniel Dunbar | lit: Add another place to look for bash.
|
commit | commitdiff | tree |
2010-05-19 |
Daniel Dunbar | MC/X86: Add missing entry for TAILJMP_1 to getRelaxedOpcode().
|
commit | commitdiff | tree |
2010-05-19 |
Daniel Dunbar | MC/X86: Lower TAILCALLd[64] to JMP_1, to allow relaxation...
|
commit | commitdiff | tree |
2010-05-19 |
Daniel Dunbar | MC/X86: Strip spurious operands from TAILJMPr64 as...
|
commit | commitdiff | tree |
2010-05-19 |
Daniel Dunbar | MC/X86: Lower MOV{8,16,32,64}{rm,mr} to fixed-register...
|
commit | commitdiff | tree |
2010-05-19 |
Daniel Dunbar | MC/X86: Strip spurious operands from CALL64r as we...
|
commit | commitdiff | tree |
2010-05-18 |
Daniel Dunbar | MC/Mach-O: Implement support for setting indirect symbol...
|
commit | commitdiff | tree |
2010-05-18 |
Daniel Dunbar | MC/Mach-O: Remove some FIXMEs.
|
commit | commitdiff | tree |
2010-05-18 |
Daniel Dunbar | MC/Mach-O: Fail faster/harder when we see .file, which...
|
commit | commitdiff | tree |
2010-05-18 |
Daniel Dunbar | MC/X86: Implement custom lowering to make sure we match...
|
commit | commitdiff | tree |
2010-05-18 |
Daniel Dunbar | llc (et al): Add support for --show-encoding and -...
|
commit | commitdiff | tree |
2010-05-17 |
Daniel Dunbar | MC/Mach-O/x86: Optimal nop sequences should only be...
|
commit | commitdiff | tree |
2010-05-17 |
Daniel Dunbar | MC: Add dyn_cast support to MCSection.
|
commit | commitdiff | tree |
2010-05-17 |
Daniel Dunbar | MC/Mach-O: Reverse order of SymbolData scanning when...
|
commit | commitdiff | tree |
2010-05-17 |
Daniel Dunbar | MC/Mach-O: Fix some differences in symbol flag handling.
|
commit | commitdiff | tree |
2010-05-17 |
Daniel Dunbar | llvm-mc: Support reassignment of variables in one special...
|
commit | commitdiff | tree |
2010-05-14 |
Daniel Dunbar | MC/Mach-O/x86_64: Darwin's special "signed_N" relocation...
|
commit | commitdiff | tree |
2010-05-14 |
Daniel Dunbar | XFAIL the test I added with vg_leak, apparently it...
|
commit | commitdiff | tree |
2010-05-14 |
Daniel Dunbar | Inline Asm: Ensure buffer is newline terminated to...
|
commit | commitdiff | tree |
2010-05-14 |
Daniel Dunbar | MC: Switch to completely lazy layout.
|
commit | commitdiff | tree |
2010-05-14 |
Daniel Dunbar | MC: Extend MCAsmLayout to explicitly track which fragments...
|
commit | commitdiff | tree |
2010-05-14 |
Daniel Dunbar | MC: Implicitly assign section addresses when the previous...
|
commit | commitdiff | tree |
2010-05-14 |
Daniel Dunbar | MC: Switch MCFragment to storing the layout order index...
|
commit | commitdiff | tree |
2010-05-14 |
Daniel Dunbar | MC: Change LayoutSection() to only do the section initializi...
|
commit | commitdiff | tree |
2010-05-13 |
Daniel Dunbar | MC: Move Layout{Fragment,Section} into MCAsmLayout...
|
commit | commitdiff | tree |
2010-05-13 |
Daniel Dunbar | MC: Factor out MCAssembler::ComputeFragmentSize.
|
commit | commitdiff | tree |
2010-05-13 |
Daniel Dunbar | Fix const ilist_node::get{Prev,Next}Node() to actually...
|
commit | commitdiff | tree |
2010-05-13 |
Daniel Dunbar | MC: Add section layout order indices to MCSectionData.
|
commit | commitdiff | tree |
2010-05-13 |
Daniel Dunbar | MC: Move ordinal calculation, to make sure fragments...
|
commit | commitdiff | tree |
2010-05-13 |
Daniel Dunbar | MC: Create dummy fragments to avoid ever having empty...
|
commit | commitdiff | tree |
2010-05-13 |
Daniel Dunbar | MC: Add MCAsmLayout::FragmentReplaced() helper function.
|
commit | commitdiff | tree |
2010-05-13 |
Daniel Dunbar | Fix -Asserts warning.
|
commit | commitdiff | tree |
2010-05-13 |
Daniel Dunbar | MC: Eliminate MCSectionData::{,Address,File}Size, which...
|
commit | commitdiff | tree |
2010-05-13 |
Daniel Dunbar | Fix -Asserts warning.
|
commit | commitdiff | tree |
2010-05-13 |
Daniel Dunbar | MC: Switch to using explicit MCAlignFragments with...
|
commit | commitdiff | tree |
2010-05-13 |
Daniel Dunbar | MC/Mach-O: Add another zerofill test to improve coverage.
|
commit | commitdiff | tree |
2010-05-13 |
Daniel Dunbar | MC: Add MCAlignFragment::OnlyAlignAddress bit. This...
|
commit | commitdiff | tree |
2010-05-13 |
Daniel Dunbar | MC: Add MCSectionData::AddressSize, which is the size...
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | MC: Move MCAlignFragment::EmitNops value out of the...
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | MC: Eliminate MCZeroFillFragment, it is no longer needed.
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | MC: Explicitly check that only virtual fragments appear...
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | MC: Switch MCFillFragment to storing total fill size...
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | MC: Drop support for alignment in ZeroFill fragment...
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | lit: Fix a sh lexing bug which caused annotate-token...
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | Simplify.
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | MC: Factor out MCAssembler::LayoutFragment
|
commit | commitdiff | tree |
next |