oota-llvm.git
2011-03-20 Jakob Stoklund... Also eliminate redundant spills downstream of inserted...
2011-03-20 Jakob Stoklund... Change an argument to a LiveInterval instead of a regis...
2011-03-20 Daniel DunbarDisable test in a way that keeps lit happy.
2011-03-19 Jakob Stoklund... Replace a broken LiveInterval::MergeValueInAsValue...
2011-03-19 Jakob Stoklund... Add debug output.
2011-03-19 Oscar FuentesMake llvm-config.in configuration more MSYS-friendly.
2011-03-19 Oscar FuentesCMake: store TARGET_TRIPLE on llvm-config.in.
2011-03-19 Oscar FuentesUpdate CMake library dependencies.
2011-03-19 Daniel DunbarRevert r127953, "SimplifyCFG has stopped duplicating...
2011-03-19 Evan ChengSimplifyCFG has stopped duplicating returns into predec...
2011-03-19 Evan ChengMinor code re-structuring.
2011-03-19 Nadav RotemAdd support for legalizing UINT_TO_FP of vectors on...
2011-03-19 Eli FriedmanUpdate Passes.html, part 3: alphabetize descriptions.
2011-03-19 Eli FriedmanUpdate Passes.html, part 2: cleanup a bit more dead...
2011-03-19 Eli FriedmanUpdate Passes.html, part 1: remove passes which were...
2011-03-19 Stuart HastingsDisable test to unbreak Linux. Radar 9156771.
2011-03-19 Stuart HastingsReapply 127939 since Daniel fixed the breakage. <rdar...
2011-03-19 Stuart HastingsRevert 127939. <rdar://problem/9012638>
2011-03-19 Devang PatelTest case for r127940.
2011-03-19 Stuart HastingsRevise r126127 to address Daniel's comments. <rdar...
2011-03-19 Johnny ChenFixed an assert by the ARM disassembler for LDRD_PRE...
2011-03-19 Ted KremenekTweak CrashRecoveryContextCleanup to provide an easy...
2011-03-19 Ted KremenekTweak CrashRecoveryContext::GetCurrent() to return...
2011-03-19 Andrew TrickFileCheckize a test.
2011-03-18 Devang PatelIf an AllocaInst referred by DbgDeclareInst is used...
2011-03-18 Devang PatelRemove dead code.
2011-03-18 Devang PatelConsider debug info intrinsics pointing to null value...
2011-03-18 Jim GrosbachSilence a warning.
2011-03-18 Owen AndersonAdd support to the ARM asm parser for the register...
2011-03-18 Jim GrosbachBeginnings of MC-JIT code generation.
2011-03-18 Evan ChengMatch a few more obvious patterns to revsh. rdar:/...
2011-03-18 Jakob Stoklund... Extend live debug values down the dominator tree by...
2011-03-18 Eli FriedmanRevert r127852; it's apparently causing an ICE on mingw.
2011-03-18 Rafael EspindolaUse lazy parsing in LTO. Unfortunately this is only...
2011-03-18 Owen AndersonClean whitespace.
2011-03-18 Owen AndersonReduce code duplication.
2011-03-18 Justin HolewinskiPTX: Fix various codegen issues
2011-03-18 Jim GrosbachAdd llvm-rtdyld support for loading 32-bit code.
2011-03-18 Jim GrosbachsetExecutable() should default to success if there...
2011-03-18 Owen AndersonThumb2 PC-relative loads require a fixup rather than...
2011-03-18 Oscar FuentesUpdate list of link components for llvm-rtdyld.
2011-03-18 Jim GrosbachNaming conventional tidy up.
2011-03-18 Jim GrosbachMachO file loader and execution utility.
2011-03-18 Andrew TrickAvoid creating canonical induction variables for non...
2011-03-18 Jim GrosbachTidy up.
2011-03-18 Joerg SonnenbergerSupport explicit argument forms for the X86 string...
2011-03-18 Che-Liang Chiouptx: fix parameter order that is reversed
2011-03-18 Che-Liang Chiouptx: add unconditional and conditional branch
2011-03-18 NAKAMURA Takumiraw_ostream: [PR6745] Tweak formatting (double)%e for...
2011-03-18 Bill WendlingInitialize the only-used-with-PPC-double-double parts...
2011-03-18 Rafael EspindolaSimplify the computation of undefined symbols. Instead...
2011-03-18 Jakob Stoklund... Hoist spills when the same value is known to be in...
2011-03-18 Rafael EspindolaSome release notes.
2011-03-18 Ted KremenekTweak CrashRecoveryContextCleanup::createCleanup()...
2011-03-18 NAKAMURA Takumitools/lto/LTOModule.cpp: Eliminate an unused variable.
2011-03-18 NAKAMURA Takumillvm-bcanalyzer.cpp: Tweak format string to suppress...
2011-03-18 Jakob Stoklund... Accept instructions that read undefined values.
2011-03-18 Jakob Stoklund... Be more accurate about the slot index reading a registe...
2011-03-18 Ted KremenekAdd new CrashRecoveryContextCleanup subclass: CrashReco...
2011-03-18 Rafael EspindolaCheck RequiresNullTerminator first, or we might read...
2011-03-18 Eli FriedmanAdd a target-specific branchless method for double...
2011-03-18 Ted KremenekAugment CrashRecoveryContext to have registered "cleanu...
2011-03-18 Eli FriedmanAdd some svn:ignore properties.
2011-03-18 Eli FriedmanFileCheck-ize and update test.
2011-03-18 Johnny ChenThe disassembler for Thumb was wrongly adding 4 to...
2011-03-18 Andrew TrickRemove TargetData and ValueTracking includes. I didn...
2011-03-17 Owen AndersonThere are two pseudos in this case that are Thumb mode...
2011-03-17 Andrew TrickAdded isValidRewrite() to check the result of ScalarEvo...
2011-03-17 Andrew Trickwhitespace
2011-03-17 Rafael EspindolaUse RequiresNullTerminator to create buffers without...
2011-03-17 Devang PatelTry to not lose variable's debug info during instcombine.
2011-03-17 Johnny ChenIt used to be that t_addrmode_s4 was used for both:
2011-03-17 Devang PatelRefactor into a separate utility function.
2011-03-17 Benjamin KramerBuildUDIV: If the divisor is even we can simplify the...
2011-03-17 Benjamin KramerAdd an argument to APInt's magic udiv calculation to...
2011-03-17 Jakob Stoklund... Dead code elimination may separate the live interval...
2011-03-17 Stuart HastingsReapply: Add type output to llvm-dis annotations. ...
2011-03-17 Richard OsborneAdd XCore intrinsic for setpsc.
2011-03-17 Stuart HastingsRevert 127813 while fixing broken test.
2011-03-17 Stuart HastingsAdd type output to llvm-dis. Patch by Yuri!
2011-03-17 Daniel DunbarMC/Mach-O: Fix regression introduced in r126127, this...
2011-03-17 Cameron ZwarichMove more logic into getTypeForExtArgOrReturn.
2011-03-17 Cameron ZwarichChange the signext language in LangRef to closer match...
2011-03-17 Cameron ZwarichRename getTypeForExtendedInteger() to getTypeForExtArgO...
2011-03-17 Nick LewyckyAdd comments for the demanglings. Correct mangled form...
2011-03-17 NAKAMURA Takumitest/CodeGen/X86/h-registers-1.ll: Add explicit -mtripl...
2011-03-17 Nick LewyckyAdd "swi" which is an obsolete mnemonic for "svc".
2011-03-17 Eli FriedmanA couple new README entries.
2011-03-17 Rafael EspindolaAdd support in the LTO library for loading an object...
2011-03-17 Joerg SonnenbergerFix handling of @IDNTPOFF relocations, they need to...
2011-03-17 Jakob Stoklund... Rewrite instructions as part of ConnectedVNInfoEqClasse...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86/constant-pool-remat-0.ll: FileCheck...
2011-03-16 Jakob Stoklund... Add a LiveRangeEdit delegate callback before shrinking...
2011-03-16 Jakob Stoklund... Erase virtual registers that are unused after DCE.
2011-03-16 Jakob Stoklund... Tag cached interference with a user-provided tag instea...
2011-03-16 Jakob Stoklund... Clarify debugging output.
2011-03-16 Cameron ZwarichThe x86-64 ABI says that a bool is only guaranteed...
2011-03-16 Cameron ZwarichRename a test to be more inclusive.
2011-03-16 Cameron ZwarichDon't recompute something that we already have in a...
2011-03-16 Daniel DunbarRevert r127757, "Patch to a fix dwarf relocation proble...
next