oota-llvm.git
2008-08-30 Dale JohannesenTestcases for ppc atomics.
2008-08-30 Owen AndersonFix an issue where a use might be selected before a...
2008-08-30 Dale JohannesenAdd ppc partial-word ATOMIC_CMP_SWAP.
2008-08-29 Evan ChengSwap fp comparison operands and change predicate to...
2008-08-29 Evan ChengUse static_cast instead of C style cast.
2008-08-29 Evan ChengFix 80 col. violations.
2008-08-29 Evan Chengxfail this.
2008-08-29 Evan ChengBack out 55498. It broken Apple style bootstrapping.
2008-08-29 Evan ChengBacking out 55521. Not safe.
2008-08-29 Dale JohannesenAdd partial word version of ATOMIC_SWAP.
2008-08-29 Owen AndersonAdd initial support for fast isel of instructions that...
2008-08-29 Chris Lattnerregenerate
2008-08-29 Chris LattnerAsmprint nameless instructions as:
2008-08-29 Chris Lattnerallow this to pass.
2008-08-29 Chris LattnerAdd support for parsing .ll files that have numbers...
2008-08-29 Evan ChengTableGen'ing instruction encodings.
2008-08-29 Evan Chengaddrmode1 (data processing) instruction encoding: bits...
2008-08-29 Evan ChengMVN is addrmode1.
2008-08-29 Daniel DunbarAdd GlobalValue::{removeFromParent,eraseFromParent}
2008-08-29 Evan ChengMore refactoring.
2008-08-29 Daniel DunbarAdd DenseMap::lookup:
2008-08-28 Evan ChengSwap fp comparison operands and change predicate to...
2008-08-28 Evan ChengRefactor ARM instruction format definitions into a...
2008-08-28 Dan GohmanAdd a target callback for FastISel.
2008-08-28 Gabor Greifremove tabs, fix > 80 cols
2008-08-28 Bill WendlingAdd another description to my entry.
2008-08-28 Gabor Greifjust a brain dump for a small tool
2008-08-28 Chris Lattnerrename destroy -> releaseMemory to properly hook into...
2008-08-28 Nicolas GeoffrayAdd support for JIT exceptions on Darwin. Since we...
2008-08-28 Gabor Greiffix the output dumbness I have introduced some time ago
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-28 Dan GohmanImplement null and undef values for FastISel.
2008-08-28 Mon P WangIn lowering SELECT_CC, removed cases where we can't...
2008-08-28 Dan GohmanOptimize DAGCombiner's worklist processing. Previously...
2008-08-28 Dan GohmanMove CaseBlock, JumpTable, and BitTestBlock to be membe...
2008-08-28 Dan GohmanFix a FastISel bug where the instructions from lowering...
2008-08-28 Rafael EspindolaUse resize instead of reserve. Reserve doesn't change...
2008-08-28 Rafael EspindolaReduce the size of the Parts vector.
2008-08-28 Owen AndersonHook up support for fast-isel of trunc instructions...
2008-08-28 Owen AndersonAdd support for fast-isel of opcodes that require use...
2008-08-28 Dale JohannesenImplement partial-word binary atomics on ppc.
2008-08-28 Owen AndersonFastEmitInst_extractsubreg doesn't need to be passed...
2008-08-28 Dan GohmanRevert r55467; it causes regressions in UnitTests/Vecto...
2008-08-28 Rafael EspindolaCorrectly resize the Parts array.
2008-08-28 Evan ChengIf a copy isn't coalesced, but its src is defined by...
2008-08-28 Evan ChengFsFLD0S{S|D} and V_SETALLONES are as cheap as moves.
2008-08-28 Chris LattnerMake the verifier reject instructions which have null...
2008-08-28 Chris LattnerClear the intervals list in "destroy", patch by
2008-08-28 Dale JohannesenSplit the ATOMIC NodeType's to include the size, e.g.
2008-08-28 Dale JohannesenThis test crashes on non-x86 host; make SSE explicit.
2008-08-28 Dan GohmanFix a missing #include. Patch by Andrew John Hughes.
2008-08-27 Dan GohmanReorganize the lifetimes of the major objects Selection...
2008-08-27 Owen AndersonAdd a helper method that will be used to support EXTRAC...
2008-08-27 Bill WendlingMake "movdq2q" and "movq2dq" dependent upon having...
2008-08-27 Bill WendlingPut file scoped constants in an anonymous namespace...
2008-08-27 Evan ChengMove the check whether it's worth remating to caller.
2008-08-27 Devang PatelDo not apply the transformation if the target does...
2008-08-27 Devang PatelBackout 55429
2008-08-27 Dan GohmanFix FastISel's bitcast code for the case where getRegFo...
2008-08-27 Evan ChengRefactor isSafeToReMat out of 2addr pass.
2008-08-27 Devang PatelAdd facility to create a target.
2008-08-27 Owen AndersonUse TargetLowering to get the types in fast isel, which...
2008-08-27 Dan GohmanDon't check TLI.getOperationAction. The FastISel way...
2008-08-27 Dan GohmanAdd a new FastISel method, getRegForValue, which takes...
2008-08-27 Dan GohmanAdd a comment about the current floating-point constant...
2008-08-27 Devang PatelFix typos and whitespaces. Other cosmetic changes based...
2008-08-27 Chris LattnerMinor cleanup.
2008-08-27 Dan GohmanReinstate the x86-64 portion of r55190. When doing...
2008-08-27 Dan GohmanOptimize ScheduleDAGRRList's topological sort to use...
2008-08-27 Dan GohmanOptimize ScheduleDAG's ComputeDepths and ComputeHeights...
2008-08-27 Dan GohmanRemove the std::ostream form of PseudoSourceValue's...
2008-08-27 Dan GohmanUpdate a comment to reflect recent changes.
2008-08-27 Dan GohmanUnbreak PseudoSourceValue::print. This fixes -print...
2008-08-27 Dan GohmanDiagnose uses of unsized types with the byval attribute...
2008-08-27 Dan GohmanUpdate wording, as aggregates are now first-class.
2008-08-27 Evan ChengAdd DebugInfoBuilder. Patch by Talin!
2008-08-27 Dan GohmanBasic FastISel support for floating-point constants.
2008-08-27 Owen AndersonFix handling of inttoptr and ptrtoint when unhandled...
2008-08-27 Owen AndersonAdd support for fast isel of inttoptr and ptrtoint...
2008-08-26 Owen AndersonFactor out a large amoutn of the cast handling code...
2008-08-26 Dan GohmanAdd a MachineInstrBuilder method for adding floating...
2008-08-26 Owen AndersonAdd support for fast isel of zext.
2008-08-26 Gabor Greifdisallow direct access to SDValue::ResNo, provide a...
2008-08-26 Owen AndersonAdd support for fptosi of constants in fast isel.
2008-08-26 Owen AndersonPut a heuristic in place to prevent GVN from falling...
2008-08-26 Dan GohmanOptimize SelectionDAG's topological sort to use one...
2008-08-26 Dan GohmanRefactor the bitcast code into its own function.
2008-08-26 Dan GohmanRefactor a bunch of FastISelEmitter code into a helper...
2008-08-26 Dan GohmanMake FastISel use the correct argument type when castin...
2008-08-26 Dan GohmanDon't select binary instructions with illegal types.
2008-08-26 Owen AndersonAdd support for fast isel of sitofp, and remove some...
2008-08-26 Cedric Venet- small bug corrected: incorrect iterator type.
2008-08-26 Owen AndersonUse a combination of copyRegToReg and ISD::BIT_CONVERT...
2008-08-26 Owen AndersonThese assertions should be return false's instead,...
2008-08-26 Owen AndersonWe need to check that the return type is correct, even...
2008-08-26 Owen AndersonMake TargetInstrInfo::copyRegToReg return a bool indica...
2008-08-26 Devang PatelIf IV is used in a int-to-float cast inside the loop...
2008-08-26 Owen AndersonAdd support for fast isel of non-constant fptosi instru...
2008-08-26 Gabor Greiffix doxygen comment
2008-08-26 Ted KremenekGrammar fix.
next