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
/
IR
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SimplifyCFG] Extend TryToSimplifyUncondBranchFromEmptyBlock for empty block ...
Hans Wennborg
2016-05-02
1
-0
/
+24
*
Fixed signed/unsigned comparison warning.
Simon Pilgrim
2016-05-02
1
-1
/
+1
*
Properly name LLVMSetIsInBounds's argument. NFC
Amaury Sechet
2016-05-01
1
-2
/
+2
*
clean up documentation comments; NFC
Sanjay Patel
2016-04-29
1
-110
/
+14
*
Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...
Filipe Cabecinhas
2016-04-29
1
-1
/
+1
*
[GlobalOpt] Propagate operand bundles
David Majnemer
2016-04-29
1
-12
/
+46
*
Remove doInitialization() and doFinalization() member declarations without de...
Yaron Keren
2016-04-28
1
-16
/
+0
*
Add "PIE Level" metadata to module flags.
Sriraman Tallam
2016-04-28
1
-0
/
+14
*
Fix some Clang-tidy modernize and Include What You Use warnings.
Eugene Zelenko
2016-04-28
1
-6
/
+16
*
Rangify for loops, NFC.
Yaron Keren
2016-04-28
1
-22
/
+14
*
NFC. Introduce Value::getPointerDerferecnceableBytes
Artur Pilipenko
2016-04-27
1
-0
/
+34
*
Use DL preferred alignment for alloca in Value::getPointerAlignment
Artur Pilipenko
2016-04-27
1
-2
/
+7
*
[CodeGenPrepare] use branch weight metadata to decide if a select should be t...
Sanjay Patel
2016-04-26
2
-22
/
+24
*
Add check for "branch_weights" with prof metadata
Sanjay Patel
2016-04-25
1
-3
/
+7
*
Reformat LLVMConstPointerNull. NFC
Amaury Sechet
2016-04-25
1
-2
/
+1
*
[ThinLTO] Introduce typedef for commonly-used map type (NFC)
Teresa Johnson
2016-04-25
1
-4
/
+2
*
Typo. NFC.
Chad Rosier
2016-04-25
1
-1
/
+1
*
Verifier: Verify that each inlinable callsite of a debug-info-bearing function
Adrian Prantl
2016-04-24
1
-0
/
+9
*
[ThinLTO] Remove GlobalValueInfo class from index
Teresa Johnson
2016-04-24
1
-32
/
+27
*
Revert "Verifier: Verify that each inlinable callsite of a debug-info-bearing...
Adrian Prantl
2016-04-24
1
-9
/
+0
*
Verifier: Verify that each inlinable callsite of a debug-info-bearing function
Adrian Prantl
2016-04-24
1
-0
/
+9
*
DebugInfo: Change DIBuilder to make distinct DIGlobalVariables
Duncan P. N. Exon Smith
2016-04-23
1
-4
/
+4
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
5
-305
/
+131
*
replace duplicated static functions for profile metadata access with BranchIn...
Sanjay Patel
2016-04-23
1
-0
/
+18
*
BitcodeReader: Avoid referencing unresolved nodes from distinct ones
Duncan P. N. Exon Smith
2016-04-23
1
-0
/
+10
*
BitcodeReader: Use getMD/getMDOrNull helpers consistently, almost NFC
Duncan P. N. Exon Smith
2016-04-23
1
-1
/
+0
*
Style fix in Core.h / Core.cpp. NFC
Amaury Sechet
2016-04-23
1
-14
/
+10
*
Removing unused function.
Andrew Kaylor
2016-04-22
1
-15
/
+0
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
6
-5
/
+180
*
[SimplifyCFG] Add final missing implications to isImpliedTrueByMatchingCmp.
Chad Rosier
2016-04-22
1
-32
/
+5
*
[SimplifyCFG] Add missing implications to isImpliedTrueByMatchingCmp.
Chad Rosier
2016-04-22
1
-5
/
+8
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
6
-221
/
+5
*
[GVN] Respect fast-math-flags on fcmps
David Majnemer
2016-04-22
1
-10
/
+19
*
[EarlyCSE] Take the intersection of flags on instructions
David Majnemer
2016-04-22
2
-56
/
+55
*
Add utility function to manipulate attributes on CallSite. NFC
Amaury Sechet
2016-04-21
1
-0
/
+12
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
6
-5
/
+221
*
Fixed Dwarf debug info emission to skip DILexicalBlockFile entries.
Amjad Aboud
2016-04-21
1
-0
/
+6
*
Address Philip's post-commit feedback for r266987. NFC.
Chad Rosier
2016-04-21
1
-2
/
+2
*
Refactor implied condition logic from ValueTracking directly into CmpInst. NFC.
Chad Rosier
2016-04-21
1
-0
/
+52
*
IR: Use SmallVector instead of std::vector of TrackingMDRef
Duncan P. N. Exon Smith
2016-04-20
1
-1
/
+1
*
IR: Stop copying vectors of TrackingMDRef in DIBuilder
Duncan P. N. Exon Smith
2016-04-20
1
-6
/
+12
*
IR: Avoid mallocs in constructor of ModuleSlotTracker
Duncan P. N. Exon Smith
2016-04-20
1
-4
/
+15
*
Verifier: Add ModuleSlotTracker to printAsOperand call
Duncan P. N. Exon Smith
2016-04-20
1
-1
/
+1
*
Verifier: Prefer early continue over if-nesting, NFC
Duncan P. N. Exon Smith
2016-04-20
1
-8
/
+9
*
IR: Use a single ModuleSlotTracker in the Verifier
Duncan P. N. Exon Smith
2016-04-20
2
-6
/
+33
*
IR: Don't use raw_null_ostream in Verifier
Duncan P. N. Exon Smith
2016-04-20
1
-27
/
+32
*
IR: Use default member initialization in Verifier, NFC
Duncan P. N. Exon Smith
2016-04-20
1
-5
/
+4
*
[ThinLTO] Prevent importing of "llvm.used" values
Teresa Johnson
2016-04-20
1
-0
/
+16
*
Add LLVMGetAttrKindID in the C API in order to facilitate migration away from...
Amaury Sechet
2016-04-20
1
-0
/
+14
*
IR: Use std::vector instead of SmallPtrSet for distinct nodes, NFC
Duncan P. N. Exon Smith
2016-04-19
2
-4
/
+5
[next]