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
/
IR
/
Value.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-1
/
+2
*
[Alignment][NFC] Value::getPointerAlignment returns MaybeAlign
Guillaume Chatelet
2019-10-15
1
-23
/
+23
*
Fix Calling Convention through aliases
Erich Keane
2019-10-07
1
-0
/
+8
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-1
/
+1
*
[NFC] Rearrange Value::getPointerAlignment
Guillaume Chatelet
2019-09-26
1
-21
/
+23
*
IR. Change strip* family of functions to not look through aliases.
Peter Collingbourne
2019-08-22
1
-21
/
+9
*
[LLVM][Alignment] Introduce Alignment Type in DataLayout
Guillaume Chatelet
2019-08-05
1
-2
/
+4
*
[IR] Value: add replaceUsesWithIf() utility
Roman Lebedev
2019-08-01
1
-9
/
+5
*
[IR] Fix getPointerAlignment for CallBase
Hideto Ueno
2019-07-28
1
-3
/
+5
*
[IR][Verifier] Allow IntToPtrInst to be !dereferenceable
Ryan Taylor
2019-07-23
1
-0
/
+13
*
Replace three "strip & accumulate" implementations with a single one
Johannes Doerfert
2019-07-11
1
-18
/
+30
*
Introduce Value::stripPointerCastsSameRepresentation
Johannes Doerfert
2019-06-04
1
-1
/
+12
*
[IR][ARM] Add function pointer alignment to datalayout
Michael Platings
2019-03-08
1
-4
/
+8
*
Rollback of rL355585.
Mitch Phillips
2019-03-07
1
-8
/
+4
*
[IR][ARM] Add function pointer alignment to datalayout
Michael Platings
2019-03-07
1
-4
/
+8
*
Revert "[IR][ARM] Add function pointer alignment to datalayout"
Mitch Phillips
2019-03-06
1
-10
/
+4
*
[IR][ARM] Add function pointer alignment to datalayout
Michael Platings
2019-03-06
1
-4
/
+10
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-1
/
+2
*
Remove a redundant space from an error message; NFC
George Burgess IV
2019-01-30
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CallSite removal] Move the rest of IR implementation code away from
Chandler Carruth
2019-01-07
1
-13
/
+13
*
[IR] Add hasNPredecessors, hasNPredecessorsOrMore to BasicBlock
Vedant Kumar
2018-11-19
1
-11
/
+2
*
[NFC] Remove magic bool param in RAUW
JF Bastien
2018-08-09
1
-4
/
+4
*
Implement strip.invariant.group
Piotr Padlewski
2018-07-02
1
-1
/
+2
*
In thin and full LTO + CFI, direct function calls may go through jump table
Dmitry Mikulin
2018-06-04
1
-29
/
+0
*
revert r332610, it breaks cfi, see D46326
Nico Weber
2018-05-21
1
-0
/
+29
*
In thin and full LTO + CFI, direct function calls may go through jump table
Dmitry Mikulin
2018-05-17
1
-29
/
+0
*
[STLExtras] Add size() for ranges, and remove distance()
Vedant Kumar
2018-05-16
1
-1
/
+3
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-3
/
+1
*
Rename invariant.group.barrier to launder.invariant.group
Piotr Padlewski
2018-05-03
1
-7
/
+7
*
[IR] Do not assume that function pointers are aligned
Mikhail Maltsev
2018-04-27
1
-0
/
+4
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-2
/
+2
*
Limit size of non-GlobalValue name
Serge Guelton
2018-01-05
1
-0
/
+9
*
Give up on array allocas in getPointerDereferenceableBytes
Bjorn Steinbrink
2017-12-20
1
-4
/
+2
*
Treat sret arguments as being dereferenceable in getPointerDereferenceableByt...
Bjorn Steinbrink
2017-12-19
1
-2
/
+3
*
Re-commit "Properly handle multi-element and dynamically sized allocas in get...
Bjorn Steinbrink
2017-12-17
1
-4
/
+6
*
Revert "Properly handle multi-element and dynamically sized allocas in getPoi...
Bjorn Steinbrink
2017-12-17
1
-6
/
+4
*
Revert "Treat sret arguments as being dereferenceable in getPointerDereferenc...
Bjorn Steinbrink
2017-12-17
1
-3
/
+2
*
Treat sret arguments as being dereferenceable in getPointerDereferenceableByt...
Bjorn Steinbrink
2017-12-17
1
-2
/
+3
*
Properly handle byval arguments in getPointerDereferenceableBytes()
Bjorn Steinbrink
2017-12-17
1
-3
/
+3
*
Properly handle multi-element and dynamically sized allocas in getPointerDere...
Bjorn Steinbrink
2017-12-17
1
-4
/
+6
*
[ThinLTO] Enable importing of aliases as copy of aliasee
Teresa Johnson
2017-12-16
1
-1
/
+1
*
Current implementation of Value::replaceUsesExceptBlockAddr() uses UseList
Dmitry Mikulin
2017-11-17
1
-1
/
+9
*
Fix -Werror when compiling rL318083 (ter)
Serge Guelton
2017-11-13
1
-1
/
+2
*
[IPO/LowerTypesTest] Skip blockaddress(es) when replacing uses.
Davide Italiano
2017-11-07
1
-0
/
+22
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-1
/
+28
*
Add a new WeakVH value handle; NFC
Sanjoy Das
2017-05-01
1
-2
/
+5
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-5
/
+5
*
Emulate TrackingVH using WeakVH
Sanjoy Das
2017-05-01
1
-16
/
+3
*
Make getParamAlignment use argument numbers
Reid Kleckner
2017-04-28
1
-1
/
+1
[next]