Add vector shifts to the IR, patch by Eli Friedman.
[oota-llvm.git] / lib /
2008-07-29 Nate BegemanAdd vector shifts to the IR, patch by Eli Friedman.
2008-07-29 Matthijs KooijmanAdd -unroll-allow-partial command line option that...
2008-07-29 Matthijs KooijmanRestructure ArgumentPromotion a bit. Instead of just...
2008-07-29 Matthijs KooijmanAdd a GetElementPtrInst::getIndexedType that accepts...
2008-07-29 Evan ChengFix for PR2578. Do not split off a block whose size...
2008-07-29 Dan GohmanRevert 54147.
2008-07-28 Dan GohmanAdd x86 isel patterns to match what would be a ZERO_EXT...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-28 Owen AndersonDon't remove volatile loads. Thanks to Duncan for...
2008-07-28 Bruno Cardoso LopesDisable gp_rel relocation for constant pools access...
2008-07-28 Duncan SandsSince build_vector is a variadic node, the number
2008-07-28 Bruno Cardoso LopesAdded floating point lowering for setcc and brcond.
2008-07-28 Dan GohmanFix a typo in a comment.
2008-07-28 Owen AndersonAdd support for eliminating stores that store the same...
2008-07-28 Owen AndersonFix a subtle bug when removing instructions from memdep...
2008-07-27 Bill WendlingRemove <iostream> include.
2008-07-27 Dan GohmanMake the ScheduleDAG's GraphRoot edge be blue and dashe...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-27 Dan GohmanTidy SDNode::use_iterator, and complete the transition...
2008-07-27 Dan GohmanRename isOnlyUseOf to isOnlyUserOf.
2008-07-27 Duncan SandsSome binary operations were being treated as
2008-07-25 Owen AndersonFix the issues originally addressed in r54070. After...
2008-07-25 Owen AndersonRevert my previous patch. In retrospect, this is compl...
2008-07-25 Owen AndersonSpecial cases are needed in renumbering when dealing...
2008-07-25 Owen AndersonIn order to avoid reprocessing a register more than...
2008-07-25 Owen AndersonRemove live interval entries for an interval if we...
2008-07-25 Owen AndersonProperly remap live ranges whose end indices are the...
2008-07-25 Owen AndersonMake the remapping of interval indices (particularly...
2008-07-25 Nate BegemanDisable mov{L, LP, HP, HLP, *DUP} shuffles for mmx
2008-07-25 Nate BegemanRemove unnecessary implicit argument
2008-07-25 Nate BegemanFix minor issues with VICmp/VFCmp constant expressions
2008-07-25 Nate BegemanFit in 80 cols
2008-07-25 Nate BegemanAllow verifier to be run on partially materialized...
2008-07-25 Nate BegemanRemove dead PatLeaf; there are a number of issues aroun...
2008-07-25 Nate BegemanTab removal
2008-07-25 Dan GohmanDisable the new aggressive remat logic introduced in...
2008-07-25 Mon P WangWhen splitting a vector shuffle, fixed which type we...
2008-07-25 Evan ChengTeach ARM isLegalAddressingMode to handle unknown type...
2008-07-25 Dan GohmanUse AliasAnalysis::pointsToConstantMemory in SDISel...
2008-07-25 Dan GohmanEnable rematerialization of constants using AliasAnalys...
2008-07-24 Dan GohmanPut the LICM of constant GlobalVariables, introduced...
2008-07-24 Dan GohmanAvoid emitting casts in static initializer contexts...
2008-07-24 Owen AndersonStore the predecessor MBB in the PHIUnion, rather than...
2008-07-24 Evan ChengFix a catastrophic PPC64 ABI bug: i32 operands which...
2008-07-24 Devang PatelCreate temp. file in current path.
2008-07-24 Evan ChengRename instance variables, parameter argument names...
2008-07-23 Owen AndersonEnable the insertion of empty indices into LiveInterals...
2008-07-23 Owen AndersonFix a compile-time regression introduced by my heuristi...
2008-07-23 Dan GohmanUse C99 aggregate literal syntax for first-class struct...
2008-07-23 Bruno Cardoso LopesMinor fixes.
2008-07-23 Chris Lattner"Allow LICM to sink or lift loads from constant memory...
2008-07-23 Dan GohmanUpdate the generated .cvs files.
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-23 Evan ChengFix PR2485: do all 4-element SSE shuffles in max. of...
2008-07-22 Duncan SandsLegalizeTypes support for VSETCC. Fixes PR2575.
2008-07-22 Owen AndersonChange the heuristics used in the coalescer, register...
2008-07-22 Evan ChengFactor out SSE 4 wide shuffle lowering code into its...
2008-07-22 Evan ChengFix pr2566: incorrect assumption about bit_convert...
2008-07-22 Devang PatelWhile creating temp. file on disk, if the current filen...
2008-07-22 Evan ChengFix PR2574: implement v2f32 scalar_to_vector.
2008-07-22 Devang PatelHandle bitcode wrappers.
2008-07-22 Dan GohmanMake the GraphRoot edge look like a chain edge, which...
2008-07-22 Anton KorobeynikovProvide default implementation of different small-secti...
2008-07-22 Anton KorobeynikovTie small stuff to non-small by default on ELF platforms
2008-07-22 Bruno Cardoso Lopessimplified small section logic
2008-07-22 Anton KorobeynikovFix encoding of atomic compare and swap for i64
2008-07-22 Bruno Cardoso LopesAdded small section asm emition logic for mips.
2008-07-22 Bruno Cardoso LopesBasic support for small sections
2008-07-22 Bill WendlingRemove another tab.
2008-07-22 Bill WendlingMore tab removals.
2008-07-22 Bill WendlingAnother buildbot test commit.
2008-07-22 Dan GohmanFix a typo in a comment.
2008-07-22 Dan GohmanFix multiple-return-value-to-first-class-aggregates...
2008-07-22 Bill WendlingTrivial check-in to test buildbot. No functionality...
2008-07-21 Dan GohmanInsertValue and ExtractValue constant expressions are...
2008-07-21 Dan GohmanFix grammaros in comments.
2008-07-21 Dan GohmanFix a bug in LSR's dead-PHI cleanup. If a PHI has a...
2008-07-21 Dan GohmanEnhance the GraphWriter support for edge destinations...
2008-07-21 Dan GohmanAfter early-lowering the FORMAL_ARGUMENTS node, delete it.
2008-07-21 Evan ChengEliminate a compilation warning.
2008-07-21 Dan GohmanAdd titles to the various SelectionDAG viewGraph calls
2008-07-21 Dan GohmanFix uses of underscore-capital names.
2008-07-21 Bruno Cardoso LopesAdded initial support for small sections on Mips.
2008-07-21 Dan GohmanNow that the MachineInstr leaks are fixed, enable leak...
2008-07-21 Anton KorobeynikovUse better variable names
2008-07-21 Anton KorobeynikovDon't use larger alignment.
2008-07-21 Duncan SandsAdd VerifyNode, a place to put sanity checks on
2008-07-21 Evan ChengUse movaps instead of movups to spill 16-byte vector...
2008-07-21 Nick LewyckyRevert r53812 -- premature. LegalizeTypes isn't actuall...
2008-07-21 Nick LewyckySwitch on the use of arbitrary precision integers in...
2008-07-20 Wojciech MatyjewiczThis header isn't necessary now.
2008-07-20 Wojciech MatyjewiczFix PR2088. Use modulo linear equation solver to comput...
2008-07-20 Bill WendlingFix for first part of PR2562. Generate the "pinsrw...
2008-07-20 Bill WendlingPull r53795 from Gaz into mainline:
2008-07-19 Anton KorobeynikovUnbreak build: 'DarwinTargetAsmInfo' was already taken...
2008-07-19 Duncan SandsMake sure custom lowering for LegalizeTypes
2008-07-19 Anton KorobeynikovUse chars, where possible
2008-07-19 Anton KorobeynikovSwitch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.
2008-07-19 Anton KorobeynikovFix a FIXME :)
2008-07-19 Anton KorobeynikovUse generic ELFTargetAsmInfo and DarwinTargetAsmInfo...
next