index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] instrument memory accesses with unusual sizes
Kostya Serebryany
2013-02-19
1
-29
/
+49
*
Temporarily revert r175470 for more review.
Bill Wendling
2013-02-19
1
-3
/
+0
*
Check to see if the 'no-builtin' attribute is set before simplifying a librar...
Bill Wendling
2013-02-18
1
-0
/
+3
*
[asan] revert r175266 as it breaks code with packed structures. supporting lo...
Kostya Serebryany
2013-02-18
1
-1
/
+1
*
BBVectorize: Fix an invalid reference bug
Hal Finkel
2013-02-17
1
-4
/
+7
*
The transform is:
Bill Wendling
2013-02-16
1
-0
/
+14
*
Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method.
Jakub Staszak
2013-02-16
1
-67
/
+67
*
BBVectorize: Call a DAG and DAG instead of a tree
Hal Finkel
2013-02-15
1
-84
/
+84
*
Fix refactoring mistake in "Teach InstCombine to work with smaller legal type...
Arnaud A. de Grandmaison
2013-02-15
1
-1
/
+1
*
Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Arnaud A. de Grandmaison
2013-02-15
1
-0
/
+19
*
[asan] support long double on 64-bit. See https://code.google.com/p/address-s...
Kostya Serebryany
2013-02-15
1
-1
/
+1
*
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-15
1
-0
/
+1
*
BBVectorize: Cap the number of candidate pairs in each instruction group
Hal Finkel
2013-02-15
1
-1
/
+9
*
BBVectorize: Remove the remaining instances of std::multimap
Hal Finkel
2013-02-14
1
-231
/
+256
*
BBVectorize: Don't store candidate pairs in a std::multimap
Hal Finkel
2013-02-14
1
-60
/
+92
*
Retain the name of the new internal global that's been shrunk.
Bill Wendling
2013-02-13
1
-2
/
+5
*
LoopVectorize: Simplify code for clarity.
Benjamin Kramer
2013-02-13
1
-10
/
+8
*
Metadata for annotating loops as parallel. The first consumer for this
Pekka Jaaskelainen
2013-02-13
1
-0
/
+8
*
[asan] fix confusing indentation
Kostya Serebryany
2013-02-13
1
-1
/
+2
*
Fix comment
Arnaud A. de Grandmaison
2013-02-13
1
-2
/
+2
*
Changed isStoredObjCPointer => IsStoredObjCPointer. No functionality change.
Michael Gottesman
2013-02-12
1
-4
/
+4
*
Actually delete this code, since it's really not clear what it's
Dan Gohman
2013-02-12
1
-24
/
+0
*
Record PRE predecessors with a SmallVector instead of a DenseMap, and
Dan Gohman
2013-02-12
1
-8
/
+9
*
When disabling PRE for a value is directly redundant with itself
Dan Gohman
2013-02-12
1
-0
/
+2
*
Check that pointers are removed from maps before calling delete on the pointers,
Dan Gohman
2013-02-12
1
-3
/
+3
*
Minor code simplification.
Dan Gohman
2013-02-12
1
-1
/
+1
*
[ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries m...
Alexander Potapenko
2013-02-12
1
-1
/
+2
*
[asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...
Kostya Serebryany
2013-02-12
1
-3
/
+5
*
BBVectorize: Don't over-search when building the dependency map
Hal Finkel
2013-02-11
1
-2
/
+10
*
BBVectorize: Omit unnecessary entries in PairableInstUsers
Hal Finkel
2013-02-11
1
-1
/
+3
*
Optimization: bitcast (<1 x ...> insertelement ..., X, ...) to ... ==> bitcas...
Michael Ilseman
2013-02-11
1
-5
/
+16
*
BBVectorize: Eliminate one more restricted linear search
Hal Finkel
2013-02-11
1
-27
/
+31
*
[asan] added a flag -mllvm asan-short-64bit-mapping-offset=1 (0 by default)
Kostya Serebryany
2013-02-11
1
-2
/
+8
*
BBVectorize: Remove the linear searches from pair connection searching
Hal Finkel
2013-02-11
1
-24
/
+11
*
BBVectorize: Avoid linear searches within the load-move set
Hal Finkel
2013-02-11
1
-20
/
+30
*
BBVectorize: isa/cast cleanup in getInstructionTypes
Hal Finkel
2013-02-11
1
-4
/
+4
*
BBVectorize: Make the bookkeeping to support full cycle checking less expensive
Hal Finkel
2013-02-11
1
-14
/
+25
*
LSR IVChain improvement.
Andrew Trick
2013-02-09
1
-1
/
+13
*
Remove #includes from the commonly used LoopInfo.h.
Jakub Staszak
2013-02-09
3
-0
/
+3
*
Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...
Bob Wilson
2013-02-08
3
-8
/
+6
*
BBVectorize: Use TTI->getAddressComputationCost
Hal Finkel
2013-02-08
1
-0
/
+5
*
[SimplifyLibCalls] Library call simplification doen't work if the call site
Chad Rosier
2013-02-08
1
-1
/
+7
*
Typos.
Jakob Stoklund Olesen
2013-02-08
1
-4
/
+4
*
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-08
1
-8
/
+14
*
Test Commit
Michael Kuperstein
2013-02-08
1
-1
/
+1
*
Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...
Andrew Trick
2013-02-08
1
-6
/
+0
*
Have InstCombine call SipmlifyCall when handling calls. Test case included.
Michael Ilseman
2013-02-07
1
-0
/
+6
*
fix 80-col violation and fix the docs.
Nadav Rotem
2013-02-07
1
-3
/
+7
*
Loop Vectorizer: Refactor Memory Cost Computation
Arnold Schwaighofer
2013-02-07
1
-180
/
+52
*
Moved some comments due to the recent refactoring of ObjCARC.
Michael Gottesman
2013-02-07
2
-5
/
+4
[next]