oota-llvm.git
2007-12-12 Gordon HenriksenAdd (very basic) bindings for ModuleProvider.
2007-12-12 Evan ChengBug fix. Only safe to perform extension uses optimizati...
2007-12-12 Daniel BerlinChanges from Curtis Dunham implementing lazy cycle...
2007-12-11 Evan ChengIf deleting a reload instruction due to reuse (value...
2007-12-11 Bill WendlingNeed to grow the indexed map. Added debug statements.
2007-12-11 Bill WendlingSimplify slightly.
2007-12-11 Anton KorobeynikovRemove Trie::Edge class. Now edge labels are stored...
2007-12-11 Owen AndersonMore progress on StrongPHIElimination. Now we actually...
2007-12-11 Bill WendlingBlark! How in the world did this work without this?!
2007-12-11 Bill Wendling- Update the virtual reg to machine instruction map...
2007-12-11 Bill WendlingChecking for "zero operands" during the "CanHoistInst...
2007-12-11 Nate BegemanAllow the JIT to encode MMX instructions
2007-12-11 Wojciech MatyjewiczUse correct member access operator.
2007-12-11 Dan GohmanRename these tests to use the appropriate suffixes.
2007-12-11 Dan GohmanUse not instead of ignore when an exit status is expect...
2007-12-11 Dan GohmanDon't redirect stderr when it isn't needed.
2007-12-11 Duncan SandsFix compilation.
2007-12-11 Christopher... Update credits.
2007-12-11 Christopher... Add information on address space qualifiers for pointer...
2007-12-11 Christopher... Regenerate.
2007-12-11 Christopher... Implement address space attribute for LLVM pointer...
2007-12-11 Chris LattnerTeach VMCore to constant fold shufflevectors with const...
2007-12-11 Chris LattnerImplement constant folding if vector<->vector bitcasts...
2007-12-11 Reid SpencerDon't have APInt.cpp depend upon DerivedTypes.h. This...
2007-12-11 Anton KorobeynikovAdd first and really dirty version of generic Trie...
2007-12-11 Chris Lattnersignificantly simplify some code, no functionality...
2007-12-11 Chris Lattnerrefactor some code, no functionality change.
2007-12-11 Evan ChengSwitch over to MachineLoopInfo.
2007-12-11 Evan ChengPretty print shuffle mask operand.
2007-12-11 Evan Cheng- Improved v8i16 shuffle lowering. It now uses pshuflw...
2007-12-11 Nate Begemanx86 doesn't actually want to custom lower v3i32
2007-12-11 Gordon HenriksenCollectorMetadata and Collector are rejiggered to get...
2007-12-11 Gordon HenriksenProject file maintenance.
2007-12-11 Chris LattnerMove TargetData::hostIsLittleEndian out of line, which...
2007-12-11 Gordon HenriksenAdding Ocaml bindings for the bitreader as requested...
2007-12-10 Anton KorobeynikovHey, English is not my native language :)
2007-12-10 Anton KorobeynikovClarify the need of CFI() stuff
2007-12-10 Anton KorobeynikovProvide convenient way to disable CFI stuff for old...
2007-12-10 Chris LattnerFix PR1850 by removing an unsafe transformation from...
2007-12-10 Ted KremenekAdded two bounds checks to the BitVector class to detect
2007-12-10 Chris Lattnersplit isBinaryOp into a static and member version.
2007-12-10 John CriswellFix some wording.
2007-12-10 Chuck Rose IIIAdd StringPool + new CodeGen files to win32 build
2007-12-10 Chris LattnerDisable cfi directives for now, darwin does't support...
2007-12-10 Duncan SandsMake PruneEH update the nounwind/noreturn attributes
2007-12-10 Duncan SandsFix PR1836: in the interpreter, read and write apints
2007-12-10 Anton KorobeynikovAnd finally annotate X86-64 version of callback.
2007-12-10 Anton KorobeynikovProvide annotation for SSE version of callback. It...
2007-12-10 Anton KorobeynikovAnnotate JIT callback function with call frame infromation.
2007-12-10 Duncan SandsIt looks like this has been broken for some time -
2007-12-10 Owen AndersonA little more progress on StrongPHIElimination, now...
2007-12-10 Christopher... Improve branch folding by recgonizing that explict...
2007-12-10 Gordon HenriksenDelete the CollectorNamePool if it should become empty.
2007-12-10 Gordon HenriksenFix a typo spotted by Nick Lewycky.
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-10 Chris Lattnerremove some dead code.
2007-12-10 Chris Lattnerfix some warnings.
2007-12-10 Chris LattnerFix a big problem in the recent dtor refactoring work...
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-12-09 Chris LattnerDuncan points out that the subtraction is unneeded...
2007-12-09 Gordon HenriksenUpgrading this test to 2.0 .ll syntax.
2007-12-09 Chris LattnerFix PR1782, patch by Wojtek Matyjewicz!
2007-12-09 Gordon HenriksenFix a very silly typo.
2007-12-09 Chris LattnerFix accidental commit by Bill.
2007-12-09 Chris LattnerAdd support for splitting the operand of a return instr...
2007-12-08 Bill WendlingReverting 44702. It wasn't correct to rename them.
2007-12-08 Chris Lattneradd many new cases to SplitResult. SplitResult now...
2007-12-08 Chris LattnerImplement splitting support for store, allowing us...
2007-12-08 Chris Lattnerimplement vector splitting of load, undef, and binops.
2007-12-08 Chris Lattnerimplement some methods.
2007-12-08 Chris Lattneradd scaffolding for splitting of vectors.
2007-12-08 Nate BegemanProject cleanups
2007-12-08 Chris LattnerRemove dead file and directory.
2007-12-08 Chris Lattnerreorganize header to separate into functional blocks.
2007-12-08 Chris Lattnersplit scalarization out to its own file.
2007-12-08 Chris LattnerSplit expansion out into its own file.
2007-12-08 Chris LattnerSplit promotion support out to its own file.
2007-12-08 Chris LattnerRename LegalizeDAGTypes.cpp -> LegalizeTypes.cpp
2007-12-08 Chris LattnerSplit the class definition of DAGTypeLegalizer out...
2007-12-08 Gordon HenriksenIncorporating review feedback from Reid.
2007-12-08 Chris Lattnerremove dead #include.
2007-12-08 Chris Lattneradd #include
2007-12-08 Chris Lattnereliminate dependency on Bitcode headers.
2007-12-08 Chris Lattnerremove dead #include, APInt.h already has the needed...
2007-12-08 Chris Lattnerproper #include order.
2007-12-08 Gordon HenriksenIgnoring generated files.
2007-12-08 Gordon HenriksenAdding a StringPool data structure, which GC will use.
2007-12-08 Gordon HenriksenFix bug in constructing Ocaml option types in the bindings.
2007-12-08 Chris Lattneraesthetic changes, no functionality change. Evan,...
2007-12-08 Bill WendlingRenaming:
2007-12-08 Chris LattnerFix a significant code quality regression I introduced...
2007-12-08 Chris Lattnerimplement __builtin_return_addr(0) on ppc.
2007-12-08 Chris Lattnerrefactor some code to avoid overloading the name 'usesL...
2007-12-08 Chris LattnerImplement correct isa<UnaryInstruction>, problem report...
2007-12-08 Bill WendlingIncorporated comments from Evan and Chris:
2007-12-08 Owen AndersonFix several cache coherence bugs in MemDep/GVN that...
2007-12-08 Evan ChengDoh
2007-12-08 Evan ChengFix a compilation warning.
2007-12-08 Evan ChengFix a compilation warning.
next