projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2012-07-16
NAKAMURA Takumi
Target/AMDGPU/R600KernelParameters.cpp: Fix two include...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Alexey Samsonov
Fix tests that failed on i686-win32 after r160248:
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Tom Stellard
test/CodeGen/R600: Add some basic tests v6
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Tom Stellard
Build script changes for R600/SI Codegen v6
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Tom Stellard
include/llvm: Add R600 Intrinsics v6
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Tom Stellard
AMDGPU: Add core backend files for R600/SI codegen v6
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Kostya Serebryany
[asan] initialize asan error callbacks in runOnModule...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Nadav Rotem
Fix a bug in the 3-address conversion of LEA when one...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Chandler Carruth
Revert r160254 temporarily.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Chandler Carruth
Teach AddressSanitizer to create basic blocks in a...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Chandler Carruth
Add a basic test for AddressSanitizer. This is just...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Chandler Carruth
Add support for attaching branch weight metadata direct...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Chandler Carruth
Add a boring bit of boilerplate to start testing IRBuil...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Chandler Carruth
Move the IRBuilder unittest from Support to VMCore...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Alexey Samsonov
This CL changes the function prologue and epilogue...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Chandler Carruth
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Chandler Carruth
Update the header guard I missed when moving the header.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Chandler Carruth
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h,...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Nadav Rotem
Fix a bug in the scalarization of BUILD_VECTOR. BUILD_V...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Nadav Rotem
Teach getTargetVShiftNode about TargetConstant nodes.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
NAKAMURA Takumi
llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll:...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Nadav Rotem
Rename VBROADCASTSDrm into VBROADCASTSDYrm to match...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Nadav Rotem
Refactor the code that checks that all operands of...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Chandler Carruth
Reapply r160194, switching to use LV information for...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Eric Christopher
Move IsSameValue from clang's ASTImporter to be methods...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Nadav Rotem
AVX: Fix a bug in getTargetVShiftNode. The shift amount...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Nadav Rotem
Add a dagcombine optimization to convert concat_vectors...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Jakob Stoklund...
Account for early-clobber reload instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Jakob Stoklund...
Be more verbose when detecting dominance problems.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Andrew Trick
LSR Fix: check SCEV expression safety before expansion.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Andrew Trick
IVUsers should only generate SCEV's for values that...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Andrew Trick
Factor SCEV traversal code so I can use it elsewhere...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Joel Jones
This is one of the first steps at moving to replace...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Chandler Carruth
Revert r160194, which switched to use LV information...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Chandler Carruth
Use the LiveVariables information to efficiently get...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Galina Kistanova
Fixed few warnings.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Jakob Stoklund...
Remove variable_ops from call instructions in most...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Jakob Stoklund...
Remove variable_ops from ARM call instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Jack Carter
The Mips specific relocation R_MIPS_GOT_DISP
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Jack Carter
test case for revision 160084: Alignment filling betwee...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Benjamin Kramer
Make helper functions static.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Alexander Kornienko
Initializers for some fields were missing in Option...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Hans Wennborg
ReleaseNotes.html: add note about specifying TLS models
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Duncan Sands
Post-dom frontier was removed in 3.0. Patch by chenwj.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Duncan Sands
Restrict this to x86, hopefully fixing ARM buildbots.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Craig Topper
Mark VINSERTI128rm as MayLoad=1. Fixes PR13348.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Galina Kistanova
Fixed few warnings; trimmed empty lines.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Jim Grosbach
Provide function name in 'Cannot select' fatal error.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Eric Christopher
The end of the prologue should be marked with is_stmt.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Jim Grosbach
TableGen: Assembly matcher 'insufficient operands'...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Akira Hatanaka
Fix check strings in test/MC/Disassembler/Mips/* and...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Galina Kistanova
Fixed few warnings.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Benjamin Kramer
Give the rdrand instructions a SideEffect flag and...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Eric Christopher
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Nadav Rotem
The LIT tests below do not specify the exact cpu model...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Gabor Greif
detabify
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Gabor Greif
fix typo in generated comment
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
NAKAMURA Takumi
llvm/test/CodeGen/X86/rdrand.ll: Relax expression corre...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
NAKAMURA Takumi
llvm/test/CMakeLists.txt: Add llvm-diff to deps.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Benjamin Kramer
Use %s instead of the explicit name, the latter doesn...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Benjamin Kramer
Add intrinsics for Ivy Bridge's rdrand instruction.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Duncan Sands
The result type of EXTRACT_VECTOR_ELT doesn't have...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Craig Topper
Update GATHER instructions to support 2 read-write...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Evan Cheng
Instcombine was transforming:
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Jim Grosbach
TableGen: Location information for diagnostic.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Manman Ren
ARM: fix typo in comments
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Manman Ren
ARM: Fix optimizeCompare to correctly check safe condition.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Jack Carter
Patch for Mips direct object generation.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Chad Rosier
Fixup broken doc link. Patch by Sean Silva <silvas...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Jack Carter
This change removes an "initialization" warning.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Stepan Dyatkovskiy
Fixed diff comparison.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Argyrios Kyrtzidis
In MemoryBuffer::getOpenFile() don't verify that the...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Akira Hatanaka
In register classes in MipsRegisterInfo.td, list the...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Chad Rosier
[x86 fast-isel] Per discussion with Eric, add all cases...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Akira Hatanaka
Test case for r160036.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Manman Ren
X86: Update to peephole optimization to move Movr0...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Akira Hatanaka
Implement MipsTargetLowering::LowerSELECT_CC to custom...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Evan Cheng
InstrEmitter::EmitSubregNode() optimize extract_subreg...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Benjamin Kramer
PR13326: Fix a subtle edge case in the udiv -> magic...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Tom Stellard
test commit
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Chad Rosier
[x86 fast-isel] Rather then call llvm_unreachable(...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Nadav Rotem
When ext-loading and trunc-storing vectors to memory...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Nadav Rotem
Rename many of the Tmp1, Tmp2, Tmp3 variables to names...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Benjamin Kramer
Remove unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Nadav Rotem
Refactor the DAG Legalizer by extracting the legalizati...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Owen Anderson
Only apply the SETCC+SITOFP -> SELECTCC optimization...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Akira Hatanaka
Lower RETURNADDR node in Mips backend.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Jack Carter
Mips specific inline asm operand modifier 'L'.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Jakob Stoklund...
Require and preserve LoopInfo for early if-conversion.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chandler Carruth
Teach the LiveInterval::join function to use the fast...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Jakob Stoklund...
Run early if-conversion in domtree post-order.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chad Rosier
Move [get|set]BasePtrStackAdjustment() from MachineFram...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chad Rosier
Add newline.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chad Rosier
Add test case accidentally omitted from r160002.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chad Rosier
Add support for dynamic stack realignment in the presen...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chandler Carruth
Fix a bug where I didn't test for an empty range before...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Nadav Rotem
Improve the loading of load-anyext vectors by allowing...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Richard Barton
Fix instruction description of VMOV (between two ARM...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Craig Topper
Reverse assembler/disassembler operand order for gather...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chandler Carruth
Add an efficient merge operation to LiveInterval and...
commit
|
commitdiff
|
tree
|
snapshot
next