oota-llvm.git
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
2008-03-06 Evan ChengConstant fold SIGN_EXTEND_INREG with ashr not lshr.
2008-03-06 Nick LewyckyExercise the new CFG change.
2008-03-06 Nick LewyckyTreat BBs that use BBs as proper predecessors and succe...
2008-03-06 Nick LewyckyCommit the testcase too.
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 Scott Michel- Expand tabs to spaces.
2008-03-05 Steve NaroffUpdate vcproj file.
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 Andrew Lenharthtest for something more interesting than not crashing
2008-03-05 Andrew Lenharthsync ops on ptrs, was breaking libgomp
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 Scott MichelThis patch fixes a problem encountered by the CellSPU...
2008-03-05 Chris Lattnerevan implemented this.
2008-03-05 Anton KorobeynikovFix test not to emit junk into source directory
2008-03-05 Anton KorobeynikovTestcase for PR2054
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 Bill WendlingUse AC_PATH_PROG correctly:
2008-03-05 Evan ChengisTwoAddress = 1 -> Constraints.
next