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
/
Local.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add arg_begin() and arg_end() to CallInst and InvokeInst; NFCI
Sanjoy Das
2015-12-10
1
-2
/
+1
*
[OperandBundles] Fix a transform in simplifycfg
Sanjoy Das
2015-12-08
1
-2
/
+6
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
[safestack] Protect byval function arguments.
Evgeniy Stepanov
2015-12-01
1
-5
/
+11
*
Preserve load alignment and dereferenceable metadata during some transformations
Artur Pilipenko
2015-11-02
1
-0
/
+9
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-12
/
+14
*
[PlaceSafeopints] Extract out `callsGCLeafFunction`, NFC
Sanjoy Das
2015-10-08
1
-0
/
+17
*
inariant.group handling in GVN
Piotr Padlewski
2015-10-02
1
-1
/
+14
*
Fix debug info with SafeStack.
Evgeniy Stepanov
2015-09-30
1
-3
/
+11
*
Move dbg.declare intrinsics when merging and replacing allocas.
Evgeniy Stepanov
2015-09-29
1
-4
/
+4
*
Improve performance of SimplifyInstructionsInBlock
Fiona Glaser
2015-09-28
1
-12
/
+60
*
[EH] Create removeUnwindEdge utility
Joseph Tremoulet
2015-09-27
1
-0
/
+37
*
Constant propagation after hitting assume(cmp) bugfix
Piotr Padlewski
2015-09-02
1
-0
/
+20
*
[RemoveDuplicatePHINodes] Start over after removing a PHI.
Benjamin Kramer
2015-09-02
1
-0
/
+5
*
Revert r246244 and r246243
Steven Wu
2015-08-28
1
-20
/
+0
*
Constant propagation after hitting assume(cmp) bugfix
Piotr Padlewski
2015-08-28
1
-0
/
+20
*
Rename Instruction::dropUnknownMetadata() to dropUnknownNonDebugMetadata()
Adrian Prantl
2015-08-20
1
-1
/
+1
*
[ConstantFoldTerminator] Preserve make.implicit metadata when converting Swit...
Chen Li
2015-08-07
1
-0
/
+5
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-08-06
1
-2
/
+1
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-2
/
+3
*
Update enforceKnownAlignment after the isWeakForLinker semantic change
Reid Kleckner
2015-07-14
1
-7
/
+4
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-3
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-2
/
+3
*
[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
1
-3
/
+4
*
Extend EarlyCSE to handle basic cases from JumpThreading and CVP
Philip Reames
2015-05-22
1
-0
/
+20
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-1
/
+1
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-10
/
+10
*
DebugInfo: Assert dbg.declare/value insts are valid
Duncan P. N. Exon Smith
2015-04-21
1
-6
/
+3
*
Silencing a -Wunused-but-set-variable warning; NFC.
Aaron Ballman
2015-04-16
1
-5
/
+4
*
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
Duncan P. N. Exon Smith
2015-04-15
1
-12
/
+9
*
DebugInfo: Gut DIExpression
Duncan P. N. Exon Smith
2015-04-14
1
-2
/
+1
*
Transforms: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-12
/
+6
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-10
/
+10
*
Don't promote asynch EH invokes of nounwind functions to calls
Reid Kleckner
2015-02-11
1
-1
/
+2
*
IR: Take uint64_t in DIBuilder::createExpression()
Duncan P. N. Exon Smith
2015-02-09
1
-1
/
+1
*
Correctly combine alias.scope metadata by a union instead of intersecting
Bjorn Steinbrink
2015-02-08
1
-0
/
+2
*
Inliner: Use replaceDbgDeclareForAlloca() instead of splicing the
Adrian Prantl
2015-01-30
1
-12
/
+16
*
Make ConstantFoldTerminator() handle switches with unreachable default.
Hans Wennborg
2015-01-26
1
-4
/
+10
*
[PM] Replace the Pass argument in MergeBasicBlockIntoOnlyPred with
Chandler Carruth
2015-01-20
1
-9
/
+5
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-2
/
+2
*
Remove unneeded curly braces.
Frederic Riss
2014-12-09
1
-4
/
+2
*
Reorder the code to avoid inserting at the beginning of a vector.
Frederic Riss
2014-12-09
1
-1
/
+1
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-8
/
+12
*
Correctly handle complex locations expressions in replaceDbgDeclareForAlloca()
Frederic Riss
2014-12-09
1
-2
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-5
/
+5
*
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
Duncan P. N. Exon Smith
2014-11-03
1
-2
/
+2
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-3
/
+3
[prev]
[next]