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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make it illegal for two Functions to point to the same DISubprogram
Adrian Prantl
2017-05-09
1
-28
/
+37
*
Revert r302469 "Make it illegal for two Functions to point to the same DISubp...
Hans Wennborg
2017-05-09
1
-37
/
+28
*
Make it illegal for two Functions to point to the same DISubprogram
Adrian Prantl
2017-05-08
1
-28
/
+37
*
Prefer addAttr(Attribute::AttrKind) over the AttributeList overload
Reid Kleckner
2017-04-19
1
-3
/
+1
*
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
Daniel Berlin
2017-04-11
2
-866
/
+0
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-8
/
+8
*
Move updating functions to MemorySSAUpdater.
Daniel Berlin
2017-02-22
1
-22
/
+28
*
MemorySSA: Add support for renaming uses in the updater.
Daniel Berlin
2017-02-20
1
-2
/
+6
*
[JumpThreading] Re-enable JumpThreading for guards
Sanjoy Das
2017-02-17
1
-0
/
+47
*
Revert "[JumpThreading] Thread through guards"
Anna Thomas
2017-02-15
1
-47
/
+0
*
[JumpThreading] Thread through guards
Sanjoy Das
2017-02-09
1
-0
/
+47
*
Revert "[MemorySSA] Revert r293361 and r293363, as the tests fail under asan."
Daniel Berlin
2017-01-30
1
-0
/
+56
*
[MemorySSA] Revert r293361 and r293363, as the tests fail under asan.
Sam McCall
2017-01-30
1
-56
/
+0
*
MemorySSA: Allow movement to arbitrary places
Daniel Berlin
2017-01-28
1
-0
/
+56
*
MemorySSA: Move updater to its own file
Daniel Berlin
2017-01-28
1
-0
/
+1
*
Introduce a basic MemorySSA updater, that supports insertDef,
Daniel Berlin
2017-01-28
1
-8
/
+270
*
MemorySSA: Link all defs together into an intrusive defslist, to make updater...
Daniel Berlin
2017-01-25
1
-0
/
+2
*
Cloning: Copy comdats when cloning globals.
Peter Collingbourne
2017-01-18
1
-0
/
+16
*
[MemorySSA] Define a restricted upward AccessList splice.
Bryant Wong
2016-12-25
1
-0
/
+48
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-2
/
+3
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-3
/
+2
*
[DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...
Amjad Aboud
2016-12-14
1
-7
/
+10
*
Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.
Erik Eckstein
2016-11-11
2
-0
/
+131
*
[MemorySSA] Tighten up types to make our API prettier. NFC.
George Burgess IV
2016-11-01
1
-2
/
+1
*
Cloning: Also clone global variable attached metadata.
Peter Collingbourne
2016-10-26
1
-0
/
+10
*
[MSSA] Avoid unnecessary use walks when calling getClobberingMemoryAccess
Daniel Berlin
2016-10-20
1
-14
/
+28
*
DebugInfo: preparation to implement DW_AT_alignment
Victor Leschuk
2016-10-20
1
-2
/
+1
*
[asan] Simplify calculation of stack frame layout extraction calculation of s...
Vitaly Buka
2016-10-18
1
-1
/
+2
*
[asan] Append line number to variable name if line is available and in the sa...
Vitaly Buka
2016-10-18
1
-21
/
+22
*
[MSSA] Allow unittests to use BasicAA when building.
George Burgess IV
2016-10-03
1
-12
/
+37
*
Update MemorySSA unittest to account for non-pruned SSA form
Daniel Berlin
2016-09-26
1
-10
/
+6
*
Formatting with clang-format patch r280700
Leny Kholodov
2016-09-06
1
-5
/
+6
*
DebugInfo: use strongly typed enum for debug info flags
Leny Kholodov
2016-09-06
1
-2
/
+3
*
Revert "DebugInfo: use strongly typed enum for debug info flags"
Mehdi Amini
2016-09-06
1
-6
/
+4
*
DebugInfo: use strongly typed enum for debug info flags
Mehdi Amini
2016-09-06
1
-4
/
+6
*
[asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout
Vitaly Buka
2016-08-29
1
-39
/
+41
*
[asan] Add support of lifetime poisoning into ComputeASanStackFrameLayout
Vitaly Buka
2016-08-20
1
-22
/
+24
*
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
*
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
[prev]
[next]