Add a const.
[oota-llvm.git] / include / llvm / Target /
2010-04-18 Anton KorobeynikovMake processor FUs unique for given itinerary. This...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Evan ChengMore work to allow dag combiner to promote 16-bit ops...
2010-04-16 Dan GohmanAdd a getSelectionDAGInfo member to TargetMachine.
2010-04-16 Dan GohmanCreate a new TargetSelectionDAGInfo class. This will...
2010-04-16 Dan GohmanEliminate an unnecessary SelectionDAG dependency in...
2010-04-16 Dan GohmanFix this code to avoid implicit assumptions about the...
2010-04-16 Evan ChengAdding support for dag combiner to promote operations...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-14 Dan GohmanFactor out EH landing pad code into a separate function...
2010-04-13 Chris Lattneradd llvm codegen support for -ffunction-sections and...
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-07 Evan ChengFix typo.
2010-04-07 Anton KorobeynikovRemove late ARM codegen optimization pass committed...
2010-04-07 Anton KorobeynikovSince tblgen bug was fixed (thanks Jakob!) we don't...
2010-04-07 Anton KorobeynikovMake use of new reserved/required scheduling stuff...
2010-04-07 Anton KorobeynikovInitial support for different kinds of FU reservation.
2010-04-07 Anton KorobeynikovAdd hook to insert late LLVM=>LLVM passes just before...
2010-04-05 Chris Lattnerunthread MMI from FastISel
2010-04-05 Chris Lattnertrim some spurious references to DwarfWriter. SDIsel...
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-04-05 Chris Lattnerfastisel doesn't need DwarfWriter, remove some tendricles.
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-01 Evan ChengAdd comments about DstAlign and SrcAlign.
2010-04-01 Evan Cheng- Avoid using floating point stores to implement memset...
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-28 Chris Lattnerfinally remove the immAllOnesV_bc/immAllZerosV_bc patterns
2010-03-28 Chris Lattneradd some node definitions.
2010-03-27 Chris Lattnerremove parallel support.
2010-03-25 Eric ChristopherFix unused parameter warning.
2010-03-25 Dan GohmanDocuemntation corrections from John Myers.
2010-03-24 Chris Lattneradd a convenient TargetInstrDesc::getNumImplicitUses...
2010-03-24 Dan GohmanRemove the ConvertActions table and associated code...
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 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-20 Daniel DunbarTargetRegistry: Fix create{AsmInfo,MCDisassembler}...
2010-03-19 Daniel DunbarMC: Add TargetAsmBackend::createObjectWriter.
2010-03-19 Daniel DunbarMC: Add TargetAsmBackend::isVirtualSection hook.
2010-03-19 Daniel DunbarMCAssembler: Move ApplyFixup to the TargetAsmBackend...
2010-03-19 Chris Lattneradd a new SDNPVariadic SDNP node flag, and use it in
2010-03-18 Chris Lattneruse ins/outs
2010-03-18 Daniel DunbarMC/AsmMatcher: Add support for target specific "instruc...
2010-03-18 Daniel DunbarMC/Darwin: Add a new target hook for whether the target...
2010-03-17 Bob WilsonRemove an unnecessary (and misspelled) typedef. Tweak...
2010-03-17 Chris Lattnerremove dead variable, patch by Nathan Howell!
2010-03-15 Daniel DunbarMC/Mach-O/x86_64: Temporary labels in cstring sections...
2010-03-14 Anton KorobeynikovMake default expansion for FP16 <-> FP32 nodes into...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-12 Chris Lattnergive Mangler access to TargetData.
2010-03-12 Chris Lattnerfinally give Mangler a getSymbol method, which returns...
2010-03-12 Chris Lattnermake the mangler take an MCContext instead of an MAI.
2010-03-12 Chris Lattnermake TargetLoweringObjectFile::getExprForDwarfReference
2010-03-11 Chris Lattnerfix a fixme in TargetLoweringObjectFile::getExprForDwar...
2010-03-11 Dan GohmanRemove getWidenVectorType, which is no longer used.
2010-03-11 Chris Lattnerrename getSymbolForDwarf* to getExprForDwarf* since...
2010-03-11 Daniel DunbarFix (unused) RegisterAsmBackend template, clang++ isn...
2010-03-11 Daniel DunbarMC: Provide MCAssembler with a TargetAsmBackend.
2010-03-11 Daniel DunbarMC: Sketch some TargetAsmBackend hooks we are going...
2010-03-11 Daniel DunbarMC: Provide the target triple to AsmBackend constructors.
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-03-07 Chris LattnerUse Other as a sentinel instead of iAny.
2010-03-03 Evan Cheng- Change MachineInstr::isIdenticalTo to take a new...
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-03-01 Dan GohmanUse Doxygen comment syntax.
2010-02-28 Dan GohmanAdd a flag to addPassesToEmit* to disable the Verifier...
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-25 Chris Lattnerremove a dead PatLeaf, I previously changed all uses...
2010-02-25 Dan GohmanRevert r97064. Duncan pointed out that bitcasts are...
2010-02-24 Dan GohmanMake getTypeSizeInBits work correctly for array types...
2010-02-22 Jim GrosbachUpdated version of r96634 (which was reverted due to...
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-02-21 Daniel DunbarMC: Sketch registry support for target specific assembl...
2010-02-21 Daniel DunbarFormatting tweaks (trailing whitespace, ordering, comme...
2010-02-21 Chris LattnerEliminate some uses of immAllOnes, just use -1, it...
2010-02-19 Bob WilsonRevert 96634. It causes assertion failures for 126...
2010-02-19 Jim GrosbachRadar 7636153. In the presence of large call frames...
2010-02-17 Eric ChristopherFix a few unused parameter warnings.
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-11 Chris Lattnerrefactor x86 conditional branches to use a multipattern
2010-02-10 Mon P WangThe previous fix of widening divides that trap was...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-08 Dan GohmanRename the PerformTailCallOpt variable to GuaranteedTai...
2010-02-03 Chris Lattnerchange addPassesToEmitFile to return true on failure...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-02-02 Chris LattnerRemove a bunch of stuff around the edges of the ELF...
next