move .set generation out of DwarfPrinter into AsmPrinter and
[oota-llvm.git] / include / llvm / Target /
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...
2010-02-02 Chris Lattnereliminate all the dead addSimpleCodeEmitter implementat...
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
2010-02-02 Chris Lattnerremove the remnants of TargetMachOWriterInfo.
2010-02-02 Chris Lattnereliminate all forms of addPassesToEmitMachineCode except
2010-02-02 Chris LattnerInline addAssemblyEmitter into its one real caller...
2010-02-01 Nate BegemanKill the Mach-O writer, and temporarily make filetype...
2010-01-31 Sean CallananMoved InstallLexer() from the X86-specific AsmLexer
2010-01-27 Evan ChengRemove a dead target hook.
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-26 Chris Lattnerconstify a method argument.
2010-01-26 Bill WendlingRemove warning about non return on a non-void function.
2010-01-26 Chris Lattnereliminate the TargetLowering::UsesGlobalOffsetTable...
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattnerstub out a new target hook, need some refactoring befor...
2010-01-26 Chris Lattnerthis hook should be const.
2010-01-26 Chris LattnerAdd support for target-specific 32-bit custom-lowered
2010-01-25 Chris LattnerRearrange handling of jump tables. Highlights:
2010-01-25 Chris Lattneradd a method to get the alignment of an integer type...
2010-01-22 Sean CallananFilled out the skeleton of the TargetAsmLexer to behave
2010-01-22 Evan ChengAdd two target hooks to determine whether two loads...
2010-01-22 Chris Lattnerallow registering target lexers.
2010-01-22 Chris Lattnerstub out a new TargetAsmLexer interface.
2010-01-21 Chris Lattnerremove a couple of asserts that use RTTI.
2010-01-19 Chris Lattnerstop using the .lcomm pseudoop on darwin, instead,...
2010-01-19 Chris Lattneruse BSSLocal classifier to identify 'lcomm' data instead of
2010-01-19 Chris Lattnerchange an accessor to a predicate.
2010-01-19 Chris LattnerCleanup handling of .zerofill on darwin:
2010-01-18 Bill Wendling- Add getLSDAEncoding to the PowerPC backend.
2010-01-18 Bill Wendling- Add a comment to the callback indicating that it...
2010-01-18 Benjamin KramerUnnamed symbol index should be >= 1. This was lost...
2010-01-17 Chris Lattnerstop the CBE from using Mangler::appendMangledName...
2010-01-17 Chris Lattnerfix uninit member, thanks to Benjamin Kramer for identi...
2010-01-17 Chris LattnerGet MCSymbol out of the mangling business, and move...
2010-01-17 Chris Lattnernow that mangler is in libtarget, it can use MCAsmInfo...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Bill WendlingRetrying r91337:
2010-01-15 Dale JohannesenDEBUG_VALUE is now variable sized, as it has a
2010-01-15 Nate BegemanHook up llc's -filetype=obj to use MCStreamer if an...
2010-01-15 Dale JohannesenRemove DEBUG_DECLARE, looks like we don't need it.
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Chris Lattnerprune #includes in TargetAsmParser.h
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-13 Dale JohannesenFix a comment.
2010-01-13 Evan ChengAdd a quick pass to optimize sign / zero extension...
2010-01-12 Evan ChengAdd TargetInstrInfo::isCoalescableInstr. It returns...
2010-01-09 Dale JohannesenAdd DEBUG_DECLARE. Not used yet.
2010-01-08 Dale JohannesenAdd DEBUG_VALUE. Not used yet.
2010-01-07 Jakob Stoklund OlesenAdd comments.
2010-01-06 Jakob Stoklund OlesenAdd Target hook to duplicate machine instructions.
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-04 Dan GohmanRemove the CPAttrParentAsRoot code, which is unused...
2009-12-28 Sanjiv GuptaAllow targets to specify the return type of libcalls...
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-21 Eric ChristopherFix setting and default setting of code model for jit...
2009-12-19 Dan GohmanDelete unused code.
2009-12-18 Bill WendlingChanges from review:
2009-12-16 Jim GrosbachAdd @earlyclobber TableGen constraint
2009-12-14 Dan GohmanFix these asserts to check the invariant that the code...
2009-12-14 Bill WendlingWhitespace changes, comment clarification. No functiona...
2009-12-09 Eric ChristopherSilence conversion warning from 64 to 32-bit.
2009-12-09 Evan ChengMove isConsecutiveLoad to SelectionDAG. It's not target...
2009-12-08 Evan ChengRevert 90789 for now. It caused massive compile time...
2009-12-07 Dan GohmanApply Pekka Jääskeläinen's patch to raise the first...
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-12-05 David GreeneRemove an unneeded include.
2009-12-04 David GreeneFix a bad merge.
2009-12-04 David GreeneUpdate the TargetInstrInfo interfaces so hasLoad/StoreF...
2009-12-03 Chris Lattnerremove some dead std::ostream using code.
2009-12-03 Bill WendlingThis initial code is meant to convert TargetData to...
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
next