summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/global-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Teach the constant expr evaluator about derived-to-base casts when no virtual...Anders Carlsson2010-10-311-0/+16
* Test for rdar://problem/8073696.John McCall2010-08-121-0/+11
* Do a very simple pass over every function we emit to infer whether we canJohn McCall2010-08-031-1/+1
* Emit global destructors even if the destroyed object has no initializers or hasJohn McCall2010-07-301-2/+17
* When deferring the emission of declarations with initializers in C++, rememberJohn McCall2010-07-151-0/+22
* When creating functions to run global initializers and destructors, mark themJohn McCall2010-07-061-1/+4
* Fix test.Anders Carlsson2010-06-091-1/+2
* C++: Add support for -fno-use-cxa-atexit.Daniel Dunbar2010-03-201-1/+1
* Fix the bug that was breaking self-host, and re-land the static ctor fixes.Anders Carlsson2010-02-051-0/+5
* Revert r95363 and r95375, which broke self-host.Douglas Gregor2010-02-051-5/+0
* If a global initializer has a non-trivial destructor it can't be emitted as a...Anders Carlsson2010-02-051-0/+5
* Codegen CXXConstructExprs with trivial constructors as constants.John McCall2010-02-021-0/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* If a global initializer has a non-trivial constructor or destructor, we never...Anders Carlsson2009-10-081-2/+8
* Port test over to FileCheck.Anders Carlsson2009-10-081-3/+3
* Use the inbounds variant of getelementptr for common pointer arithmetic.Dan Gohman2009-08-121-1/+1
* Add support for global initializers.Anders Carlsson2009-08-081-0/+10
OpenPOWER on IntegriCloud