x86_64 was completely missing from the target triples supported by the X86 code
[oota-llvm.git] / lib /
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.
2009-06-11 Duncan SandsAvoid leaking memory in an error path. Noticed
2009-06-11 Sanjiv GuptaMore formatting.
2009-06-11 Sanjiv GuptaFixed source comments. No functionality change.
2009-06-10 Oscar FuentesCMake: Updated list of files on lib/CodeGen/CMakeLists...
2009-06-10 Jay FoadImplement and use new method Function::hasAddressTaken().
2009-06-10 Sanjiv GuptaRemove warnings: no newline at end of file.
2009-06-09 Anton KorobeynikovSilence a warning
2009-06-09 Jay FoadRemove an unused function SafeToDestroyConstant()....
2009-06-09 Bill WendlingSimplified logic of this if-then statement to reduce...
2009-06-09 Owen AndersonAdd the beginnings of an implementatation of lazy liven...
2009-06-09 Dan GohmanUse expandCodeFor instead of expand when the result...
2009-06-09 Sanjiv GuptaPIC16 emits auto variables as globals. When optimizer...
2009-06-08 Anton KorobeynikovTypo
2009-06-08 Anton KorobeynikovRevert hunk commited by accident
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
2009-06-08 Anton KorobeynikovSeparate V6 from V6T2 since the latter has some extra...
2009-06-08 Anton KorobeynikovAdd helper for checking of Thumb1 mode
2009-06-08 Bill WendlingRevert r72898. It does not solve the problem I want...
2009-06-07 Bruno Cardoso LopesDelete comment and fix typo
2009-06-07 Bruno Cardoso LopesFix wrong elf class and byte order initializations.
2009-06-07 Bruno Cardoso LopesSimple ELF32/64 binary files can now be emitted for...
2009-06-07 Eli FriedmanTweak the expansion code for BIT_CONVERT to generate...
2009-06-07 Eli FriedmanGet rid of some unnecessary code.
2009-06-07 Nick LewyckyCreate FunctionType::isValidArgumentType to go along...
2009-06-07 Eli FriedmanSlightly generalize the code that handles shuffles...
2009-06-07 Nick LewyckyRemove cyclic MDNode detection. Any attempt to create...
2009-06-07 Nick LewyckyRefuse metadata* type for function arguments.
2009-06-07 Eli FriedmanPR3628: Add patterns to match SHL/SRL/SRA to the corres...
2009-06-06 Nick LewyckyDon't crash on multiple return value with no obvious...
2009-06-06 Eli FriedmanPR4340: Run SimplifyDemandedVectorElts on insertelement...
2009-06-06 Jay FoadUse cast<> instead of dyn_cast<> for things that are...
2009-06-06 Dan GohmanRename UnknownValue to CouldNotCompute, since it holds...
2009-06-06 Eli FriedmanFix the expansion for CONCAT_VECTORS so that it doesn...
2009-06-06 Eli FriedmanFactor out a couple of helpers.
2009-06-06 Eli FriedmanAvoid crashing on a variable-index insertelement with...
2009-06-06 Eli FriedmanGet rid of some bogus patterns for X86vzmovl. Don...
2009-06-06 Eli FriedmanFix an obvious typo.
2009-06-06 Bruno Cardoso Lopesx86_64 now uses the correct ELF e_machine type
2009-06-06 Eli FriedmanGet rid of a bogus pattern that interferes with optimiz...
2009-06-06 Eli FriedmanPR2598: make sure to expand illegal forms of integer...
2009-06-06 Bruno Cardoso LopesRemove elf specific info from ELFWriter.h to Elf.h...
2009-06-06 Eli FriedmanMake SINT_TO_FP/UINT_TO_FP vector legalization queries...
2009-06-05 Devang PatelSimplify.
2009-06-05 Dan GohmanAdd explicit keywords.
2009-06-05 Devang PatelSimplify.
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-05 Nate BegemanAdapt the x86 build_vector dagcombine to the current...
2009-06-05 Evan ChengChanging allocation ordering from r3 ... r0 back to...
2009-06-05 Devang PatelEvan thinks NoImplicitFloat check is not required here.
2009-06-05 Dan GohmanFix a copy+pasto in an assertion string that Jay Foad...
2009-06-05 Evan ChengWhen merging multiple load / store instructions. Use...
2009-06-05 Evan ChengCode clean up: return vector by reference rather than...
2009-06-05 Dan GohmanMove SCEVExpander::getOrInsertCanonicalInductionVariabl...
2009-06-05 Dan GohmanRemove some unnecessary #includes.
2009-06-05 Dan GohmanUpdate the Verifier to be aware of the difference betwe...
2009-06-05 Sanjiv GuptaLower i16/i32 sdiv/udiv/srem/urem using libcalls.
next