oota-llvm.git
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.
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 -enable-ppc-regscavenger flag for these checks
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.
2008-03-04 Devang PatelProcess externally visible functions also. Later on...
2008-03-04 Devang PatelCollect statistics.
2008-03-04 Gordon HenriksenFix a typo noticed by Erick Tryzelaar,
2008-03-04 Roman LevensteinSome improvements related to the computation of heights...
2008-03-04 Evan ChengRefactor ExpandConstantFP so it can optimize load from...
2008-03-04 Evan ChengReally fix the test.
2008-03-04 Evan ChengFix broken test.
2008-03-04 Evan Cheng80 column violations.
2008-03-04 Evan ChengFix 80 column violations.
2008-03-04 Bill WendlingDid I say 'e = getNumOperands()'? I meant --e, of course.
2008-03-04 Evan ChengAdd PR1501 test case.
2008-03-04 Evan ChengRename isOperand() to isOperandOf() (and other similar...
2008-03-04 Evan ChengRemove -always-fold-and-in-test.
2008-03-03 Bill WendlingMiscellaneous clean-ups based on Evan's feedback:
2008-03-03 Dan GohmanMisc. APInt-ification in the DAGCombiner.
2008-03-03 Dan GohmanMore APInt-ification.
2008-03-03 Dan GohmanYet more APInt-ification.
2008-03-03 Dan GohmanMore APInt-ification.
2008-03-03 Dan GohmanAdd support for lowering i64 SRA_PARTS and friends...
2008-03-03 Dan GohmanMore APInt-ification.
2008-03-03 Bill WendlingThis is the initial check-in for adding register scaven...
2008-03-03 Bill WendlingGo through the machine instruction's operands to make...
2008-03-03 Bill WendlingMake the register scavenger update the bookkeeping...
2008-03-03 Bill WendlingMultiple instructions can be inserted when eliminating...
2008-03-03 Chris Lattnernew testcase
2008-03-03 Devang Patels/isReturnStruct()/hasStructRetAttr()/g
2008-03-03 Devang Patelregenerate.
2008-03-03 Devang PatelIf a function uses multive values in ret instruction...
next