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
*
Revert r204076 for now - it caused significant regressions in a number of
Lang Hames
2014-03-23
1
-47
/
+78
*
[Constant Hoisting] Erase dead cast instructions.
Juergen Ributzka
2014-03-22
1
-1
/
+1
*
[Constant Hoisting] Fix multiple entries for the same basic block in PHI nodes.
Juergen Ributzka
2014-03-22
1
-3
/
+36
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-21
1
-1
/
+0
*
Sink: Don't sink static allocas from the entry block
Tom Stellard
2014-03-21
1
-0
/
+7
*
[Constant Hoisting] Make the constant materialization cost operand dependent
Juergen Ributzka
2014-03-21
1
-7
/
+7
*
[Constant Hoisting] Lazily compute the idom and cache the result.
Juergen Ributzka
2014-03-21
1
-4
/
+43
*
[Constant Hoisting] Change the algorithm to only track constants for instruct...
Juergen Ributzka
2014-03-21
1
-239
/
+321
*
[Constant Hoisting] Fix capitalization of function names.
Juergen Ributzka
2014-03-21
1
-33
/
+34
*
[Constant Hoisting] Replace the MapVector with a separate Map and Vector to k...
Juergen Ributzka
2014-03-21
1
-38
/
+51
*
Revert "[Constant Hoisting] Extend coverage of the constant hoisting pass."
Juergen Ributzka
2014-03-20
1
-391
/
+259
*
[Constant Hoisting] Extend coverage of the constant hoisting pass.
Juergen Ributzka
2014-03-20
1
-259
/
+391
*
Remove LowerInvoke's obsolete "-enable-correct-eh-support" option
Mark Seaborn
2014-03-20
1
-507
/
+8
*
[ASan] Do not instrument globals from the llvm.metadata section.
Alexander Potapenko
2014-03-20
1
-0
/
+2
*
Set debug info for instructions inserted in SplitBlockAndInsertIfThen.
Evgeniy Stepanov
2014-03-19
2
-2
/
+6
*
Fix use_iterator crash in ObjCArc from r203364
Duncan P. N. Exon Smith
2014-03-18
1
-2
/
+3
*
[LV] While I'm here, use range based for loops which are so much cleaner
Chandler Carruth
2014-03-18
1
-7
/
+7
*
[LV] The actual change I intended to commit in r204148. Sorry for the
Chandler Carruth
2014-03-18
1
-8
/
+1
*
[LV] Replace some dead code with an assert. When I first ported this
Chandler Carruth
2014-03-18
1
-2
/
+2
*
[msan] Origin tracking with history.
Evgeniy Stepanov
2014-03-18
1
-10
/
+20
*
Tolerate unmangled names in sample profiles.
Diego Novillo
2014-03-18
1
-6
/
+12
*
[msan] Kill -msan-store-clean-origin flag.
Evgeniy Stepanov
2014-03-18
1
-5
/
+1
*
[C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
2014-03-18
3
-20
/
+8
*
[msan] Remove unused code.
Evgeniy Stepanov
2014-03-18
1
-5
/
+0
*
Use range metadata instead of introducing selects.
Dan Gohman
2014-03-17
1
-78
/
+47
*
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
[next]