oota-llvm.git
2009-06-14 Shantonu SenAdd myself, test commit
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 Bruno Cardoso... Type change cleanup on JCE and MCE. Patch by Aaron...
2009-06-12 Dan GohmanAdjust this test's regex strings so that they work...
2009-06-12 Dan GohmanAdd -m32 to llvm-gcc commands, so that this test behave...
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 PatelDocument noredzone and noimplicitfloat function attributes.
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 Dale JohannesenTestcase for llvm-gcc patch 73238.
2009-06-12 Bill WendlingWaste time fixing something that should have been fixed...
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 Duncan SandsTweak GenLibDeps.pl so it works on solaris.
2009-06-12 Nicolas GeoffrayAfter obtaining the lock, look if the function has...
2009-06-12 Nick LewyckyThis test is wrong. If you have two weak functions...
2009-06-12 Duncan SandsAdd clang support to the nightly test script.
2009-06-12 Duncan SandsCredits for Edward O'Callaghan.
2009-06-12 Nick LewyckyAdd an "are types equivalent" operation that ignores...
2009-06-12 Nick LewyckyFix regular expression.
2009-06-12 Nick LewyckyDon't remove aggregate-typed module level constants...
2009-06-12 Nick LewyckyIn an XFAIL line, treat "XFAIL: foo*bar" as a regular...
2009-06-12 Oscar FuentesCMake: New variable LLVM_LIBDIR_SUFFIX.
2009-06-12 Misha BrukmanUpdate script to tell the user where to get the CodeSou...
2009-06-12 Misha BrukmanAdded two scripts to aid with building Linux/x86 -...
2009-06-11 Nick LewyckyXFAIL this on PPC Linux. This keeps showing up in the...
2009-06-11 Eli FriedmanMisc x86 README updates: remove a couple of already...
2009-06-11 Bruno Cardoso... Use forward declarations and move TargetELFWriterInfo...
2009-06-11 Dale JohannesenTest for rev 73205 (PR 4349)
2009-06-11 Bill WendlingAlphabetize.
2009-06-11 Bill WendlingRemove unused parameter warnings.
2009-06-11 Bruno Cardoso... Support 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-11 Oscar FuentesCMake: Documented how to cross-compile with CMake.
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...
next