Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
13a5be10b198a5dc7e3e72c54481cd8b70f68495
/
test
/
CodeGenCXX
/
new.cpp
744823c
Fix the test case failed in buildbot.
by Fariborz Jahanian
· 15 years ago
048f52a
Refactor collection of call arguments in common code.
by Fariborz Jahanian
· 15 years ago
09edb9c
Use EmitStoreOfScalar when copying the scalar to the space allocated by 'new'.
by Anders Carlsson
· 15 years ago
010c3f5
Fix test portability.
by Daniel Dunbar
· 15 years ago
6ac5fc4
Emit new[] cookie when needed.
by Anders Carlsson
· 15 years ago
a4d4c01
Basic support for new[].
by Anders Carlsson
· 15 years ago
215bd20
Fix a thinko.
by Anders Carlsson
· 16 years ago
f110853
Check for null correctly for new expressions.
by Anders Carlsson
· 16 years ago
d3fd6ba
Improve irgen of 'new' further.
by Anders Carlsson
· 16 years ago
627a3e5
...and aggregate POD types.
by Anders Carlsson
· 16 years ago
3923e95
Support for complex types.
by Anders Carlsson
· 16 years ago
6d0ffad
Better support for scalar POD types in 'new' expressions.
by Anders Carlsson
· 16 years ago
d958389
Make sure to copy back arguments that can be changed by FindAllocationOverload. This fixes placement new. (Sebastian, please review).
by Anders Carlsson
· 16 years ago
ed4e367
Very basic irgen support for new expressions.
by Anders Carlsson
· 16 years ago