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
/
unittests
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return a std::unique_ptr from CloneModule. NFC.
Rafael Espindola
2015-12-08
1
-1
/
+1
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-17
/
+14
*
unittests: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
2
-18
/
+18
*
Remove DIFile from createSubroutineType.
Eric Christopher
2015-10-15
1
-1
/
+1
*
[RemoveDuplicatePHINodes] Start over after removing a PHI.
Benjamin Kramer
2015-09-02
1
-0
/
+37
*
Linker: Move distinct MDNodes instead of cloning
Duncan P. N. Exon Smith
2015-08-03
1
-0
/
+31
*
DI: Rewrite the DIBuilder local variable API
Duncan P. N. Exon Smith
2015-07-31
1
-2
/
+2
*
[Cloning] Teach CloneModule about personality functions
David Majnemer
2015-06-30
1
-0
/
+35
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-13
/
+13
*
DebugInfo: Remove DIArray and DITypeArray typedefs
Duncan P. N. Exon Smith
2015-04-21
1
-1
/
+1
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-3
/
+3
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-9
/
+10
*
DebugInfo: Remove DIType
Duncan P. N. Exon Smith
2015-04-20
1
-2
/
+2
*
DebugInfo: Remove DIDescriptor from the DIBuilder API
Duncan P. N. Exon Smith
2015-04-16
1
-1
/
+2
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+2
*
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+4
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-18
/
+19
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-8
/
+4
*
DebugInfo: Remove DITypedArray<>, replace with typedefs
Duncan P. N. Exon Smith
2015-04-07
1
-2
/
+2
*
IR: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-20
/
+18
*
Transforms: Update unit tests to use verifyModule()
Duncan P. N. Exon Smith
2015-03-30
1
-6
/
+15
*
Transforms: Fix a use of the old DebugLoc in unittests
Duncan P. N. Exon Smith
2015-03-30
1
-3
/
+3
*
MapMetadata: Allow unresolved metadata if it won't change
Duncan P. N. Exon Smith
2015-03-17
2
-0
/
+28
*
[opaque pointer type] gep API migration
David Blaikie
2015-03-14
1
-1
/
+2
*
Add explicit type to empty std::set initializer to fix the libc++ build.
Peter Collingbourne
2015-03-03
1
-1
/
+1
*
LowerBitSets: Use byte arrays instead of bit sets to represent in-memory bit ...
Peter Collingbourne
2015-03-03
1
-15
/
+75
*
LowerBitSets: Align referenced globals.
Peter Collingbourne
2015-02-25
1
-12
/
+16
*
LowerBitSets: Introduce global layout builder.
Peter Collingbourne
2015-02-24
1
-0
/
+27
*
Introduce bitset metadata format and bitset lowering pass.
Peter Collingbourne
2015-02-20
5
-1
/
+90
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-3
/
+2
*
DebugIR: Delete -debug-ir
Duncan P. N. Exon Smith
2014-11-29
5
-334
/
+1
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+3
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-3
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+3
*
[Debug Info] add DISubroutineType and its creation takes DITypeArray.
Manman Ren
2014-07-28
1
-1
/
+1
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
2
-233
/
+0
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-1
/
+2
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
3
-9
/
+9
*
Use create methods since msvc doesn't handle delegating constructors.
Rafael Espindola
2014-05-17
1
-1
/
+1
*
Reduce abuse of default values in the GlobalAlias constructor.
Rafael Espindola
2014-05-17
1
-3
/
+1
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
Change the GlobalAlias constructor to look a bit more like GlobalVariable.
Rafael Espindola
2014-05-16
1
-2
/
+3
*
This reverts r206828 until David has time to figure out that is going on.
Quentin Colombet
2014-04-22
1
-25
/
+19
*
Use unique_ptr to handle ownership of Value*s in Cloning unit tests.
David Blaikie
2014-04-21
1
-19
/
+25
*
CloneFunction: Clone all attributes, including the CC
Reid Kleckner
2014-03-26
1
-0
/
+23
*
DebugIRTests: Fixup for r204130.
NAKAMURA Takumi
2014-03-18
1
-1
/
+1
*
[C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
2014-03-18
1
-2
/
+2
*
unittests: Fix -Werror build
Justin Bogner
2014-03-12
1
-2
/
+2
[next]