oota-llvm.git
2007-02-13 Chris Lattnersanity check for *basic* i128 arithmetic on all hosts.
2007-02-13 Chris Lattnerbetter support for i128.
2007-02-13 Chris Lattnerimplement expand of truncate. This allows truncates...
2007-02-13 Chris LattnerFix PR1198, by adding initial i128 support. Patch...
2007-02-13 Chris Lattnernew testcase, by Dan Gohman
2007-02-13 Andrew LenharthWell this isn't as ugly and it works better. At least...
2007-02-13 Reid SpencerMake some minor improvements to APInt:
2007-02-13 Chris Lattneradd a note
2007-02-13 Reid SpencerAdd missing closing parenthesis.
2007-02-13 Chris Lattnerrevert my previous switch lowering change, which miscom...
2007-02-13 Lauro Ramos... Add space between // and the comment.
2007-02-13 Lauro Ramos... Add ABI information to ARM subtarget.
2007-02-13 Lauro Ramos... Add a space between // and the comment.
2007-02-13 Lauro Ramos... Add comment about original function argument alignment.
2007-02-13 Reid SpencerFix tow grammaros that Bill Wendling noticed.
2007-02-13 Lauro Ramos... According to ARM EABI, 8-bytes function arguments must...
2007-02-13 Lauro Ramos... Add "original alignment" to function arguments flags.
2007-02-13 Reid SpencerFix a compilation error that caused the nightly test...
2007-02-13 Reid SpencerClean up spelling mistakes.
2007-02-13 Reid SpencerFix an HTML validation error.
2007-02-13 Reid SpencerMake the draft notice more prominent.
2007-02-13 Reid SpencerAdd DeveloperPolicy.html
2007-02-13 Reid SpencerFirst draft of the LLVM Developer Policy. This document...
2007-02-13 Chris LattnerSwitch UnaryOperators to default to passing names up...
2007-02-13 Chris Lattneradd a setName variant that takes a null-terminated...
2007-02-13 Chris LattnerUse a SmallVector to reduce heap traffic. This speeds...
2007-02-13 Chris Lattnerfix a critical bug in smallvector, where it would destr...
2007-02-13 Chris Lattnernow that we can pass ranges into CallInst ctors, elimin...
2007-02-13 Chris Lattnereliminate instruction ctors that take vectors.
2007-02-13 Chris Lattnereliminate vector-related ctors
2007-02-13 Chris Lattnereliminate use of vector-related ctors
2007-02-13 Chris Lattnerregenerate
2007-02-13 Chris Lattnerremove use of vector-related ctors
2007-02-13 Chris Lattnereliminate vector-related allocations
2007-02-13 Chris Lattnereliminate a bunch of vector-related heap traffic
2007-02-13 Chris Lattnereliminate use of vector ctors
2007-02-13 Chris LattnerEliminate use of ctors that take vectors.
2007-02-13 Chris Lattnerstop passing vector into ctors
2007-02-13 Evan ChengAllow any MachineBasicBlock (not just the entry block...
2007-02-13 Chris LattnerFix switch lowering to order cases in zext order, which...
2007-02-13 Chris Lattnernew testcase for PR1197
2007-02-13 Chris LattnerAdd invokeinst and callinst ctors that don't take vectors.
2007-02-13 Chris Lattnerremove some dead methods.
2007-02-13 Chris Lattnerregenerate
2007-02-13 Chris Lattnereliminate use of methods that take vectors as args
2007-02-13 Andrew LenharthI love non-deturminism. Returning objects with referen...
2007-02-12 Chris Lattnerstop using me thods that take a vector
2007-02-12 Chris Lattnerstop using methods that take vectors.
2007-02-12 Chris Lattnermore notes
2007-02-12 Chris Lattneradd a note
2007-02-12 Zhou Sheng1. Make APInt::shl work correctly and more efficiently.
2007-02-12 Jim LaskeyWrong value type.
2007-02-12 Chris Lattneravoid creating a temporary string when reading the...
2007-02-12 Chris LattnerAdd new setName accessor which doesn't require creating...
2007-02-12 Lauro Ramos... Fix build error on ARM.
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2007-02-12 Reid SpencerRemove references to the now deprecated gccas and gccld.
2007-02-12 Reid SpencerUpdate for llvm-gcc v4.0 usage.
2007-02-12 Chris Lattneradd #include
2007-02-11 Chris Lattneradd new ShouldRehash method to factor out common code...
2007-02-11 Chris Lattnerregenerate
2007-02-11 Chris Lattneradd #include
2007-02-11 Chris Lattnerdo not allow hash table to be filled with tombstones.
2007-02-11 Chris LattnerAdd support for removing elements out of StringMap.
2007-02-11 Reid SpencerFor PR1196:
2007-02-11 Chris LattnerReplace the ugly FindValue method with STL-like find...
2007-02-11 Chris Lattnerfix uninitialized variable
2007-02-11 Chris Lattnerremove support for stringmap visitors now that iterator...
2007-02-11 Chris Lattneradd support for iterators.
2007-02-11 Chris Lattneradd iterator support, plus support for size() and empty().
2007-02-11 Chris Lattnersimplify code by using Value::takeName
2007-02-11 Chris LattnerSimplify code by using value::takename
2007-02-11 Chris Lattnersimplify name juggling through the use of Value::takeName.
2007-02-11 Chris Lattneradd an optimization for the case where the src has...
2007-02-11 Nick LewyckyFix comments to match names of functions.
2007-02-11 Chris Lattnersimplify this code by using value::takename
2007-02-11 Chris Lattneradd a helper method: Value::takeName
2007-02-11 Chris LattnerSplit StringMapEntry construction out of StringMap...
2007-02-11 Reid SpencerUndo the last patch. It slowed down bcwriter by 1.8...
2007-02-10 Chris LattnerSwitch some std::vector's to SmallVectors. This speeds...
2007-02-10 Chris Lattnermodify CheckGEPInstructions to take a pointer and size...
2007-02-10 Reid SpencerAssert that elements of packed are pointer/float/opaque.
2007-02-10 Chris Lattnerremove dead method.
2007-02-10 Chris Lattnereliminate use of TargetData::getIndexedOffset that...
2007-02-10 Chris Lattnercompletely eliminate a temporary vector
2007-02-10 Chris Lattnereliminate temporary vectors.
2007-02-10 Chris LattnerSwitch LayoutInfo to be a DenseMap instead of an std...
2007-02-10 Chris Lattneradd a typedef
2007-02-10 Chris Lattnereliminate the std::vector from StructLayout, allocating...
2007-02-10 Chris Lattnerencapsulate the rest of the StructLayout members.
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-10 Chris Lattneradd helper method.
2007-02-10 Chris LattnerUse ManagedStatic to manage LayoutInfo, instead of...
2007-02-10 Chris LattnerChange TargetData::getIndexedOffset interface to not...
2007-02-10 Reid SpencerAllow PackedType to be constructed with an abstract...
2007-02-10 Chris Lattnerfix a grammar ambiguity noticed by Duncan
2007-02-10 Reid SpencerAlign make log output with the rest of llvm.
2007-02-10 Reid SpencerCompaction tables don't exist any more.
2007-02-10 Reid SpencerFor PR1194:
2007-02-10 Reid SpencerFix a comment.
next