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
/
lib
/
Target
/
PIC16
/
PIC16DebugInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify isDerivedType() and other predicate interface.
Devang Patel
2009-08-31
1
-3
/
+3
*
Reapply 79977.
Devang Patel
2009-08-28
1
-13
/
+12
*
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
1
-12
/
+13
*
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
1
-13
/
+12
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-1
/
+1
*
revert 79764, my dependencies failed me again.
Chris Lattner
2009-08-22
1
-0
/
+1
*
Revert a few changes that were done in 78603.
Sanjiv Gupta
2009-08-15
1
-13
/
+14
*
Do not rely on magic "llvm.dbg.*" global variable name to find debug info.
Devang Patel
2009-08-10
1
-43
/
+47
*
Minor fixes to avoid using invalid debugloc.
Sanjiv Gupta
2009-08-07
1
-5
/
+9
*
Use DebugInfoFinder
Devang Patel
2009-08-06
1
-15
/
+9
*
Switch to getNameStr().
Daniel Dunbar
2009-07-24
1
-2
/
+2
*
Switch some clients to Value::getName(), and other getName() user
Daniel Dunbar
2009-07-22
1
-1
/
+1
*
Have asm printers use formatted_raw_ostream directly to avoid a
David Greene
2009-07-14
1
-1
/
+1
*
Avoid directly relying on llvm.dbg.compile_unit and llvm.dbg.global_variables.
Devang Patel
2009-07-06
1
-27
/
+29
*
Add FIXMEs.
Devang Patel
2009-07-06
1
-0
/
+3
*
Fix may-be-used-uninitialized warning.
Daniel Dunbar
2009-06-26
1
-1
/
+1
*
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-06-19
1
-1
/
+1
*
Code Restructuring. No functionality change.
Sanjiv Gupta
2009-06-16
1
-146
/
+300
*
The subprogram descriptor for a function may be missing (llvm-ld linking two ...
Sanjiv Gupta
2009-06-13
1
-65
/
+102
*
Emit file directives correctly in case of a .bc is generated by llvm-ld after...
Sanjiv Gupta
2009-06-03
1
-2
/
+24
*
Emit debug info for locals with proper scope.
Sanjiv Gupta
2009-05-28
1
-0
/
+132
*
Emit debug information for globals (which include automatic variables as well...
Sanjiv Gupta
2009-05-22
1
-0
/
+138