Teach instCombine to remove malloc+free if malloc's only uses are comparisons
[oota-llvm.git] / lib / MC /
2010-05-27 Eric ChristopherRearrange conditionals so we don't get caught with...
2010-05-26 Daniel DunbarMC: When running with -mc-relax-all, we can eagerly...
2010-05-26 Daniel DunbarMC/Mach-O: Factor out EmitInstTo{Fragment,Data} for...
2010-05-26 Daniel DunbarMC: Change RelaxInstruction to only take the input...
2010-05-26 Daniel DunbarMC: Eliminate an unnecessary copy.
2010-05-26 Daniel DunbarMC: Simplify MayNeedRelaxation to not provide the fixup...
2010-05-26 Daniel DunbarMC: Eliminate MCAsmFixup, replace with MCFixup.
2010-05-26 Daniel DunbarMC: Use accessors for access to MCAsmFixup.
2010-05-26 Daniel DunbarMC: Change MCInst::dump_pretty to not include a trailin...
2010-05-26 Daniel DunbarMC: Eliminate MCFragment vtable, which was unnecessary.
2010-05-26 Eric ChristopherStart adding mach-o tls reloc support.
2010-05-23 Daniel Dunbarllvm-mc: Use EmitIntValue where possible, which makes...
2010-05-23 Daniel Dunbarllvm-mc: Use AddBlankLine in asm parser. This makes...
2010-05-23 Daniel DunbarMC: Add an MCLoggingStreamer, for use in debugging...
2010-05-21 Eric ChristopherExpand on comment.
2010-05-21 Eric ChristopherFix section attribute name.
2010-05-21 Matt FlemingAdd support for parsing the ELF .type assembler directive.
2010-05-20 Matt FlemingGrammar fix. This is a test commit.
2010-05-20 Benjamin KramerReduce string trashing.
2010-05-20 Eric ChristopherPartial code for emitting thread local bss data.
2010-05-19 Chris Lattnerfix rdar://7986634 - match instruction opcodes case...
2010-05-18 Eric ChristopherImplement EmitTBSSSymbol for MachOStreamer.
2010-05-18 Eric ChristopherMake EmitTBSSSymbol take a section argument so that...
2010-05-18 Kevin EnderbyIncorporate Daniel's suggestion and use !isdigit(CurPtr...
2010-05-18 Kevin EnderbyFixed the problem with a branch to "0b" that was not...
2010-05-18 Daniel DunbarMC/Mach-O: Implement support for setting indirect symbo...
2010-05-18 Daniel DunbarMC/Mach-O: Remove some FIXMEs.
2010-05-18 Daniel DunbarMC/Mach-O: Fail faster/harder when we see .file, which...
2010-05-18 Benjamin KramerSimplify MCContext::(Next|Get)Instance
2010-05-17 Kevin EnderbyAdded support in MC for Directional Local Labels.
2010-05-17 Eric ChristopherMore data/parsing support for tls directives. Add...
2010-05-17 Daniel DunbarMC/Mach-O/x86: Optimal nop sequences should only be...
2010-05-17 Daniel DunbarMC: Add dyn_cast support to MCSection.
2010-05-17 Daniel DunbarMC/Mach-O: Reverse order of SymbolData scanning when...
2010-05-17 Eric ChristopherAdd some section and constant support for darwin TLS.
2010-05-17 Daniel DunbarMC/Mach-O: Fix some differences in symbol flag handling.
2010-05-17 Daniel Dunbarllvm-mc: Support reassignment of variables in one speci...
2010-05-17 Eric ChristopherAssume that we'll handle mangling the symbols earlier...
2010-05-14 Daniel DunbarMC/Mach-O/x86_64: Darwin's special "signed_N" relocatio...
2010-05-14 Eric ChristopherAdd AsmParser support for darwin tbss directive.
2010-05-14 Eric ChristopherFix a couple of typos.
2010-05-14 Daniel DunbarMC: Switch to completely lazy layout.
2010-05-14 Daniel DunbarMC: Extend MCAsmLayout to explicitly track which fragme...
2010-05-14 Daniel DunbarMC: Implicitly assign section addresses when the previo...
2010-05-14 Daniel DunbarMC: Switch MCFragment to storing the layout order index...
2010-05-14 Daniel DunbarMC: Change LayoutSection() to only do the section initi...
2010-05-13 Daniel DunbarMC: Move Layout{Fragment,Section} into MCAsmLayout...
2010-05-13 Daniel DunbarMC: Factor out MCAssembler::ComputeFragmentSize.
2010-05-13 Daniel DunbarMC: Add section layout order indices to MCSectionData.
2010-05-13 Daniel DunbarMC: Move ordinal calculation, to make sure fragments...
2010-05-13 Daniel DunbarMC: Create dummy fragments to avoid ever having empty...
2010-05-13 Daniel DunbarMC: Add MCAsmLayout::FragmentReplaced() helper function.
2010-05-13 Daniel DunbarFix -Asserts warning.
2010-05-13 Daniel DunbarMC: Eliminate MCSectionData::{,Address,File}Size, which...
2010-05-13 Daniel DunbarMC: Switch to using explicit MCAlignFragments with...
2010-05-13 Daniel DunbarMC: Add MCAlignFragment::OnlyAlignAddress bit. This...
2010-05-13 Daniel DunbarMC: Add MCSectionData::AddressSize, which is the size...
2010-05-13 Chris Lattnerfix rdar://7965971 and a fixme: use ParseIdentifier in
2010-05-12 Daniel DunbarMC: Move MCAlignFragment::EmitNops value out of the...
2010-05-12 Daniel DunbarMC: Eliminate MCZeroFillFragment, it is no longer needed.
2010-05-12 Daniel DunbarMC: Explicitly check that only virtual fragments appear...
2010-05-12 Daniel DunbarMC: Switch MCFillFragment to storing total fill size...
2010-05-12 Daniel DunbarMC: Drop support for alignment in ZeroFill fragment...
2010-05-12 Daniel DunbarSimplify.
2010-05-12 Daniel DunbarMC: Factor out MCAssembler::LayoutFragment
2010-05-12 Daniel DunbarMC: Tweak section layout to not relying on accumulating...
2010-05-12 Daniel DunbarMC: Simplify LayoutSection to just take the index of...
2010-05-12 Daniel DunbarMC: Track section layout order explicitly, and use...
2010-05-12 Nathan Jeffordsstylistic change to MCSectionCOFF::PrintSwitchToSection...
2010-05-12 Rafael EspindolaAdd support for movi32 of global values to the new...
2010-05-12 Nathan Jeffordsupdated support for the COFF .linkonce
2010-05-12 Daniel DunbarMC/Mach-O/x86_64: Add a new hook for checking whether...
2010-05-11 Daniel DunbarMC/Mach-O/x86_64: Fix PCrel adjustment for x86_64,...
2010-05-11 Daniel DunbarMC/Mach-O: As Kevin pointed out, 'Address' is really...
2010-05-11 Daniel DunbarMC/Mach-O: Fix a crash on invalid.
2010-05-11 Daniel DunbarMC/Mach-O x86_64: Switch to using fragment atom symbol.
2010-05-10 Daniel DunbarMC/Mach-O: Fix another mismatch with .weak_definition...
2010-05-10 Daniel DunbarMC/Mach-O: Factor out doesSymbolRequireExternRelocation.
2010-05-10 Daniel DunbarMC/Mach-O: Explicitly track atoms, as represented by...
2010-05-09 Nathan Jeffordstest commit, added a comment to MCSectionCOFF::PrintSwi...
2010-05-08 Chris Lattnerbreak coff symbol definition stuff out into proper...
2010-05-07 Chris Lattneradd COFF support for COMDAT sections, patch by Nathan...
2010-05-07 Kevin EnderbyFix i386 relocations to Weak Definitions. The relocati...
2010-05-07 Ted KremenekUpdate CMake build.
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-05-06 Daniel DunbarRevert r103137, fix for $ in labels. It looks like...
2010-05-05 Chris Lattnerfix rdar://7946934 - in some limited cases, the assembl...
2010-05-05 Daniel DunbarMC/Mach-O: Mark absolute variable's appropriately,...
2010-05-05 Daniel DunbarMC: Reject attempts to define a variable symbol.
2010-05-05 Daniel DunbarMC: Make setVariableValue check the redefinition condit...
2010-05-05 Daniel DunbarMC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s...
2010-05-05 Daniel DunbarMC/Mach-O/x86_64: Relocations in debug sections should...
2010-05-04 Daniel Dunbarllvm-mc: Fix case were we would skip a line in the...
2010-04-29 Mon P WangAdd support for assemblers that don't support periods...
2010-04-17 Chris Lattnerrefactor .if handling code a bit.
2010-04-14 Chris Lattnerimplement mc asmparser support for '.', which gets the
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-08 Chris Lattnermove macho section uniquing from MCParser and TLOF...
2010-04-08 Benjamin KramerVarious MSVC warning fixes about truncated 64 bit shift...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
next