index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
Transforms
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-10
Cloning: Clean up the interface to the CloneFunction function.
Peter Collingbourne
1
-9
/
+5
2016-04-29
[MemorySSA] Fix bugs in walker; refactor unittests a bit.
George Burgess IV
1
-23
/
+163
2016-04-18
[NFC] Header cleanup
Mehdi Amini
2
-1
/
+1
2016-04-16
ValueMapper: Stop memoizing ConstantAsMetadata
Duncan P. N. Exon Smith
1
-4
/
+5
2016-04-16
Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC"
Duncan P. N. Exon Smith
1
-52
/
+52
2016-04-16
Revert "ValueMapper: Eliminate cross-file co-recursion, NFC"
Duncan P. N. Exon Smith
1
-52
/
+52
2016-04-16
ValueMapper: Use API from r266503 in unit tests, NFC
Duncan P. N. Exon Smith
1
-52
/
+52
2016-04-15
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
1
-15
/
+0
2016-04-14
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
3
-11
/
+11
2016-04-13
ValueMapper: Resolve cycles on the new nodes
Duncan P. N. Exon Smith
1
-0
/
+42
2016-04-08
ValueMapper: Don't memoize metadata when RF_NoModuleLevelChanges
Duncan P. N. Exon Smith
1
-0
/
+32
2016-04-08
ValueMapper: Stop memoizing MDStrings
Duncan P. N. Exon Smith
1
-0
/
+15
2016-04-08
Reapply "ValueMapper: Treat LocalAsMetadata more like function-local Values"
Duncan P. N. Exon Smith
1
-0
/
+118
2016-04-08
Revert "ValueMapper: Treat LocalAsMetadata more like function-local Values"
Duncan P. N. Exon Smith
1
-95
/
+0
2016-04-08
ValueMapper: Treat LocalAsMetadata more like function-local Values
Duncan P. N. Exon Smith
1
-0
/
+95
2016-04-07
Revert "ValueMapper: Make LocalAsMetadata match function-local Values"
Duncan P. N. Exon Smith
1
-82
/
+0
2016-04-07
ValueMapper: Allow RF_IgnoreMissingLocals and RF_NullMapMissingGlobalValues
Duncan P. N. Exon Smith
1
-0
/
+12
2016-04-07
ValueMapper: Make LocalAsMetadata match function-local Values
Duncan P. N. Exon Smith
1
-0
/
+83
2016-04-05
ValueMapper: Rewrite Mapper::mapMetadata without recursion
Duncan P. N. Exon Smith
1
-0
/
+45
2016-04-02
ValueMapper: Add support for seeding metadata with nullptr
Duncan P. N. Exon Smith
1
-0
/
+26
2016-04-02
Document end of anonymous namespaces, NFC
Duncan P. N. Exon Smith
1
-1
/
+1
2016-04-01
LowerBitSets: Move declarations to separate namespace.
Peter Collingbourne
1
-0
/
+1
2016-03-30
Cloning: Reduce complexity of debug info cloning and fix correctness issue.
Peter Collingbourne
1
-0
/
+6
2016-03-02
Really fix ASAN leak/etc issues with MemorySSA unittests
Daniel Berlin
1
-10
/
+11
2016-03-02
Revert "Fix ASAN detected errors in code and test" (it was not meant to be co...
Daniel Berlin
1
-11
/
+10
2016-03-02
Fix ASAN detected errors in code and test
Daniel Berlin
1
-10
/
+11
2016-03-02
[AA] Hoist the logic to reformulate various AA queries in terms of other
Chandler Carruth
1
-1
/
+1
2016-03-02
Fix SHARED_LIBS build
Daniel Berlin
1
-0
/
+1
2016-03-01
Add the beginnings of an update API for preserving MemorySSA
Daniel Berlin
2
-0
/
+88
2016-02-13
[Cloning] Clone every Function's Debug Info
Keno Fischer
1
-0
/
+25
2016-02-09
WholeProgramDevirt: introduce.
Peter Collingbourne
2
-0
/
+165
2016-01-26
Remove autoconf support
Chris Bieneman
3
-47
/
+0
2015-12-08
Return a std::unique_ptr from CloneModule. NFC.
Rafael Espindola
1
-1
/
+1
2015-11-05
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
1
-17
/
+14
2015-10-20
unittests: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2
-18
/
+18
2015-10-15
Remove DIFile from createSubroutineType.
Eric Christopher
1
-1
/
+1
2015-09-02
[RemoveDuplicatePHINodes] Start over after removing a PHI.
Benjamin Kramer
1
-0
/
+37
2015-08-03
Linker: Move distinct MDNodes instead of cloning
Duncan P. N. Exon Smith
1
-0
/
+31
2015-07-31
DI: Rewrite the DIBuilder local variable API
Duncan P. N. Exon Smith
1
-2
/
+2
2015-06-30
[Cloning] Teach CloneModule about personality functions
David Majnemer
1
-0
/
+35
2015-04-29
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
1
-13
/
+13
2015-04-21
DebugInfo: Remove DIArray and DITypeArray typedefs
Duncan P. N. Exon Smith
1
-1
/
+1
2015-04-21
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
1
-3
/
+3
2015-04-20
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
1
-9
/
+10
2015-04-20
DebugInfo: Remove DIType
Duncan P. N. Exon Smith
1
-2
/
+2
2015-04-16
DebugInfo: Remove DIDescriptor from the DIBuilder API
Duncan P. N. Exon Smith
1
-1
/
+2
2015-04-15
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
1
-2
/
+2
2015-04-15
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
Duncan P. N. Exon Smith
1
-2
/
+4
2015-04-14
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
1
-18
/
+19
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
1
-8
/
+4
[next]