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
*
Change LoadAndStorePromoter to take ArrayRef instead of SmallVectorImpl&.
Pete Cooper
2015-05-13
1
-3
/
+3
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+2
*
Implement `createSanitizerCtor`, common helper function for all sanitizers
Ismail Pazarbasi
2015-05-06
1
-0
/
+21
*
[opaque pointer type] Track explicit GEP pointee type through in-memory IR
David Blaikie
2015-05-05
1
-0
/
+3
*
[opaque pointer type] Store the value type of an alloca
David Blaikie
2015-04-29
1
-2
/
+5
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
1
-3
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
4
-23
/
+22
*
SimplifyCFG: Correctly handle switch lookup tables which fully cover the inpu...
Hans Wennborg
2015-04-24
1
-4
/
+9
*
Removing dead code; NFC. This code was triggering a C4718 warning (recursive ...
Aaron Ballman
2015-04-24
1
-18
/
+0
*
Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...
David Blaikie
2015-04-23
1
-1
/
+13
*
Move common loop utility function isInductionPHI into LoopUtils.cpp
Karthik Bhat
2015-04-23
1
-0
/
+46
*
Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...
David Blaikie
2015-04-22
1
-12
/
+1
*
[opaque pointer type] Avoid using PointerType::getElementType for a few cases...
David Blaikie
2015-04-21
1
-1
/
+12
*
Revamp PredIteratorCache interface to be cleaner.
Daniel Berlin
2015-04-21
1
-4
/
+4
*
Move IDF Calculation to a separate file, expose an interface to it.
Daniel Berlin
2015-04-21
1
-130
/
+32
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
2
-12
/
+12
*
DebugInfo: Assert dbg.declare/value insts are valid
Duncan P. N. Exon Smith
2015-04-21
1
-6
/
+3
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
2
-9
/
+11
*
[InlineFunction] Don't add lifetime markers for zero-sized allocas.
Akira Hatanaka
2015-04-20
1
-1
/
+5
*
[NFC] Refactor identification of reductions as common utility function.
Karthik Bhat
2015-04-20
2
-0
/
+454
*
Silencing a -Wunused-but-set-variable warning; NFC.
Aaron Ballman
2015-04-16
1
-5
/
+4
*
DebugInfo: Gut DIScope, DIEnumerator and DISubrange
Duncan P. N. Exon Smith
2015-04-16
1
-2
/
+2
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+1
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-13
/
+0
*
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
Duncan P. N. Exon Smith
2015-04-15
1
-12
/
+9
*
DebugInfo: Update signature of DICompileUnit::replace*()
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+2
*
[LoopUnrollRuntime] Avoid high-cost trip count computation.
Sanjoy Das
2015-04-14
2
-7
/
+20
*
DebugInfo: Gut DILocation
Duncan P. N. Exon Smith
2015-04-14
1
-7
/
+7
*
DebugInfo: Gut DIExpression
Duncan P. N. Exon Smith
2015-04-14
1
-2
/
+1
*
DebugInfo: Move DILocation::computeNewDiscriminators()
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+7
*
AddDiscriminators: Create new MDLocation directly
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+3
*
Fix typo.
Mark Lacey
2015-04-12
1
-1
/
+1
*
[LoopUnrollRuntime] Clean up a predicate.
Sanjoy Das
2015-04-12
1
-3
/
+2
*
DebugInfo: Rewrite atSameLineAs() as MDLocation::canDiscriminate()
Duncan P. N. Exon Smith
2015-04-11
1
-1
/
+1
*
[WinEH] Try to make outlining invokes work a little better
Reid Kleckner
2015-04-10
1
-1
/
+1
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
Eliminate O(n^2) worst-case behavior in SSA construction
Cameron Zwarich
2015-04-08
1
-3
/
+6
*
DebugInfo: Remove DITypedArray<>, replace with typedefs
Duncan P. N. Exon Smith
2015-04-07
1
-8
/
+7
*
Transforms: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
2
-13
/
+8
*
Move `checkInterfaceFunction` to ModuleUtils
Ismail Pazarbasi
2015-04-06
1
-0
/
+11
*
[opaque pointer type] More GEP IRBuilder API migrations...
David Blaikie
2015-04-03
2
-4
/
+4
*
Use early returns to reduce indentation.
David Blaikie
2015-04-03
1
-18
/
+18
*
Fix a bug indicated by -fsanitize=shift-exponent.
Alexey Samsonov
2015-04-02
1
-1
/
+1
*
[SimplifyLibCalls] Ignore nobuiltin/unavailable fortified libcalls.
Ahmed Bougacha
2015-04-01
1
-3
/
+13
*
[opaque pointer type] More IRBuilder::createGEP (non-inbounds) migrations: Co...
David Blaikie
2015-03-30
1
-9
/
+9
*
Transforms: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
2
-18
/
+18
*
Merge empty landing pads in SimplifyCFG
Philip Reames
2015-03-24
1
-0
/
+85
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
4
-4
/
+5
*
[ctorutils] Update and sort includes. NFC.
Benjamin Kramer
2015-03-23
1
-1
/
+2
[next]