- Jan 16, 2010
-
-
Chris Lattner authored
and add an explicit ForcePrivate argument. Switch FunctionEHFrameInfo to be MCSymbol based instead of string based. llvm-svn: 93646
-
Chris Lattner authored
dwarf emission which is going to be more invasive. llvm-svn: 93645
-
Chris Lattner authored
llvm-svn: 93643
-
Chris Lattner authored
llvm-svn: 93641
-
Benjamin Kramer authored
llvm-svn: 93638
-
Anton Korobeynikov authored
Otherwise we'll end with random cyclic deps between libraries due to this. Proposed by Gianluigi Tiesi! llvm-svn: 93635
-
Tobias Grosser authored
Nodes that had children outside of the post dominator tree (infinite loops) where removed from the post dominator tree. This seems to be wrong. Leave them in the tree. llvm-svn: 93633
-
Tobias Grosser authored
Move the DOTGraphTraits dotty printer/viewer templates, that were developed for the dominance tree into their own header file. This will allow reuse in future passes. llvm-svn: 93632
-
Devang Patel authored
No need to use WeakVH here. llvm-svn: 93631
-
Devang Patel authored
llvm-svn: 93630
-
Chris Lattner authored
llvm-svn: 93628
-
Chris Lattner authored
llvm-svn: 93627
-
Chris Lattner authored
llvm-svn: 93626
-
Chris Lattner authored
llvm-svn: 93624
-
Chris Lattner authored
calls. Add FIXMEs about a bunch of nondeterminism in stub output. llvm-svn: 93621
-
Chris Lattner authored
llvm-svn: 93619
-
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
-
Chris Lattner authored
llvm-svn: 93610
-
Chris Lattner authored
llvm-svn: 93609
-
Chris Lattner authored
llvm-svn: 93608
-
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
-
Bob Wilson authored
not during the later post-alloc tail duplication. llvm-svn: 93600
-
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
-
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
-
Chris Lattner authored
llvm-svn: 93582
-
Ted Kremenek authored
BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initialization time. This removes one of the 'init_constructors' reported in <rdar://problem/7545356>. llvm-svn: 93581
-
Dale Johannesen authored
llvm-svn: 93580
-