| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
| |
triple. This hopefully unbreaks the buildbot
on some archs.
llvm-svn: 114716
|
| |
|
|
| |
llvm-svn: 114715
|
| |
|
|
|
|
|
|
|
| |
the location of the @implementation
is just confusing for clients that want to use SourceLocations for syntactic references.
Fixes: <rdar://problem/8470540>
llvm-svn: 114714
|
| |
|
|
| |
llvm-svn: 114713
|
| |
|
|
| |
llvm-svn: 114712
|
| |
|
|
| |
llvm-svn: 114711
|
| |
|
|
|
|
|
|
| |
instructions. After further
reflection, this isn't going to achieve the purpose I intended it for. Back to the drawing board!
llvm-svn: 114710
|
| |
|
|
| |
llvm-svn: 114709
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
testing various combinations of displaying variales of basic types.
The generic_type_tester() works by first capturing the golden output produced
by the printf stmts of ./a.out, creating a list of (var, value) pairs, and then
running the a.out to a stop point, and comparing the 'frame variable var' output
against the list of (var, value) pairs.
Modified int_type() and added long_type() to use generic_type_tester().
Also modified TestBase.expect() such that substring matching also return ok if
the substring starts at the 0-th position.
llvm-svn: 114708
|
| |
|
|
| |
llvm-svn: 114707
|
| |
|
|
| |
llvm-svn: 114706
|
| |
|
|
| |
llvm-svn: 114705
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
provided when the optimization is disabled. In particular, split
the completion context CCC_Other into two contexts: CCC_Other, which
means that it's an undisclosed context for which any other results are
unwelcome, and CCC_Recovery, which is used in recovery cases.
Since we're now using the completion context within the completion
results builder, make sure that it's always set to something.
Fixes <rdar://problem/8470644>.
llvm-svn: 114704
|
| |
|
|
| |
llvm-svn: 114703
|
| |
|
|
|
|
|
|
| |
conditional move.
Not intended functionality change, as nothing uses this yet.
llvm-svn: 114702
|
| |
|
|
| |
llvm-svn: 114701
|
| |
|
|
| |
llvm-svn: 114697
|
| |
|
|
| |
llvm-svn: 114696
|
| |
|
|
|
|
|
|
|
| |
warning if the zero value was an
enum or was expanded from a macro.
Fixes: <rdar://problem/8414119>
llvm-svn: 114695
|
| |
|
|
|
|
|
|
| |
class extensions don't get reported
in the @interface.
llvm-svn: 114694
|
| |
|
|
|
|
|
|
|
| |
use the class extension
as the lexical DeclContext for the @property declaration that gets auto-created for the @interface.
Fixes: <rdar://problem/8467189>
llvm-svn: 114693
|
| |
|
|
|
|
|
|
| |
configure expects LLVM Test Suite to be in projects/test-suite.
Made the "getting started" and "testing infrastructure" docs internally consistent.
Avoid confusion between llvm-test and llvm/test.
llvm-svn: 114691
|
| |
|
|
|
|
| |
(2 == STB_WEAK | STB_GLOBAL).
llvm-svn: 114690
|
| |
|
|
| |
llvm-svn: 114689
|
| |
|
|
|
|
| |
the redundant ones are deleted.
llvm-svn: 114688
|
| |
|
|
|
|
| |
constant. Hopefully the non-Darwin bots will like it...
llvm-svn: 114687
|
| |
|
|
| |
llvm-svn: 114686
|
| |
|
|
| |
llvm-svn: 114685
|
| |
|
|
| |
llvm-svn: 114684
|
| |
|
|
| |
llvm-svn: 114682
|
| |
|
|
|
|
| |
doubt it but it's possible it's exposing another bug somewhere.
llvm-svn: 114681
|
| |
|
|
| |
llvm-svn: 114680
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(yet) recognize the 'trap' mnemonic, so we use .short/.long to emit the
opcode directly. On Darwin, however, we do want the mnemonic for more
readable assembly code and better disassembly.
Adjust the .td file to use the 'trap' mnemonic and handle using the binutils
workaround in the assembly printer. Also tweak the formatting of the opcode
values to make them consistent between the MC printer and the old printer.
llvm-svn: 114679
|
| |
|
|
|
|
| |
last commit.
llvm-svn: 114678
|
| |
|
|
| |
llvm-svn: 114676
|
| |
|
|
| |
llvm-svn: 114674
|
| |
|
|
|
|
| |
copyright assignment process.
llvm-svn: 114673
|
| |
|
|
| |
llvm-svn: 114671
|
| |
|
|
| |
llvm-svn: 114669
|
| |
|
|
|
|
|
|
|
| |
they are in. Both ways should be equivalent, but gas produces relocations
against the section.
Roman wrote the patch, I added the test.
llvm-svn: 114667
|
| |
|
|
|
|
|
| |
"external" even when doing lazy bitcode loading. This was broken because
a function that is not materialized fails the !isDeclaration() test.
llvm-svn: 114666
|
| |
|
|
|
|
| |
Patch by Nathan Jeffords!
llvm-svn: 114662
|
| |
|
|
|
|
| |
Patch by Nathan Jeffords!
llvm-svn: 114661
|
| |
|
|
| |
llvm-svn: 114660
|
| |
|
|
| |
llvm-svn: 114659
|
| |
|
|
| |
llvm-svn: 114658
|
| |
|
|
|
|
| |
const *)'.
llvm-svn: 114652
|
| |
|
|
|
|
| |
const *)'.
llvm-svn: 114649
|
| |
|
|
| |
llvm-svn: 114647
|
| |
|
|
|
|
|
| |
members with the same name as a decl outside the scope where the members are actually introduced.
Fixes http://llvm.org/PR6741
llvm-svn: 114641
|