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
/
CodeGen
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
The dwarf standard says that the only differences between a out-of-line
Rafael Espindola
2011-11-12
1
-0
/
+7
*
Initialize variable.
Eric Christopher
2011-11-11
1
-1
/
+2
*
If we have a DIE with an AT_specification use that instead of the normal
Eric Christopher
2011-11-11
1
-7
/
+10
*
Check in getOrCreateSubprogramDIE if a declaration exists and if so output
Rafael Espindola
2011-11-10
2
-13
/
+12
*
Make types and namespaces take multiple DIEs for the accelerator tables
Eric Christopher
2011-11-10
2
-14
/
+24
*
Move type handling to make sure we get all created types that aren't
Eric Christopher
2011-11-10
1
-7
/
+5
*
Rework adding function names to the dwarf accelerator tables, allow
Eric Christopher
2011-11-10
3
-71
/
+86
*
Add comments.
Benjamin Kramer
2011-11-09
1
-1
/
+2
*
Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...
Benjamin Kramer
2011-11-09
1
-2
/
+3
*
Remove extra ';'
Devang Patel
2011-11-09
1
-2
/
+2
*
Remove the pubnames section, no one consumes it.
Eric Christopher
2011-11-09
4
-75
/
+3
*
Also add the linkage name to the name accelerator tables if it exists
Eric Christopher
2011-11-08
2
-2
/
+19
*
Add the base ObjC method name to the names lookup table as well.
Eric Christopher
2011-11-08
1
-0
/
+6
*
A few more places where we can avoid multiple size queries.
Eric Christopher
2011-11-08
1
-7
/
+7
*
Don't evaluate Data.size() on every iteration.
Eric Christopher
2011-11-08
1
-1
/
+1
*
Add all completed and named types to the dwarf type accelerator tables.
Eric Christopher
2011-11-07
2
-2
/
+7
*
Move the hash function to using and taking a StringRef.
Eric Christopher
2011-11-07
1
-4
/
+4
*
Simple destructor to delete the hash data we created earlier.
Eric Christopher
2011-11-07
2
-0
/
+6
*
Use StringRef::startswith to do some string comparisons.
Eric Christopher
2011-11-07
1
-5
/
+2
*
Avoid the use of a local temporary for comment twines.
Eric Christopher
2011-11-07
1
-6
/
+3
*
Allow for the case where the name of the subprogram is "".
Eric Christopher
2011-11-07
1
-0
/
+1
*
Remove unnecessary addition to API. Replace with something much simpler.
Eric Christopher
2011-11-07
3
-13
/
+1
*
Add new files to cmake.
Eric Christopher
2011-11-07
1
-0
/
+1
*
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
2011-11-07
5
-6
/
+224
*
Add a new dwarf accelerator table prototype with the goal of replacing
Eric Christopher
2011-11-07
2
-0
/
+504
*
Expose a way to get the beginning of the dwarf string section.
Eric Christopher
2011-11-07
2
-12
/
+23
*
Fix up comment.
Eric Christopher
2011-11-07
1
-1
/
+1
*
Typo.
Eric Christopher
2011-11-07
1
-1
/
+1
*
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-05
1
-35
/
+2
*
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-05
2
-3
/
+4
*
Emit declarations before definitions if they are available. This causes DW_AT...
Rafael Espindola
2011-11-04
1
-6
/
+18
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
1
-0
/
+23
*
Don't emit a directory entry for the value in DW_AT_comp_dir, that is always
Nick Lewycky
2011-11-02
2
-4
/
+12
*
Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...
NAKAMURA Takumi
2011-10-28
1
-7
/
+9
*
Always use the string pool, even when it makes the .o larger. This may help
Nick Lewycky
2011-10-28
3
-60
/
+11
*
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-27
6
-39
/
+56
*
Reflow lines, fix comments for doxygen style, fix whitespace. No functionality
Nick Lewycky
2011-10-26
2
-34
/
+27
*
Remove dead enum value. There is no DIESectionOffset.
Nick Lewycky
2011-10-25
1
-1
/
+0
*
Remove unused forward decl.
Eric Christopher
2011-10-25
1
-1
/
+0
*
Missed a spot!
Nick Lewycky
2011-10-18
1
-1
/
+1
*
Fix some typo/formatting issues. No functionality change.
Nick Lewycky
2011-10-18
2
-10
/
+10
*
Minor style cleanup, no functionality change.
Nick Lewycky
2011-10-17
1
-3
/
+2
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
2
-18
/
+17
*
Twinify better.
Benjamin Kramer
2011-10-16
1
-20
/
+15
*
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
Eric Christopher
2011-10-11
1
-0
/
+4
*
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
1
-1
/
+12
*
Whitespace.
Eric Christopher
2011-10-03
1
-1
/
+1
*
Typo.
Eric Christopher
2011-10-03
1
-1
/
+1
*
Place this bracket according to the LLVM style.
Duncan Sands
2011-09-29
1
-2
/
+1
*
A typeid of zero means a cleanup, not a catch. This case occurs
Duncan Sands
2011-09-28
1
-2
/
+4
[next]