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
*
MergeFunc patch from Björn Steinbrink.
Stepan Dyatkovskiy
2014-07-15
1
-2
/
+12
*
[dfsan] Introduce an optimization to reduce the number of union queries.
Peter Collingbourne
2014-07-15
1
-1
/
+34
*
[dfsan] Move combineShadows to DFSanFunction in preparation for it to use a d...
Peter Collingbourne
2014-07-15
1
-18
/
+16
*
Give SplitBlockAndInsertIfThen the ability to update a domtree.
Peter Collingbourne
2014-07-15
1
-1
/
+16
*
Don't eliminate memcpy's when the address of the pointer may itself be releva...
Nick Lewycky
2014-07-14
1
-0
/
+6
*
Use pointer type cast helpers.
Matt Arsenault
2014-07-14
1
-3
/
+2
*
[CMake] Add LLVM_LINK_COMPONENTS to loadable modules, LLVMHello and BugpointP...
NAKAMURA Takumi
2014-07-13
1
-0
/
+4
*
Fix an issue with the MergeBasicBlockIntoOnlyPred() helper function where it did
Owen Anderson
2014-07-12
2
-5
/
+5
*
[ASan] Collect unmangled names of global variables in Clang to print them in ...
Alexey Samsonov
2014-07-12
1
-9
/
+20
*
[ASan] Introduce a struct representing the layout of metadata entry in llvm.a...
Alexey Samsonov
2014-07-11
1
-47
/
+37
*
When we sink an instruction, this can open up opportunity for the operands to...
Aditya Nandakumar
2014-07-11
1
-2
/
+11
*
Fixup PHIs in LowerSwitch when a Leaf node is not emitted.
Marcello Maggioni
2014-07-11
1
-10
/
+31
*
Partially fix PR20058: reduce compile time for loop unrolling with very high ...
Mark Heffernan
2014-07-10
1
-7
/
+17
*
InstCombine: Fix a crash in Descale for multiply-by-zero
Duncan P. N. Exon Smith
2014-07-10
1
-0
/
+6
*
Feeding isSafeToSpeculativelyExecute its DataLayout pointer (in Sink)
Hal Finkel
2014-07-10
1
-1
/
+5
*
Feeding isSafeToSpeculativelyExecute its DataLayout pointer
Hal Finkel
2014-07-10
5
-34
/
+48
*
Allow isDereferenceablePointer to look through some bitcasts
Hal Finkel
2014-07-10
4
-11
/
+17
*
[dfsan] Handle bitcast aliases.
Peter Collingbourne
2014-07-10
1
-2
/
+2
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
3
-231
/
+53
*
Fix for PR20059 (instcombine reorders shufflevector after instruction that ma...
Sanjay Patel
2014-07-09
1
-0
/
+6
*
[ASan/Win] Don't instrument COMDAT globals. Properly fixes PR20244.
Timur Iskhodzhanov
2014-07-09
1
-8
/
+4
*
Revert "GlobalDCE: Delete available_externally initializers if it allows remo...
Pete Cooper
2014-07-08
1
-40
/
+3
*
Fix some Twine locals.
Benjamin Kramer
2014-07-08
1
-5
/
+9
*
[ASan/Win] Don't instrument private COMDAT globals until PR20244 is properly ...
Timur Iskhodzhanov
2014-07-08
1
-0
/
+7
*
[ASan] Completely remove sanitizer blacklist file from instrumentation pass.
Alexey Samsonov
2014-07-08
1
-17
/
+5
*
Kill unnecessary include
Alexey Samsonov
2014-07-08
1
-1
/
+0
*
fixed some typos
Sanjay Patel
2014-07-07
1
-4
/
+4
*
Fix for PR17073 ( http://llvm.org/pr17073 ), simplifycfg illegally hoists an ...
Sanjay Patel
2014-07-07
1
-3
/
+20
*
Make helper functions static.
Benjamin Kramer
2014-07-07
2
-4
/
+4
*
[msan] Fix handling of phi in blacklisted functions.
Evgeniy Stepanov
2014-07-07
1
-2
/
+5
*
InstCombine: Simplify code, no functionality change.
Benjamin Kramer
2014-07-07
1
-16
/
+2
*
fixed some typos in comments
Sanjay Patel
2014-07-06
1
-4
/
+4
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
2
-6
/
+8
*
GlobalDCE: Delete available_externally initializers if it allows removing the...
Benjamin Kramer
2014-07-04
1
-3
/
+40
*
InstCombine: Strength reduce sadd.with.overflow into a regular nsw add if we ...
Benjamin Kramer
2014-07-04
1
-0
/
+15
*
Run interprocedural const prop before global optimizer
Gerolf Hoflehner
2014-07-03
1
-1
/
+1
*
[msan] Stop propagating shadow in blacklisted functions.
Evgeniy Stepanov
2014-07-03
1
-9
/
+11
*
Revert of r212265.
Evgeniy Stepanov
2014-07-03
1
-11
/
+9
*
[msan] Stop propagating shadow in blacklisted functions.
Evgeniy Stepanov
2014-07-03
1
-9
/
+11
*
Minor stylistic fix in SimplifyCFG (test commit)
Marcello Maggioni
2014-07-03
1
-1
/
+2
*
Remove non-static field initializer to appease MSVC
Alexey Samsonov
2014-07-02
1
-1
/
+2
*
Constify the Function pointers in the result of makeSubprogramMap
David Blaikie
2014-07-02
2
-5
/
+4
*
[ASan] Print exact source location of global variables in error reports.
Alexey Samsonov
2014-07-02
1
-31
/
+95
*
InstCombine: Optimize x/INT_MIN to x==INT_MIN
David Majnemer
2014-07-02
1
-0
/
+4
*
InstCombine: Don't turn -(x/INT_MIN) -> x/INT_MIN
David Majnemer
2014-07-02
1
-3
/
+3
*
Optimize InstCombine stack memory consumption
Reid Kleckner
2014-07-01
1
-75
/
+78
*
DebugInfo: Keep track of subprograms who's arguments have been promoted.
David Blaikie
2014-07-01
1
-0
/
+12
*
DebugInfo: Provide a utility for building a mapping from llvm::Function*s to ...
David Blaikie
2014-07-01
1
-31
/
+1
*
GlobalOpt: Don't swap private for internal linkage
David Majnemer
2014-07-01
1
-3
/
+3
*
GlobalOpt: Handle non-zero offsets for aliases
David Majnemer
2014-07-01
1
-1
/
+6
[next]