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
/
include
/
llvm
/
CodeGen
/
DebugLoc.h
Age
Commit message (
Expand
)
Author
2009-06-19
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-05-21
Temporarily revert r72191. It was causing an assert during llvm-gcc
Bill Wendling
2009-05-20
Introduce DebugScope which gets embedded into the machine instructions' Debug...
Argyrios Kyrtzidis
2009-04-30
Make DebugLoc independent of DwarfWriter.
Argyrios Kyrtzidis
2009-02-19
Print out a new label only if the debug location *tuple* is different. The debug
Bill Wendling
2009-02-17
--- Merging (from foreign repository) r64714 into '.':
Bill Wendling
2009-02-11
It isn't necessary to explicitly clear the contents of std::vector
Dan Gohman
2009-02-06
Constify operators.
Bill Wendling
2009-02-06
Add comparison operators to DebugLoc.
Bill Wendling
2009-02-03
Add getter for the index.
Bill Wendling
2009-01-28
Comment fixes.
Bill Wendling
2009-01-27
Refine DebugLoc per review comments.
Evan Cheng
2009-01-26
No need to keep size of DebugLocations vector separately.
Evan Cheng
2009-01-26
Actually source file has already been uniquified into an id during isel. Elim...
Evan Cheng
2009-01-26
Add data structure to define and track debug location during codegen.
Evan Cheng