Adding ocamldoc generation.
[oota-llvm.git] / lib /
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 Bill WendlingMinor cleanup. No functionality change.
2008-03-10 Evan Cheng- Fix a subtle bug in RemoveCopyByCommutingDef. ALR...
2008-03-10 Evan ChengDoh
2008-03-10 Owen AndersonMove StrongPHIElimination after live interval analysis...
2008-03-10 Evan ChengAvoid creating BUILD_VECTOR of all zero elements of...
2008-03-10 Christopher LambAllow insert_subreg into implicit, target-specific...
2008-03-10 Nick LewyckyUpdate the .cvs files to match today's asm syntax change.
2008-03-10 Nick LewyckyTurn unwind_to into "unwinds to".
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-09 Chris Lattnercell really does support cross-regclass moves, because...
2008-03-09 Chris Lattnermake sure ar.pfs is in a register class, this fixes...
2008-03-09 Chris Lattnerremove an extraneous (and ugly) default argument, thank...
2008-03-09 Ted KremenekFix some compilation errors on msvc:
2008-03-09 Nick LewyckyAnd again.
2008-03-09 Nick LewyckyBraces belong here. No functionality change.
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.
next