index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
Age
Commit message (
Expand
)
Author
2009-06-19
Move up dwarf writer initialization in common AsmPrinter class.
Devang Patel
2009-06-18
move mangler quote handling from asm printers to TargetAsmInfo.
Chris Lattner
2009-06-18
simplify macro debug info directive handling.
Chris Lattner
2009-06-18
On Darwin, ams printer should output a second label before a jump table so th...
Evan Cheng
2009-06-16
Fix typos.
Bill Wendling
2009-06-16
Use MainCU if it is available.
Devang Patel
2009-06-15
Gracefully handle imbalanced inline function begin and end markers.
Devang Patel
2009-06-14
Fix old-style type names in comments.
Dan Gohman
2009-06-13
llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i...
Devang Patel
2009-06-12
Clear AbstractInstanceRootMap at the end of the function.
Devang Patel
2009-06-05
Remove some unnecessary #includes.
Dan Gohman
2009-06-01
Accidental commit. This isn't ready for prime time just yet.
Bill Wendling
2009-05-30
Untabification.
Bill Wendling
2009-05-21
Temporarily revert r72191. It was causing an assert during llvm-gcc
Bill Wendling
2009-05-20
Minor code cleanup. No functionality change.
Bill Wendling
2009-05-20
Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'.
Bill Wendling
2009-05-20
Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used.
Bill Wendling
2009-05-20
Add comment for emit section.
Bill Wendling
2009-05-20
Move 'Emit' methods down to their own place.
Bill Wendling
2009-05-20
Revert r72192. It was causing a build failure.
Bill Wendling
2009-05-20
Do some mechanical changes. Combine the 'construct abastract dbg thingy' in with
Bill Wendling
2009-05-20
Introduce DebugScope which gets embedded into the machine instructions' Debug...
Argyrios Kyrtzidis
2009-05-19
Fix cmake builds.
Mike Stump
2009-05-18
Don't set the "location" information for inlined functions' variables.
Bill Wendling
2009-05-18
Small code cleanup.
Bill Wendling
2009-05-18
RecordVariable is called each time a DECLARE node is encountered. For an inlined
Bill Wendling
2009-05-15
Split out the DwarfDebug module from the DwarfWriter module.
Bill Wendling
2009-05-15
Mark class as hidden.
Bill Wendling
2009-05-15
Move c'tor/d'tor to top of file.
Bill Wendling
2009-05-15
Split out the DwarfException class into its own file. No functionality change,
Bill Wendling
2009-05-15
Split out the Dwarf writer stuff into separate files. This is a much more
Bill Wendling
2009-05-14
Tag blocks with DW_AT_APPLE_block.
Mike Stump
2009-05-13
There's yet more ugliness (surprise!) in DebugInfo. This needs major reworking.
Bill Wendling
2009-05-13
Move the bookkeeping of the debug scopes back to the place where it
Bill Wendling
2009-05-12
- Record that the debug info is actually used so that the label folder doesn't
Bill Wendling
2009-05-10
This is a large rewrite of how Dwarf info for inlined functions is handled.
Bill Wendling
2009-05-09
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-08
Compute the offsets of the compile units. We need this so that when we emit a
Bill Wendling
2009-05-08
Minor clean ups. No functionality change.
Bill Wendling
2009-05-07
Revert 71165. It did more than just revert 71158 and it introduced
Dan Gohman
2009-05-07
Temporarily revert r71158. It was causing a failure during a full bootstrap:
Bill Wendling
2009-05-07
Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...
Argyrios Kyrtzidis
2009-05-07
Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...
Argyrios Kyrtzidis
2009-05-06
- Move some debug fields to coincide with how GCC emits them. No functionality
Bill Wendling
2009-05-05
Do not require variable debug info nodes to have a compile unit.
Chris Lattner
2009-05-04
Restore a comment.
Argyrios Kyrtzidis
2009-05-04
Restore minor deletion.
Mike Stump
2009-05-03
-Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...
Argyrios Kyrtzidis
2009-05-01
Simplify more code and add timer stuff.
Bill Wendling
2009-05-01
Simplify more code.
Bill Wendling
[next]