Simplify code a bit by changing instances of:
[oota-llvm.git] / lib /
2006-10-26 Reid SpencerSimplify code a bit by changing instances of:
2006-10-26 Evan ChengPut cstrings in .cstring section when compiling for...
2006-10-26 Evan ChengAdd isCString() - returns true if a ConstantArray is...
2006-10-26 Chris LattnerFix Transforms/InstCombine/2006-10-26-VectorReassoc.ll
2006-10-26 Chris LattnerAdd isFPOrFPVector() method, which indicates if a type...
2006-10-26 Rafael Espindolainitial support for frame pointers
2006-10-26 Reid SpencerEnclose a case in { and } so that the pickier compilers...
2006-10-26 Reid SpencerFor PR950:
2006-10-26 Nick LewyckyFix 2006-10-25-AddSetCC. A relational operator (like...
2006-10-26 Reid SpencerMake the makefile tell us when Intrinsics.gen is being...
2006-10-25 Nick LewyckyResurrect r1.25.
2006-10-25 Chris Lattnersimplify code
2006-10-25 Evan ChengDuring vector shuffle lowering, we sometimes commute...
2006-10-25 Evan ChengX86ISD::PEXTRW 3rd operand type is always target pointe...
2006-10-25 Chris Lattnerhide symbols properly
2006-10-25 Evan ChengRemove -disable-x86-shuffle-opti
2006-10-25 Chris Lattnerturn off tail merging for now
2006-10-25 Chris Lattnerbe more aggressive about matching identical instructions.
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-24 Rafael Espindolaexpand ISD::VACOPY
2006-10-24 John CriswellRemoved extraneous semi-colon; this was prevening the...
2006-10-24 Chris LattnervisitSwitchCase knows how to insert conditional branche...
2006-10-24 Chris LattnerGeneralize CaseBlock a bit more:
2006-10-24 Chris LattnerFix CodeGen/IA64/ret-0.ll, which has apparently been...
2006-10-24 Rafael Espindolafix warning about missing newline at end of file
2006-10-24 Chris Lattnergeneralize 'CaseBlock'. It really allows any compariso...
2006-10-24 Chris Lattnerimplement uncond branch insertion, mark branches with...
2006-10-24 Chris Lattnerimplement uncond branch insertion for the branch foldin...
2006-10-24 Chris Lattnerimplement uncond branch insertion so alpha works work...
2006-10-24 Chris Lattnerimplement uncond branch insertion for sparc to fix...
2006-10-24 Chris Lattnernew bad case
2006-10-24 Jim LaskeyDon't do dead block elimination in fast mode.
2006-10-24 Jim LaskeyLinearScanner hotspot.
2006-10-24 Jim LaskeyTighter data structure for deleted debug labels.
2006-10-24 Chris LattnerFix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll
2006-10-24 Chris Lattnermove single basic blocks that are neither fallen into...
2006-10-24 Chris LattnerAdd intrinsics for the rest of the DCB* instructions.
2006-10-24 Chris LattnerRevert back to r1.21, which was the last revision of...
2006-10-24 Chris Lattneradd moveBefore/moveAfter helper methods
2006-10-23 Chris LattnerEnable tail merging by default.
2006-10-23 Rafael Espindolaimplement STRB and STRH
2006-10-23 Rafael Espindolaexpand ISD::MEMSET
2006-10-23 Andrew LenharthMake these hack flags hidden, like other dsa hack flags
2006-10-23 Andrew LenharthRevert the aggressive inlining for now, it doesn't...
2006-10-23 Chris LattnerHandle fallout from the recent branch-on-undef changes...
2006-10-23 Chris LattnerMinor tweak. Instead of generating:
2006-10-23 Jim LaskeyMore complete solution to deleting blocks and debug...
2006-10-23 Jim Laskey[SU]int update - inactive code may get activated someday
2006-10-23 Nick LewyckyRemove the Backwards operation. Resolving now works...
2006-10-22 Chris LattnerFix phi node updating for switches lowered to linear...
2006-10-22 Chris Lattnerdisable this code for now, it's not yet safely updating...
2006-10-22 Nick LewyckyFix similar missing optimization opportunity in XOR.
2006-10-22 Chris Lattnerthis part implemented.
2006-10-22 Nick LewyckyWhoops! Add missing NULL check.
2006-10-22 Anton KorobeynikovDo section switching right way for Mingw\Cygwin and...
2006-10-22 Chris LattnerImplement PR964 and Regression/CodeGen/Generic/SwitchLo...
2006-10-22 Nick LewyckyHandle "if ((x|y) != 0)" for ints like we do for bools...
2006-10-22 Nick LewyckyAllocaInst can't return a null pointer. Fixes missed...
2006-10-22 Chris LattnerAdd a workaround for PR962, disabling the more aggressi...
2006-10-22 Reid SpencerDon't generate a prototype for _setjmp. At least on...
2006-10-22 Reid SpencerRegenerate.
2006-10-22 Reid SpencerRemove unneeded CHECK_FOR_ERROR invocations.
2006-10-22 Chris Lattnerregenerate
2006-10-22 Chris Lattnerchange keyword to datalayout
2006-10-22 Chris LattnerChange keyword to datalayout
2006-10-22 Chris Lattner3 Changes:
2006-10-21 Chris Lattnerdon't break infinite loops
2006-10-21 Chris LattnerImplement support for branch reversal, fix a bug in...
2006-10-21 Chris LattnerUse branch reversal to do stuff like this:
2006-10-21 Chris LattnerImplement support for branch condition reversal.
2006-10-21 Chris LattnerTransform code like:
2006-10-21 Chris LattnerSimplify code, no functionality change
2006-10-21 Chris Lattnerimplement support for inserting a cond branch
2006-10-21 Chris Lattnerallow insertion of a conditional branch with fall-through
2006-10-21 Chris LattnerThree changes:
2006-10-21 Chris Lattnerupdate assert message
2006-10-21 Chris LattnerAdd an experimental cross-jumping implementation.
2006-10-20 Chris Lattnerimplement MachineOperand::isIdenticalTo
2006-10-20 Chris Lattnerllvm-extract should remove module-level asm
2006-10-20 Chris Lattnerbugfix
2006-10-20 Chris LattnerFix an ugly problem in SCCP. This fixes Benchmarks...
2006-10-20 Chris LattnerFix miscompilation of MallocBench/espresso which code...
2006-10-20 Chris LattnerMake flag and chain edges visually distinguishable...
2006-10-20 Chris LattnerImplement branch analysis/xform hooks required by the...
2006-10-20 Reid SpencerFor PR950:
2006-10-20 Devang PatelWhile creating mask, use 1ULL instead of 1.
2006-10-20 Chris LattnerFix SimplifyCFG/2006-10-19-UncondDiv.ll by disabling...
2006-10-20 Chris Lattneradd a method to determine whether evaluation of a const...
2006-10-19 Bill WendlingPartially in response to PR926: insert the newly create...
2006-10-19 Devang PatelIt is OK to remove extra cast if operation is EQ/NE...
2006-10-19 Devang PatelTypo Typo.
2006-10-19 Devang PatelTypo.
2006-10-19 Devang PatelFix bug in PR454 resolution. Added new test case.
2006-10-19 Rafael Espindolause Pat to implement extloadi8 and extloadi16
2006-10-19 Rafael Espindolaimplement undef
2006-10-19 Rafael Espindolaprint common symbols
2006-10-19 Rafael Espindolaimplement extloadi8 and extloadi16
2006-10-19 Rafael Espindolaexpand SIGN_EXTEND_INREG
2006-10-19 Rafael Espindolaexpand brind so that we don't have to implement jump...
2006-10-18 Reid SpencerBeef up the output from DiffFilesWithTolerance by setti...
next