Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice
[oota-llvm.git] / include /
2009-04-12 Chris Lattneroptimize FastISel::UpdateValueMap to avoid duplicate...
2009-04-12 Chris LattnerAdd new TargetInstrDesc::hasImplicitUseOfPhysReg and
2009-04-11 Dan GohmanRevert r68847. It breaks the build on non-Darwin target...
2009-04-11 Devang PatelKeep track of inlined functions and their locations...
2009-04-10 Devang PatelDebugLabelFolder ruthlessly deletes redundant labels...
2009-04-10 Chris Lattnerfix a broken assertion in ilist_iterator, which caused...
2009-04-10 Nick LewyckyCleanup. Remove redundant llvm:: , we don't need them...
2009-04-10 Chris LattnerAdd a new Type::getPointerTo method, which is shorthand for
2009-04-10 Nick LewyckyAdd utility function to IRBuilder that takes the differ...
2009-04-10 Bill WendlingPass in the std::string parameter instead of returning...
2009-04-10 Bill WendlingConstify getter methods.
2009-04-09 Dan GohmanRemove the obsolete SelectionDAG::getNodeValueTypes...
2009-04-09 Dan GohmanChange the NumVTs field from short to int, since there...
2009-04-09 Bill WendlingStringMap<DIE*>::iterator::first() returns a pointer...
2009-04-09 Owen AndersonGive register alias checking the hash table treatment...
2009-04-09 Bob WilsonFix pr3954. The register scavenger asserts for inline...
2009-04-09 Chris Lattneradd an accessor method, patch by John McCall!
2009-04-09 Owen AndersonConvert TargetRegisterInfo's super-register checking...
2009-04-09 Daniel DunbarAdd sys::Path::makeAbsolute().
2009-04-08 Douglas GregorFix BitstreamReader's GetCurrentBitNo to return the...
2009-04-08 Douglas GregorUse 8 instead of CHAR_BIT
2009-04-08 Douglas GregorAdd BitstreamWriter::GetCurrentBitNo, to report where...
2009-04-08 Chris LattnerRemove AllowInverse: it leaks memory and is not the...
2009-04-08 Dan GohmanImplement support for using modeling implicit-zero...
2009-04-07 Jim GrosbachPR2985 / <rdar://problem/6584986>
2009-04-07 Torok EdwinAnother attempt at fixing PR2975.
2009-04-07 Chris Lattnerfix comment to reflect the implementation I ended up...
2009-04-07 Chris LattnerAdd an API for the bitstream reader to read blobs and...
2009-04-06 Chris Lattnerallow clients to look up abbrev id's
2009-04-06 Chris LattnerAdd a new EmitRecordWithBlob API that allows a blob...
2009-04-06 Chris Lattneradd a new Blob encoding abbreviation for bitcode files...
2009-04-06 Chris Lattnersplit ReadAbbreviatedLiteral out of ReadAbbreviatedField.
2009-04-06 Chris Lattnerreduce indentation with early-out
2009-04-06 Chris Lattnersimplify code a bit.
2009-04-06 Chris Lattnersimplify to reduce indentation.
2009-04-06 Chris LattnerTeach llvm-bcanalyzer to skip over the header we use...
2009-04-05 Mikhail GlushenkovAdd segment flag bits to ELF.h.
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-04-03 Chris Lattner"This adds a getName() method to TargetRegisterClass...
2009-04-03 Daniel DunbarAdd fast path for raw_ostream output of strings.
2009-04-03 Chris LattnerWork around an apparent GCC miscompilation by specializ...
2009-04-03 Dan GohmanDelete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG,...
2009-04-03 Chris Lattnercorrect patch
2009-04-03 Chris Lattneradd patch to go along with r68350
2009-04-02 Chris Lattneradd missing *
2009-04-02 Chris Lattnerfix overflow checks in SmallVector:
2009-04-01 Devang PatelClean up pass manager cache after each run.
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...
2009-04-01 Misha BrukmanFixed spelling.
2009-04-01 Devang PatelRemove dead code.
2009-04-01 Chris LattnerAdd range insert method for DenseSet and define DenseMa...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-04-01 Misha BrukmanFixed spelling.
2009-04-01 Ted KremenekCMake: Have generated Xcode projects also contain the...
2009-04-01 Misha Brukman* Fixed spelling of `invertible'
2009-03-31 Douglas GregorAllow the use of pointers to const within PointerUnion.
2009-03-31 Chris Lattneradd a converting operator
2009-03-31 Chris LattnerAdd two new classes: WeakVH and AssertingVH. These...
2009-03-31 Chris Lattnerteach PointerLikeTypeTraits that all pointers to pointe...
2009-03-31 Chris Lattneradd some accessors so I can play games with DenseMaps.
2009-03-31 Dan GohmanReapply 68073, with fixes. EH Landing-pad basic blocks...
2009-03-31 Douglas GregorStop guessing, start thinking, and make PointerUnion3...
2009-03-31 Daniel DunbarAdd llvm::sys::getHostTriple and remove
2009-03-31 Bill WendlingReally temporarily revert r68073.
2009-03-31 Bill WendlingOy! When reverting r68073, I added in experimental...
2009-03-31 Bill WendlingRevert r68073. It's causing a failure in the Apple...
2009-03-31 Chris Lattnershrink subclassid, liberating some bits for future...
2009-03-31 Douglas GregorReally, really fix PointerUnion3::is
2009-03-30 Dan GohmanExcept in asm-verbose mode, avoid printing labels for...
2009-03-30 Douglas GregorMake PointerUnion3::get work properly
2009-03-30 Chris Lattnerupdate comment.
2009-03-30 Chris Lattneradd a PointerUnion3 class and generalize PointerUnion...
2009-03-30 Chris Lattnerfix the PointerLikeTypeTraits specialization for Pointe...
2009-03-30 Dan GohmanConstify arguments in isSuccessor and isLayoutSuccessor.
2009-03-30 Anton KorobeynikovClearify local/global relocations wording
2009-03-30 Anton KorobeynikovDo not propagate ELF-specific stuff (data.rel) into...
2009-03-30 Anton KorobeynikovAdd data.rel stuff
2009-03-29 Misha BrukmanUpdated the comment for isArithmeticShift() to match...
2009-03-29 Bill WendlingConstify check. This fixes PR3900.
2009-03-29 Anton KorobeynikovHonour relocation behaviour stuff for ro objects
2009-03-29 Anton KorobeynikovExtend the relocation tracker handler, so we can filter...
2009-03-29 Chris Lattneradd missing space.
2009-03-29 Chris Lattneradd some comments, add a dyn_cast method.
2009-03-29 Chris LattnerWhen forming sentinels for empty/tombstone, make sure...
2009-03-29 Chris Lattneradd helper method.
2009-03-29 Chris LattnerAdd a simple type-safe bit-mangling pointer union class...
2009-03-29 Chris LattnerAllow a specific PointerIntPair instance to use a speci...
2009-03-29 Chris LattnerAdd a PointerLikeTypeTraits specialization for uintptr_t
2009-03-29 Chris LattnerValue* only has 2 bits free as well.
2009-03-29 Chris LattnerReplace the PointerLikeTypeTraits::getNumLowBitsAvailable
2009-03-29 Chris Lattnerrename PointerLikeTypeInto to PointerLikeTypeTraits...
2009-03-29 Chris Lattnernow that you can put a PointerIntPair in a SmallPtrSet...
2009-03-29 Chris Lattnerteach SmallPtrSet that PointerIntPair is "basically...
2009-03-28 Arnold SchwaighoferEnable tail call optimization for functions that return...
2009-03-28 Chris Lattnerdeclare everything as class to avoid angering the VC...
2009-03-28 Chris Lattneradd a traits class for SmallPtrSet that allows us to...
2009-03-28 Evan ChengOptimize some 64-bit multiplication by constants into...
2009-03-28 Chris Lattnermove a large method out of line.
2009-03-27 Gabor Greif"ghostify" the ilist<Function> sentinel
2009-03-27 Mike StumpAllow invertable -xno- style optins as well.
next