Switch the asmprinter (.ll) and all the stuff it requires over to
[oota-llvm.git] / lib / Target / PowerPC /
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-22 Dale JohannesenImplement __sync_synchronize on ppc32. Patch by Gary...
2008-08-22 Dale JohannesenRewrite ppc code generated for __sync_{bool|val}_compar...
2008-08-21 Dan GohmanSimplify SelectRoot's interface, and factor out some...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Anton KorobeynikovUse correct name for PPC codegen library
2008-08-17 Anton KorobeynikovFactor out asmprinter out of ppc
2008-08-16 Anton KorobeynikovPPC/Linux normally uses named section for bss
2008-08-16 Anton KorobeynikovUse proper strings section name for PPC
2008-08-14 Owen AndersonConvert uses of std::vector in TargetInstrInfo to Small...
2008-08-11 Nate BegemanImplement ISD::TRAP support on PPC
2008-08-08 Anton KorobeynikovHandle visibility printing with all generality. Remove...
2008-08-08 Anton KorobeynikovUse chars, where possible
2008-08-08 Anton KorobeynikovConvert PPC/Linux to new section printing stuff
2008-08-08 Anton KorobeynikovSwitch PPC/Darwin to new section handling stuff
2008-08-08 Anton KorobeynikovCleanup
2008-07-31 Dale JohannesenAdd a flag to disable jump table generation (all
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-27 Dan GohmanTidy SDNode::use_iterator, and complete the transition...
2008-07-24 Evan ChengFix a catastrophic PPC64 ABI bug: i32 operands which...
2008-07-21 Duncan SandsAdd VerifyNode, a place to put sanity checks on
2008-07-19 Anton KorobeynikovUnbreak build: 'DarwinTargetAsmInfo' was already taken...
2008-07-19 Duncan SandsMake sure custom lowering for LegalizeTypes
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-12 Evan ChengImplement llvm.atomic.cmp.swap.i32 on PPC. Patch by...
2008-07-11 Dan GohmanInclude a frame index in the "fixed stack" pseudo sourc...
2008-07-11 Dan GohmanTrim unnecessary #includes.
2008-07-10 Chris LattnerRemove extraneous vertical whitespace before Eric gets...
2008-07-10 Chris LattnerFix an altivec constant miscompilation that Duncan...
2008-07-09 Dale JohannesenRemove extra call to DW.SetModuleInfo on Linux.
2008-07-09 Dale JohannesenEmit debug into for data-only files for Linux PPC.
2008-07-09 Dale JohannesenEmit debug info for data-only files. This version
2008-07-09 Evan ChengBack out 53254. It broke ppc debug info codegen.
2008-07-08 Dale JohannesenMake debug info come out in data-only files.
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-07 Evan ChengClean up PPC register specification.
2008-07-07 Dan GohmanSimplify this use of BuildMI. This is also in preparati...
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-04 Duncan SandsRather than having a different custom legalization
2008-07-04 Duncan SandsLinux also does not require exception handling
2008-07-03 Evan Cheng- Remove calls to copyKillDeadInfo which is an N^2...
2008-07-02 Duncan SandsAdd a new getMergeValues method that does not need
2008-07-01 Bill WendlingDarwin doesn't need exception handling information...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-30 Evan ChengSplit scheduling from instruction selection.
2008-06-30 Duncan SandsRevert the SelectionDAG optimization that makes
2008-06-27 Anton KorobeynikovProvide correct encoding for PPC LWARX instructions.
2008-06-25 Chris LattnerSwitch the PPC backend and target-independent JIT to...
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-22 Dan GohmanRemove unnecessary #includes.
2008-06-21 Dan GohmanUse MachineBasicBlock::transferSuccessors.
2008-06-17 Anton KorobeynikovAdd one more 'magic' define :)
2008-06-17 Anton KorobeynikovUnbreak non-PPC builds
2008-06-17 Anton KorobeynikovProvide generic hooks for icache invalidation. Add...
2008-06-16 Chris LattnerAdd support for icache invalidation on non-darwin ppc...
2008-06-16 Evan ChengAdd option to commuteInstruction() which forces it...
2008-06-08 Duncan SandsRemove comparison methods for MVT. The main cause
2008-06-08 Bill WendlingTemporarily reverting r52056. It's causing PPC to fail...
2008-06-06 Evan ChengTypo.
2008-06-06 Evan ChengPPC preferred loop alignment is 16.
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-03 Dale JohannesenAdd StringConstantPrefix to control what the
2008-05-24 Chris LattnerAdd FreeBSD/PPC support, patch by Marcel Moolenaar!
2008-05-24 Dale JohannesenPut initialized const weak objects into correct
2008-05-23 Dale JohannesenAdd a missed CommonLinkage check.
2008-05-19 Dale JohannesenHandle quoted names when constructing $stub's,
2008-05-16 Dale JohannesenRecord weak external linkage in a case where we were
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-14 Dan GohmanChange target-specific classes to use more precise...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-30 Arnold SchwaighoferTail call optimization improvements:
2008-04-26 Chris LattnerA few inline asm cleanups:
2008-04-25 Chris Lattneradd a note
2008-04-19 Evan Cheng64-bit atomic operations.
2008-04-19 Evan ChengPPC32 atomic operations.
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-04-16 Nicolas GeoffrayInfrastructure for getting the machine code size of...
2008-04-15 Nicolas GeoffrayChange Divided flag to Split, as suggested by Evan
2008-04-14 Dale JohannesenReverse sense of unwind-tables option. This means
2008-04-13 Nicolas GeoffrayAdd a divided flag for the first piece of an argument...
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-04-08 Dale JohannesenImplement new llc flag -disable-required-unwind-tables.
2008-04-07 Dan GohmanRename MemOperand to MachineMemOperand. This was sugges...
2008-04-07 Roman LevensteinRe-commit of the r48822, where the infinite looping...
2008-04-03 Evan ChengBacking out 48222 temporarily.
2008-04-02 Dale JohannesenCosmetic changes per EH patch review feedback.
2008-04-02 Dale JohannesenRecommitting EH patch; this should answer most of the
2008-04-01 Dale JohannesenRevert 49006 for the moment.
2008-03-31 Dale JohannesenEmit exception handling info for functions which are
2008-03-31 Evan ChengMove reMaterialize() from TargetRegisterInfo to TargetI...
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-03-26 Roman LevensteinUse a linked data structure for the uses lists of an...
2008-03-25 Evan ChengSmaller function alignment when optimizing for size.
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-24 Bill WendlingUse the bit size of the operand instead of the hard...
2008-03-21 Duncan SandsIntroduce a new node for holding call argument
2008-03-20 Chris Lattnerdetabify llvm, patch by Mike Stump!
2008-03-19 Dan GohmanAdd support for multiple return values for the PPC...
next