oota-llvm.git
2008-03-19 Gordon HenriksenC and Objective Caml bindings for the various getParent...
2008-03-19 Evan ChengFix live variables issues:
2008-03-19 Devang PatelDo not use virtual function to identify an analysis...
2008-03-18 Bill WendlingOn Darwin, GCC issues a ".globl" for something that...
2008-03-18 Evan ChengFix a x86-64 isel lowering bug that's been around forev...
2008-03-18 Scott MichelNote that gcc 4.0.1 will trip internal LLVM asserts...
2008-03-18 Bill WendlingIt might be nice to have this run as x86 on non-x86...
2008-03-18 Bill WendlingTemporarily revert r48491. It's breaking test/CodeGen...
2008-03-18 Daniel BerlinFix PR 2160 by making sure arguments to external functi...
2008-03-18 Tanya LattnerDo not pass -g flag when compiling tests, so remove...
2008-03-18 Dale JohannesenMake conversions of i8/i16 to ppcf128 work.
2008-03-18 Scott MichelDial down gcc's warnings: don't use 0UL when 0U suffice...
2008-03-18 Christopher... Target independent DAG transform to use truncate for...
2008-03-18 Evan ChengRewrite code that propagate isDead information after...
2008-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-18 Dale JohannesenGet rid of compilation warnings. Per Devang.
2008-03-18 Devang PatelIdentify Analysis pass.
2008-03-17 Devang PatelUpdate heuritics that estimates cost of call instructions.
2008-03-17 Dale JohannesenMake Complex long long/double/long double work
2008-03-17 Duncan SandsClarify the unwind attribute. Add assumption
2008-03-17 Bill WendlingFix for "make install" of ocaml docs. Patch by Erick...
2008-03-17 Nate BegemanAdd support for escaping {} in asm strings, based on...
2008-03-17 Chris LattnerCheck in some #ifdef'd out code switching call argument
2008-03-17 Chris Lattnerminor cleanups
2008-03-17 Evan ChengUnbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.
2008-03-17 Owen AndersonA first attempt at updating live intervals, with code...
2008-03-17 Chris Lattnerremove dead code
2008-03-17 Chris LattnerSwitch sparc from using LowerCallTo to using LowerOpera...
2008-03-17 Chris LattnerStart moving sparc to use SparcCallingConv.td, switchin...
2008-03-17 Chris Lattnersplit sparc lowering out into SparcISelLowering.{cpp...
2008-03-17 Chris Lattnerrefactor the LowerOperation code out to individual...
2008-03-17 Dale JohannesenNext round of PPC32 ABI changes. Allow for gcc
2008-03-17 Chris Lattnervarious rotate fun.
2008-03-17 Chris Lattnerensure we continue matching x86-64 rotates.
2008-03-16 Nate Begeman__builtin_ia32_movntdqa reads memory
2008-03-16 Nate BegemanAdd a couple missing SSE4 instructions
2008-03-16 Gordon HenriksenC and Objective Caml bindings for the TargetData class.
2008-03-16 Bill WendlingAdd assert for non-hexadecimal radixes.
2008-03-16 Gordon HenriksenHousekeeping.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for several scalar transf...
2008-03-16 Gordon HenriksenRemove unnecessary includes.
2008-03-16 Nick LewyckyAll of these tests had out of date syntax and were...
2008-03-16 Nick LewyckyFunctions are allowed to return structures. (Note that...
2008-03-16 Nick LewyckyRegressions/ is long gone.
2008-03-16 Nick LewyckyCommit works on regular functions too. Fix the syntax...
2008-03-16 Gordon HenriksenC and Objective Caml bindings for PassManagers.
2008-03-16 Christopher... Make insert_subreg a two-address instruction, vastly...
2008-03-15 Gordon HenriksenMinor documentation fix.
2008-03-15 Evan ChengRemove isImplicitDef TargetInstrDesc flag.
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-03-14 Gordon HenriksenExpose Module::dump via C and Ocaml.
2008-03-14 Gordon HenriksenExpose Module::dump via C and Ocaml.
2008-03-14 Gabor Greifmove the Use destructor where it belongs to
2008-03-14 Evan ChengBack out r48353. Not needed.
2008-03-14 Duncan SandsDo not generate special entries in the dwarf eh
2008-03-14 Chris LattnerRestore this member, which is used on win32.
2008-03-14 Evan ChengFix PR2138. Apparently any modification to a std::multi...
2008-03-14 Chris Lattnerthis was removed from the Unix side.
2008-03-14 Dan GohmanUpdate comments; getPassName no longer uses RTTI.
2008-03-14 Dan GohmanMove the PMStack class out of Pass.h and into PassManag...
2008-03-14 Dale JohannesenImplement the real calling convention for ppc32 Altivec:
2008-03-14 Evan ChengFix some 80 col violations.
2008-03-14 Evan ChengFix a number of encoding bugs. SSE 4.1 instructions...
2008-03-14 Evan ChengAdd debugging stuff.
2008-03-14 Chris LattnerAdd an issue that is preventing instcombine from doing...
2008-03-14 Duncan SandsSimplify using getIntPtrConstant.
2008-03-14 Bill WendlingThe inst combining of inttoptr into GEP with one index...
2008-03-14 Evan ChengAdd an MO_Undef MachineOperandType, intended for INSERT...
2008-03-14 Nate BegemanTabs -> spaces
2008-03-14 Evan ChengForgot this.
2008-03-14 Evan ChengLivein copy scheduling fixes: do not coalesce physical...
2008-03-13 Dan GohmanUse SDTNone instead of duplicating it.
2008-03-13 Dan GohmanFix a typo in a comment.
2008-03-13 Dan GohmanMore APInt-ification.
2008-03-13 Owen AndersonFix a bug in GVN that Duncan noticed, where we potentia...
2008-03-13 Tanya LattnerFix error in testing for END. notation.
2008-03-13 Evan ChengUndo tweak. It had no obvious benefit.
2008-03-13 Devang PatelRemove unused GetAddressOfSymbol()
2008-03-13 Evan ChengNew test case.
2008-03-13 Evan ChengTypo.
2008-03-13 Evan ChengDon't try to sink 3-address instruction if convertToThr...
2008-03-13 Evan ChengA test case I forgot to check in.
2008-03-13 Evan ChengRemove an unused command line option.
2008-03-13 Evan ChengTwoAddressInstructionPass enhancement. After it convert...
2008-03-13 Christopher... Get rid of a pseudo instruction and replace it with...
2008-03-13 Chris LattnerFix Path::GetMainExecutable on cygwin, patch by Sam...
2008-03-13 Chris Lattnerremove extraneous namespace qualifier, PR2142
2008-03-13 Chris Lattnermove a bunch of trivial methods to be inline.
2008-03-13 Chris LattnerVarious improvements suggested by Duncan
2008-03-13 Chris LattnerFix an incorrect comment, PR2147.
2008-03-13 Evan ChengImprove VarInfo::removeKill() by using std::find instea...
2008-03-13 Nick LewyckyUpdate -mem2reg to use succ_iterator instead of iterati...
2008-03-13 Evan ChengRemove unused options.
2008-03-13 Dan GohmanEliminate a few unnecessary uses of dynamic_cast.
2008-03-13 Dan GohmanFix a typo.
2008-03-13 Dan GohmanDon't redundantly clear std::vector members in destructors.
2008-03-13 Dan GohmanChange PMTopLevelManager's PassManagers vector element...
2008-03-13 Dan GohmanChange PMStack::push to accept a PMDataManager* instead of
2008-03-13 Dan GohmanFix a typo in a comment.
next