oota-llvm.git
2011-11-16 Bob WilsonFix tablegen warning: hasSideEffects is inferred for...
2011-11-16 NAKAMURA Takumilib/Target/ARM/CMakeLists.txt: Disable optimization...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-16 Bob WilsonRecord landing pads with a SmallSetVector to avoid...
2011-11-16 Craig TopperFix the execution domain on a bunch of SSE/AVX instruct...
2011-11-16 Bob WilsonUpdate the SP in the SjLj jmpbuf whenever it changes...
2011-11-16 Bob WilsonFix ARM SjLj-EH dispatch setup code. <rdar://problem...
2011-11-16 Craig TopperRemove code to enable execution dependency fix pass...
2011-11-16 Evan ChengRevert r144568 now that r144730 has fixed the fast...
2011-11-16 Nick LewyckyFix typo in test.
2011-11-16 Nick LewyckyMerge isObjectPointerWithTrustworthySize with getPointe...
2011-11-16 Evan ChengIf the 2addr instruction has other kills, don't move...
2011-11-16 Evan ChengRescheduleKillAboveMI() must backtrack to before the...
2011-11-16 Evan ChengProcess all uses first before defs to accurately captur...
2011-11-16 Eli FriedmanFix testcase.
2011-11-16 Eli FriedmanCONCAT_VECTORS can have more than two operands. PR11389.
2011-11-16 Eli FriedmanAdd a couple asserts so it will be easier to debug...
2011-11-16 Michael J.... Remove extra ,.
2011-11-16 Kostya SerebryanyAddressSanitizer, first commit (compiler module only)
2011-11-16 Michael J.... Object/Archive: Give Child a operator < for map.
2011-11-16 Michael J.... Support/COFF: Add structs and enums from the standard...
2011-11-16 Michael J.... llvm-objdump: Ignore non-objects in archives.
2011-11-16 Kostya Serebryanytest commit to verify that commit access works (added...
2011-11-16 Owen AndersonRename MVT::untyped to MVT::Untyped to match similar...
2011-11-16 Andrew TrickFix SCEV overly optimistic back edge taken count for...
2011-11-16 Chad RosierAdd FIXME comment.
2011-11-15 Jakob Stoklund... Enable -widen-vmovs by default.
2011-11-15 Eric ChristopherStabilize the output of the dwarf accelerator tables...
2011-11-15 Chad RosierGEPs with all zero indices are trivially coalesced...
2011-11-15 Jim GrosbachARM assembly parsing for register range syntax for...
2011-11-15 Devang PatelMerge ObjCPropertyDebugInfo.html into SourceLevelDebug...
2011-11-15 Jim GrosbachARM assembly parsing for data type suffices on NEON...
2011-11-15 Nadav RotemFix MSVC warnings by adding a cast.
2011-11-15 Nadav RotemAVX: Add support for vbroadcast from BUILD_VECTOR and...
2011-11-15 Chris Lattnerjakob fixed X87 inline asm!
2011-11-15 Chris Lattneradd ImmutableSet/Map dox, patch by Caitlin Sadowski!
2011-11-15 NAKAMURA Takumitest/CodeGen/X86/dec-eflags-lower.ll: Relax expression...
2011-11-15 Jim GrosbachARM assembly parsing two operand forms for shift instru...
2011-11-15 Chris Lattneradd PTX backend info
2011-11-15 Jim GrosbachARM VFP assembly parsing for VADD and VSUB two-operand...
2011-11-15 Jim GrosbachARM accept an immediate offset in memory operands w...
2011-11-15 Chris Lattnersome notes.
2011-11-15 Pete CooperAdded custom lowering for load->dec->store sequence...
2011-11-15 Jim GrosbachARM enclosing curly braces optional on one-register...
2011-11-15 Akira HatanakaUpdate section "MIPS Target Improvements" in the llvm...
2011-11-15 Jim GrosbachARM size suffix on VFP single-precision 'vmov' is optional.
2011-11-15 Devang PatelInsert modified DBG_VALUE into LiveDbgValueMap.
2011-11-15 Jim GrosbachFix typo.
2011-11-15 Jim GrosbachARM alternate size suffices for VTRN instructions.
2011-11-15 Owen AndersonFix a misplaced paren bug.
2011-11-15 Jim GrosbachARM assembly parsing for optional datatype suffix on...
2011-11-15 Jim GrosbachARM assembly parsing for two-operand form of 'mul'...
2011-11-15 Jim GrosbachARM assembly parsing for two-operand form of 'mul'...
2011-11-15 Jim GrosbachTestcase for r144684.
2011-11-15 Jim GrosbachThumb2 two-operand 'mul' instruction wide encoding...
2011-11-15 Owen AndersonFix an ambiguous decoding where we failed to properly...
2011-11-15 Jim GrosbachThumb2 assembly parsing for mul.w in IT block fix.
2011-11-15 Benjamin KramerStringRefize and simplify.
2011-11-15 Rafael EspindolaWe currently use a callback to handle an IL pass deleti...
2011-11-15 Akira HatanakaFix functions in MipsFrameLowering.cpp and MipsRegister...
2011-11-15 Akira HatanakaSet nomacro before emitting the sequence of instruction...
2011-11-15 Akira HatanakaSimplify function PassByValArg64.
2011-11-15 Akira HatanakaRemove function printMipsSymbolRef.
2011-11-15 Benjamin KramerRemove Value::getNameStr. It has been deprecated for...
2011-11-15 Benjamin KramerMissed some users of Value::getNameStr.
2011-11-15 Akira HatanakaDelete files.
2011-11-15 Akira HatanakaRemove MipsMCSymbolRefExpr.
2011-11-15 Jim GrosbachARM parsing datatype suffix variants for register-write...
2011-11-15 Jim GrosbachTidy up. 80 columns.
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-15 Benjamin KramerTwinify GraphWriter a little bit.
2011-11-15 Jakob Stoklund... Check all overlaps when looking for used registers.
2011-11-15 Jay FoadMake use of MachinePointerInfo::getFixedStack.
2011-11-15 Jay FoadRemove some unnecessary includes of PseudoSourceValue.h.
2011-11-15 Jay FoadFix typo in comment.
2011-11-15 Jay FoadMake use of MachinePointerInfo::getFixedStack. This...
2011-11-15 Jay FoadRemove some unnecessary includes of PseudoSourceValue.h.
2011-11-15 Jakob Stoklund... Revert r144611 and r144613.
2011-11-15 Craig TopperFix PR11370 for real. Prevents converting 256-bit FP...
2011-11-15 Evan ChengSet SeenStore to true to prevent loads from being moved...
2011-11-15 Chandler CarruthRather than trying to use the loop block sequence ...
2011-11-15 Craig TopperProperly qualify AVX2 specific parts of execution depen...
2011-11-15 NAKAMURA Takumiinclude/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIB...
2011-11-15 Jakob Stoklund... Really fix test.
2011-11-15 Jakob Stoklund... Allow for depencendy-breaking instructions before cvt*.
2011-11-15 Evan ChengAdd vmov.f32 to materialize f32 immediate splats which...
2011-11-15 Jim GrosbachARM parsing datatype suffix variants for fixed-writebac...
2011-11-15 Nick LewyckyMove WEAK marking to the declaration.
2011-11-15 Jakob Stoklund... Break false dependencies before partial register updates.
2011-11-15 Jakob Stoklund... Track register ages more accurately.
2011-11-15 Devang PatelAdd ObjCPropertyDebugInfo.html
2011-11-15 Devang PatelDocument debug info support for objective-c properties.
2011-11-15 Jim GrosbachTidy up. Formatting.
2011-11-15 Nick LewyckyFix linking for some users who already have tsan enable...
2011-11-14 Jim GrosbachARM parsing datatype suffix variants for non-writeback...
2011-11-14 Jim GrosbachARM parsing datatype suffix variants for non-writeback...
2011-11-14 Jim GrosbachAdd explanatory comment.
2011-11-14 Jim GrosbachSplit out the plain '.{8|16|32|64}' suffix handling.
2011-11-14 Jim GrosbachARM parsing optional datatype suffix for VAND/VEOR...
2011-11-14 Chad RosierSupporting inline memmove isn't going to be worthwhile...
next