Typo noticed by Duncan.
[oota-llvm.git] / include /
2010-03-30 Dan GohmanFix llvm-ld to clean up its output files in case of...
2010-03-30 Eric ChristopherRemove the pmulld intrinsic and autoupdate it as a...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-30 Douglas GregorSwitch isa_impl from a function template to a class...
2010-03-30 Douglas GregorIntroduce namespace-scope functions to enable LLVM...
2010-03-30 Ted KremenekChange PointerUnionX::getFromOpaqueValue() to be declar...
2010-03-30 Torok EdwinReapply r99881 with some fixes: only call destructor...
2010-03-30 Torok EdwinRevert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.
2010-03-30 Torok EdwinIntroduce another Reset() method in BumpPtrAllocator...
2010-03-30 Chris Lattnerstringref'ize Timer apis
2010-03-30 Chris Lattnerfinally, maintain a global list of timer groups, allowi...
2010-03-30 Chris Lattneradd a new TimerGroup::print method, and refactor away...
2010-03-30 Chris Lattnerif a timergroup is destroyed before its timers, print...
2010-03-30 Chris Lattnerchange TimerGroup to keep a linked list of active timers
2010-03-30 Chris Lattnerreapply my timer rewrite with a change for PassManager...
2010-03-30 Chris Lattnerrevert r99862 which is causing FNT failures.
2010-03-30 Chris Lattnerfairly major rewrite of various timing related stuff.
2010-03-29 Chris Lattnerremove support for per-time peak memory tracking, this
2010-03-29 Chris Lattnervarious timer fixes: move operator= out of line,
2010-03-29 Benjamin KramerMake isInt?? and isUint?? template specializations...
2010-03-29 Evan ChengPool allocate SDDbgValue nodes.
2010-03-29 Devang PatelRefactor code to push DILocation prcessing into DwarfDe...
2010-03-28 Devang PatelRevert 99772.
2010-03-28 Devang PatelRefactoring. Push DILocation processing in to DwarfDebu...
2010-03-28 Torok EdwinFix use-of-uninitialized value when RWX memory can...
2010-03-28 Chris Lattnerfinally remove the immAllOnesV_bc/immAllZerosV_bc patterns
2010-03-28 Chris Lattneradd some node definitions.
2010-03-28 Chris Lattneradd an optimized form of OPC_EmitMergeInputChains for...
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...
next