oota-llvm.git
2009-06-17 Mikhail GlushenkovFix comment.
2009-06-17 Mikhail GlushenkovFormatting fix.
2009-06-17 Eli FriedmanCorrect an accidental duplication of the test (patch...
2009-06-17 Eli FriedmanPR3439: Correct a silly mistake in the SimplifyDemanded...
2009-06-17 Mikhail GlushenkovRegenerate.
2009-06-17 Mikhail GlushenkovAnother small documentation update.
2009-06-17 Chris LattnerUse Doug's new LLVM_NATIVE_ARCH macro in config.h to...
2009-06-17 Dan GohmanFix ScalarEvolution's Xor handling to not assume that...
2009-06-17 Devang PatelDo not use first actual instruction's location for...
2009-06-17 Douglas GregorUpdate auto-generated configuration files
2009-06-17 Douglas GregorDefine LLVM_NATIVE_ARCH in llvm/Config/config.h to...
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 Chris LattnerRemove support for building LLVM libraries into "relinked"
2009-06-16 Owen AndersonForgot this file in my last commit.
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 Douglas GregorCMake: Only include LLVM example executables in the...
2009-06-16 Dale JohannesenTest for llvm-gcc patch 73564.
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 #include guards.
2009-06-16 Anton KorobeynikovMake the test target-neutral
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 Owen AndersonAdd a configure check for pthread_rwlock_init.
2009-06-16 Owen AndersonUpdate the threading section to reflect current plans...
2009-06-16 Douglas GregorAdd Threading.cpp to the CMake project files
2009-06-16 Owen AndersonFix validation errors.
2009-06-16 Owen AndersonSplit the thread-related APIs out into their own file...
2009-06-16 Chris LattnerTestcase for r73506
2009-06-16 Chris LattnerGeneralize instcombine's isSafeToLoadUnconditionally...
2009-06-16 Sanjiv GuptaAdded missing libcalls for floating point to int conver...
2009-06-16 Eli FriedmanRemove the "llvm.umul.with.overflow is broken" warning...
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 Owen AndersonAdd initial stab at documenting the use of LLVM with...
2009-06-16 Dan GohmanAdd comments to ConstantInt::get and ConstantFP::get...
2009-06-16 Dan GohmanUse Type::getScalarType.
2009-06-16 Mikhail GlushenkovRegenerate.
2009-06-16 Mikhail GlushenkovDocumentation update.
2009-06-15 Owen AndersonRemove extraneous propset.
2009-06-15 Owen AndersonOwen Anderson 2009-06-15: Use a SmallPtrSet here, for...
2009-06-15 Dan GohmanAdd a CreateFNeg function to IRBuilder.
2009-06-15 Dan GohmanUpdate this test to use fmul instead of mul.
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 Anton KorobeynikovAddress more comments :)
2009-06-15 Dan GohmanFix a typo in a diagnostic.
2009-06-15 Anton KorobeynikovRename methods for the sake of consistency.
2009-06-15 Anton KorobeynikovDocument ABIType enum. Patch by Sandeep Patel!
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 Dan GohmanRewrite the noredzone description, attempting to avoid...
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 Bill WendlingThis test is failing. Revert for now.
2009-06-15 Dan GohmanCode cleanups. getSCEVAtScope no longer uses SCEVCouldN...
2009-06-15 Bill WendlingAdd another testcase for r71478.
2009-06-15 Dan GohmanMake the EnableLoadPRE variable static.
2009-06-15 Dan GohmanFix a typo.
2009-06-15 Dan Gohmanglibc has two versions of strerror_r, a standards compl...
2009-06-15 Dan GohmanReword the description of the noredzone attribute.
2009-06-15 Arnold SchwaighoferCheckTailCallReturnConstraints is missing a check on the
2009-06-15 Torok Edwinx86_64 was completely missing from the target triples...
2009-06-15 Rafael EspindolaRemove the gcc= option. llvm-gcc uses only as=
2009-06-15 Evan ChengPart 1.
2009-06-15 Chris Lattnerfix testcase to properly check for the patch in r73195.
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 Lattnerremove some old CVS-specific arguments that don't work...
next