index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
DwarfWriter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 71165. It did more than just revert 71158 and it introduced
Dan Gohman
2009-05-07
1
-1
/
+1
*
Temporarily revert r71158. It was causing a failure during a full bootstrap:
Bill Wendling
2009-05-07
1
-1
/
+1
*
Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...
Argiris Kirtzidis
2009-05-07
1
-3
/
+3
*
-Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...
Argiris Kirtzidis
2009-05-03
1
-3
/
+0
*
Make DebugLoc independent of DwarfWriter.
Argiris Kirtzidis
2009-04-30
1
-9
/
+3
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
1
-1
/
+2
*
Second attempt:
Bill Wendling
2009-04-29
1
-1
/
+1
*
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
1
-1
/
+1
*
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-28
1
-1
/
+1
*
Construct and emit DW_TAG_inlined_subroutine DIEs for inlined subroutine scop...
Devang Patel
2009-04-15
1
-7
/
+16
*
Right now, Debugging information to encode scopes (DW_TAG_lexical_block) reli...
Devang Patel
2009-04-13
1
-1
/
+1
*
Reapply 68847.
Devang Patel
2009-04-13
1
-0
/
+7
*
Revert r68847. It breaks the build on non-Darwin targets, with this message
Dan Gohman
2009-04-11
1
-7
/
+0
*
Keep track of inlined functions and their locations. This information is coll...
Devang Patel
2009-04-11
1
-0
/
+7
*
Refine the Dwarf writer timers so that they measure exception writing and debug
Bill Wendling
2009-03-10
1
-4
/
+0
*
Add a timer to the DwarfWriter pass that measures the total time it takes to
Bill Wendling
2009-03-10
1
-1
/
+5
*
Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...
Evan Cheng
2009-02-25
1
-3
/
+6
*
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
1
-6
/
+0
*
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-24
1
-1
/
+7
*
Add an accessor method to DwarfWriter to tell of debugging info should be emi...
Bill Wendling
2009-02-20
1
-0
/
+3
*
Looks like comments were chopped off.
evancheng
2009-01-26
1
-2
/
+3
*
Validate dbg_* intrinsics before lowering them.
Devang Patel
2009-01-15
1
-0
/
+3
*
Undo previous checkin.
Devang Patel
2009-01-13
1
-3
/
+0
*
Use DwarfWriter to record dbg variables.
Devang Patel
2009-01-13
1
-0
/
+4
*
Use dwarf writer to decide whether the module has debug info or not.
Devang Patel
2009-01-13
1
-0
/
+3
*
Add DwarfWriter interface to mainipulate source location info.
Devang Patel
2009-01-12
1
-0
/
+20
*
Convert DwarfWriter into a pass.
Devang Patel
2009-01-08
1
-7
/
+8
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-3
/
+0
*
If we have a function with an unreachable statement such that the ending debug
Bill Wendling
2008-09-26
1
-1
/
+1
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-1
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+82