- Sep 13, 2009
-
-
Chris Lattner authored
now that printBasicBlockLabel is only used for starting a MBB. This allows elimination of a bunch of arguments. llvm-svn: 81684
-
Chris Lattner authored
fix MCSymbol printing on darwin to exactly match the mangler (handling of \n and " in a symbol name). llvm-svn: 81683
-
Chris Lattner authored
for systems that don't support quoting (PR4966). llvm-svn: 81682
-
Anders Carlsson authored
llvm-svn: 81681
-
Chris Lattner authored
llvm-svn: 81680
-
Chris Lattner authored
llvm-svn: 81679
-
Chris Lattner authored
llvm-svn: 81678
-
Chris Lattner authored
instead. llvm-svn: 81677
-
Eli Friedman authored
location. Patch by Enea Zaffanella. llvm-svn: 81672
-
Daniel Dunbar authored
gcc's interpretation of APCS' somewhat loose specification). llvm-svn: 81671
-
Douglas Gregor authored
generated for an inline function definition, taking into account C99 and GNU inline/extern inline semantics. This solution is simpler, cleaner, and fixes PR4536. llvm-svn: 81670
-
Daniel Dunbar authored
llvm-svn: 81669
-
Daniel Dunbar authored
llvm-svn: 81668
-
Daniel Dunbar authored
llvm-svn: 81667
-
Daniel Dunbar authored
llvm-svn: 81666
-
Daniel Dunbar authored
llvm-svn: 81665
-
Daniel Dunbar authored
llvm-svn: 81664
-
Daniel Dunbar authored
llvm-svn: 81663
-
Daniel Dunbar authored
llvm-svn: 81662
-
Daniel Dunbar authored
llvm-svn: 81661
-
Daniel Dunbar authored
llvm-svn: 81660
-
Daniel Dunbar authored
llvm-svn: 81659
-
Anton Korobeynikov authored
llvm-svn: 81658
-
Anton Korobeynikov authored
with subreg - superreg mapping and also fix PR4965. llvm-svn: 81657
-
Dan Gohman authored
sse, this code falls back to SelectionDAG isel which uses an x87 instruction, which is fine, but not what this test is testing for. llvm-svn: 81656
-
Daniel Dunbar authored
- Could we just always implement this as __clear_cache for __GNUC__? llvm-svn: 81655
-
Daniel Dunbar authored
llvm-svn: 81654
-
Daniel Dunbar authored
make very nice symbols, just use the function name. llvm-svn: 81653
-
Chris Lattner authored
Move GetMBBSymbol up to AsmPrinter and make printBasicBlockLabel use it so that we only have one place that decides what to name bb labels. Hopefully various clients of printBasicBlockLabel can start using GetMBBSymbol instead. llvm-svn: 81652
-
Chris Lattner authored
llvm-svn: 81651
-
Chris Lattner authored
-mmacosx-version-min to work on llvm::Triple. Simplify it to use x-'0' to parse single digit integer strings. llvm-svn: 81646
-
Chris Lattner authored
llvm-svn: 81644
-
Dan Gohman authored
llvm-svn: 81636
-
Anton Korobeynikov authored
constraint the register usage. llvm-svn: 81635
-
Dan Gohman authored
recompute it. llvm-svn: 81634
-
- Sep 12, 2009
-
-
Dan Gohman authored
llvm-svn: 81633
-
Dan Gohman authored
llvm-svn: 81632
-
Benjamin Kramer authored
llvm-svn: 81631
-
Chris Lattner authored
llvm-svn: 81630
-
Chris Lattner authored
this means that it can only lower one MachineInstr to one MCInst. To make this fly, we need to pull out handling of MO_GOT_ABSOLUTE_ADDRESS (which generates an implicit label) out of X86MCInstLower. llvm-svn: 81629
-