oota-llvm.git
2011-03-23 Jakob Stoklund... Allow the allocation of empty live ranges that have...
2011-03-23 Jakob Stoklund... Dump the register map before rewriting.
2011-03-23 Anders CarlssonA global variable with internal linkage where all uses...
2011-03-23 Andrew TrickAdded block number and name to isel debug output.
2011-03-23 Douglas GregorUpdate the Clang attribute emitter to handle attributes...
2011-03-22 Johnny ChenFor ARM Disassembler, start a newline to dump the opcod...
2011-03-22 Johnny ChenAdd disassembly test cases for:
2011-03-22 Devang PatelRemove the test.
2011-03-22 Owen AndersonRIT_ARM_ThumbBranch32Bit relocations are not used and...
2011-03-22 Jakob Stoklund... Reapply r128045 and r128051 with fixes.
2011-03-22 Johnny ChenLDRT and LDRBT was incorrectly tagged as IndexModeNone...
2011-03-22 Devang PatelTry to appease buildbot gods.
2011-03-22 Rafael EspindolaAdd a lto_codegen_compile_to_file to avoid producing...
2011-03-22 Eli FriedmanA bit more analysis of a memset-related README entry.
2011-03-22 Johnny ChenAdd one more test case for VFP Load/Store Multiple...
2011-03-22 Johnny ChenA8.6.399 VSTM:
2011-03-22 Eric ChristopherMigrate the fix in r128041 to ARM's fastisel support...
2011-03-22 Rafael EspindolaWe don't need a null terminator for the output file.
2011-03-22 Andrew TrickRevert r128045 and r128051, debug info enhancements.
2011-03-22 Jim GrosbachTidy up.
2011-03-22 Jim GrosbachAdd missing file from previous commit.
2011-03-22 Jim GrosbachPropogate the error message, not just the error state.
2011-03-22 Jim GrosbachAdd simple arg passing to MC-JIT and support for exit...
2011-03-22 Jim GrosbachTrailing whitespace.
2011-03-22 Bruno Cardoso... Change MRC and MRC2 instructions to model the output...
2011-03-22 Che-Liang Chiouptx: add analyze/insert/remove branch
2011-03-22 Eric ChristopherFix comment in header.
2011-03-22 Ted KremenekProperly initialize all fields in CrashReporterCleanupC...
2011-03-22 Oscar FuentesUpdated library dependencies.
2011-03-22 Anders CarlssonHandle another case that Frits suggested.
2011-03-22 Jim GrosbachUpdate link components.
2011-03-22 Ted KremenekTemporarily stop recovering resources in CrashRecoveryC...
2011-03-22 Ted KremenekRework CrashRecoveryContextCleanup to provide a simpler...
2011-03-22 Ted KremenekRelax access control on 'Release' method of RefCountedBase.
2011-03-22 Jim GrosbachHook up the MCJIT to the RuntimeDyld library.
2011-03-22 Jakob Stoklund... Clear map after use.
2011-03-22 Jim GrosbachInitialize HasError.
2011-03-22 Matt Beaumont-GayAvoid -Wunused-variable in -asserts builds
2011-03-22 Jakob Stoklund... Dont emit 'DBG_VALUE %noreg, ...' to terminate user...
2011-03-22 Dan GohmanFix fast-isel address mode folding to avoid folding...
2011-03-21 Owen AndersonAdd support for Thumb interworking addresses for symbol...
2011-03-21 Devang PatelTry again to make this test darwin only.
2011-03-21 Oscar FuentesBuild the new RuntimeDyld library.
2011-03-21 Oscar FuentesRemoved workaround for unspecified build problem on...
2011-03-21 Jim GrosbachLibrary-ize the dyld components of llvm-rtdyld.
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.
next