oota-llvm.git
2008-03-10 Gordon HenriksenAdding ocamldoc generation.
2008-03-10 Gordon HenriksenFormatting improvements.
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 Tanya LattnerAdd nosubmit option to control what is sent back to...
2008-03-10 Owen AndersonMove StrongPHIElimination after live interval analysis...
2008-03-10 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-10 Evan ChengAvoid creating BUILD_VECTOR of all zero elements of...
2008-03-10 Chris Lattnerremove an execution test.
2008-03-10 Chris Lattnerswitch from hard coded g++/as tools to the ones detecte...
2008-03-10 Chris LattnerFix a typo
2008-03-10 Chris LattnerFix PR2120 by changing the replacement order to change...
2008-03-10 Christopher... Allow insert_subreg into implicit, target-specific...
2008-03-10 Nick LewyckyUpdate the .cvs files to match today's asm syntax change.
2008-03-10 Christopher... Revert accidentally committed local changes.
2008-03-10 Christopher... Add support in TableGen for unknown operands that infer...
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 Anton KorobeynikovThis works on x86_64
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 Evan ChengFix RUN line.
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 Anton KorobeynikovTemporary XFAIL the test, until I'll commit a fix
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 Tanya LattnerRemove llvm-upgrade and update tests.
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 Gordon HenriksenThis patch cleans up the OCaml bindings so that they...
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 Lattnerreduce this testcase more
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 Lattnerupgrade this test
2008-03-09 Chris Lattnermake this test harder
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 Andrew Lenharthmuch simpler test case
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 Dan GohmanThere is no killUse.
2008-03-07 Andrew Lenharthadd dropped section test case for PR2123
2008-03-07 Devang PatelAdd new sretpromotion pass.
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 Andrew Lenharthonly extract main if the user didn't specify anything...
2008-03-07 Devang PatelRetVal is not used when there are more then one return...
2008-03-07 Andrew Lenharthmake error message reflect default search function...
2008-03-07 Devang PatelUpdate inliner to handle functions that return multiple...
2008-03-07 Chris Lattnerfix 80 col violations
2008-03-07 Devang PatelPlace for sret promotion tests.
2008-03-07 Andrew Lenharthadd a pass that can extract all kinds of global values...
2008-03-07 Gordon HenriksenCleanup some comments in the OCaml bindings.
2008-03-07 Gordon HenriksenFix a typo. 'make clean' in bindings/ocaml would leave...
2008-03-07 Anton KorobeynikovClarify some important bits
2008-03-07 Anton KorobeynikovSmall cleanup: propagate thread-localness via generic...
2008-03-07 Gordon HenriksenRegenerate.
2008-03-07 Gordon HenriksenPrefer to use ocamlc.opt to ocamlc and soforth.
2008-03-07 Chris Lattnermark frem as expand for all legal fp types on x86,...
2008-03-06 Bill WendlingAdd testcase.
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
next