- Jan 16, 2010
-
-
John McCall authored
llvm-svn: 93629
-
Chris Lattner authored
llvm-svn: 93628
-
Chris Lattner authored
llvm-svn: 93627
-
Chris Lattner authored
llvm-svn: 93626
-
Chris Lattner authored
llvm-svn: 93624
-
Ted Kremenek authored
llvm-svn: 93623
-
Ted Kremenek authored
Remove 'default' case in switch statement in clang_getCursorKindSpelling(). This identified a missing case (warned by the compiler) and identified that CXCursor_FirstDecl didn't actually correspond to the first decl. llvm-svn: 93622
-
Chris Lattner authored
calls. Add FIXMEs about a bunch of nondeterminism in stub output. llvm-svn: 93621
-
Chris Lattner authored
llvm-svn: 93619
-
Ted Kremenek authored
Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). This revealed a bunch of inconsistencies in how CXCursorKinds were being computed. llvm-svn: 93618
-
Bill Wendling authored
The CIE says that the LSDA point in the FDE section is an "sdata4". That's fine, but we need it to actually be 4-bytes in the FDE for some platforms. Allow individual platforms to decide for themselves. llvm-svn: 93616
-
Chris Lattner authored
llvm-svn: 93615
-
Chris Lattner authored
llvm-svn: 93614
-
Chris Lattner authored
llvm-svn: 93612
-
Tanya Lattner authored
llvm-svn: 93611
-
Chris Lattner authored
llvm-svn: 93610
-
Chris Lattner authored
llvm-svn: 93609
-
Chris Lattner authored
llvm-svn: 93608
-
Tanya Lattner authored
The codegen for these builtins was removed long ago, but their definitions remained. Removing them totally. llvm-svn: 93607
-
Bill Wendling authored
on the build bots. llvm-svn: 93606
-
Chris Lattner authored
llvm-svn: 93605
-
Chris Lattner authored
this teestcase takes a long time to crash, remove it. If someone cares about this, they should file a bug, it's not doing any good as an xfail. llvm-svn: 93604
-
Chris Lattner authored
Note that the code wasn't calling DecorateCygMingName when emitting the ".ascii -export" stuff at the end of file for DLLExported functions. I don't know if it should or not, but I'm preserving behavior. llvm-svn: 93603
-
Eli Friedman authored
llvm-svn: 93601
-
Bob Wilson authored
not during the later post-alloc tail duplication. llvm-svn: 93600
-
Ted Kremenek authored
llvm-svn: 93599
-
Chris Lattner authored
llvm-svn: 93598
-
Bob Wilson authored
the -pre-regalloc-taildup command-line option, and add a new -disable-early-taildup option. llvm-svn: 93597
-
Chris Lattner authored
llvm-svn: 93595
-
Chris Lattner authored
and CurrentFnName. llvm-svn: 93594
-
Eli Friedman authored
pointer-to-member operator. llvm-svn: 93592
-
Daniel Dunbar authored
llvm-svn: 93591
-
Chris Lattner authored
llvm-svn: 93590
-
Chris Lattner authored
replace it. Upgrade Alpha, Blackfin, and part of CellSPU to not use mangler anymore. CellSPU needs more invasive surgery. llvm-svn: 93589
-
Erick Tryzelaar authored
Thanks Andy Ray for catching this! llvm-svn: 93588
-
Chris Lattner authored
llvm-svn: 93587
-
Ted Kremenek authored
llvm-svn: 93586
-
Ted Kremenek authored
Refactor USR logic for EnumDecls and RecordDecls so that both handle 'anonymous' declarations in the same way. llvm-svn: 93585
-
Mike Stump authored
llvm-svn: 93584
-
John McCall authored
stand at the back of the line. Thanks to Oliver Hunt for reminding me to do this. llvm-svn: 93583
-