oota-llvm.git
2007-12-17 Gordon HenriksenC and Ocaml bindings for address spaces, for that burge...
2007-12-17 Christopher... regenerate.
2007-12-17 Christopher... Change the PointerType api for creating pointer types...
2007-12-17 Christopher... Make it clear in the LangRef that allocation instructio...
2007-12-16 Duncan SandsRevert this part of r45073 until the verifier is
2007-12-16 Chris Lattnerdon't violate C TBAA rules, use FloatToBits instead.
2007-12-16 Chris Lattnerfix a questionable cast, thanks to Mike Stump for point...
2007-12-16 Chris LattnerFix the JIT encoding of cmp*ss, which aborts with this...
2007-12-16 Duncan SandsMake instcombine promote inline asm calls to 'nounwind'
2007-12-16 Bill WendlingRemove spurious warnings from GCC:
2007-12-16 Owen AndersonBreak local interferences in StrongPHIElimination....
2007-12-16 Owen AndersonA few more comments.
2007-12-16 Anton KorobeynikovDefine addString() and lookup() out-of-line to dissuade...
2007-12-16 Anton KorobeynikovProvide GraphTraits and DOTGraphTraits interface for...
2007-12-16 Anton KorobeynikovConstify graph arguments
2007-12-15 Anton KorobeynikovUse references in DF iterators. This eliminates copy...
2007-12-15 Duncan SandsThese are more correctly called signaling NaNs.
2007-12-15 Evan ChengMake better use of instructions that clear high bits...
2007-12-15 Evan Cheng__builtin_ia32_movqv4si is now expanded to a shuffle.
2007-12-15 Scott MichelStart committing working test cases for CellSPU.
2007-12-14 Evan ChengActually, MOVPQIto64mr is a dup of MOVPQI2QImr, MOV64to...
2007-12-14 Evan ChengFix (mem) <-> low 64-bits of xmm bugs pointed out by...
2007-12-14 Duncan SandsTeach the interpreter to read and write memory in the
2007-12-14 Dale Johannesenx86-32 long doubles are 4-byte aligned on the stack
2007-12-14 Evan ChengFix bsf / bsr jit encoding.
2007-12-14 Evan ChengOops. Forgot these.
2007-12-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-12-14 Dan GohmanDon't redirect stderr when it isn't needed.
2007-12-14 Dan GohmanFix a typo in a comment.
2007-12-14 Dan GohmanFix a typo in a comment.
2007-12-14 Dan GohmanFix Intel asm syntax for the bsr and bsf instructions.
2007-12-14 Evan ChengFix ctlz and cttz. llvm definition requires them to...
2007-12-14 Evan ChengBug fix. Must also match ResNo when matching an operand...
2007-12-14 Anders CarlssonAll MMX shift instructions took a <2 x i32> vector...
2007-12-14 Evan ChengImplement ctlz and cttz with bsr and bsf.
2007-12-14 Bill WendlingAdd flags to indicate that there are "never" side effec...
2007-12-13 Dan GohmanMake it more clear that some things that can't be done...
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
next