oota-llvm.git
2009-06-11 Oscar FuentesCMake: Fixed parallel build problem related to native...
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 Misha BrukmanReversed order of args in EXPECT_EQ() macros to be...
2009-06-09 Jay FoadRemove an unused function SafeToDestroyConstant()....
2009-06-09 Daniel DunbarRemove empty test (my DejaGNU doesn't like this)
2009-06-09 Rafael EspindolaBug fix:
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 Bill WendlingRemove empty file.
2009-06-09 Bill WendlingI'm going to assume that this was meant to be an assign...
2009-06-09 David GreeneRevert 73074 and 73099 because Windows doesn't have...
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-09 David GreeneChange IndexedModeAction representation.
2009-06-08 David GreeneOops, didn't mean to commit 73102 yet. Revert it.
2009-06-08 David GreeneChange IndexedModeAction representation.
2009-06-08 David GreeneAdd a !patsubst operator. Use on string types.
2009-06-08 Anton KorobeynikovTypo
2009-06-08 Anton KorobeynikovRevert hunk commited by accident
2009-06-08 Anton KorobeynikovAdd testcase for register scanveger assertion fix in...
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
2009-06-08 David GreeneUpdate documentation.
2009-06-08 David GreeneAdd a more robust !if test.
2009-06-08 David GreeneFix DejaGNU run line to escape special characters.
2009-06-08 Daniel DunbarDocument the stack alignment part of target data descri...
2009-06-08 Anton KorobeynikovSeparate V6 from V6T2 since the latter has some extra...
2009-06-08 Stefanus Du... Allow setting the C runtime to be used with MSVC from...
2009-06-08 Anton KorobeynikovAdd helper for checking of Thumb1 mode
2009-06-08 David GreeneMake IntInits and ListInits typed. This helps deduce...
2009-06-08 David GreeneMake !if short-circuit when possible.
2009-06-08 Bill WendlingRevert r72898. It does not solve the problem I want...
2009-06-08 David GreeneAdd a !regmatch operator to do pattern matching in...
2009-06-07 Bruno Cardoso... Delete comment and fix typo
2009-06-07 Bruno Cardoso... Fix wrong elf class and byte order initializations.
2009-06-07 Bruno Cardoso... Simple ELF32/64 binary files can now be emitted for...
2009-06-07 Eli FriedmanFix the run-line for this test to work correctly outsid...
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 Mikhail GlushenkovA basic PIC16 toolchain driver.
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-07 Nick LewyckyAdd option for specifying the path to assembler, "as...
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 Nick LewyckyMove </pre> to column one to avoid an extra line of...
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 Nick LewyckyRegenerate.
2009-06-06 Nick LewyckyAdd a flag to permit disabling libffi.
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... x86_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... Remove 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 Douglas GregorMore portability checks for CMake's config.h.
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 Duncan SandsOn platforms like Sparc64 you need to pass -r to
2009-06-05 Sanjiv GuptaLower i16/i32 sdiv/udiv/srem/urem using libcalls.
2009-06-05 Sanjiv GuptaAllow libcalls for i16 sdiv/udiv/rem operations.
2009-06-05 Bruno Cardoso... ELF Code Emitter now uses CurBufferPtr, BufferBegin...
2009-06-04 Dan GohmanFix an erroneous check for isFNeg; the FNeg case is...
2009-06-04 Bill WendlingFix these so that they work on non-x86 Darwin machines.
2009-06-04 Bill WendlingSpecify that this works for Darwin.
2009-06-04 Bill WendlingThe DWARF unwind info was incorrect. While compiling...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-06-04 Dale JohannesenFix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was
2009-06-04 Evan ChengRALinScan::attemptTrivialCoalescing() was returning...
2009-06-04 Evan ChengA value defined by an implicit_def can be liven to...
2009-06-04 Evan ChengA value defined by an implicit_def can be liven to...
2009-06-04 Douglas GregorCMake: Use explicit dependencies for Xcode (as well...
2009-06-04 Nick Kledzik<rdar://problem/6944342> libLTO for darwin should add...
2009-06-04 Lang HamesRemoved SimpleRewriter.
2009-06-04 Dale JohannesenFor XTARGET to work on targets not in the list,
2009-06-04 Dan GohmanCheck in test changes that I accidentally left out...
2009-06-04 Douglas GregorProperly detect malloc_zone_statistics in CMake build...
2009-06-04 Dan GohmanDon't do the X * 0.0 -> 0.0 transformation in instcombi...
next