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
/
Analysis
/
MemoryBuiltins.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Analysis] Become aware of MSVC's new/delete functions
David Majnemer
2015-12-03
1
-2
/
+22
*
Specify explicit storage type for AllocType. NFC.
George Burgess IV
2015-11-17
1
-1
/
+1
*
Use find_if to simplify control flow. NFC.
Benjamin Kramer
2015-10-24
1
-10
/
+5
*
Analysis: Remove implicit ilist iterator conversions
Duncan P. N. Exon Smith
2015-10-10
1
-5
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-25
/
+21
*
DCE: isArrayMalloc() is not used neither in LLVM nor Clang
Mehdi Amini
2015-03-09
1
-17
/
+0
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
For PR21145: recognise a builtin call to a known deallocation function even if
Richard Smith
2015-01-15
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
PR21145: Teach LLVM about C++14 sized deallocation functions.
Richard Smith
2014-10-03
1
-1
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-27
/
+27
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-2
/
+2
*
Update optimization passes to handle inalloca arguments
Reid Kleckner
2014-01-28
1
-1
/
+1
*
Teach MemoryBuiltins about address spaces
Matt Arsenault
2013-12-14
1
-5
/
+11
*
fix PR17635: false positive with packed structures
Nuno Lopes
2013-10-24
1
-3
/
+5
*
Rename DataLayout variables TD -> DL
Matt Arsenault
2013-10-03
1
-26
/
+25
*
ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...
Benjamin Kramer
2013-09-29
1
-5
/
+7
*
MemoryBuiltins: Remove posix_memalign from the list and replace it with a TODO.
Benjamin Kramer
2013-09-24
1
-1
/
+1
*
MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new.
Benjamin Kramer
2013-09-24
1
-7
/
+7
*
MemoryBuiltins: Fix operator new bits.
Benjamin Kramer
2013-09-24
1
-3
/
+3
*
Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...
Benjamin Kramer
2013-09-24
1
-4
/
+12
*
Treat nothrow forms of ::operator delete and ::operator delete[] as
Richard Smith
2013-07-21
1
-4
/
+10
*
Added support for the Builtin attribute.
Michael Gottesman
2013-06-27
1
-1
/
+1
*
Respect the 'nobuiltin' attribute when determining if a call is to a memory b...
Richard Smith
2013-05-16
1
-0
/
+3
*
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-04-09
1
-49
/
+12
*
Revert 179071 because it is not the right way to support non standard new/new...
Nadav Rotem
2013-04-09
1
-0
/
+8
*
c++ new operators are not malloc-like functions because they do not return un...
Nadav Rotem
2013-04-08
1
-8
/
+0
*
Early exit from getAllocationData() and isFreeCall() for intrinsics.
Michael Ilseman
2013-03-08
1
-1
/
+5
*
Remove trailing whitespace
Michael Ilseman
2013-03-08
1
-5
/
+5
*
Simplify code. No functionality change.
Jakub Staszak
2013-03-07
1
-3
/
+3
*
Change NULL to 0.
Jakub Staszak
2013-03-07
1
-8
/
+8
*
recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
2013-03-02
1
-12
/
+29
*
add getUnderlyingObjectSize()
Nuno Lopes
2013-03-02
1
-0
/
+20
*
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-17
1
-29
/
+12
*
fix compile-time regression report by Joerg Sonnenberger:
Nuno Lopes
2013-01-13
1
-9
/
+11
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
1
-11
/
+26
*
Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"
Benjamin Kramer
2012-12-31
1
-14
/
+3
*
revert r171306, since we cannot compare APInts with different bitwidths
Nuno Lopes
2012-12-31
1
-1
/
+1
*
minor code simplification
Nuno Lopes
2012-12-31
1
-1
/
+1
*
add support for GlobalAlias to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
1
-0
/
+9
*
add support for PHI nodes to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
1
-3
/
+14
*
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
1
-3
/
+2
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-6
/
+4
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-4
/
+6
*
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
1
-1
/
+1
*
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
2012-10-09
1
-1
/
+1
[prev]
[next]