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
*
Remove dangling initializers in GlobalDCE
Bruno Cardoso Lopes
2014-08-25
1
-0
/
+3
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
3
-15
/
+10
*
Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...
David Blaikie
2014-08-21
1
-4
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
6
-10
/
+10
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
6
-10
/
+10
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
6
-10
/
+10
*
Introduce a helper to combine instruction metadata.
Rafael Espindola
2014-08-15
2
-0
/
+44
*
Copy noalias metadata from call sites to inlined instructions
Hal Finkel
2014-08-14
1
-4
/
+28
*
Add noalias metadata for general calls (not just memory intrinsics) during in...
Hal Finkel
2014-08-14
1
-7
/
+18
*
utils: Fix segfault in flattencfg
Jan Vesely
2014-08-13
1
-4
/
+5
*
Move helper for getting a terminating musttail call to BasicBlock
Reid Kleckner
2014-08-12
1
-30
/
+5
*
[SimplifyCFG] fix accessing deleted PHINodes in switch-to-table conversion.
Manman Ren
2014-08-02
1
-1
/
+4
*
SimplifyCFG: Avoid miscompilations due to removed lifetime intrinsics.
Rafael Espindola
2014-07-30
1
-1
/
+1
*
Add @llvm.assume, lowering, and some basic properties
Hal Finkel
2014-07-25
1
-0
/
+28
*
Convert noalias parameter attributes into noalias metadata during inlining
Hal Finkel
2014-07-25
1
-0
/
+174
*
Feedback from Hans on r213815. No functionaility change.
Manman Ren
2014-07-24
1
-10
/
+11
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+101
*
Fixing an MSVC conversion warning about implicitly converting the shift resul...
Aaron Ballman
2014-07-24
1
-1
/
+1
*
SimplifyCFG: fix a bug in switch to table conversion
Manman Ren
2014-07-23
1
-4
/
+13
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
11
-64
/
+94
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
11
-94
/
+64
*
Give SplitBlockAndInsertIfThen the ability to update a domtree.
Peter Collingbourne
2014-07-15
1
-1
/
+16
*
Fix an issue with the MergeBasicBlockIntoOnlyPred() helper function where it did
Owen Anderson
2014-07-12
1
-0
/
+5
*
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
*
Feeding isSafeToSpeculativelyExecute its DataLayout pointer
Hal Finkel
2014-07-10
3
-31
/
+43
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
2
-223
/
+0
*
Fix some Twine locals.
Benjamin Kramer
2014-07-08
1
-5
/
+9
*
Fix for PR17073 ( http://llvm.org/pr17073 ), simplifycfg illegally hoists an ...
Sanjay Patel
2014-07-07
1
-3
/
+20
*
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
1
-3
/
+4
*
Minor stylistic fix in SimplifyCFG (test commit)
Marcello Maggioni
2014-07-03
1
-1
/
+2
*
DebugInfo: Preserve debug location information when transforming a call into ...
David Blaikie
2014-06-30
1
-0
/
+1
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Don't build switch tables for dllimport and TLS variables in GEPs
Hans Wennborg
2014-06-26
1
-2
/
+3
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
LoopUnrollRuntime: Check for overflow in the trip count calculation.
Benjamin Kramer
2014-06-21
1
-11
/
+12
*
Don't build switch lookup tables for dllimport or TLS variables
Hans Wennborg
2014-06-20
1
-0
/
+4
*
LowerSwitch: track bounding range for the condition tree.
Jim Grosbach
2014-06-16
1
-27
/
+102
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-2
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Fix line numbers for code inlined from __nodebug__ functions.
Evgeniy Stepanov
2014-06-09
1
-1
/
+7
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-1
/
+1
*
Make bitcast, extractelement, and insertelement considered cheap for speculat...
Matt Arsenault
2014-05-30
1
-0
/
+3
*
LCSSA should be performed on the outermost affected loop while unrolling loop.
Dinesh Dwivedi
2014-05-29
1
-0
/
+9
*
Add support for missed and analysis optimization remarks.
Diego Novillo
2014-05-22
2
-7
/
+9
*
Revert "Patch for function cloning to inline all blocks whose address is taken"
Eric Christopher
2014-05-19
1
-106
/
+34
*
Use create methods since msvc doesn't handle delegating constructors.
Rafael Espindola
2014-05-17
1
-2
/
+3
*
Reduce abuse of default values in the GlobalAlias constructor.
Rafael Espindola
2014-05-17
1
-3
/
+2
[next]