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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change llvm-ar to use lib/Object.
Rafael Espindola
2013-07-12
1
-26
/
+23
*
R600: Remove unsafe type punning. No intended functionality change.
Benjamin Kramer
2013-07-12
1
-6
/
+4
*
X86 cost model: Add cost for vectorized gather/scather
Arnold Schwaighofer
2013-07-12
1
-0
/
+15
*
ARM cost model: Add cost for gather/scather
Arnold Schwaighofer
2013-07-12
1
-0
/
+9
*
TargetTransformInfo: address calculation parameter for gather/scather
Arnold Schwaighofer
2013-07-12
4
-8
/
+64
*
R600/SI: Add support for f64 kernel arguments
Tom Stellard
2013-07-12
1
-1
/
+1
*
R600/SI: Implement select and compares for SI
Tom Stellard
2013-07-12
1
-6
/
+18
*
R600/SI: Add fsqrt pattern for SI
Tom Stellard
2013-07-12
1
-2
/
+6
*
R600/SI: Add double precision fsub pattern for SI
Tom Stellard
2013-07-12
2
-3
/
+29
*
R600/SI: SI support for 64bit ConstantFP
Tom Stellard
2013-07-12
2
-0
/
+19
*
R600/SI: Add initial double precision support for SI
Tom Stellard
2013-07-12
3
-1
/
+36
*
X86: Shrink certain forms of movsx.
Benjamin Kramer
2013-07-12
1
-0
/
+35
*
X86: fold SSE2/AVX2 logical shift by immediate amount into zero vector when p...
Stephen Lin
2013-07-12
1
-0
/
+38
*
Don't reject an empty archive.
Rafael Espindola
2013-07-12
1
-4
/
+6
*
Revert "indvars: Improve LFTR by eliminating truncation when comparing
Chandler Carruth
2013-07-12
1
-23
/
+4
*
Add support for Mips break and syscall insructions. The corresponding test ca...
Vladimir Medic
2013-07-12
2
-0
/
+49
*
[SystemZ] Optimize sign-extends of vector setccs
Richard Sandiford
2013-07-12
1
-0
/
+9
*
[SystemZ] Fix parsing of inline asm registers
Richard Sandiford
2013-07-12
4
-8
/
+49
*
[SystemZ] Improve spilling of LGDR and LDGR
Richard Sandiford
2013-07-12
1
-1
/
+23
*
Stylistic change.
Shuxin Yang
2013-07-12
1
-2
/
+2
*
SLPVectorizer: Sink and enable CSE for ExtractElements.
Nadav Rotem
2013-07-12
1
-11
/
+25
*
Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.
Charles Davis
2013-07-12
8
-26
/
+55
*
Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e.
NAKAMURA Takumi
2013-07-12
1
-0
/
+5
*
PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB).
Manman Ren
2013-07-12
2
-81
/
+87
*
SLPVectorize: Replace the code that checks for vectorization candidates in su...
Nadav Rotem
2013-07-12
1
-25
/
+22
*
Remove an argument that we dont use anymore.
Nadav Rotem
2013-07-11
1
-15
/
+12
*
PPC: Add some missing V_SET0 patterns
Hal Finkel
2013-07-11
1
-2
/
+15
*
indvars: Improve LFTR by eliminating truncation when comparing against a cons...
Andrew Trick
2013-07-11
1
-4
/
+23
*
PPCDAGToDAGISel::isRunOfOnes should return false on zero
Hal Finkel
2013-07-11
1
-1
/
+4
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
9
-23
/
+23
*
Add back code for supporting old mingw versions. Should bring the bots back.
Rafael Espindola
2013-07-11
1
-3
/
+13
*
Don't use a potentially expensive shift if all we want is one set bit.
Benjamin Kramer
2013-07-11
4
-6
/
+6
*
Looks like some versions of mingw don't have errno_t. Use int.
Rafael Espindola
2013-07-11
1
-1
/
+1
*
Use move semantics if possible to construct ConstantRanges.
Benjamin Kramer
2013-07-11
1
-5
/
+6
*
Fix a FIXME about the format and add a test.
Rafael Espindola
2013-07-11
2
-26
/
+16
*
LoopVectorize: Vectorize all accesses in address space zero with unit stride
Arnold Schwaighofer
2013-07-11
1
-8
/
+16
*
Reduce the number of indirections in the attributes implementation.
Benjamin Kramer
2013-07-11
2
-178
/
+131
*
[SystemZ] Use zeroing form of RISBG for shift-and-AND sequences
Richard Sandiford
2013-07-11
1
-5
/
+66
*
[SystemZ] Use zeroing form of RISBG for some AND sequences
Richard Sandiford
2013-07-11
1
-1
/
+118
*
[SystemZ] Allow 8-bit operands to RISBG
Richard Sandiford
2013-07-11
1
-2
/
+1
*
TryToSimplifyUncondBranchFromEmptyBlock was checking that any common
Duncan Sands
2013-07-11
1
-23
/
+147
*
Initialize AsmPrinter::MF in the constructor
Hal Finkel
2013-07-11
1
-1
/
+1
*
RegScavenger should not exclude undef uses
Hal Finkel
2013-07-11
1
-1
/
+1
*
Fix indentation. No functional change.
Craig Topper
2013-07-11
1
-8
/
+8
*
Fix a warning.
Nadav Rotem
2013-07-11
1
-2
/
+1
*
SLPVectorizer: refactor the code that places extracts. Place the code that de...
Nadav Rotem
2013-07-11
1
-41
/
+131
*
Teach TailRecursionElimination to handle certain cases of nocapture escaping ...
Michael Gottesman
2013-07-11
1
-64
/
+85
*
Don't assert if we can't constant fold extract/insertvalue
Hal Finkel
2013-07-10
1
-8
/
+21
*
Find the symbol table on archives created on OS X.
Rafael Espindola
2013-07-10
1
-3
/
+14
*
Put ELF COMDAT relocations into the relevant COMDAT group.
Tim Northover
2013-07-10
1
-2
/
+9
[next]