Commit Graph

10 Commits

Author SHA1 Message Date
Erik Eckstein
720676f3ee tests: more tests converted to the new mangling under the -new-mangling-for-tests option 2017-01-26 08:54:31 -08:00
Dmitri Gribenko
d175b3b66d Migrate FileCheck to %FileCheck in tests 2016-08-10 23:52:02 -07:00
Saleem Abdulrasool
9a4dff20ad test: adjust test for future changes
This adjusts the test for the future keyword attribute `returned` which would
match ret.  This is checking for the explicit `ret` instruction.
2016-07-18 18:13:20 -07:00
Adrian Prantl
b9712dbb61 Update testcases for upstream LLVM changes.
rdar://25785066

(cherry picked from commit 01c992ccb2)
(cherry picked from commit 2e2bac1aa8ae389243a9c8cceed3b52683c2bf03)
2016-05-13 22:04:19 -07:00
Adrian Prantl
1b6ad506fb Make this testcase more robust against dead code elimination. 2016-04-14 18:18:27 -07:00
Manav Gabhawala
7928140f79 [SE-0046] Implements consistent function parameter labels by discarding extraneous parameter names and adding _ where necessary 2016-04-06 20:21:58 -04:00
Chris Lattner
4992474168 Add support for #sourceLocation in its ratified forms. Switch gyb to produce
the new form.  This keeps accepting #setline for now, but we should rip it out
at some point.
2016-03-11 22:21:42 -08:00
Daniel Duan
fbac1335c0 [parser] update tests to use #setline 2016-03-01 16:33:23 -08:00
Adrian Prantl
7db7791eb5 Relax testcase to work on 32-bit platforms. 2016-02-05 20:26:31 -08:00
Adrian Prantl
b6a7d6906a Debug Info: Fix the lowering of the SILDebugScope tree to the LLVM
inlined-at chain.

The previous implementation was only correct for cases where the inliner
inlined bottom-up in the call graph, which happened to cover the majority
of all cases.

rdar://problem/24462475
2016-02-05 13:53:34 -08:00