Make these loops follow GetGEPOperands() behavior.
[oota-llvm.git] / lib /
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 Evan ChengFold some and + shift in x86 addressing mode.
2007-12-13 Chris LattnerFix for edge profiling, patch by 'Marc' for PR1857
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 GohmanAllow vector integer constants to be created with
2007-12-12 Duncan SandsRevert r44626, which turned off the use of readonly
2007-12-12 Wojciech Matyjewicz1. "Upgrage" comments.
2007-12-12 Christopher LambRegenerate.
2007-12-12 Christopher LambImplement part of review feedback for address spaces.
2007-12-12 Evan ChengUse shuffles to implement insert_vector_elt for i32...
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 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 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 Duncan SandsFix compilation.
2007-12-11 Christopher LambRegenerate.
2007-12-11 Christopher LambImplement 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 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 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 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 LambImprove branch folding by recgonizing that explict...
2007-12-10 Gordon HenriksenDelete the CollectorNamePool if it should become empty.
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 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 Chris LattnerFix PR1782, patch by Wojtek Matyjewicz!
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 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 Chris Lattneradd #include
2007-12-08 Chris Lattnerproper #include order.
2007-12-08 Gordon HenriksenAdding a StringPool data structure, which GC will use.
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 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.
2007-12-07 Bill WendlingInitial commit of the machine code LICM pass. It succes...
2007-12-07 Evan ChengAdd comment.
2007-12-07 Evan ChengMuch improved v8i16 shuffles. (Step 1).
2007-12-07 Evan ChengAdd an option to control this heuristic tweak so I...
next