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 |
2010-05-12 |
Daniel Dunbar | MC: Tweak section layout to not relying on accumulating...
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | ADT: Add ilist_node::get{Prev,Next}Node, which return...
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | MC: Simplify LayoutSection to just take the index of...
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | lit: Fix OneCommandPerFileTest format when tests are...
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | lit: Add support for 'lit ... @foo', which reads a...
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | MC: Track section layout order explicitly, and use...
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | MC/X86: Extend suffix matching hack to match 'q' suffix.
|
commit | commitdiff | tree |
2010-05-12 |
Daniel Dunbar | MC/Mach-O/x86_64: Add a new hook for checking whether...
|
commit | commitdiff | tree |
2010-05-11 |
Daniel Dunbar | Make Clang happy.
|
commit | commitdiff | tree |
2010-05-11 |
Daniel Dunbar | MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64,...
|
commit | commitdiff | tree |
2010-05-11 |
Daniel Dunbar | MC/Mach-O: As Kevin pointed out, 'Address' is really...
|
commit | commitdiff | tree |
2010-05-11 |
Daniel Dunbar | MC/Mach-O: Fix a crash on invalid.
|
commit | commitdiff | tree |
2010-05-11 |
Daniel Dunbar | MC/Mach-O x86_64: Switch to using fragment atom symbol.
|
commit | commitdiff | tree |
2010-05-11 |
Daniel Dunbar | Test commit.
|
commit | commitdiff | tree |
2010-05-10 |
Daniel Dunbar | MC/Mach-O: Fix another mismatch with .weak_definition...
|
commit | commitdiff | tree |
2010-05-10 |
Daniel Dunbar | MC/Mach-O: Factor out doesSymbolRequireExternRelocation.
|
commit | commitdiff | tree |
2010-05-10 |
Daniel Dunbar | MC/Mach-O: Explicitly track atoms, as represented by...
|
commit | commitdiff | tree |
2010-05-10 |
Daniel Dunbar | Add new configure option, --disable-timestamps, intended...
|
commit | commitdiff | tree |
2010-05-08 |
Daniel Dunbar | Run interrupt routines as part of report_fatal_error...
|
commit | commitdiff | tree |
2010-05-08 |
Daniel Dunbar | Add llvm::sys::RunInterruptHandlers(), which runs the...
|
commit | commitdiff | tree |
2010-05-06 |
Daniel Dunbar | MC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemAsmOpe...
|
commit | commitdiff | tree |
2010-05-06 |
Daniel Dunbar | MC/X86: Error out if we see a non-constant FK_Data_1...
|
commit | commitdiff | tree |
2010-05-06 |
Daniel Dunbar | Revert r103137, fix for $ in labels. It looks like...
|
commit | commitdiff | tree |
2010-05-05 |
Daniel Dunbar | MC/Mach-O: Mark absolute variable's appropriately,...
|
commit | commitdiff | tree |
2010-05-05 |
Daniel Dunbar | MC: Reject attempts to define a variable symbol.
|
commit | commitdiff | tree |
2010-05-05 |
Daniel Dunbar | MC: Make setVariableValue check the redefinition condition...
|
commit | commitdiff | tree |
2010-05-05 |
Daniel Dunbar | MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s...
|
commit | commitdiff | tree |
2010-05-05 |
Daniel Dunbar | MC/Mach-O/x86_64: Relocations in debug sections should...
|
commit | commitdiff | tree |
2010-05-05 |
Daniel Dunbar | lit: Allow test_format to be None.
|
commit | commitdiff | tree |
2010-05-04 |
Daniel Dunbar | MC/X86: Chris pointed that 'as' isn't consistent in...
|
commit | commitdiff | tree |
2010-05-04 |
Daniel Dunbar | MC/X86: Add "support" for matching ATT style mnemonic...
|
commit | commitdiff | tree |
2010-05-04 |
Daniel Dunbar | MC/Matcher: Add support for over-riding the default...
|
commit | commitdiff | tree |
2010-05-04 |
Daniel Dunbar | llvm-mc: Fix case were we would skip a line in the...
|
commit | commitdiff | tree |
2010-04-30 |
Daniel Dunbar | Update for CIndex rename.
|
commit | commitdiff | tree |
2010-04-30 |
Daniel Dunbar | Don't use 'else ifdef', I guess this is a 3.81 feature?
|
commit | commitdiff | tree |
2010-04-30 |
Daniel Dunbar | Fix TOOLALIAS to not make dependency against $(PROJ_bindir...
|
commit | commitdiff | tree |
2010-04-30 |
Daniel Dunbar | Add new NO_INSTALL_ARCHIVES make variable, to suppress...
|
commit | commitdiff | tree |
2010-04-30 |
Daniel Dunbar | Add an install-clang-c top-level target, which does...
|
commit | commitdiff | tree |
2010-04-30 |
Daniel Dunbar | Regenerate.
|
commit | commitdiff | tree |
2010-04-30 |
Daniel Dunbar | Default OPTIMIZE_OPTION to -O2 on FreeBSD, at the request...
|
commit | commitdiff | tree |
2010-04-29 |
Daniel Dunbar | Remove dead option.
|
commit | commitdiff | tree |
2010-04-17 |
Daniel Dunbar | Revert "reject forward references to functions whose...
|
commit | commitdiff | tree |
2010-04-15 |
Daniel Dunbar | Don't use absolute path for EXPORTED_SYMBOL_FILE, this...
|
commit | commitdiff | tree |
2010-04-15 |
Daniel Dunbar | Remove unnecessary uses of <iostream>.
|
commit | commitdiff | tree |
2010-04-15 |
Daniel Dunbar | tests: MC/Disassembler tests depend on ARM support...
|
commit | commitdiff | tree |
2010-04-13 |
Daniel Dunbar | Fix -Asserts warnings.
|
commit | commitdiff | tree |
2010-04-13 |
Daniel Dunbar | VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious...
|
commit | commitdiff | tree |
2010-04-13 |
Daniel Dunbar | IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods...
|
commit | commitdiff | tree |
next |