oota-llvm.git
2011-04-06 Rafael EspindolaThe original issue has been fixed by not doing unnecess...
2011-04-06 Devang Patelface+palm
2011-04-06 Rafael EspindolaDo a topological sort of the types before writing them...
2011-04-06 Jim GrosbachEngineBuilder setter method for UseMCJIT was missing...
2011-04-06 Chris Lattneradd rubinius
2011-04-06 Frits van BommelFix a few instances of "warning: extra ';' outside...
2011-04-06 Nadav RotemThis testcase passed even without the fix. Added the...
2011-04-06 Duncan SandsFix some typos. Minor tweaks to how some things were...
2011-04-06 Jay FoadTrivial typo fixes.
2011-04-06 Nick LewyckyAdd an empty key for DebugLoc so that you can store...
2011-04-06 Chris LattnerFinish up the first draft of the release notes.
2011-04-06 Chris Lattnercontinue writing.
2011-04-06 Nick LewyckySupport using DebugLoc's in a DenseMap.
2011-04-06 Jakob Stoklund... Oops. Scary.
2011-04-06 Jakob Stoklund... Analyze blocks with uses separately from live-through...
2011-04-06 Johnny ChenAdd a missing opcode (SMLSLDX) to BadRegsMulFrm() function.
2011-04-06 Chris Lattneradd the external users that emailed me.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-06 Chris Lattnersome libc++ notes.
2011-04-06 Chris Lattnersome edits.
2011-04-06 Chris Lattnerdistribute content out to the appropriate sections
2011-04-05 Owen AndersonReapply r128946 (pseudoization of various instructions...
2011-04-05 Chandler CarruthMake the virtual destructor out-of-line so we have...
2011-04-05 Jakob Stoklund... Sign error
2011-04-05 Jakob Stoklund... Don't crash when a value is defined after the last...
2011-04-05 Jakob Stoklund... Permit blocks to branch directly to a landing pad.
2011-04-05 Jim GrosbachRemove extraneous 'return'.
2011-04-05 Johnny ChenFix a typo in the handling of PKHTB opcode, plus add...
2011-04-05 Chris Lattnerfinished my pass through all the 2.9 commits, now to...
2011-04-05 Chris Lattnermention llvm::ArrayRef, which should be use much more...
2011-04-05 Bob WilsonClean up some code for clarity.
2011-04-05 Chandler CarruthProvide an empty virtual destructor to go with the...
2011-04-05 Owen AndersonRevert r128946 while I figure out why it broke the...
2011-04-05 Johnny ChenA7.3 register encoding
2011-04-05 Devang PatelAdd support to encode function's template parameters.
2011-04-05 Owen AndersonGive RSBS and RSCS the pseudo treatment.
2011-04-05 Johnny ChenARM disassembler was erroneously accepting an invalid...
2011-04-05 Chris Lattnerremove postdom frontiers, because it is dead. Forward...
2011-04-05 NAKAMURA Takumidocs/ReleaseNotes.html: Please use proper *Heading...
2011-04-05 Johnny ChenARM disassembler was erroneously accepting an invalid...
2011-04-05 Owen AndersonFix bugs in the pseuo-ization of ADCS/SBCS pointed...
2011-04-05 Chris Lattnerremove graphprinter support for domfrontier.
2011-04-05 Jakob Stoklund... These tests no longer require linear scan because reser...
2011-04-05 Jakob Stoklund... Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
2011-04-05 Chris Lattneronly 7 more weeks to go.
2011-04-05 Devang PatelRefactor.
2011-04-05 Jakob Stoklund... Document llvm/ADT/IntEqClasses.h in ProgrammersManual...
2011-04-05 Bob WilsonAdd an assertion instead of crashing when the scavenger...
2011-04-05 Nick LewyckyFix typos. Adjust some whitespace for style. No functio...
2011-04-05 Johnny ChenThe r128085 checkin modified the operand ordering for...
2011-04-05 Roman DivackyAdd support for detection of Intel SandyBridge.
2011-04-05 Jakob Stoklund... Fix one more batch of X86 tests to be register allocati...
2011-04-05 Jakob Stoklund... When dead code elimination removes all but one use...
2011-04-05 Devang PatelDo not emit empty name.
2011-04-05 Johnny ChenARM disassembler should flag (rGPRRegClassID, r13|r15...
2011-04-05 Andrew TrickFix a typo.
2011-04-05 Andrew TrickAdded *hidden* flags -print-options and -print-all...
2011-04-05 Johnny ChenLDRD now prints out two dst registers.
2011-04-05 Johnny ChenFix test-llvm failures.
2011-04-05 Andrew Trickwhitespace
2011-04-05 Shantonu SenAn MCDisassembler has the option to not implement
2011-04-05 Jim GrosbachMake second source operand of LDRD pre/post explicit.
2011-04-05 Chris Lattnermore notes to self.
2011-04-05 Johnny ChenConstants with multiple encodings (ARM):
2011-04-05 Johnny ChenCheck for invalid register encodings for UMAAL and...
2011-04-05 Owen AndersonConvert ADCS and SBCS instructions into pseudos that...
2011-04-05 Stuart HastingsARM doesn't support byval yet. XFAIL this test until...
2011-04-05 Oscar FuentesRename LLVMConfig.cmake to LLVM-Config.cmake. The ...
2011-04-05 Jakob Stoklund... Ensure all defs referring to a virtual register are...
2011-04-05 Rafael EspindolaPrint visibility info for external variables.
2011-04-05 Jakob Stoklund... Use std::unique instead of a SmallPtrSet to ensure...
2011-04-05 Nadav RotemInstCombine optimizes gep(bitcast(x)) even when the...
2011-04-05 NAKAMURA Takumidocs/ReleaseNotes.html: Add a few notes to MCCOFF and...
2011-04-05 NAKAMURA Takumidocs/GettingStarted.html: FIXME: dg, lit, and source...
2011-04-05 Chris Lattneradd a bunch of notes to myself, this is not intended...
2011-04-05 Jakob Stoklund... Stop precomputing last split points, query the SplitAna...
2011-04-05 Jakob Stoklund... Cache the fairly expensive last split point computation...
2011-04-05 Bill WendlingRevamp the SjLj "dispatch setup" intrinsic.
2011-04-05 Eric ChristopherFix up testcase for previous commit.
2011-04-05 Eric ChristopherJust use BL all the time. It's safer that way.
2011-04-05 Stuart HastingsRevert 123704; it broke threaded LLVM.
2011-04-05 Jakob Stoklund... Fix register-dependent X86 tests.
2011-04-05 Johnny ChenFix SRS/SRSW encoding bits.
2011-04-04 Johnny ChenA8.6.105 MUL
2011-04-04 Bill WendlingAdd info on where to get 2.9 final svn sources.
2011-04-04 Johnny ChenRFE encoding should also specify the "should be" encodi...
2011-04-04 Jim GrosbachAdd missing file from r128851.
2011-04-04 Jim GrosbachLayer the memory manager between the JIT and the runtim...
2011-04-04 Joerg SonnenbergerMake OpcodeMask an unsigned long long literal to deal...
2011-04-04 Jakob Stoklund... Allow coalescing with reserved physregs in certain...
2011-04-04 Jakob Stoklund... Extract physreg joining policy to a separate method.
2011-04-04 Johnny ChenFix incorrect alignment for NEON VST2b32_UPD.
2011-04-04 Devang PatelUpdate BreakpointPrinter to emit original function...
2011-04-04 Jakob Stoklund... Insert code in the right location when lowering PowerPC...
2011-04-04 Jakob Stoklund... Disable the PowerPC/Atomics-64 test.
2011-04-04 Eric ChristopherRemove unused function.
2011-04-04 Bruno Cardoso... - Implement asm parsing support for LDRSBT, LDRHT,...
2011-04-04 Chris Lattnersilence an unused function warning.
2011-04-04 Akira HatanakaMove transformation of JmpLink and related nodes done...
2011-04-04 Jakob Stoklund... PowerPC atomic pseudos clobber CR0, they don't read it.
next