Initialize the symbol table to zero explicitly. This ensures that the
[oota-llvm.git] / lib /
2007-04-04 Chris LattnerExtend StringMap to support being initialized as comple...
2007-04-04 Evan ChengImplement inline asm modifier P.
2007-04-04 Evan ChengTypo.
2007-04-03 Bill WendlingAdding more MMX instructions.
2007-04-03 Chris Lattnermake a new missing features section
2007-04-03 Evan ChengRemove unused constant pool entries.
2007-04-03 Bill WendlingUpdated
2007-04-03 Chris LattnerFix a bug I introduced with my patch yesterday which...
2007-04-03 Chris Lattnergreatly reduce hte default size of stringmap.
2007-04-03 Evan ChengFixed a bug that causes codegen of noop like add r0...
2007-04-03 Chris Lattnerreinstate the previous two patches, with a bugfix :)
2007-04-03 Nicolas GeoffrayStarting implementation of the ELF32 ABI specification...
2007-04-03 Nicolas GeoffrayThe PPC64 ELF ABI is "intended to use the same structur...
2007-04-03 Nicolas GeoffrayAddition to the previous commit for getCalleeSavedRegCl...
2007-04-03 Nicolas GeoffrayThe ELF ABI specifies F1-F8 registers as argument regis...
2007-04-03 Evan ChengReverting back to 1.723. The last two commits broke...
2007-04-03 Evan ChengInverted logic.
2007-04-03 Evan ChengBad bad bug. findRegisterUseOperand() returns -1 if...
2007-04-03 Bill WendlingChanged to new MMX_ recipes.
2007-04-03 Bill WendlingAdd FEMMS and ADDQ. Renamed MMX recipes to prepend...
2007-04-03 Chris Lattnersplit some code out into a helper function
2007-04-03 Chris LattnerSplit a whole ton of code out of visitICmpInst into...
2007-04-03 Chris LattnerFix PR1253 and xor2.ll:test[01]
2007-04-03 Chris LattnerArm supports negative strides as well, add them. This...
2007-04-02 Chris Lattnerallow -1 strides to reuse "1" strides.
2007-04-02 Scott Michel1. Insert custom lowering hooks for ISD::ROTR and ISD...
2007-04-02 Dale Johannesenfix off by 1 error in displacement computation
2007-04-02 Chris Lattnerfix the CodeGen/ARM/2007-03-13-InstrSched.ll regression...
2007-04-02 Evan ChengUgh. Copy coalescer does not update register numbers.
2007-04-02 Chris Lattneradd support for the 'w' inline asm register class.
2007-04-02 Zhou Sheng1. Make use of APInt operation instead of using Constan...
2007-04-02 Zhou ShengUse uint32_t for bitwidth instead of unsigned.
2007-04-02 Chris LattnerPass the type of the store access, not the type of...
2007-04-02 Chris LattnerFix a bug which caused us to never be able to use signe...
2007-04-02 Chris LattnerWrap long line
2007-04-02 Chris Lattneruse more obvious function name.
2007-04-02 Chris LattnerTreat xor of signbit like an add.
2007-04-02 Chris Lattnersimplify (x+c)^signbit as (x+c+signbit), pointed out...
2007-04-02 Chris Lattnerreduce use of std::set
2007-04-02 Chris LattnerVarious passes before isel split edges and do other...
2007-04-02 Lauro Ramos Venancio- Divides the comparisons in two types: comparisons...
2007-04-02 Reid SpencerFor PR1297:
2007-04-01 Chris Lattnerprint the type of an inserted IV in -debug mode.
2007-04-01 Chris Lattnersimplify this code, make it work for ap ints
2007-04-01 Chris Lattnerfix breakage from last night, simplify code.
2007-04-01 Reid SpencerThe bit counting intrinsics return i32 not the operand...
2007-04-01 Zhou ShengAvoid unnecessary APInt construction.
2007-04-01 Evan ChengAdd i16 address mode.
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Chris LattnerFix InstCombine/2007-03-31-InfiniteLoop.ll
2007-04-01 Nick LewyckyImplement union of wrapped sets.
2007-03-31 Andrew LenharthReadme
2007-03-31 Anton KorobeynikovConsistency with native compilers
2007-03-31 Bill WendlingFix comment.
2007-03-31 Chris Lattneradd a note
2007-03-31 Chris Lattnermove a bunch of code out of the sdisel pass into its...
2007-03-31 Chris LattnerSplit the sdisel code munging stuff out into its own...
2007-03-31 Chris Lattnerswitch TL::getValueType to use MVT::getValueType.
2007-03-31 Chris Lattneradd a method to turn a type into a VT.
2007-03-31 Zhou ShengDelete dead code.
2007-03-31 Zhou ShengUse APInt operators to calculate the carry bits, remove...
2007-03-31 Bill WendlingMatch GCC's MMX calling convention.
2007-03-31 Chris LattnerAdd a -print-lsr-output option to LLC, to print the...
2007-03-30 Chris Lattnerimplement the new addressing mode description hook.
2007-03-30 Chris Lattneradd one addressing mode description hook to rule them...
2007-03-30 Dale JohannesenFix incorrect combination of different loads. Reenable...
2007-03-30 Evan ChengDon't add the same MI to register reuse "last def/use...
2007-03-30 Evan ChengBug fix for PR1279. When isDead is propagate by copy...
2007-03-30 Zhou ShengMake sure the use of ConstantInt::getZExtValue() for...
2007-03-30 Reid SpencerFor PR1293:
2007-03-30 Zhou Sheng1. Make sure the use of ConstantInt::getZExtValue(...
2007-03-30 Zhou ShengUse APInt operation instead of ConstantExpr::getXX.
2007-03-30 Reid SpencerFor PR1289: Regenerate
2007-03-30 Reid SpencerFor PR1289:
2007-03-30 Bill WendlingAdd MMX calling conventions.
2007-03-29 Evan ChengNew entry.
2007-03-29 Evan ChengCan't re-materialize mov r, imm in thumb since mov...
2007-03-29 Reid SpencerUse the stat information in the Path object, if it...
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Chris Lattnerthe bytecode reader supports dematerializeFunction
2007-03-29 Reid SpencerRegenerate.
2007-03-29 Reid SpencerGive users a grace period on the implementation keyword...
2007-03-29 Jeff CohenMS C does have inlining after all, just uses _inline...
2007-03-29 Jeff CohenDetermine absolute paths the correct way :)
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Zhou Sheng1. Make more use of APInt::getHighBitsSet/getLowBitsSet.
2007-03-29 Evan ChengDisable load width reduction xform of variant (zext...
2007-03-29 Evan ChengAdd support for hidden visibility to darwin/arm.
2007-03-29 Zhou ShengClean up some codes in InstCombiner::SimplifyDemandedBi...
2007-03-29 Evan ChengNew entries.
2007-03-29 Zhou ShengClean up codes in InstCombiner::SimplifyDemandedBits():
2007-03-29 Zhou Sheng1. Make the APInt variable do the binary operation...
2007-03-28 Jeff CohenFix C Backend to generate code that works with Microsof...
2007-03-28 Bill WendlingMade this into a bug report: PR1286
next