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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] Switch AttributeList to use an array for O(1) access
Reid Kleckner
2017-05-23
1
-4
/
+6
*
[JumpThreading] Safely replace uses of condition
Anna Thomas
2017-05-23
1
-0
/
+17
*
Fix update VP metadata after inlining for instrumentation PGO
Teresa Johnson
2017-05-22
1
-3
/
+4
*
[SimplifyCFG] Prevent a few APInt copies on method calls that return const re...
Craig Topper
2017-05-22
1
-2
/
+2
*
Revert "Add pthread_self function prototype and make it speculatable."
Xin Tong
2017-05-21
1
-12
/
+0
*
Add pthread_self function prototype and make it speculatable.
Xin Tong
2017-05-20
1
-0
/
+12
*
SimplifyLibCalls: Optimize wcslen
Matthias Braun
2017-05-19
1
-28
/
+54
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
2
-2
/
+2
*
PR32288: Describe a bool parameter's DWARF location with a simple register
David Blaikie
2017-05-15
1
-28
/
+23
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
2
-3
/
+3
*
Remove spurious cast of nullptr. NFC.
Serge Guelton
2017-05-11
1
-1
/
+1
*
Add a late IR expansion pass for the experimental reduction intrinsics.
Amara Emerson
2017-05-10
1
-5
/
+4
*
[ProfileSummary] Make getProfileCount a non-static member function.
Easwaran Raman
2017-05-09
1
-8
/
+10
*
[GVN] Fix a crash on encountering non-integral pointers
Keno Fischer
2017-05-09
1
-0
/
+9
*
Make it illegal for two Functions to point to the same DISubprogram
Adrian Prantl
2017-05-09
2
-44
/
+31
*
NFC: refactor replaceDominatedUsesWith
Piotr Padlewski
2017-05-09
1
-27
/
+26
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
4
-16
/
+14
*
Revert r302469 "Make it illegal for two Functions to point to the same DISubp...
Hans Wennborg
2017-05-09
2
-31
/
+44
*
Introduce experimental generic intrinsics for horizontal vector reductions.
Amara Emerson
2017-05-09
1
-0
/
+202
*
[InstNamer] Use range-for
Sanjoy Das
2017-05-08
1
-4
/
+3
*
[InstNamer] Don't check type of arguments (they're never void)
Sanjoy Das
2017-05-08
1
-1
/
+1
*
Delete trailing whitespace
Sanjoy Das
2017-05-08
1
-3
/
+3
*
Make it illegal for two Functions to point to the same DISubprogram
Adrian Prantl
2017-05-08
2
-44
/
+31
*
[ConstantRange][SimplifyCFG] Add a helper method to allow SimplifyCFG to dete...
Craig Topper
2017-05-07
1
-1
/
+1
*
TargetLibraryInfo: Introduce wcslen
Matthias Braun
2017-05-05
1
-0
/
+1
*
Remap metadata attached to global variables.
Evgeniy Stepanov
2017-05-04
1
-5
/
+12
*
Avoid warning of unused variable in release builds. NFC
Anna Thomas
2017-05-03
1
-0
/
+2
*
Fix PPC64 warning for missing parantheses. NFC.
Anna Thomas
2017-05-03
1
-3
/
+4
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
2
-176
/
+175
*
[RuntimeLoopUnroller] Add assert that we dont unroll non-rotated loops
Anna Thomas
2017-05-03
1
-0
/
+7
*
Replace hardcoded intrinsic list with speculatable attribute.
Matt Arsenault
2017-05-03
1
-1
/
+7
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
5
-11
/
+11
*
Make getParamAlignment use argument numbers
Reid Kleckner
2017-04-28
1
-1
/
+1
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
6
-14
/
+12
*
Clean up DIExpression::prependDIExpr a little. (NFC)
Adrian Prantl
2017-04-28
1
-8
/
+5
*
[DebugInfo][X86] Improve X86 Optimize LEAs handling of debug values.
Andrew Ng
2017-04-28
1
-47
/
+6
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-04-27
1
-0
/
+32
*
[LibCallsShrinkWrap] Remove an unnecessary class member variable.
Davide Italiano
2017-04-26
1
-8
/
+7
*
[LibCallsShrinkWrap] More descriptive assertion messages.
Davide Italiano
2017-04-26
1
-3
/
+3
*
[LibCallsShrinkWrap] Remove some temporary cl::opt(s).
Davide Italiano
2017-04-26
1
-24
/
+1
*
[LibCallsShrinkWrap] Teach the pass how to preserve the dominator.
Davide Italiano
2017-04-26
1
-7
/
+25
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
4
-17
/
+19
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
5
-11
/
+11
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
5
-11
/
+11
*
Convert SimplifyInstructions to use the SimplifyQuery version of SimplifyInst...
Daniel Berlin
2017-04-26
1
-8
/
+10
*
SimplifyLibCalls: Fix crash on memset(notmalloc())
Matthias Braun
2017-04-25
1
-0
/
+3
*
[APInt] Use isSubsetOf, intersects, and bit counting methods to reduce tempor...
Craig Topper
2017-04-25
1
-1
/
+1
*
[SimplifyLibCalls] Fix infinite loop with fast-math optimization.
Andrew Ng
2017-04-25
1
-0
/
+18
*
[CodeExtractor]: Fixup use refs of the old phi.
Xinliang David Li
2017-04-25
1
-0
/
+1
*
[SimplifyLibCalls] Remove a cl::opt that's been `true` for a long time.
Davide Italiano
2017-04-25
1
-5
/
+1
[next]