oota-llvm.git
2007-12-13 Wojciech MatyjewiczMake these loops follow GetGEPOperands() behavior.
2007-12-13 Evan ChengFix typo.
2007-12-13 Owen AndersonAdd register pairs to the list to check for local inter...
2007-12-13 Owen AndersonRemove ugly and horrible code. It's not necessary...
2007-12-13 Evan ChengBe extra careful with extension use optimation. Now...
2007-12-13 Nate BegemanApply CBE/MSIL patch to autoconf
2007-12-13 Nate BegemanAdd install-libs target which only installs libraries...
2007-12-13 Zhou ShengRemove this testcase as it will always fail on
2007-12-13 Nate BegemanDo not build CBackend and MSIL regardless of configured...
2007-12-13 Evan ChengFold some and + shift in x86 addressing mode.
2007-12-13 Evan ChengOops. Forgot these.
2007-12-13 Chris LattnerFix for edge profiling, patch by 'Marc' for PR1857
2007-12-12 Evan ChengCosmetic change.
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-12-12 Duncan SandsRemove host endianness info from TargetData and
2007-12-12 Dan GohmanRemove a forward-declaration for a non-existant class.
2007-12-12 Dan GohmanAllow vector integer constants to be created with
2007-12-12 Anton KorobeynikovUse vector for child storage instead of map. This will...
2007-12-12 Duncan SandsRevert r44626, which turned off the use of readonly
2007-12-12 Wojciech Matyjewicz1. "Upgrage" comments.
2007-12-12 Christopher... Regenerate.
2007-12-12 Christopher... Implement part of review feedback for address spaces.
2007-12-12 Evan ChengUse shuffles to implement insert_vector_elt for i32...
2007-12-12 Evan ChengAdd a test case for -optimize-ext-uses.
2007-12-12 Evan ChengLower a build_vector with all constants into a constpoo...
2007-12-12 Zhou ShengAdd a guard to cxxabi header as other platform may
2007-12-12 Zhou ShengFixed PR1629.
2007-12-12 Chris LattnerFix a bug in my previous patch, thanks to Jay Foad for
2007-12-12 Evan ChengDon't muck with phi nodes; bug fixes.
2007-12-12 Scott MichelCorrect typo for Linux: s/esp/%rsp/
2007-12-12 Bill WendlingBit masks conflicted. Needed to bump them by one.
2007-12-12 Owen AndersonForgot to remove a register from the PHI-union after...
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...
next