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
/
clang
/
test
/
CodeGenCXX
/
new.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few more ConvertTypes that should be ConvertTypeForMems, fixing
Douglas Gregor
2010-09-02
1
-0
/
+4
*
Abstract IR generation of array cookies into the C++ ABI class and
John McCall
2010-09-02
1
-0
/
+1
*
Fix miscompilation. The cookie was not used when new'ing arrays with multiple...
Argyrios Kyrtzidis
2010-08-26
1
-1
/
+4
*
Fix miscompilation. The custom new[]/delete[] methods were not getting called...
Argyrios Kyrtzidis
2010-08-25
1
-0
/
+11
*
Make sure to add MallocAttr to explicitly-declared operator new/new[]
Douglas Gregor
2010-08-18
1
-0
/
+4
*
Implement zero-initialization for array new when there is an
Douglas Gregor
2010-07-21
1
-4
/
+38
*
in 'new int[4]', constant fold the 4*4=16 instead of
Chris Lattner
2010-07-20
1
-0
/
+1
*
temporarily disable this to fix the build bot.
Chris Lattner
2010-07-20
1
-1
/
+0
*
Don't build an aggregate constructor loop when the constructor is trivial.
Anders Carlsson
2010-05-03
1
-0
/
+10
*
Don't copy or initialize empty classes. Fixes PR7012.
Anders Carlsson
2010-05-03
1
-1
/
+1
*
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-04
1
-1
/
+1
*
Revert r100193 since it causes failures in objc in clang
Mon P Wang
2010-04-02
1
-1
/
+1
*
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-02
1
-1
/
+1
*
Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.
Bob Wilson
2010-03-30
1
-1
/
+1
*
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-30
1
-1
/
+1
*
implement PR5654: add -fassume-sane-operator-new, which is enabled by default...
Nuno Lopes
2009-12-16
1
-1
/
+1
*
Handle ImplicitValueInitExpr in AggExprEmitter.
Anders Carlsson
2009-12-16
1
-0
/
+6
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Fix the test case failed in buildbot.
Fariborz Jahanian
2009-11-24
1
-1
/
+1
*
Refactor collection of call arguments in common code.
Fariborz Jahanian
2009-11-24
1
-0
/
+11
*
Use EmitStoreOfScalar when copying the scalar to the space allocated by 'new'.
Anders Carlsson
2009-11-22
1
-0
/
+7
*
Fix test portability.
Daniel Dunbar
2009-11-12
1
-1
/
+2
*
Emit new[] cookie when needed.
Anders Carlsson
2009-09-23
1
-0
/
+8
*
Basic support for new[].
Anders Carlsson
2009-09-23
1
-3
/
+12
*
Fix a thinko.
Anders Carlsson
2009-06-01
1
-0
/
+4
*
Check for null correctly for new expressions.
Anders Carlsson
2009-06-01
1
-0
/
+5
*
Improve irgen of 'new' further.
Anders Carlsson
2009-05-31
1
-1
/
+23
*
...and aggregate POD types.
Anders Carlsson
2009-05-31
1
-0
/
+7
*
Support for complex types.
Anders Carlsson
2009-05-31
1
-0
/
+2
*
Better support for scalar POD types in 'new' expressions.
Anders Carlsson
2009-05-31
1
-0
/
+4
*
Make sure to copy back arguments that can be changed by FindAllocationOverloa...
Anders Carlsson
2009-05-31
1
-0
/
+7
*
Very basic irgen support for new expressions.
Anders Carlsson
2009-05-31
1
-0
/
+5