oota-llvm.git
2011-03-21 Devang PatelSimplify.
2011-03-21 Nick LewyckyFix INT_MIN gotcha pointed out by Eli Friedman.
2011-03-21 Devang PatelForce x86_64.
2011-03-21 Bill WendlingCall static functions so that they aren't left unused.
2011-03-21 Devang PatelEnable this test only for Darwin.
2011-03-21 Ted KremenekProvide a means for CrashRecovery clients to determine...
2011-03-21 Ted KremenekAllow a client to clear an IntrustiveRefCntPtr (deliber...
2011-03-21 Eric ChristopherFix unused param warning.
2011-03-21 Eric ChristopherGrammar-o.
2011-03-21 Jay FoadFix typos in assert messages.
2011-03-21 Anders CarlssonMore cleanups to the OptimizeEmptyGlobalCXXDtors Global...
2011-03-21 Bill WendlingA WIP commit of the InstAlias printing cleanup. This...
2011-03-21 Bill WendlingAdd the IAPrinter class.
2011-03-21 Bill Wendling* Add classes that support the "feature" information.
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-03-21 Anders CarlssonAs suggested by Nick Lewycky, ignore debugging intrinsi...
2011-03-21 Nick LewyckyFix comments
2011-03-21 Eli FriedmanThis README entry was fixed recently.
2011-03-21 Evan ChengRe-apply r127953 with fixes: eliminate empty return...
2011-03-20 Anders CarlssonDon't try to eliminate invokes to __cxa_atexit.
2011-03-20 Anders CarlssonDon't segfault on mutual recursion, as pointed out...
2011-03-20 Anders CarlssonAddress comments from Frits van Bommel.
2011-03-20 Jakob Stoklund... Process all dead defs after rematerializing during...
2011-03-20 Rafael EspindolaWrite the section table and the section data in the...
2011-03-20 Anders CarlssonAdd an optimization to GlobalOpt that eliminates calls...
2011-03-20 Benjamin KramerAvoid initializing posix_spawn_file_actions_t if not...
2011-03-20 Argyrios KyrtzidisIf a class inherits from RefCountedBaseVPTR allow all...
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.
next