Oops, r98447 dropped the reference to ForwardType in the wrong place in
[oota-llvm.git] / include /
2010-03-27 Dan GohmanGive FileRemover a default constructor to allow FileRem...
2010-03-27 Dan GohmanAdd a comment.
2010-03-27 Chris Lattnerremove parallel support.
2010-03-27 Chris Lattnerbump FIRST_TARGET_MEMORY_OPCODE back up, there is no...
2010-03-26 Anton KorobeynikovAdd few missed libcalls and correct names for others.
2010-03-26 Dan GohmanFix SmallVector's insert to handle non-random-access...
2010-03-25 Gabor Greifrename pred_const_iterator to const_pred_iterator for...
2010-03-25 Gabor Greifrename use_const_iterator to const_use_iterator for...
2010-03-25 Daniel Dunbarllvm-mc: Add a -mc-relax-all option, which relaxes...
2010-03-25 Daniel DunbarMC: Stop restarting layout on every relaxation.
2010-03-25 Daniel DunbarMC: Simplify main section layout process by moving...
2010-03-25 Daniel DunbarMC: Sink Section address assignment into LayoutSection.
2010-03-25 Bob WilsonReapply Kevin's change 94440, now that Chris has fixed...
2010-03-25 Daniel DunbarMC: Explicity track section and fragment ordinals.
2010-03-25 Devang PatelFix typo.
2010-03-25 Eric ChristopherReapply r99451 with a fix to move the NoInline check...
2010-03-25 Daniel DunbarMC: Route access to SectionData offset and file size...
2010-03-25 Daniel DunbarMC: Route access to Fragment offset and effective size...
2010-03-25 Evan ChengChange how dbg_value sdnodes are converted into machine...
2010-03-25 Daniel DunbarMC: Eliminate MC{Fragment,{Section,Symbol}Data}::getAdd...
2010-03-25 Eric ChristopherFix unused parameter warning.
2010-03-25 Dan GohmanDocuemntation corrections from John Myers.
2010-03-24 Eric ChristopherTemporarily revert this, it's causing an issue with...
2010-03-24 Bob WilsonSpeculatively revert this to see if it fixes buildbot...
2010-03-24 Chris Lattneradd a convenient TargetInstrDesc::getNumImplicitUses...
2010-03-24 Kevin EnderbyAdded the Advanced Encryption Standard (AES) Instructions.
2010-03-24 Devang PatelDo not rely on getCompileUnit() to find source file...
2010-03-24 Gabor GreifFinally land the InvokeInst operand reordering.
2010-03-24 Daniel DunbarMC: Direct all {fragment,section,symbol} address access...
2010-03-24 Dan GohmanRemove the ConvertActions table and associated code...
2010-03-24 Chris LattnerAdd a method to get a StringMapEntry from a pointer...
2010-03-24 Dan GohmanFix coding style.
2010-03-24 Dan GohmanGeneralize findNearestCommonDominator to work on post...
2010-03-23 Chris Lattner[llvm_void_ty] is no longer needed for result types,
2010-03-23 Chris Lattneradd some accessors to callsite/callinst/invokeinst...
2010-03-23 Dan GohmanRevert 99335. getTypeToExpandTo's iterative behavior...
2010-03-23 Dan GohmanRemove getTypeToExpandTo, since it isn't adding much...
2010-03-23 Evan ChengAdd comment.
2010-03-23 Evan ChengForgot this.
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::MayNeedRelaxation, for checki...
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::WriteNopData and use to elimi...
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::RelaxInstruction callback...
2010-03-23 Daniel DunbarMC: Tweak MCInstFragment to include the encoded data...
2010-03-22 Jeffrey YasskinPut MCSectionCOFF::Name into the MCContext instead...
2010-03-22 Daniel DunbarMC: Add MCInstFragment, not used yet.
2010-03-22 Daniel DunbarMC: Fix a few more cases we were passing an MCDataFragm...
2010-03-22 Daniel DunbarMCInst: Add ::dump_pretty.
2010-03-22 Daniel DunbarMC: Change MCObjectWriter::RecordRelocation to take...
2010-03-22 Daniel DunbarMC: Eliminate MCFragment::getMaxFileSize.
2010-03-22 Daniel DunbarMC: Share the MCAsmLayout object, although its still...
2010-03-22 Gabor Greifbacking out r99170 because it still fails on clang...
2010-03-22 Gabor GreifNow that hopefully all direct accesses to InvokeInst...
2010-03-21 Jeffrey YasskinMemoize InlineAsms into the LLVMContext and delete...
2010-03-20 Daniel DunbarTargetRegistry: Fix create{AsmInfo,MCDisassembler}...
2010-03-20 Gabor GreifAdd a setCalledFunction member to InvokeInst (like...
2010-03-20 Dan GohmanClear the SCEVExpander's insertion point after making...
2010-03-19 Dan GohmanFix more places to more thoroughly ignore debug intrins...
2010-03-19 Kevin EnderbyFixed the encoding problems of the crc32 instructions...
2010-03-19 Bob WilsonStop trying to merge identical jump tables. This had...
2010-03-19 Douglas GregorAcccess control is lame
2010-03-19 Douglas Gregorstruct -> class, to silence a Clang warning
2010-03-19 Gabor Greifback out r98957, it broke smooshlab.apple.com:8010...
2010-03-19 Gabor GreifRecommit r80858 again (which has been backed out in...
2010-03-19 Daniel DunbarMC: Add TargetAsmBackend::createObjectWriter.
2010-03-19 Daniel DunbarMCCodeEmitter: Add target independent fixup flag for...
2010-03-19 Daniel DunbarMC: Sink code emitter into MCAssembler.
2010-03-19 Daniel DunbarMC/Mach-O: Move to MachObjectWriter.{h,cpp}.
2010-03-19 Daniel DunbarMC: Add TargetAsmBackend::isVirtualSection hook.
2010-03-19 Daniel DunbarMC: Split MCObjectWriter out of MCAssembler.cpp.
2010-03-19 Daniel DunbarMCAssembler: Move ApplyFixup to the TargetAsmBackend...
2010-03-19 Daniel DunbarMC/Mach-O: Lift the fixup evaluation and application...
2010-03-19 Daniel DunbarMC/Mach-O: Factor out ExecutePostLayoutBinding, to...
2010-03-19 Chris Lattnerfix an MCInstPrinter leak that jyasskin pointed out:
2010-03-19 Chris Lattneradd a new SDNPVariadic SDNP node flag, and use it in
2010-03-19 Daniel DunbarMC/Mach-O/x86_64: Add getAtom[ForAddress].
2010-03-19 Daniel DunbarMC/Mach-O: Factor out isSymbolLinkerVisible method...
2010-03-18 Chris Lattneruse ins/outs
2010-03-18 Daniel DunbarMC/AsmMatcher: Add support for target specific "instruc...
2010-03-18 Dan Gohmanoffsetof always has type size_t.
2010-03-18 Benjamin KramerFix a name clash that was breaking MSVC builds.
2010-03-18 Dan GohmanExplicitly cast std::min's arguments to avoid type...
2010-03-18 Dan GohmanDefine placement new wrappers for BumpPtrAllocator and
2010-03-18 Bob WilsonFix pr6543: svn r88806 changed MachineJumpTableInfo...
2010-03-18 Dan GohmanFix a bug found by inspection; in the __GNUC__ code...
2010-03-18 Andrew LenharthNick wants these alphabetized
2010-03-18 Dan GohmanAdd the ability to "intern" FoldingSetNodeID data into a
2010-03-18 Dan GohmanReapply r98755 with a thinko which miscompiled gengtype...
2010-03-18 Daniel DunbarMCValue: Change to holding MCSymbolRefExprs instead...
2010-03-18 Daniel DunbarAdd MCSymbol::isInSection.
2010-03-18 Daniel DunbarMC/Darwin: Add a new target hook for whether the target...
2010-03-17 Dan GohmanRevert 98755, which may be causing trouble.
2010-03-17 Dan GohmanChange SCEVNAryExpr's operand array from a SmallVector...
2010-03-17 Bob WilsonRemove an unnecessary (and misspelled) typedef. Tweak...
2010-03-17 Andrew Lenharthmissing include
2010-03-17 Chris Lattnerfix GetOrCreateTemporarySymbol to require a name, clients
2010-03-17 Chris Lattnerremove dead variable, patch by Nathan Howell!
2010-03-16 Chris Lattnerwork around an MSVC2010 bug, PR6504
2010-03-16 Gabor Greiffix PR6589
2010-03-16 Chris LattnerFix the third (and last known) case of code update...
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
next