index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
DwarfWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all assembler printing related stuff into new libAsmPrinter
Anton Korobeynikov
2008-08-17
1
-3930
/
+0
*
Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...
Anton Korobeynikov
2008-08-16
1
-400
/
+401
*
Another buildbot test commit.
Bill Wendling
2008-07-22
1
-2
/
+1
*
Trivial check-in to test buildbot. No functionality change.
Bill Wendling
2008-07-22
1
-3
/
+4
*
Pull r53795 from Gaz into mainline:
Bill Wendling
2008-07-20
1
-14
/
+29
*
Avoid creating expensive comment string if it's not going to be printed.
Evan Cheng
2008-07-09
1
-1
/
+4
*
Remove some dead code.
Dale Johannesen
2008-07-08
1
-2
/
+0
*
Linux also does not require exception handling
Duncan Sands
2008-07-04
1
-3
/
+1
*
Don't return std::vector by value, but pass it in by reference to be filled.
Bill Wendling
2008-07-03
1
-4
/
+4
*
Revert my previous check-in that split up MachineModuleInfo. It turns out to
Bill Wendling
2008-07-03
1
-11
/
+12
*
Darwin doesn't need exception handling information for the "move" info when
Bill Wendling
2008-07-01
1
-2
/
+2
*
Avoid creating expensive comment string if it's not going to be printed.
Evan Cheng
2008-07-01
1
-13
/
+22
*
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
Dan Gohman
2008-07-01
1
-1
/
+1
*
Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up
Bill Wendling
2008-06-27
1
-12
/
+11
*
Use SmallVector instead of std::vector for a minor compile time improvement.
Owen Anderson
2008-06-24
1
-11
/
+11
*
Use back() instead of [size()-1].
Dan Gohman
2008-06-21
1
-1
/
+1
*
Fix the source line debug information for the Windows platform.
Argyrios Kyrtzidis
2008-06-18
1
-5
/
+88
*
Get exception handling working again on 64 bit
Duncan Sands
2008-05-08
1
-1
/
+2
*
Output correct exception handling and frame info
Duncan Sands
2008-05-07
1
-51
/
+49
*
Add comments for previous patch as requested.
Dale Johannesen
2008-04-30
1
-0
/
+6
*
Make eh_frame objects by 8-byte aligned on 64-bit
Dale Johannesen
2008-04-29
1
-2
/
+4
*
Reverse sense of unwind-tables option. This means
Dale Johannesen
2008-04-14
1
-3
/
+3
*
Implement new llc flag -disable-required-unwind-tables.
Dale Johannesen
2008-04-08
1
-2
/
+7
*
if some functions don't have debug info, we were outputing the same label at ...
Andrew Lenharth
2008-04-03
1
-2
/
+5
*
Cosmetic changes per EH patch review feedback.
Dale Johannesen
2008-04-02
1
-1
/
+1
*
Recommitting EH patch; this should answer most of the
Dale Johannesen
2008-04-02
1
-31
/
+54
*
Revert 49006 for the moment.
Dale Johannesen
2008-04-01
1
-11
/
+5
*
Emit exception handling info for functions which are
Dale Johannesen
2008-03-31
1
-5
/
+11
*
Fix a bug in Darwin EH: FDE->CIE pointer must
Dale Johannesen
2008-03-26
1
-13
/
+9
*
Don't fill eh frames even though these are text sections.
Evan Cheng
2008-02-29
1
-6
/
+6
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-2
/
+2
*
Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...
Evan Cheng
2008-02-01
1
-0
/
+5
*
MRegisterInfo::getLocation() is a really bad idea. Its function is to calcula...
Evan Cheng
2008-01-31
1
-1
/
+2
*
Do not mark EH tables no-dead-strip unless the
Dale Johannesen
2008-01-16
1
-13
/
+25
*
Fix and enable EH for x86-64 Darwin. Adds
Dale Johannesen
2008-01-15
1
-8
/
+12
*
Emit unused EH frames for weak definitions on Darwin,
Dale Johannesen
2008-01-10
1
-8
/
+15
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-1
/
+1
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-3
/
+1
*
MachineOperand::getImmedValue -> MachineOperand::getImm
Chris Lattner
2007-12-30
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
The C++ exception handling personality function wants
Duncan Sands
2007-12-19
1
-24
/
+53
*
Fix .eh table linkage issues on Darwin. Some EH support
Dale Johannesen
2007-11-20
1
-7
/
+21
*
Add parameter to getDwarfRegNum to permit targets
Dale Johannesen
2007-11-13
1
-11
/
+11
*
Move the code that emits the .file directives so that it runs after the
Dan Gohman
2007-10-01
1
-16
/
+17
*
Make the checks for DW_FORM_data4 consistent with the others, and
Dan Gohman
2007-09-28
1
-2
/
+6
*
Use 32-bit data directives for DW_FORM_data4 format data, even on
Dan Gohman
2007-09-28
1
-8
/
+10
*
TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets
Dan Gohman
2007-09-27
1
-15
/
+16
*
Don't emit .debug_line header data if there aren't any lines to put in it,
Dan Gohman
2007-09-24
1
-0
/
+5
*
Move the Asm->EOL() call for EmitDebugARanges outside the #ifdef for
Dan Gohman
2007-09-24
1
-1
/
+1
*
Add support for emitting .file directives to set up file numbers for
Dan Gohman
2007-09-24
1
-0
/
+14
[next]