index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr.
Chandler Carruth
2012-07-16
1
-1
/
+15
*
Move the IRBuilder unittest from Support to VMCore. This got missed in
Chandler Carruth
2012-07-16
3
-2
/
+2
*
This CL changes the function prologue and epilogue emitted on X86 when stack ...
Alexey Samsonov
2012-07-16
4
-77
/
+95
*
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-07-15
9
-11
/
+11
*
Update the header guard I missed when moving the header.
Chandler Carruth
2012-07-15
1
-2
/
+2
*
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
Chandler Carruth
2012-07-15
7
-10
/
+10
*
Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be ...
Nadav Rotem
2012-07-15
3
-1
/
+18
*
Teach getTargetVShiftNode about TargetConstant nodes.
Nadav Rotem
2012-07-15
2
-1
/
+13
*
llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Rewrite expressions to fit...
NAKAMURA Takumi
2012-07-15
1
-1
/
+3
*
Rename VBROADCASTSDrm into VBROADCASTSDYrm to match the naming convention.
Nadav Rotem
2012-07-15
3
-3
/
+29
*
Refactor the code that checks that all operands of a node are UNDEFs.
Nadav Rotem
2012-07-15
3
-13
/
+32
*
Reapply r160194, switching to use LV information for finding local kills.
Chandler Carruth
2012-07-15
1
-56
/
+32
*
Move IsSameValue from clang's ASTImporter to be methods on the
Eric Christopher
2012-07-15
2
-0
/
+39
*
AVX: Fix a bug in getTargetVShiftNode. The shift amount has to be a 128bit ve...
Nadav Rotem
2012-07-14
2
-1
/
+38
*
Add a dagcombine optimization to convert concat_vectors of undefs into a sing...
Nadav Rotem
2012-07-14
2
-0
/
+28
*
Account for early-clobber reload instructions.
Jakob Stoklund Olesen
2012-07-14
1
-0
/
+4
*
Be more verbose when detecting dominance problems.
Jakob Stoklund Olesen
2012-07-13
2
-7
/
+29
*
LSR Fix: check SCEV expression safety before expansion.
Andrew Trick
2012-07-13
4
-1
/
+136
*
IVUsers should only generate SCEV's for values that are safe to speculate.
Andrew Trick
2012-07-13
1
-0
/
+7
*
Factor SCEV traversal code so I can use it elsewhere. No functionality.
Andrew Trick
2012-07-13
2
-51
/
+86
*
This is one of the first steps at moving to replace target-dependent
Joel Jones
2012-07-13
4
-19
/
+57
*
Revert r160194, which switched to use LV information for finding local
Chandler Carruth
2012-07-13
1
-19
/
+54
*
Use the LiveVariables information to efficiently get local kills. This
Chandler Carruth
2012-07-13
1
-54
/
+19
*
Fixed few warnings.
Galina Kistanova
2012-07-13
1
-2
/
+2
*
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
2012-07-13
11
-46
/
+44
*
Remove variable_ops from ARM call instructions.
Jakob Stoklund Olesen
2012-07-13
3
-22
/
+19
*
The Mips specific relocation R_MIPS_GOT_DISP
Jack Carter
2012-07-13
5
-4
/
+30
*
test case for revision 160084: Alignment filling between Mips function units
Jack Carter
2012-07-13
1
-0
/
+23
*
Make helper functions static.
Benjamin Kramer
2012-07-13
2
-2
/
+2
*
Initializers for some fields were missing in Option::Option
Alexander Kornienko
2012-07-13
1
-4
/
+4
*
ReleaseNotes.html: add note about specifying TLS models
Hans Wennborg
2012-07-13
1
-0
/
+2
*
Post-dom frontier was removed in 3.0. Patch by chenwj.
Duncan Sands
2012-07-13
1
-1
/
+0
*
Restrict this to x86, hopefully fixing ARM buildbots.
Duncan Sands
2012-07-13
1
-1
/
+1
*
Mark VINSERTI128rm as MayLoad=1. Fixes PR13348.
Craig Topper
2012-07-13
1
-2
/
+2
*
Fixed few warnings; trimmed empty lines.
Galina Kistanova
2012-07-13
1
-123
/
+151
*
Provide function name in 'Cannot select' fatal error.
Jim Grosbach
2012-07-13
1
-0
/
+1
*
The end of the prologue should be marked with is_stmt.
Eric Christopher
2012-07-12
2
-1
/
+29
*
TableGen: Assembly matcher 'insufficient operands' diagnostic.
Jim Grosbach
2012-07-12
1
-0
/
+1
*
Fix check strings in test/MC/Disassembler/Mips/* and run FileCheck.
Akira Hatanaka
2012-07-12
8
-760
/
+694
*
Fixed few warnings.
Galina Kistanova
2012-07-12
3
-7
/
+10
*
Give the rdrand instructions a SideEffect flag and a chain so MachineCSE and ...
Benjamin Kramer
2012-07-12
3
-4
/
+43
*
Regenerate.
Eric Christopher
2012-07-12
1
-1
/
+1
*
The LIT tests below do not specify the exact cpu model and fail on AVX2 machi...
Nadav Rotem
2012-07-12
5
-9
/
+9
*
detabify
Gabor Greif
2012-07-12
1
-2
/
+2
*
fix typo in generated comment
Gabor Greif
2012-07-12
1
-1
/
+1
*
llvm/test/CodeGen/X86/rdrand.ll: Relax expression corresponding to Win64 CC.
NAKAMURA Takumi
2012-07-12
1
-7
/
+7
*
llvm/test/CMakeLists.txt: Add llvm-diff to deps.
NAKAMURA Takumi
2012-07-12
1
-1
/
+3
*
Use %s instead of the explicit name, the latter doesn't work in out-of-tree b...
Benjamin Kramer
2012-07-12
1
-1
/
+1
*
Add intrinsics for Ivy Bridge's rdrand instruction.
Benjamin Kramer
2012-07-12
5
-3
/
+107
*
The result type of EXTRACT_VECTOR_ELT doesn't have to match the element type of
Duncan Sands
2012-07-12
2
-0
/
+30
[next]