"llvm/lib/Target/Mips/MipsMCAsmInfo.cpp" did not exist on "57e17f0e1400dc04870361c36881a725a6709dc4"
- Mar 31, 2010
-
-
Chris Lattner authored
llvm-svn: 99998
-
Chris Lattner authored
llvm-svn: 99995
-
Chris Lattner authored
llvm-svn: 99993
-
Chris Lattner authored
llvm-svn: 99992
-
Chris Lattner authored
instructions. In addition to being a convenience, they are faster than the old apis, particularly when not going from an MDKindID like people should be doing. llvm-svn: 99982
-
Devang Patel authored
llvm-svn: 99938
-
- Mar 30, 2010
-
-
Devang Patel authored
llvm-svn: 99899
-
Devang Patel authored
Encode start location of debug value, communicated through DBG_VALUE machine instruction, in a variable's DIE. llvm-svn: 99845
-
- Mar 29, 2010
-
-
Chris Lattner authored
not stop it by using RAII. llvm-svn: 99832
-
Devang Patel authored
This is same as r99772 (which was reverted) with just one meaningful difference where two source lines exchanged their positions. llvm-svn: 99816
-
- Mar 28, 2010
-
-
Devang Patel authored
llvm-svn: 99778
-
Devang Patel authored
llvm-svn: 99772
-
- Mar 24, 2010
-
-
Devang Patel authored
llvm-svn: 99429
-
- Mar 23, 2010
-
-
Devang Patel authored
llvm-svn: 99225
-
- Mar 22, 2010
-
-
Devang Patel authored
DW_AT_stmt_list attribute attached with a compile unit encodes offset of line number information for this compile unit in debug_line section. This offset is always zero when only one compile unit is emitted in a object file. llvm-svn: 99223
-
Jeffrey Yasskin authored
it allocates to DwarfDebug::DIEValues. llvm-svn: 99196
-
- Mar 17, 2010
-
-
Devang Patel authored
Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info so isEH is always false. This was hiding until now from compilers because of default arguments. This was hiding from dwarf debug info users because for most of the platform isAbsoluteEHSectionOffsets() is same as isAbsoluteDebugSectionOffsets(). But Chris found it while updating dwarf printer to use MC*. llvm-svn: 98743
-
- Mar 15, 2010
-
-
Devang Patel authored
This is a work in progress. llvm-svn: 98556
-
- Mar 14, 2010
-
-
Chris Lattner authored
to get unique assembler temporary labels. llvm-svn: 98489
-
Chris Lattner authored
llvm-svn: 98485
-
Chris Lattner authored
llvm-svn: 98483
-
Chris Lattner authored
consistently use MCSymbol and only call this predicate after they should have been emitted. llvm-svn: 98461
-
- Mar 13, 2010
-
-
Chris Lattner authored
instead of as a stem+idx pair, simplify the "is a new location" check to use symbol comparison. llvm-svn: 98432
-
Chris Lattner authored
llvm-svn: 98429
-
Chris Lattner authored
llvm-svn: 98426
-
Chris Lattner authored
entries to not thrash std::strings and MCSymbols. llvm-svn: 98415
-
- Mar 12, 2010
-
-
Chris Lattner authored
some of its callers. llvm-svn: 98388
-
Jeffrey Yasskin authored
several fields to make it easier to figure out where bugs might be creeping in. llvm-svn: 98358
-
Devang Patel authored
llvm-svn: 98302
-
- Mar 11, 2010
-
-
Jeffrey Yasskin authored
llvm-svn: 98268
-
- Mar 10, 2010
-
-
Chris Lattner authored
llvm-svn: 98125
-
Chris Lattner authored
dead IsPCRel argument. llvm-svn: 98117
-
Chris Lattner authored
need to be MCized, but the last debug info thing are LEB and cygwin specific (which the MC api doesn't support yet) and one specific form of EmitReference which I'll tackle next. llvm-svn: 98116
-
Chris Lattner authored
method. With this, comments should end up on the same lines as the .byte directives (for example) and we now get no output with: $ llc CodeGen/X86/2009-02-12-DebugInfoVLA.ll -o - -filetype=null -asm-verbose woot. llvm-svn: 98105
-
Chris Lattner authored
off "EOL". llvm-svn: 98102
-
- Mar 09, 2010
-
-
Chris Lattner authored
Now that setStartLabel takes an MCSymbol, we can de-ID'ize beginScope and RecordSourceLine. llvm-svn: 98047
-
Chris Lattner authored
failure remaining on mainline. llvm-svn: 98046
-
Eric Christopher authored
failures. llvm-svn: 98039
-
Chris Lattner authored
beginScope and RecordSourceLine. llvm-svn: 98035
-
Chris Lattner authored
now that the dependence on ID is removed from MMI. llvm-svn: 98034
-