oota-llvm.git
2012-07-17 Benjamin KramerRemove unused variable.
2012-07-17 Nuno Lopessimplify getSetSize() per Duncan's comments
2012-07-17 NAKAMURA Takumillvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileChe...
2012-07-17 Jakob Stoklund... Allow for customized graph edge pruning in PostOrderIte...
2012-07-17 Alexey SamsonovImprove behavior of DebugInfoEntryMinimal::getSubprogra...
2012-07-17 Kostya Serebryany[asan] more code to merge crash callbacks. Doesn't...
2012-07-17 Nadav RotemFix a crash in the legalization of large vectors.
2012-07-17 Evan ChengImplement r160312 as target indepedenet dag combine.
2012-07-17 Simon AtanasyanRevert commit r160307. We decide to move builtins selec...
2012-07-17 Evan ChengMake sure constant bitwidth is <= 64 bit before calling...
2012-07-17 Evan ChengThis is another case where instcombine demanded bits...
2012-07-17 Andrew TrickReapply r160340. LSR: Limit CollectSubexprs.
2012-07-17 Andrew TrickRevert "LSR: try not to blow up solving combinatorial...
2012-07-17 Andrew TrickLSR: try not to blow up solving combinatorial problems...
2012-07-17 Jim GrosbachTableGen: Allow conditional instruction pattern in...
2012-07-16 Akira HatanakaFix function select_cc_f32 in test/CodeGen/Mips/selectc...
2012-07-16 Owen AndersonDefer checking for registers in the MC AsmMatcher until...
2012-07-16 Nuno Lopesfix PR13339 (remove the predecessor from the unwind...
2012-07-16 Nuno Lopesteach ConstantRange that zero times X is always zero
2012-07-16 Evan ChengFor something like
2012-07-16 Nadav RotemMinor cleanup and docs.
2012-07-16 Simon AtanasyanMIPS: Create two definitions for __builtin_mips_shll_qb...
2012-07-16 Nadav RotemMake ComputeDemandedBits return a deterministic result...
2012-07-16 Tom StellardRevert "AMDGPU: Add core backend files for R600/SI...
2012-07-16 Tom StellardRevert "include/llvm: Add R600 Intrinsics v6"
2012-07-16 Tom StellardRevert "Build script changes for R600/SI Codegen v6"
2012-07-16 Tom StellardRevert "test/CodeGen/R600: Add some basic tests v6"
2012-07-16 Tom StellardRevert "Target/AMDGPU/R600KernelParameters.cpp: Fix...
2012-07-16 Tom StellardRevert "Target/AMDGPU: [CMake] Fix dependencies. 1...
2012-07-16 Tom StellardRevert "Target/AMDGPU/R600KernelParameters.cpp: Don...
2012-07-16 Tom StellardRevert "Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_...
2012-07-16 Tom StellardRevert "Target/AMDGPU: Fix includes, or msvc build...
2012-07-16 Nuno Lopesmake ConstantRange::getSetSize() properly compute the...
2012-07-16 Chad RosierWith r160248 in place this code is no longer needed.
2012-07-16 Kostya Serebryany[asan] a bit more refactoring, addressed some of the...
2012-07-16 Aaron BallmanMSVC's implementation of isalnum will assert on charact...
2012-07-16 Kostya Serebryany[asan] refactor instrumentation to allow merging the...
2012-07-16 NAKAMURA TakumiTarget/AMDGPU: Fix includes, or msvc build failed.
2012-07-16 NAKAMURA TakumiTarget/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreacha...
2012-07-16 NAKAMURA TakumiTarget/AMDGPU/R600KernelParameters.cpp: Don't use ...
2012-07-16 Jack CarterDoubleword Shift Left Logical Plus 32
2012-07-16 NAKAMURA TakumiTarget/AMDGPU: [CMake] Fix dependencies. 1) Add intrins...
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...
next