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
*
[LoopVer] Add missing std::move
Adam Nemet
2015-07-30
1
-1
/
+2
*
[LDist][LVer] Explicitly pass the set of memchecks to LoopVersioning, NFC
Adam Nemet
2015-07-28
1
-5
/
+6
*
[IndVars] Make loop varying predicates loop invariant.
Sanjoy Das
2015-07-27
1
-5
/
+54
*
Use make_range(rbegin(), rend()) to allow foreach loops. NFC.
Pete Cooper
2015-07-24
1
-3
/
+2
*
[asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in...
Kuba Brecka
2015-07-23
1
-1
/
+9
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-3
/
+3
*
Fix mem2reg to correctly handle allocas only used in a single block
Michael Kuperstein
2015-07-22
1
-15
/
+23
*
[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
Chandler Carruth
2015-07-22
5
-50
/
+39
*
[PM/AA] Remove the last of the legacy update API from AliasAnalysis as
Chandler Carruth
2015-07-22
2
-5
/
+0
*
[LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFC
Adam Nemet
2015-07-14
1
-1
/
+1
*
Update enforceKnownAlignment after the isWeakForLinker semantic change
Reid Kleckner
2015-07-14
1
-7
/
+4
*
[PM/AA] Completely remove the AliasAnalysis::copyValue interface.
Chandler Carruth
2015-07-11
2
-3
/
+0
*
[LoopDist/LoopVer] Move LoopVersioning to a new module, NFC
Adam Nemet
2015-07-10
2
-0
/
+107
*
[LoopDist] Move loop-versioning helper functions to Cloning, NFC
Adam Nemet
2015-07-10
1
-0
/
+66
*
Revert the new EH instructions
David Majnemer
2015-07-10
2
-6
/
+4
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
2
-4
/
+6
*
[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
[next]