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
*
Consistent use of the noduplicate attribute.
Eli Bendersky
2014-03-17
1
-1
/
+1
*
Remove named Twine.
David Blaikie
2014-03-16
1
-4
/
+2
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-15
1
-1
/
+1
*
LSR: Compress a pair (and get rid of the DenseMapInfo for it).
Benjamin Kramer
2014-03-15
1
-33
/
+6
*
SampleProfile.cpp: Fix take #2. The issue was abuse of StringRef here.
NAKAMURA Takumi
2014-03-15
1
-2
/
+4
*
SampleProfile.cpp: Quick fix to r203976 about abuse of Twine. The life of Twi...
NAKAMURA Takumi
2014-03-15
1
-5
/
+3
*
Re-format SampleProfile.cpp with clang-format. No functional changes.
Diego Novillo
2014-03-14
1
-2
/
+2
*
Use DiagnosticInfo facility.
Diego Novillo
2014-03-14
1
-14
/
+46
*
[ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=274
Alexander Potapenko
2014-03-14
1
-3
/
+9
*
MergeFunctions, cmpType: fixed variable names from XXTy1 and XXTy2 to XXTyL a...
Stepan Dyatkovskiy
2014-03-14
1
-29
/
+29
*
MergeFunctions, cmpType: Fixed comments wrapping.
Stepan Dyatkovskiy
2014-03-14
1
-1
/
+2
*
Fix a bug in InstCombine where we would incorrectly attempt to construct a
Owen Anderson
2014-03-13
1
-0
/
+7
*
[msan] Fix handling of byval arguments in VarArg calls.
Evgeniy Stepanov
2014-03-13
1
-21
/
+34
*
First patch of patch series that improves MergeFunctions performance time fro...
Stepan Dyatkovskiy
2014-03-13
1
-39
/
+94
*
Fix typo in comment: "inwoke" -> "invoke"
Mark Seaborn
2014-03-13
1
-1
/
+1
*
Resubmit "[SLPV] Recognize vectorizable intrinsics during SLP vectorization ..."
Raul E. Silvera
2014-03-12
1
-0
/
+83
*
Allow switch-to-lookup table for tables with holes by adding bitmask check
Hans Wennborg
2014-03-12
1
-5
/
+61
*
Revert r203488 and r203520.
Evan Cheng
2014-03-12
1
-67
/
+62
*
Revive SizeOptLevel-explaining comments that were dropped in r203669
Eli Bendersky
2014-03-12
1
-2
/
+2
*
Move duplicated code into a helper function (exposed through overload).
Eli Bendersky
2014-03-12
1
-0
/
+17
*
Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...
Alon Mishne
2014-03-12
1
-0
/
+58
*
Fix crash in PRE.
Erik Verbruggen
2014-03-11
1
-0
/
+2
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
3
-19
/
+7
*
GVN: fix hashing of extractvalue.
Erik Verbruggen
2014-03-11
1
-0
/
+4
*
GVN: merge overflow intrinsics with non-overflow instructions.
Erik Verbruggen
2014-03-11
1
-58
/
+118
*
Cleanup whitespace
Duncan P. N. Exon Smith
2014-03-11
1
-9
/
+9
*
Follow up to r203488. Code clean up to eliminate a lot of copy+paste.
Evan Cheng
2014-03-11
1
-215
/
+35
*
Use discriminator information in sample profiles.
Diego Novillo
2014-03-10
1
-40
/
+85
*
MemCpyOpt: When merging memsets also merge the trivial case of two memsets wi...
Benjamin Kramer
2014-03-10
1
-0
/
+7
*
For functions with ARM target specific calling convention, when simplify-libcall
Evan Cheng
2014-03-10
1
-48
/
+233
*
SimplifyCFG: Simplify the weight scaling algorithm.
Benjamin Kramer
2014-03-09
1
-15
/
+6
*
Fix build break.
Ahmed Charles
2014-03-09
1
-0
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
57
-783
/
+629
*
[C++11] Revert uses of lambdas with array_pod_sort.
Benjamin Kramer
2014-03-07
1
-4
/
+5
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
2
-18
/
+12
*
InstCombine: form shuffles from wider range of insert/extractelements
Tim Northover
2014-03-07
1
-49
/
+70
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
9
-24
/
+20
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
8
-8
/
+8
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
12
-12
/
+12
*
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2014-03-06
8
-8
/
+8
*
LoopVectorizer: Preserve fast-math flags
Arnold Schwaighofer
2014-03-05
1
-5
/
+21
*
[Layering] Move DebugLoc.h into the IR library. The implementation
Chandler Carruth
2014-03-05
1
-1
/
+1
*
[C++11] Make this interface accept const Use pointers and use override
Chandler Carruth
2014-03-05
2
-3
/
+3
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
84
-281
/
+328
*
[Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
2014-03-04
3
-3
/
+3
*
[Modules] Move the PredIteratorCache into the IR library -- it is
Chandler Carruth
2014-03-04
2
-2
/
+2
*
[Modules] Move the NoFolder into the IR library as it creates
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move the TargetFolder into the Analysis library. Historically,
Chandler Carruth
2014-03-04
2
-2
/
+2
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
24
-24
/
+24
[next]