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
*
[LoopUnroll] Use undef for phis with no value live
David Majnemer
2015-07-01
1
-1
/
+1
*
[Cloning] Teach CloneModule about personality functions
David Majnemer
2015-06-30
1
-0
/
+4
*
[LoopSimplify] Set proper debug location in loop backedge blocks.
Alexey Samsonov
2015-06-29
1
-1
/
+2
*
Move VectorUtils from Transforms to Analysis to correct layering violation
David Blaikie
2015-06-26
2
-214
/
+0
*
Fix ODR violation waiting to happen by making static function definitions in ...
David Blaikie
2015-06-26
2
-0
/
+214
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-06-24
1
-103
/
+88
*
fix typos; NFC
Sanjay Patel
2015-06-24
1
-2
/
+2
*
Let llvm::ReplaceInstWithInst copy debug location from old to new instruction.
Alexey Samsonov
2015-06-23
1
-2
/
+5
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
17
-20
/
+20
*
[SwitchLowering] Remove quadratic vector removal.
Benjamin Kramer
2015-06-20
1
-12
/
+12
*
LowerSwitch: Avoid some undefined behaviour
Justin Bogner
2015-06-20
1
-1
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
17
-20
/
+20
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
[EliminateDuplicatePHINodes] Replace custom hash map with DenseSet.
Benjamin Kramer
2015-06-18
1
-51
/
+34
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
2
-28
/
+17
*
Refactor RecurrenceInstDesc
Tyler Nowicki
2015-06-16
1
-44
/
+41
*
Rename Reduction variables/structures to Recurrence.
Tyler Nowicki
2015-06-16
1
-66
/
+66
*
[LoopUnroll] Use IRBuilder to create branch instructions.
Alexey Samsonov
2015-06-11
1
-10
/
+9
*
[BasicBlockUtils] Set debug locations for instructions created in SplitBlockP...
Alexey Samsonov
2015-06-09
2
-4
/
+5
*
[LoopVectorize] Don't crash on zero-sized types in isInductionPHI
David Majnemer
2015-06-05
1
-0
/
+3
*
[opaque pointer type] Explicitly store the pointee type of the result of a GEP
David Blaikie
2015-06-01
1
-1
/
+4
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
2
-7
/
+7
*
Extend EarlyCSE to handle basic cases from JumpThreading and CVP
Philip Reames
2015-05-22
1
-0
/
+20
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
1
-1
/
+1
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
4
-23
/
+23
*
SimplifyIV comments and dead argument cleanup.
Andrew Trick
2015-05-18
1
-2
/
+1
*
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
[next]