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 dead code in SimplifyCFG
Jingyue Wu
2014-09-15
1
-43
/
+0
*
Simplify code. No functionality change.
Benjamin Kramer
2014-09-13
1
-15
/
+3
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
8
-51
/
+77
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
2
-1
/
+13
*
Enable noalias metadata by default and swap the order of the SLP and Loop vec...
James Molloy
2014-09-04
1
-1
/
+1
*
Feed AA to the inliner and use AA->getModRefBehavior in AddAliasScopeMetadata
Hal Finkel
2014-09-01
1
-11
/
+17
*
Fix AddAliasScopeMetadata again - alias.scope must be a complete description
Hal Finkel
2014-09-01
1
-15
/
+37
*
Fix AddAliasScopeMetadata to not add scopes when deriving from unknown pointers
Hal Finkel
2014-08-30
1
-25
/
+51
*
Fix a typo in AddAliasScopeMetadata
Hal Finkel
2014-08-29
1
-1
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
3
-16
/
+8
*
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
[next]