Update auto-generated configuration files
[oota-llvm.git] / lib /
2009-06-17 Owen AndersonUse atomic increment/decrement for reference counting...
2009-06-17 Owen AndersonAdd an atomic increment and decrement implementation...
2009-06-17 Owen AndersonAdd locking around the accessors for AbstractTypeUsers.
2009-06-16 Owen AndersonUse a reader-writer lock to guard large portions of...
2009-06-16 Chris Lattnerfix a circular dependency between the mips code generator
2009-06-16 Chris LattnerFix the EE bindings to use the proper EE interfaces...
2009-06-16 Owen AndersonAccidentally broke this file.
2009-06-16 Owen AndersonAdd newline at end of file.
2009-06-16 Owen AndersonRemove the Win32 implementation, since it doesn't compi...
2009-06-16 Owen AndersonFix/cleanup trailing newlines.
2009-06-16 Owen AndersonAdd a portable wrapper for reader-writer locks.
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-16 Dan GohmanGeneralize a few more instcombines to be vector/scalar...
2009-06-16 Dan GohmanInstcombine's ShrinkDemandedConstant may strip bits...
2009-06-16 Evan ChengCALL64pcrel32 immediate field is 32-bit. Patch by Abhin...
2009-06-16 Anton KorobeynikovAddress review comments: add 3 ARM calling conventions.
2009-06-16 Anton KorobeynikovGNU as refuses to assemble "pop {}" instruction. Do...
2009-06-16 Douglas GregorAdd Threading.cpp to the CMake project files
2009-06-16 Owen AndersonSplit the thread-related APIs out into their own file...
2009-06-16 Chris LattnerGeneralize instcombine's isSafeToLoadUnconditionally...
2009-06-16 Sanjiv GuptaAdded missing libcalls for floating point to int conver...
2009-06-16 Sanjiv GuptaFixed names of libcalls checked in r73480.
2009-06-16 Sanjiv GuptaCode Restructuring. No functionality change.
2009-06-16 Sanjiv GuptaAdded required libcalls for PIC16 (mostly floating...
2009-06-16 Evan ChengRename RemoveCopiesFromValNo to TurnCopiesFromValNoToIm...
2009-06-16 Evan ChengIf a val# is defined by an implicit_def and it is being...
2009-06-16 Eli FriedmanAdd some generic expansion logic for SMULO and UMULO...
2009-06-16 Eli FriedmanMisc accumulated tweaks to legalization logic for vario...
2009-06-16 Chris Lattneranother xform that is target-independent (should be...
2009-06-16 Chris LattnerI think instcombine should unconditionally do this...
2009-06-16 Chris LattnerFix PR4336: Iterating over use-def chains doesn't seem...
2009-06-16 Bill WendlingThere doesn't seem to be a reason to move the save...
2009-06-16 Bill WendlingThe DWARF to compact encoding converter assumes that...
2009-06-16 Bill WendlingFix typos.
2009-06-16 Devang PatelUse MainCU if it is available.
2009-06-16 Dan GohmanUse Type::getScalarType.
2009-06-15 Owen AndersonOwen Anderson 2009-06-15: Use a SmallPtrSet here, for...
2009-06-15 Dan GohmanChange this from an assert to a cerr+exit, since it...
2009-06-15 Evan ChengOn Darwin, frame pointer r7 is never available.
2009-06-15 Dan GohmanUse Type::isIntOrIntVector and Type::isFPOrFPVector.
2009-06-15 Dan GohmanSupport vector casts in more places, fixing a variety...
2009-06-15 Dan GohmanFix a typo in a diagnostic.
2009-06-15 Anton KorobeynikovRename methods for the sake of consistency.
2009-06-15 Devang PatelGracefully handle imbalanced inline function begin...
2009-06-15 Evan Chengifcvt should ignore cfg where true and false successors...
2009-06-15 Evan ChengTypo.
2009-06-15 Bill WendlingThe Ls and Qs were mixed up. Patch by Sean.
2009-06-15 Dale JohannesenFix the crash in this test. This is basically the...
2009-06-15 Evan ChengDo not form ldrd / strd if the two dests / srcs are...
2009-06-15 Owen AndersonMerge PartialInliner changes.
2009-06-15 Bill Wendling"The Intel instruction tables should include the 64...
2009-06-15 Evan ChengSilence a warning.
2009-06-15 Dan GohmanCode cleanups. getSCEVAtScope no longer uses SCEVCouldN...
2009-06-15 Dan GohmanMake the EnableLoadPRE variable static.
2009-06-15 Dan Gohmanglibc has two versions of strerror_r, a standards compl...
2009-06-15 Arnold SchwaighoferCheckTailCallReturnConstraints is missing a check on the
2009-06-15 Evan ChengPart 1.
2009-06-15 Chris Lattner"This patch implements the method with the GetModuleFil...
2009-06-15 Chris Lattnerremove extraneous const qualifier
2009-06-15 Chris LattnerI got J and K backward, many thanks to Eli for spotting...
2009-06-15 Chris Lattneradd a new static method to portably determine whether...
2009-06-15 Chris Lattnerimplement support for the 'K' asm constraint, PR4347
2009-06-14 Dan GohmanFix old-style type names in comments.
2009-06-14 Dan GohmanImplement more aggressive folding of add operand lists...
2009-06-14 Dan GohmanCheck for the short-circuiting condition before performing
2009-06-14 Dan GohmanDo compare constant SCEV values in SCEVComplexityCompar...
2009-06-14 Dan GohmanConvert several parts of the ScalarEvolution framework...
2009-06-14 Dan GohmanAdd another item to the list of things that indvars...
2009-06-14 Evan ChengMove register allocation preference (or hint) from...
2009-06-14 Torok EdwinFix CMake build. Patch from Ingmar Vanhassel.
2009-06-14 Owen AndersonAdd an early implementation of a partial inlining pass...
2009-06-14 Bruno Cardoso LopesIntroduce new BinaryObject (blob) class, ELF Writer...
2009-06-13 Nick LewyckyUnlike the other instructions, GEP really does need...
2009-06-13 Sanjiv GuptaThe subprogram descriptor for a function may be missing...
2009-06-13 Dan GohmanTeach SCEVExpander's visitAddRecExpr to reuse an existi...
2009-06-13 Dan GohmanAdd a ScalarEvolution::getAnyExtendExpr utility functio...
2009-06-13 Evan ChengAdd a ARM specific pre-allocation pass that re-schedule...
2009-06-13 Devang Patelllvm.dbg.region.end() intrinsic is not required to...
2009-06-12 Owen AndersonImprove style.
2009-06-12 Owen AndersonThis is supposed to be a preorder numbering of the...
2009-06-12 Owen AndersonNow with less iterator invalidation, and other forms...
2009-06-12 Evan ChengIf killed register is defined by implicit_def, do not...
2009-06-12 Chris Lattnersecond half of fix for PR4366: don't zap store to null of
2009-06-12 Evan ChengMark some pattern-less instructions as neverHasSideEffects.
2009-06-12 Devang PatelClear AbstractInstanceRootMap at the end of the function.
2009-06-12 Dan GohmanDon't do (x - (y - z)) --> (x + (z - y)) on floating...
2009-06-12 Dan GohmanGive Instruction::isSameOperationAs a corresponding...
2009-06-12 Nick LewyckyKeep callers of a weak function calling it, instead...
2009-06-12 Arnold SchwaighoferFix Bug 4278: X86-64 with -tailcallopt calling convention
2009-06-12 Nick LewyckyDon't forget to match the calling convention when produ...
2009-06-12 Nick LewyckyGiven two identical weak functions, produce one interna...
2009-06-12 Nicolas GeoffrayAfter obtaining the lock, look if the function has...
2009-06-12 Nick LewyckyAdd an "are types equivalent" operation that ignores...
2009-06-12 Nick LewyckyDon't remove aggregate-typed module level constants...
2009-06-11 Eli FriedmanMisc x86 README updates: remove a couple of already...
2009-06-11 Bruno Cardoso LopesUse forward declarations and move TargetELFWriterInfo...
2009-06-11 Bruno Cardoso LopesSupport for ELF Visibility
2009-06-11 Chris LattnerFix 4366: store to null in non-default addr space shoul...
2009-06-11 Sanjiv GuptaGenerate libcalls for floating point arithmetic and...
2009-06-11 Duncan SandsCosmetic changes to parameter attribute verification.
next