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
*
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
8
-8
/
+74
*
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
2012-10-31
2
-26
/
+89
*
Mark code, not data, as executable in lli RemoteTarget simulator.
Andrew Kaylor
2012-10-31
1
-2
/
+2
*
Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.
Rafael Espindola
2012-10-31
2
-37
/
+0
*
[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables
Akira Hatanaka
2012-10-31
3
-2
/
+33
*
MCJIT unit test: add calls to ensure that instruction caches are properly inv...
Amara Emerson
2012-10-31
1
-0
/
+5
*
Port lli bug fix from r166920 to MCJIT unit test.
Amara Emerson
2012-10-31
1
-3
/
+11
*
Commit access test.
Amara Emerson
2012-10-31
1
-0
/
+1
*
Remove stale documentation about tail duplicaton IR pass
Arnold Schwaighofer
2012-10-31
1
-17
/
+0
*
Test case for r167039. Check that tail-call optimization is disabled for
Akira Hatanaka
2012-10-31
1
-0
/
+23
*
Fix typo in CodeGenerator doc
Eli Bendersky
2012-10-31
1
-4
/
+4
*
LCSSA: Try to recover compile time regressions due to SCEV updates.
Benjamin Kramer
2012-10-31
1
-15
/
+9
*
Put the threshold magic number in a variable.
Nadav Rotem
2012-10-31
1
-1
/
+4
*
Disable all old-JIT unit tests on PowerPC.
Ulrich Weigand
2012-10-31
2
-21
/
+22
*
Remove fixme about unreachable cases from SwitchToLookupTable
Hans Wennborg
2012-10-31
2
-2
/
+32
*
Remove enum values since they are not used anymore.
Nadav Rotem
2012-10-31
1
-6
/
+6
*
Address Duncan's comments on r167121.
Hans Wennborg
2012-10-31
1
-3
/
+4
*
BBVectorize: Choose pair ordering to minimize shuffles
Hal Finkel
2012-10-31
10
-96
/
+255
*
Address Duncan's comments on r167115
Hans Wennborg
2012-10-31
1
-48
/
+42
*
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
4
-45
/
+111
*
Fix false -> NULL conversion from r167115 spotted by Benjamin Kramer.
Hans Wennborg
2012-10-31
1
-1
/
+1
*
Replace some instances of UniqueVector with SetVector, which is slightly chea...
Benjamin Kramer
2012-10-31
3
-8
/
+8
*
Do simple constant propagation in lookup table formation for switches
Hans Wennborg
2012-10-31
2
-15
/
+139
*
Fix a couple of comment typos.
Benjamin Kramer
2012-10-31
2
-11
/
+11
*
LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.
Benjamin Kramer
2012-10-31
2
-0
/
+79
*
Add IRBuilderBase::getIntPtrTy.
Evgeniy Stepanov
2012-10-31
2
-0
/
+17
*
DependenceAnalysis: Don't crash if there is no constant operand.
Benjamin Kramer
2012-10-31
2
-3
/
+29
*
Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW...
James Molloy
2012-10-31
1
-3
/
+8
*
Add support for Cortex-A15 host recognition.
James Molloy
2012-10-31
1
-0
/
+1
*
Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN
Reed Kotler
2012-10-31
7
-35
/
+125
*
Add scalar forms of FMA4 VFNMSUB/VFNMADD to folding tables. Patch from Camero...
Craig Topper
2012-10-31
1
-0
/
+8
*
instcombine: Migrate strpbrk optimizations
Meador Inge
2012-10-31
5
-65
/
+128
*
Clean up redundant SP register maintained in X86 TLI
Michael Liao
2012-10-31
2
-12
/
+7
*
instcombine: Migrate strlen optimizations
Meador Inge
2012-10-31
5
-106
/
+160
*
instcombine: Migrate strncpy optimizations
Meador Inge
2012-10-31
6
-90
/
+175
*
LoopVectorize: Do not vectorize loops with tiny constant trip counts.
Nadav Rotem
2012-10-31
2
-0
/
+41
*
This patch addresses an ABI compatibility issue with empty aggregate
Bill Schmidt
2012-10-31
2
-0
/
+70
*
Change signature of function RAFast::spillAll to avoid conversion between
Akira Hatanaka
2012-10-31
1
-2
/
+2
*
xlc supports __attribute__((aligned(x))), use it.
Rafael Espindola
2012-10-31
1
-1
/
+1
*
Check that iterator I is not the end iterator.
Akira Hatanaka
2012-10-31
1
-2
/
+3
*
Add extra declarations of hash_value needed to build llvm with xlc 12.1.
Rafael Espindola
2012-10-31
3
-0
/
+10
*
Add support for loops that don't start with Zero.
Nadav Rotem
2012-10-31
3
-12
/
+103
*
instcombine: Migrate stpcpy optimizations
Meador Inge
2012-10-31
6
-99
/
+111
*
instcombine: Split out the __stpcpy_chk simplifications from StrCpyChkOpt
Meador Inge
2012-10-31
3
-3
/
+171
*
X86 SSE: update rsqrtss and rcpss to use two source operands and
Manman Ren
2012-10-30
2
-4
/
+75
*
Fix regression in old-style JIT.
Eli Friedman
2012-10-30
1
-7
/
+5
*
X86 MMX: optimize transfer from mmx to i32
Manman Ren
2012-10-30
4
-2
/
+34
*
Add documentation.
Nadav Rotem
2012-10-30
1
-0
/
+5
*
Reformat and 80-column this. It's not strictly conforming
Eric Christopher
2012-10-30
1
-21
/
+29
*
Fix PR14212: For some strange reason I treated vectors differently from
Chandler Carruth
2012-10-30
2
-4
/
+18
[next]