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
...
*
Revert "[asan] Add support of lifetime poisoning into ComputeASanStackFrameLa...
Vitaly Buka
2016-08-19
1
-24
/
+22
*
[asan] Add support of lifetime poisoning into ComputeASanStackFrameLayout
Vitaly Buka
2016-08-18
1
-22
/
+24
*
[MSSA] clang-format. NFC.
George Burgess IV
2016-08-03
1
-3
/
+2
*
[MSSA] Add special handling for invariant/constant loads.
George Burgess IV
2016-08-03
1
-0
/
+33
*
[MSSA] Fix a caching bug.
George Burgess IV
2016-08-03
1
-0
/
+74
*
Fix the MemorySSA updating API to enable people to create memory accesses bef...
Daniel Berlin
2016-07-31
1
-0
/
+36
*
Comment fixes to MemorySSA.h
Daniel Berlin
2016-07-31
1
-1
/
+1
*
IR: New representation for CFI and virtual call optimization pass metadata.
Peter Collingbourne
2016-06-24
3
-20
/
+20
*
Add MemoryAccess creation and PHI creation APIs to MemorySSA
Daniel Berlin
2016-06-21
1
-11
/
+93
*
[MemorySSA] Clean up unit tests a tiny bit. NFC.
George Burgess IV
2016-06-20
1
-4
/
+4
*
[MemorySSA] Port to new pass manager
Geoff Berry
2016-06-01
1
-3
/
+3
*
Cloning: Clean up the interface to the CloneFunction function.
Peter Collingbourne
2016-05-10
1
-9
/
+5
*
[MemorySSA] Fix bugs in walker; refactor unittests a bit.
George Burgess IV
2016-04-29
1
-23
/
+163
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
2
-1
/
+1
*
ValueMapper: Stop memoizing ConstantAsMetadata
Duncan P. N. Exon Smith
2016-04-16
1
-4
/
+5
*
Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC"
Duncan P. N. Exon Smith
2016-04-16
1
-52
/
+52
*
Revert "ValueMapper: Eliminate cross-file co-recursion, NFC"
Duncan P. N. Exon Smith
2016-04-16
1
-52
/
+52
*
ValueMapper: Use API from r266503 in unit tests, NFC
Duncan P. N. Exon Smith
2016-04-16
1
-52
/
+52
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-15
/
+0
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
3
-11
/
+11
*
ValueMapper: Resolve cycles on the new nodes
Duncan P. N. Exon Smith
2016-04-13
1
-0
/
+42
*
ValueMapper: Don't memoize metadata when RF_NoModuleLevelChanges
Duncan P. N. Exon Smith
2016-04-08
1
-0
/
+32
*
ValueMapper: Stop memoizing MDStrings
Duncan P. N. Exon Smith
2016-04-08
1
-0
/
+15
*
Reapply "ValueMapper: Treat LocalAsMetadata more like function-local Values"
Duncan P. N. Exon Smith
2016-04-08
1
-0
/
+118
*
Revert "ValueMapper: Treat LocalAsMetadata more like function-local Values"
Duncan P. N. Exon Smith
2016-04-08
1
-95
/
+0
*
ValueMapper: Treat LocalAsMetadata more like function-local Values
Duncan P. N. Exon Smith
2016-04-08
1
-0
/
+95
*
Revert "ValueMapper: Make LocalAsMetadata match function-local Values"
Duncan P. N. Exon Smith
2016-04-07
1
-82
/
+0
*
ValueMapper: Allow RF_IgnoreMissingLocals and RF_NullMapMissingGlobalValues
Duncan P. N. Exon Smith
2016-04-07
1
-0
/
+12
*
ValueMapper: Make LocalAsMetadata match function-local Values
Duncan P. N. Exon Smith
2016-04-07
1
-0
/
+83
*
ValueMapper: Rewrite Mapper::mapMetadata without recursion
Duncan P. N. Exon Smith
2016-04-05
1
-0
/
+45
*
ValueMapper: Add support for seeding metadata with nullptr
Duncan P. N. Exon Smith
2016-04-02
1
-0
/
+26
*
Document end of anonymous namespaces, NFC
Duncan P. N. Exon Smith
2016-04-02
1
-1
/
+1
*
LowerBitSets: Move declarations to separate namespace.
Peter Collingbourne
2016-04-01
1
-0
/
+1
*
Cloning: Reduce complexity of debug info cloning and fix correctness issue.
Peter Collingbourne
2016-03-30
1
-0
/
+6
*
Really fix ASAN leak/etc issues with MemorySSA unittests
Daniel Berlin
2016-03-02
1
-10
/
+11
*
Revert "Fix ASAN detected errors in code and test" (it was not meant to be co...
Daniel Berlin
2016-03-02
1
-11
/
+10
*
Fix ASAN detected errors in code and test
Daniel Berlin
2016-03-02
1
-10
/
+11
*
[AA] Hoist the logic to reformulate various AA queries in terms of other
Chandler Carruth
2016-03-02
1
-1
/
+1
*
Fix SHARED_LIBS build
Daniel Berlin
2016-03-02
1
-0
/
+1
*
Add the beginnings of an update API for preserving MemorySSA
Daniel Berlin
2016-03-01
2
-0
/
+88
*
[Cloning] Clone every Function's Debug Info
Keno Fischer
2016-02-13
1
-0
/
+25
*
WholeProgramDevirt: introduce.
Peter Collingbourne
2016-02-09
2
-0
/
+165
*
Remove autoconf support
Chris Bieneman
2016-01-26
3
-47
/
+0
*
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
[prev]
[next]