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
/
IR
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scalable Vector IR Type with further LTO fixes
Graham Hunter
2019-07-05
1
-0
/
+1
*
Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"
Hans Wennborg
2019-06-27
1
-1
/
+0
*
[SVE][IR] Scalable Vector IR Type with pr42210 fix
Graham Hunter
2019-06-18
1
-0
/
+1
*
Revert r361953 "[SVE][IR] Scalable Vector IR Type"
Nico Weber
2019-06-09
1
-1
/
+0
*
[SVE][IR] Scalable Vector IR Type
Graham Hunter
2019-05-29
1
-0
/
+1
*
[TimePasses] allow -time-passes reporting into a custom stream
Fedor Sergeev
2019-03-15
1
-0
/
+1
*
[IR][ARM] Add function pointer alignment to datalayout
Michael Platings
2019-03-08
1
-0
/
+1
*
Rollback of rL355585.
Mitch Phillips
2019-03-07
1
-1
/
+0
*
[IR][ARM] Add function pointer alignment to datalayout
Michael Platings
2019-03-07
1
-0
/
+1
*
Revert "[IR][ARM] Add function pointer alignment to datalayout"
Mitch Phillips
2019-03-06
1
-1
/
+0
*
[IR][ARM] Add function pointer alignment to datalayout
Michael Platings
2019-03-06
1
-0
/
+1
*
Move DomTreeUpdater from IR to Analysis
Richard Trieu
2019-02-06
1
-1
/
+0
*
Remove TypeBuilder.h, and fix the few locations using it.
James Y Knight
2019-01-13
1
-1
/
+0
*
[NewPM] teach -passes= to emit meaningful error messages
Fedor Sergeev
2018-10-17
1
-0
/
+2
*
Revert "[NewPM] teach -passes= to emit meaningful error messages"
Fedor Sergeev
2018-10-15
1
-2
/
+0
*
[NewPM] teach -passes= to emit meaningful error messages
Fedor Sergeev
2018-10-15
1
-0
/
+2
*
[Dominators] Remove the DeferredDominance class
Chijun Sima
2018-08-11
1
-1
/
+0
*
Reappl "[Dominators] Add the DomTreeUpdater class"
Jakub Kuderski
2018-07-03
1
-0
/
+1
*
Revert "[Dominators] Add the DomTreeUpdater class"
Jakub Kuderski
2018-07-02
1
-1
/
+0
*
[Dominators] Add the DomTreeUpdater class
Jakub Kuderski
2018-07-02
1
-0
/
+1
*
Inline a few CMake variables into their only uses.
Nico Weber
2018-05-14
1
-5
/
+1
*
Remove a workaround that should be unneeded after r202806.
Nico Weber
2018-05-14
1
-6
/
+0
*
[IR] Avoid the need to prefix MS C++ symbols with '\01'
Reid Kleckner
2018-03-16
1
-0
/
+1
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2018-01-12
1
-0
/
+1
*
[Dominators] Introduce batch updates
Jakub Kuderski
2017-08-16
1
-0
/
+1
*
[Dominators] Add CFGBuilder testing utility
Jakub Kuderski
2017-07-13
1
-0
/
+1
*
[PM] Enable registration of out-of-tree passes with PassBuilder
Philip Pfaffe
2017-07-10
1
-0
/
+2
*
[IR] Add an iterator and range accessor for the PHI nodes of a basic
Chandler Carruth
2017-05-26
1
-0
/
+1
*
ADT: Split out simple_ilist, a simple intrusive list
Duncan P. N. Exon Smith
2016-08-30
1
-0
/
+1
*
IR: LLVMContextTest => DebugTypeODRUniquingTest, NFC
Duncan P. N. Exon Smith
2016-04-19
1
-1
/
+1
*
IR: Use an explicit map for debug info type uniquing
Duncan P. N. Exon Smith
2016-04-17
1
-0
/
+1
*
IRMover: Steal arguments when moving functions, NFC
Duncan P. N. Exon Smith
2016-04-06
1
-0
/
+1
*
Handle more edge cases in intrinsic name binary search
Reid Kleckner
2016-01-26
1
-0
/
+1
*
Fix crash when printing instructions that have a metadata attached but no par...
Mehdi Amini
2016-01-07
1
-0
/
+1
*
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
2015-08-18
1
-1
/
+0
*
The leak detector is dead, long live asan and valgrind.
Rafael Espindola
2014-12-22
1
-1
/
+0
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-0
/
+1
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-1
/
+0
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-0
/
+1
*
IR: Add Value::sortUseList()
Duncan P. N. Exon Smith
2014-07-24
1
-0
/
+1
*
Make the User::value_op_iterator a random access iterator. I had written
Chandler Carruth
2014-04-17
1
-0
/
+1
*
[Modules] Move the LeakDetector header into the IR library where the
Chandler Carruth
2014-03-04
1
-0
/
+1
*
[Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
2014-03-04
1
-0
/
+1
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-0
/
+1
*
Cleaning up a bunch of pre-Visual C++ 2012 build hacks.
Yaron Keren
2014-03-04
1
-6
/
+0
*
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
2013-12-10
1
-3
/
+5
*
[PM] Start sketching out the new module and function pass manager.
Chandler Carruth
2013-11-09
1
-0
/
+1
*
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
2013-11-09
1
-1
/
+1
*
Add missing PatternMatch.cpp to CMakeLists.txt
Arnold Schwaighofer
2013-05-05
1
-0
/
+1
*
Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...
Benjamin Kramer
2013-04-12
1
-0
/
+1
[next]