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
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't call utostr in Twine/raw_ostream contexts.
Benjamin Kramer
2015-05-28
1
-1
/
+1
*
Remove conflicting attributes before adding deduced readonly/readnone
Bjorn Steinbrink
2015-05-25
1
-1
/
+5
*
Remove the InstructionSimplifierPass immediately after InstructionCombiningPass.
Wei Mi
2015-05-19
1
-4
/
+0
*
[NFC] remove an extra new line
Jingyue Wu
2015-05-15
1
-1
/
+0
*
Add a speculative execution pass
Jingyue Wu
2015-05-15
1
-0
/
+1
*
Add another InstCombine pass after LoopUnroll.
Wei Mi
2015-05-14
1
-0
/
+3
*
New Loop Distribution pass
Adam Nemet
2015-05-14
1
-0
/
+9
*
MergeFunctions: Two different sized allocas are *not* the same
Arnold Schwaighofer
2015-05-12
1
-0
/
+9
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+2
*
Recommit r236670: [opaque pointer type] Pass explicit pointer type through GE...
David Blaikie
2015-05-07
1
-4
/
+2
*
Revert "[opaque pointer type] Pass explicit pointer type through GEP constant...
David Blaikie
2015-05-06
1
-2
/
+4
*
[opaque pointer type] Pass explicit pointer type through GEP constant folding
David Blaikie
2015-05-06
1
-4
/
+2
*
Change typeIncompatible to return an AttrBuilder instead of new-ing an Attrib...
Pete Cooper
2015-05-06
1
-16
/
+7
*
[Inliner] Discard empty COMDAT groups
David Majnemer
2015-05-05
1
-11
/
+51
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
2
-9
/
+8
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
3
-7
/
+7
*
Move Value.isDereferenceablePointer to ValueTracking [NFC]
Philip Reames
2015-04-23
1
-1
/
+2
*
Add support to interchange loops with reductions.
Karthik Bhat
2015-04-23
1
-2
/
+3
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-4
/
+1
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
3
-6
/
+3
*
DebugInfo: Remove DIDescriptor from the DebugInfo API
Duncan P. N. Exon Smith
2015-04-17
2
-2
/
+2
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-3
/
+3
*
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
3
-4
/
+4
*
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
2015-04-14
1
-2
/
+2
*
StripSymbols: Use DIGlobalVariable::getConstant() instead of getGlobal()
Duncan P. N. Exon Smith
2015-04-13
1
-1
/
+1
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
2
-2
/
+2
*
Transforms: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-6
/
+6
*
ArgPromo: Bail out earlier for varargs functions
David Blaikie
2015-04-06
1
-6
/
+7
*
DebugInfo: Remove DIDescriptor::Verify()
Duncan P. N. Exon Smith
2015-04-06
1
-4
/
+0
*
[opaque pointer type] More GEP API migrations in IRBuilder uses
David Blaikie
2015-04-03
1
-4
/
+5
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
2
-9
/
+13
*
[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...
David Blaikie
2015-03-30
1
-2
/
+3
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-2
/
+2
*
Reapply r233175 and r233183: float2int.
James Molloy
2015-03-27
1
-0
/
+7
*
Revert r233175 and r233183 with it. This pulls float2int back out of the tree...
Nick Lewycky
2015-03-27
1
-7
/
+0
*
Reapply r233062: "float2int": Add a new pass to demote from float to int wher...
James Molloy
2015-03-25
1
-0
/
+7
*
Revert r233062 ""float2int": Add a new pass to demote from float to int where...
Hans Wennborg
2015-03-24
1
-7
/
+0
*
"float2int": Add a new pass to demote from float to int where possible.
James Molloy
2015-03-24
1
-0
/
+7
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
2
-2
/
+2
*
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
2015-03-19
1
-6
/
+2
*
LowerBitSets: Avoid reusing byte set addresses.
Peter Collingbourne
2015-03-19
1
-1
/
+16
*
libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.
Peter Collingbourne
2015-03-19
1
-4
/
+12
*
PassManagerBuilder: Remove effectively dead 'StripDebug' option
Duncan P. N. Exon Smith
2015-03-19
1
-7
/
+2
*
GlobalDCE: Improve performance for large modules containing comdats.
Peter Collingbourne
2015-03-19
1
-10
/
+16
*
LowerBitSets: do not use private aliases at all on Darwin.
Peter Collingbourne
2015-03-16
1
-12
/
+17
*
Add some missed formatting
David Blaikie
2015-03-14
1
-4
/
+7
*
[opaque pointer type] gep API migration, ArgPromo
David Blaikie
2015-03-14
1
-16
/
+19
*
[opaque pointer type] more gep API migration
David Blaikie
2015-03-14
1
-4
/
+3
*
[opaque pointer type] more gep API migrations
David Blaikie
2015-03-14
1
-1
/
+1
[next]