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