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
/
lib
/
Target
/
XCore
/
XCoreLowerThreadLocal.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[XCore] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-26
1
-1
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-5
/
+5
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-5
/
+5
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-5
/
+5
*
Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...
Benjamin Kramer
2016-07-02
1
-6
/
+2
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-13
1
-1
/
+1
*
Temporarily revert:
Eric Christopher
2016-03-12
1
-1
/
+1
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-11
1
-1
/
+1
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-1
/
+1
*
XCore: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-6
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-1
/
+1
*
[opaque pointer type] More GEP IRBuilder API migrations...
David Blaikie
2015-04-03
1
-3
/
+5
*
[PM] Replace the Pass argument to SplitEdge with specific analyses used
Chandler Carruth
2015-01-19
1
-1
/
+1
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-1
/
+1
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+3
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-8
/
+5
*
[Modules] Move the NoFolder into the IR library as it creates
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Fix known typos
Alp Toker
2014-01-24
1
-2
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
XCore target: fix bug in XCoreLowerThreadLocal.cpp
Robert Lytton
2013-10-11
1
-10
/
+21
*
A better way to silence the warning in MSVC (replaces r190304).
Aaron Ballman
2013-09-09
1
-2
/
+1
*
Silencing a warning about control flow reaching the end of a non-void function.
Aaron Ballman
2013-09-09
1
-0
/
+1
*
XCore handling of thread local lowering
Robert Lytton
2013-09-09
1
-9
/
+94
*
[XCore] Move lowering of thread local storage to a separate pass.
Richard Osborne
2013-05-04
1
-0
/
+145