summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/auto-var-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...Eric Christopher2019-11-261-6/+3
* Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...Muhammad Omair Javaid2019-11-261-3/+6
* As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...Eric Christopher2019-11-251-6/+3
* [clang][codegen][NFC] Make test patterns more permissive.Clement Courbet2019-09-101-2/+1
* [NFC] Updated tests after r368657David Bolvansky2019-08-131-2/+2
* CodeGet: Init 32bit pointers with 0xFFFFFFFFVitaly Buka2019-07-121-1/+1
* Handle IntToPtr in isBytewiseValueVitaly Buka2019-07-121-8/+2
* Codegen, NFC: 32bit test in auto-var-init.cppVitaly Buka2019-07-121-115/+107
* CodeGen: Suppress c++ warnings in testVitaly Buka2019-07-111-0/+2
* CodeGen, NFC: Test for auto-init for 32bit pointersVitaly Buka2019-07-111-0/+16
* [clang][NewPM] Add -fno-experimental-new-pass-manager to testsLeonard Chan2019-06-211-7/+18
* Fix auto-init testJF Bastien2019-04-301-3/+3
* CodeGen: Preserve packed attribute in constStructWithPadding.Peter Collingbourne2019-03-161-0/+6
* Variable auto-init: split out small arraysJF Bastien2019-03-081-9/+15
* CodeGen: Fix PR40605 by splitting constant struct initializersAlexander Potapenko2019-03-011-160/+293
* CodeGen: Explicitly initialize structure padding in the -ftrivial-auto-var-in...Alexander Potapenko2019-02-261-14/+122
* [NFC] Reorder some mis-ordered testsJF Bastien2019-02-251-4/+4
* [NFC] Explicitly add -std=c++14 option to tests that rely on the C++14 defaultNemanja Ivanovic2019-02-051-3/+3
* Automatic variable initializationJF Bastien2018-12-181-2/+334
* CDDecl More automatic variable tail padding testJF Bastien2018-08-081-1/+20
* [NFC] Improve auto-var-init alignment checkJF Bastien2018-08-071-215/+215
* Auto var init test fix #2JF Bastien2018-08-071-15/+15
* Remove broken command flagJF Bastien2018-08-071-1/+1
* [NFC] Test automatic variable initializationJF Bastien2018-08-071-0/+999
OpenPOWER on IntegriCloud