Add a clear() method to PriorityQueue.
[oota-llvm.git] / lib / Target / PowerPC /
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...
2008-03-17 Dale JohannesenMake Complex long long/double/long double work
2008-03-17 Evan ChengUnbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.
2008-03-17 Dale JohannesenNext round of PPC32 ABI changes. Allow for gcc
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-03-14 Dale JohannesenImplement the real calling convention for ppc32 Altivec:
2008-03-12 Dale JohannesenDo not promote float params to double in varargs
2008-03-12 Dale JohannesenOne more bit of Altivec parameter passing.
2008-03-12 Dale JohannesenImplement Altivec passing to varargs functions on ppc.
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-03-11 Dan GohmanGeneralize ExpandIntToFP to handle the case where the...
2008-03-10 Dale JohannesenDisable prolog code that aligns the stack when a
2008-03-10 Bill WendlingChange the "enable/disable" mechanism so that we can...
2008-03-10 Evan ChengDefault ISD::PREFETCH to expand.
2008-03-10 Chris Lattnerfix 80 col violations.
2008-03-10 Nicolas GeoffrayStylistic modifications. No functionality changes.
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-03-10 Nicolas GeoffrayAdd description of individual bits in CR. This fix...
2008-03-10 Dale JohannesenIncrease ISD::ParamFlags to 64 bits. Increase the...
2008-03-09 Chris LattnerDarwin PPC64 indirect call target goes in X12, not...
2008-03-08 Dale JohannesenMore ppc32 byval handling (bug fixes). Things
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-03-08 Dan GohmanAdd support for calls with i128 return values on ppc64.
2008-03-07 Bill WendlingPPC64 passes arguments of integral type in i64 register...
2008-03-07 Dan GohmanAdd support for lowering 128-bit shifts on ppc64.
2008-03-07 Dale JohannesenNext bits of PPC byval handling. Basically functional
2008-03-07 Chris LattnerAdd support for ppc64 shifts with 7-bit (oversized...
2008-03-07 Chris LattnerReplace SDT_PPCShiftOp in favor of SDTIntBinOps. This...
2008-03-05 Dale JohannesenNext bit of PPC ByVal handling; call-site code seems
2008-03-04 Bill WendlingRemoved spurious EnablePPCRS check.
2008-03-04 Dale JohannesenMove PPC lowering functions into PPCTargetLowering
2008-03-04 Bill WendlingUse a command-line option to turn register scavenging...
2008-03-03 Bill WendlingThis is the initial check-in for adding register scaven...
2008-03-02 Chris Lattneradd a note
2008-03-02 Chris LattnerEvan implemented this.
2008-02-29 Anton KorobeynikovUse enumeration for preffered EH dwarf encoding reason
2008-02-28 Dale JohannesenInterface of getByValTypeAlignment differed between
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-27 Anton KorobeynikovEHPreferredDataFormat hook for PPC targets. Looks like...
2008-02-27 Dan GohmanDon't hard-code the mask size to be 32, which is incorr...
2008-02-27 Bill WendlingFinal de-tabification.
2008-02-27 Dan GohmanConvert the last remaining users of the non-APInt form of
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-24 Bill WendlingSome platforms use the same name for 32-bit and 64...
2008-02-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-15 Chris LattnerHandle \n's in value names for more targets. The asm...
2008-02-15 Dale JohannesenCosmetics.
2008-02-15 Dale JohannesenRemove warning about 64-bit code on processor
2008-02-14 Dale JohannesenRewrite tblgen handling of subtarget features so
next