Temporary XFAIL the test, until I'll commit a fix
[oota-llvm.git] / lib /
2008-03-09 Nick LewyckySCCP also needs to be taught to follow unwind_to
2008-03-09 Chris Lattnerfp_round's produced by getCopyFromParts should always...
2008-03-09 Chris Lattnerteach X86InstrInfo::copyRegToReg how to copy into ST...
2008-03-09 Nick LewyckyDon't eliminate blocks that are only reachable by unwin...
2008-03-09 Chris LattnerAdd ScheduleDAG support for copytoreg where the src...
2008-03-09 Chris Lattneradd some code to support cross-register class copying...
2008-03-09 Chris Lattnerrearrange some code, no functionality change.
2008-03-09 Chris Lattnerfix 80 col violation
2008-03-09 Nick LewyckyFirstly, having a BranchInst isn't exclusive with havin...
2008-03-09 Chris Lattnerclaim ST(x) registers are 80 bits, which is true. ...
2008-03-09 Chris Lattnerextend fp values with FP_EXTEND not FP_ROUND.
2008-03-09 Nick LewyckyA BB that unwind_to an "unwind" inst is that same as...
2008-03-09 Chris Lattnerrename FP_SETRESULT -> FP_SET_ST0
2008-03-09 Chris Lattnerrename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support for
2008-03-09 Chris LattnerFinish implementing a readme entry: when inserting...
2008-03-09 Nick LewyckyUpdate the block cloner which fixes bugpoint on code...
2008-03-09 Nick LewyckyUpdate the inliner and simplifycfg to handle unwind_to.
2008-03-09 Nick LewyckyTwo things. Preserve the unwind_to when splitting a BB.
2008-03-09 Nick LewyckyPrune the unwind_to labels on BBs that don't need them...
2008-03-09 Chris Lattneradd a note
2008-03-09 Chris LattnerImplement a readme entry, compiling
2008-03-09 Chris LattnerFix two problems in SelectionDAGLegalize::ExpandBUILD_V...
2008-03-08 Chris LattnerTeach SD some vector identities, allowing us to compile...
2008-03-08 Chris Lattner1) Improve comments.
2008-03-08 Chris Lattnerminor simplifications to this code, don't create a...
2008-03-08 Chris LattnerThis one looks easy, add a note.
2008-03-08 Chris Lattnermove these to the appropriate file
2008-03-08 Nick LewyckyNot all users of a BB are Instructions any more.
2008-03-08 Nick LewyckyLoad the symbols first so that the interpreter construc...
2008-03-08 Dan GohmanRemove unused runPass methods.
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 WendlingSomething that kills a super-register also
2008-03-07 Evan ChengFix a typo. It's causing consumer-typeset to miscompile...
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-07 Evan ChengFixed a register scavenger bug. If a def is re-defining...
2008-03-07 Devang PatelUpdate inliner to handle functions that return multiple...
2008-03-07 Chris Lattnerfix 80 col violations
2008-03-07 Andrew Lenharthadd a pass that can extract all kinds of global values...
2008-03-07 Anton KorobeynikovClarify some important bits
2008-03-07 Anton KorobeynikovSmall cleanup: propagate thread-localness via generic...
2008-03-07 Chris Lattnermark frem as expand for all legal fp types on x86,...
2008-03-06 Bill WendlingWhen setting the "unused" info, take into account somet...
2008-03-06 Evan Cheng80 col violation.
2008-03-06 Gabor Greifsome more spelling changes
2008-03-06 Gabor Greiffix typos
2008-03-06 Evan ChengConstant fold SIGN_EXTEND_INREG with ashr not lshr.
2008-03-06 Nick LewyckyDon't try to simplify urem and srem using arithmetic...
2008-03-06 Scott MichelRefine Cell's i64 constant generation code to cover...
2008-03-05 Andrew Lenharthgcc likes things spelled correctly
2008-03-05 Devang PatelSkip, for now, callsites where use of sret argument...
2008-03-05 Dale JohannesenNext bit of PPC ByVal handling; call-site code seems
2008-03-05 Anton KorobeynikovMissed patch from my last commit
2008-03-05 Anton KorobeynikovResolve aliases to aliasees, where possible
2008-03-05 Anton KorobeynikovHandle functions as targets during linking of aliases...
2008-03-05 Scott Michel- Fix support for "special" i64 immediates that can...
2008-03-05 Anton KorobeynikovTry hard to link aliases. Checks can be too strict...
2008-03-05 Evan ChengFix a coalescer bug wrt how dead copy interval is short...
2008-03-05 Devang PatelHandle 'ret' with multiple values.
2008-03-05 Daniel BerlinAdd Hybrid Cycle Detection to Andersen's analysis.
2008-03-05 Dale JohannesenClarify that CALLSEQ_START..END may not be nested,
2008-03-05 Chris Lattnerevan implemented this.
2008-03-05 Anton KorobeynikovRemember the source->dest mapping when copying aliases...
2008-03-05 Anton KorobeynikovClarify the state-of-the-art
2008-03-05 Evan ChengisTwoAddress = 1 -> Constraints.
2008-03-05 Evan ChengPSLLWri etc. are two-address instructions.
2008-03-05 Chris Lattneradd a note
2008-03-05 Chris LattnerGeneralize FP constant shrinking optimization to apply...
2008-03-05 Chris LattnerImprove comment, pass in the original VT so that we...
2008-03-05 Evan ChengIgnore debugging related instructions if they get this...
2008-03-05 Evan ChengRather than asserting. Dump out the MI that we are...
2008-03-05 Dan GohmanCodegen support for i128 UINT_TO_FP. This just fixes a
2008-03-05 Evan ChengAdd a target lowering hook to control whether it's...
2008-03-05 Andrew Lenharth64bit CAS on 32bit x86.
2008-03-05 Dan GohmanCodegen support for i128 SINT_TO_FP.
2008-03-05 Evan ChengRefactor code. Remove duplicated functions that basical...
2008-03-05 Devang PatelSkip functions that return multiple values.
2008-03-05 Devang PatelCheck struct return type first.
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-04 Devang PatelPrint types for all ret operands.
2008-03-04 Devang PatelUse while loop.
2008-03-04 Devang PatelRevert SmallVector ctor variants.
2008-03-04 Devang PatelUse cast instead of dyn_cast.
2008-03-04 Devang PatelFilter nested structs
2008-03-04 Devang PatelHandle multiple return values.
2008-03-04 Andrew Lenharthx86-64 atomics
2008-03-04 Anton KorobeynikovProperly populate lists of defined/undefined symbols...
2008-03-04 Anton KorobeynikovAdd alias with non-external aliasee to the list of...
2008-03-04 Devang PatelUse appropriate index to get the result value.
2008-03-04 Devang PatelSkip sret attribute while preparing attribute list for
2008-03-04 Devang PatelAdd FunctionType ctor variant that takes SmallVector...
2008-03-04 Devang PatelIncrement counter that keeps track of total number...
2008-03-04 Devang PatelSkip declarations.
next