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
*
Enable the assertion in getIntPtrType (I've audited all users of this method and
Duncan Sands
2012-11-02
1
-5
/
+0
*
Revert the switch of loop-idiom to use the new dependence analysis.
Chandler Carruth
2012-11-02
1
-69
/
+88
*
Fix an obvious typo that causes an assertion failure when running
Duncan Sands
2012-11-02
1
-1
/
+1
*
Fix sign compare warning. Patch by Mahesha HS.
Chandler Carruth
2012-11-02
1
-2
/
+2
*
OutputArg: added an index of the original argument to match the change to
Manman Ren
2012-11-01
2
-3
/
+4
*
BBVectorize: Use target costs for incoming and outgoing values instead of the...
Hal Finkel
2012-11-01
1
-9
/
+191
*
Fixed format string to avoid pointer truncation during 64-bit debugging.
Andrew Kaylor
2012-11-01
1
-2
/
+2
*
Use the relationship models infrastructure to add two relations - getPredOpcode
Pranav Bhandarkar
2012-11-01
3
-211
/
+139
*
Add support for generating dwarf debugging info with assembly files
Kevin Enderby
2012-11-01
1
-2
/
+19
*
[asan] don't instrument globals that we've created ourselves (reduces the bin...
Kostya Serebryany
2012-11-01
1
-3
/
+6
*
Remove a weird static helper from the GEP instruction and just directly
Chandler Carruth
2012-11-01
1
-12
/
+0
*
Teach Type::getPointerAddressSpace to look through pointer vectors
Chandler Carruth
2012-11-01
1
-1
/
+1
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
31
-118
/
+79
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
39
-504
/
+456
*
BBVectorize: Account for internal shuffle costs
Hal Finkel
2012-11-01
1
-2
/
+60
*
Cleanup another place redundant SP maintained
Michael Liao
2012-11-01
1
-4
/
+4
*
Add a few more simple fast-math constant propagations and cancellations.
Owen Anderson
2012-11-01
1
-0
/
+18
*
Exploit the new identity composition in composeSubRegIndices().
Jakob Stoklund Olesen
2012-11-01
1
-12
/
+8
*
Don't insert and erase load instruction. Simply create (new) and delete it.
Jakub Staszak
2012-11-01
1
-2
/
+2
*
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
Andrew Kaylor
2012-11-01
4
-67
/
+1
*
[Support] Fix StrError on Windows to actually return the error string...
Michael J. Spencer
2012-11-01
1
-1
/
+3
*
(For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.
Shuxin Yang
2012-10-31
1
-4
/
+29
*
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
1
-1
/
+12
*
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
2012-10-31
1
-26
/
+41
*
Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.
Rafael Espindola
2012-10-31
1
-32
/
+0
*
[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables
Akira Hatanaka
2012-10-31
2
-2
/
+7
*
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
*
Remove fixme about unreachable cases from SwitchToLookupTable
Hans Wennborg
2012-10-31
1
-2
/
+0
*
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
1
-75
/
+209
*
Address Duncan's comments on r167115
Hans Wennborg
2012-10-31
1
-48
/
+42
*
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
2
-31
/
+29
*
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
1
-15
/
+98
*
Fix a couple of comment typos.
Benjamin Kramer
2012-10-31
1
-2
/
+2
*
LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.
Benjamin Kramer
2012-10-31
1
-0
/
+5
*
DependenceAnalysis: Don't crash if there is no constant operand.
Benjamin Kramer
2012-10-31
1
-3
/
+4
*
Add support for Cortex-A15 host recognition.
James Molloy
2012-10-31
1
-0
/
+1
*
Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN
Reed Kotler
2012-10-31
6
-9
/
+67
*
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
2
-40
/
+37
*
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
2
-44
/
+45
*
instcombine: Migrate strncpy optimizations
Meador Inge
2012-10-31
2
-52
/
+49
*
LoopVectorize: Do not vectorize loops with tiny constant trip counts.
Nadav Rotem
2012-10-31
1
-0
/
+8
*
This patch addresses an ABI compatibility issue with empty aggregate
Bill Schmidt
2012-10-31
1
-0
/
+19
*
Change signature of function RAFast::spillAll to avoid conversion between
Akira Hatanaka
2012-10-31
1
-2
/
+2
[next]