oota-llvm.git
2012-07-16 NAKAMURA TakumiTarget/AMDGPU/R600KernelParameters.cpp: Fix two include...
2012-07-16 Alexey SamsonovFix tests that failed on i686-win32 after r160248:
2012-07-16 Tom Stellardtest/CodeGen/R600: Add some basic tests v6
2012-07-16 Tom StellardBuild script changes for R600/SI Codegen v6
2012-07-16 Tom Stellardinclude/llvm: Add R600 Intrinsics v6
2012-07-16 Tom StellardAMDGPU: Add core backend files for R600/SI codegen v6
2012-07-16 Kostya Serebryany[asan] initialize asan error callbacks in runOnModule...
2012-07-16 Nadav RotemFix a bug in the 3-address conversion of LEA when one...
2012-07-16 Chandler CarruthRevert r160254 temporarily.
2012-07-16 Chandler CarruthTeach AddressSanitizer to create basic blocks in a...
2012-07-16 Chandler CarruthAdd a basic test for AddressSanitizer. This is just...
2012-07-16 Chandler CarruthAdd support for attaching branch weight metadata direct...
2012-07-16 Chandler CarruthAdd a boring bit of boilerplate to start testing IRBuil...
2012-07-16 Chandler CarruthMove the IRBuilder unittest from Support to VMCore...
2012-07-16 Alexey SamsonovThis CL changes the function prologue and epilogue...
2012-07-15 Chandler CarruthMove llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
2012-07-15 Chandler CarruthUpdate the header guard I missed when moving the header.
2012-07-15 Chandler CarruthMove llvm/Support/MDBuilder.h to llvm/MDBuilder.h,...
2012-07-15 Nadav RotemFix a bug in the scalarization of BUILD_VECTOR. BUILD_V...
2012-07-15 Nadav RotemTeach getTargetVShiftNode about TargetConstant nodes.
2012-07-15 NAKAMURA Takumillvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll:...
2012-07-15 Nadav RotemRename VBROADCASTSDrm into VBROADCASTSDYrm to match...
2012-07-15 Nadav RotemRefactor the code that checks that all operands of...
2012-07-15 Chandler CarruthReapply r160194, switching to use LV information for...
2012-07-15 Eric ChristopherMove IsSameValue from clang's ASTImporter to be methods...
2012-07-14 Nadav RotemAVX: Fix a bug in getTargetVShiftNode. The shift amount...
2012-07-14 Nadav RotemAdd a dagcombine optimization to convert concat_vectors...
2012-07-14 Jakob Stoklund... Account for early-clobber reload instructions.
2012-07-13 Jakob Stoklund... Be more verbose when detecting dominance problems.
2012-07-13 Andrew TrickLSR Fix: check SCEV expression safety before expansion.
2012-07-13 Andrew TrickIVUsers should only generate SCEV's for values that...
2012-07-13 Andrew TrickFactor SCEV traversal code so I can use it elsewhere...
2012-07-13 Joel JonesThis is one of the first steps at moving to replace...
2012-07-13 Chandler CarruthRevert r160194, which switched to use LV information...
2012-07-13 Chandler CarruthUse the LiveVariables information to efficiently get...
2012-07-13 Galina KistanovaFixed few warnings.
2012-07-13 Jakob Stoklund... Remove variable_ops from call instructions in most...
2012-07-13 Jakob Stoklund... Remove variable_ops from ARM call instructions.
2012-07-13 Jack CarterThe Mips specific relocation R_MIPS_GOT_DISP
2012-07-13 Jack Cartertest case for revision 160084: Alignment filling betwee...
2012-07-13 Benjamin KramerMake helper functions static.
2012-07-13 Alexander KornienkoInitializers for some fields were missing in Option...
2012-07-13 Hans WennborgReleaseNotes.html: add note about specifying TLS models
2012-07-13 Duncan SandsPost-dom frontier was removed in 3.0. Patch by chenwj.
2012-07-13 Duncan SandsRestrict this to x86, hopefully fixing ARM buildbots.
2012-07-13 Craig TopperMark VINSERTI128rm as MayLoad=1. Fixes PR13348.
2012-07-13 Galina KistanovaFixed few warnings; trimmed empty lines.
2012-07-13 Jim GrosbachProvide function name in 'Cannot select' fatal error.
2012-07-12 Eric ChristopherThe end of the prologue should be marked with is_stmt.
2012-07-12 Jim GrosbachTableGen: Assembly matcher 'insufficient operands'...
2012-07-12 Akira HatanakaFix check strings in test/MC/Disassembler/Mips/* and...
2012-07-12 Galina KistanovaFixed few warnings.
2012-07-12 Benjamin KramerGive the rdrand instructions a SideEffect flag and...
2012-07-12 Eric ChristopherRegenerate.
2012-07-12 Nadav RotemThe LIT tests below do not specify the exact cpu model...
2012-07-12 Gabor Greifdetabify
2012-07-12 Gabor Greiffix typo in generated comment
2012-07-12 NAKAMURA Takumillvm/test/CodeGen/X86/rdrand.ll: Relax expression corre...
2012-07-12 NAKAMURA Takumillvm/test/CMakeLists.txt: Add llvm-diff to deps.
2012-07-12 Benjamin KramerUse %s instead of the explicit name, the latter doesn...
2012-07-12 Benjamin KramerAdd intrinsics for Ivy Bridge's rdrand instruction.
2012-07-12 Duncan SandsThe result type of EXTRACT_VECTOR_ELT doesn't have...
2012-07-12 Craig TopperUpdate GATHER instructions to support 2 read-write...
2012-07-12 Evan ChengInstcombine was transforming:
2012-07-12 Jim GrosbachTableGen: Location information for diagnostic.
2012-07-11 Manman RenARM: fix typo in comments
2012-07-11 Manman RenARM: Fix optimizeCompare to correctly check safe condition.
2012-07-11 Jack CarterPatch for Mips direct object generation.
2012-07-11 Chad RosierFixup broken doc link. Patch by Sean Silva <silvas...
2012-07-11 Jack CarterThis change removes an "initialization" warning.
2012-07-11 Stepan DyatkovskiyFixed diff comparison.
2012-07-11 Argyrios KyrtzidisIn MemoryBuffer::getOpenFile() don't verify that the...
2012-07-11 Akira HatanakaIn register classes in MipsRegisterInfo.td, list the...
2012-07-11 Chad Rosier[x86 fast-isel] Per discussion with Eric, add all cases...
2012-07-11 Akira HatanakaTest case for r160036.
2012-07-11 Manman RenX86: Update to peephole optimization to move Movr0...
2012-07-11 Akira HatanakaImplement MipsTargetLowering::LowerSELECT_CC to custom...
2012-07-11 Evan ChengInstrEmitter::EmitSubregNode() optimize extract_subreg...
2012-07-11 Benjamin KramerPR13326: Fix a subtle edge case in the udiv -> magic...
2012-07-11 Tom Stellardtest commit
2012-07-11 Chad Rosier[x86 fast-isel] Rather then call llvm_unreachable(...
2012-07-11 Nadav RotemWhen ext-loading and trunc-storing vectors to memory...
2012-07-11 Nadav RotemRename many of the Tmp1, Tmp2, Tmp3 variables to names...
2012-07-11 Benjamin KramerRemove unused variable.
2012-07-11 Nadav RotemRefactor the DAG Legalizer by extracting the legalizati...
2012-07-11 Owen AndersonOnly apply the SETCC+SITOFP -> SELECTCC optimization...
2012-07-11 Akira HatanakaLower RETURNADDR node in Mips backend.
2012-07-10 Jack Carter Mips specific inline asm operand modifier 'L'.
2012-07-10 Jakob Stoklund... Require and preserve LoopInfo for early if-conversion.
2012-07-10 Chandler CarruthTeach the LiveInterval::join function to use the fast...
2012-07-10 Jakob Stoklund... Run early if-conversion in domtree post-order.
2012-07-10 Chad RosierMove [get|set]BasePtrStackAdjustment() from MachineFram...
2012-07-10 Chad RosierAdd newline.
2012-07-10 Chad RosierAdd test case accidentally omitted from r160002.
2012-07-10 Chad RosierAdd support for dynamic stack realignment in the presen...
2012-07-10 Chandler CarruthFix a bug where I didn't test for an empty range before...
2012-07-10 Nadav RotemImprove the loading of load-anyext vectors by allowing...
2012-07-10 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-10 Craig TopperReverse assembler/disassembler operand order for gather...
2012-07-10 Chandler CarruthAdd an efficient merge operation to LiveInterval and...
next