- Jan 23, 2011
-
-
Rafael Espindola authored
llvm-svn: 124054
-
- Dec 10, 2010
-
-
Rafael Espindola authored
llvm-svn: 121471
-
Rafael Espindola authored
llvm-svn: 121461
-
Rafael Espindola authored
f: .cfi_startproc nop .cfi_endproc assembled (on ELF). llvm-svn: 121434
-
- Dec 01, 2010
-
-
Rafael Espindola authored
by the assembler. This was blocking parsing any large .s produced by clang for example. Fixes PR8596. llvm-svn: 120603
-
- Nov 26, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120166
-
- Nov 16, 2010
-
-
Rafael Espindola authored
Next: Add support for the !HasDotLocAndDotFile case to the MCAsmStreamer and then switch codegen to use it. llvm-svn: 119384
-
- Nov 13, 2010
-
-
Rafael Espindola authored
another patch. This lets us parse a bit more of the gcc 4.5 output. llvm-svn: 118975
-
- Nov 11, 2010
-
-
Rafael Espindola authored
llvm-svn: 118805
-
- Nov 10, 2010
-
-
Rafael Espindola authored
llvm-svn: 118699
-
Rafael Espindola authored
earlier. Implicit bool -> int conversions are evil! llvm-svn: 118651
-
- Nov 09, 2010
-
-
Rafael Espindola authored
llvm-svn: 118645
-
Rafael Espindola authored
llvm-svn: 118639
-
- Oct 04, 2010
-
-
Kevin Enderby authored
1) Changed ValidateDwarfFileNumber() to isValidDwarfFileNumber() to be better named. Since it is just a predicate and isn't actually changing any state. 2) Added a missing return in the comments for setCurrentDwarfLoc() in include/llvm/MC/MCContext.h for fix formatting. 3) Changed clearDwarfLocSeen() to ClearDwarfLocSeen() since it does change state. 4) Simplified the last test in isValidDwarfFileNumber() to just a one line boolean test of MCDwarfFiles[FileNumber] != 0 for the final return statement. llvm-svn: 115551
-
- Sep 30, 2010
-
-
Jan Wen Voung authored
time. That way, the EntrySize field is initialized for other code paths, namely, the .ll -> .o code path. llvm-svn: 115141
-
- Sep 01, 2010
-
-
Kevin Enderby authored
and output the dwarf line number tables. This takes the current loc info after an instruction is assembled and saves the needed info into an object that has vector and for each section. These objects will be used for the final patch to build and emit the encoded dwarf line number tables. Again for now this is only in the Mach-O streamer but at some point will move to a more generic place. llvm-svn: 112668
-
- Aug 24, 2010
-
-
Kevin Enderby authored
needed parsing for the .loc directive and saves the current info from that into the context. The next patch will take the current loc info after an instruction is assembled and save that info into a vector for each section for use to build the line number tables. The patch after that will encode the info from those vectors into the output file as the dwarf line tables. llvm-svn: 111956
-
- Aug 16, 2010
-
-
Matt Fleming authored
llvm-svn: 111172
-
- Aug 10, 2010
-
-
Kevin Enderby authored
previously collected info from the .file directives and outputs the encoded bytes for it. For now this is only in the Mach-O streamer but at some point will move to a more generic place. llvm-svn: 110617
-
- Jul 29, 2010
-
-
Benjamin Kramer authored
llvm-svn: 109746
-
- Jul 28, 2010
-
-
Kevin Enderby authored
the info from the .file directive and makes file and directory tables that will eventually be put out as part of the dwarf info in the output file. llvm-svn: 109651
-
- Jul 12, 2010
-
-
Duncan Sands authored
llvm-svn: 108130
-
- Jun 28, 2010
-
-
Kevin Enderby authored
llvm-svn: 107077
-
- May 18, 2010
-
-
Benjamin Kramer authored
- Allocate MCLabels in the context so they don't leak. - Avoid duplicated densemap lookup. llvm-svn: 104020
-
Kevin Enderby authored
llvm-svn: 103989
-
- May 07, 2010
-
-
Chris Lattner authored
llvm-svn: 103304
-
Chris Lattner authored
patch by Peter Housel! llvm-svn: 103267
-
- Apr 08, 2010
-
-
Chris Lattner authored
merge XCore's section into MCSectionELF llvm-svn: 100812
-
Chris Lattner authored
the compiler and asmparser now unique to the same sections. This fixes rdar://7835021. llvm-svn: 100807
-
- Mar 30, 2010
-
-
Chris Lattner authored
create symbols. It is extremely error prone and a source of a lot of the remaining integrated assembler bugs on x86-64. This fixes rdar://7807601. llvm-svn: 99902
-
- Mar 17, 2010
-
-
Chris Lattner authored
should use CreateTempSymbol() if they don't care about the name. llvm-svn: 98712
-
- Mar 15, 2010
-
-
Chris Lattner authored
allocated and thus not freed. This is cool except that it contains and std::string so the string data didn't get freed. In any case there is no reason to redundantly store the string data in the MCSymbol anyway, just make the MCSymbol ref the string data in the MCContext StringMap. llvm-svn: 98536
-
- Mar 14, 2010
-
-
Chris Lattner authored
CreateTempSymbol vs GetOrCreateTemporarySymbol are completely different. llvm-svn: 98486
-
- Mar 11, 2010
-
-
Chris Lattner authored
with an arbitrary unique name. llvm-svn: 98294
-
Chris Lattner authored
llvm-svn: 98293
-
Chris Lattner authored
llvm-svn: 98288
-
- Mar 10, 2010
-
-
Daniel Dunbar authored
llvm-svn: 98167
-
Chris Lattner authored
Add a new GetOrCreateTemporarySymbol method and a version that takes a twine. llvm-svn: 98118
-
- Nov 06, 2009
-
-
Daniel Dunbar authored
llvm-svn: 86251
-
- Oct 20, 2009
-
-
Chris Lattner authored
llvm-svn: 84561
-