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
*
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-15
8
-22
/
+30
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-15
3
-44
/
+38
*
Enable all targets by default on Visual Studio.
Tim Northover
2013-04-15
2
-8
/
+3
*
Revert "Recommit r179497 after fixing uninitialized variable." until
Eric Christopher
2013-04-15
3
-16
/
+20
*
Recommit r179497 after fixing uninitialized variable.
Eric Christopher
2013-04-15
3
-20
/
+16
*
Document our desire to enable the loop vectorizer on -Os in future releases.
Nadav Rotem
2013-04-15
1
-0
/
+1
*
Docs: merge the description of the BB and SLP vectorizers and document the -f...
Nadav Rotem
2013-04-15
1
-25
/
+23
*
Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...
Nadav Rotem
2013-04-15
2
-1
/
+13
*
Rename the slp-vectorizer clang/llvm flags. No functionality change.
Nadav Rotem
2013-04-15
2
-4
/
+4
*
SLPVectorizer: Add support for vectorizing trees that start at compare instru...
Nadav Rotem
2013-04-15
2
-21
/
+93
*
fix include path in doc Extending LLVM
Jia Liu
2013-04-15
1
-1
/
+1
*
Mark all PPC comparison instructions as not having side effects
Hal Finkel
2013-04-15
2
-20
/
+28
*
Fix PPC64 CR spill location for callee-saved registers
Hal Finkel
2013-04-15
3
-54
/
+60
*
Revert "Remove some unused triple and data layout."
Eric Christopher
2013-04-14
3
-16
/
+19
*
Remove some unused triple and data layout.
Eric Christopher
2013-04-14
2
-6
/
+0
*
If we've specified a triple on the command line then go ahead
Eric Christopher
2013-04-14
1
-13
/
+16
*
Use object file specific section type for initial text section
Nico Rieck
2013-04-14
20
-30
/
+3
*
Reorders two transforms that collide with each other
David Majnemer
2013-04-14
4
-13
/
+25
*
Make the command line triple match the module triple.
Nadav Rotem
2013-04-14
2
-2
/
+2
*
Miscellaneous cleanups for VecUtils.h
Benjamin Kramer
2013-04-14
1
-9
/
+6
*
Document the SLP infrastructure.
Nadav Rotem
2013-04-14
1
-0
/
+30
*
SLP: Document the scalarization cost method.
Nadav Rotem
2013-04-14
1
-3
/
+10
*
Document the decision to assume that the cost of floats is twice as much as i...
Nadav Rotem
2013-04-14
1
-1
/
+3
*
Use i32 for all SPARC shift amounts, even in 64-bit mode.
Jakob Stoklund Olesen
2013-04-14
5
-7
/
+18
*
Remove unused function attributes.
Nadav Rotem
2013-04-14
9
-74
/
+46
*
SLPVectorizer: Add support for trees that don't start at binary operators, an...
Nadav Rotem
2013-04-14
4
-7
/
+62
*
Add support for the abs64 SPARC v9 code model.
Jakob Stoklund Olesen
2013-04-14
3
-0
/
+29
*
Add support for the SPARC v9 abs44 code model.
Jakob Stoklund Olesen
2013-04-14
3
-6
/
+32
*
Use target flags for printing SPARC asm operands.
Jakob Stoklund Olesen
2013-04-14
1
-16
/
+34
*
Also put target flags on SPARC constant pool references.
Jakob Stoklund Olesen
2013-04-14
3
-26
/
+66
*
SLPVectorizer: add initial support for reduction variable vectorization.
Nadav Rotem
2013-04-14
4
-7
/
+147
*
Fix patterns for 64-bit pointers.
Jakob Stoklund Olesen
2013-04-14
2
-4
/
+11
*
Add target flags to SPARC address operands.
Jakob Stoklund Olesen
2013-04-14
3
-14
/
+95
*
Mark all PPC CR registers to be spilled as live-in and tag MFCR appropriately
Hal Finkel
2013-04-13
3
-15
/
+16
*
Define SPARC code models.
Jakob Stoklund Olesen
2013-04-13
3
-4
/
+55
*
Use the correct types when matching ADDRri patterns from frame indexes.
Jakob Stoklund Olesen
2013-04-13
1
-3
/
+4
*
GlobalDCE: Fix an oversight in my last commit that could lead to crashes.
Benjamin Kramer
2013-04-13
2
-2
/
+20
*
Fix a scalability issue with complex ConstantExprs.
Benjamin Kramer
2013-04-13
4
-25
/
+149
*
Spill and restore PPC CR registers using the FP when we have one
Hal Finkel
2013-04-13
2
-7
/
+28
*
Further generalize this scheduler test.
Andrew Trick
2013-04-13
1
-2
/
+2
*
Fix a dislexic regex.
Andrew Trick
2013-04-13
1
-1
/
+1
*
Add a missing REQUIRES: asserts
Andrew Trick
2013-04-13
1
-0
/
+1
*
MI-Sched: DEBUG formatting.
Andrew Trick
2013-04-13
1
-14
/
+22
*
MI-Sched cleanup. If an instruction has no valid sched class, do not attempt ...
Andrew Trick
2013-04-13
1
-0
/
+2
*
X86 machine model: reduce SandyBridge and Haswell ILPWindow.
Andrew Trick
2013-04-13
2
-2
/
+2
*
MI-Sched: schedule physreg copies.
Andrew Trick
2013-04-13
5
-14
/
+141
*
Catch another case where SD fails to propagate node order.
Andrew Trick
2013-04-13
1
-1
/
+4
*
Add typenames to see if bot goes green.
Rafael Espindola
2013-04-13
1
-3
/
+3
*
[mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN and
Akira Hatanaka
2013-04-13
4
-172
/
+174
*
Some versions of gcc don't like typenames in these places.
Rafael Espindola
2013-04-13
1
-9
/
+15
[next]