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
2011-11-07
Move the hash function to using and taking a StringRef.
Eric Christopher
2011-11-07
Simple destructor to delete the hash data we created earlier.
Eric Christopher
2011-11-07
Use StringRef::startswith to do some string comparisons.
Eric Christopher
2011-11-07
Avoid the use of a local temporary for comment twines.
Eric Christopher
2011-11-07
Allow for the case where the name of the subprogram is "".
Eric Christopher
2011-11-07
Remove unnecessary addition to API. Replace with something much simpler.
Eric Christopher
2011-11-07
Add new files to cmake.
Eric Christopher
2011-11-07
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
2011-11-07
Add a new dwarf accelerator table prototype with the goal of replacing
Eric Christopher
2011-11-07
Expose a way to get the beginning of the dwarf string section.
Eric Christopher
2011-11-07
Fix up comment.
Eric Christopher
2011-11-07
Typo.
Eric Christopher
2011-11-05
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-05
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-04
Emit declarations before definitions if they are available. This causes DW_AT...
Rafael Espindola
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-02
Don't emit a directory entry for the value in DW_AT_comp_dir, that is always
Nick Lewycky
2011-10-28
Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...
NAKAMURA Takumi
2011-10-28
Always use the string pool, even when it makes the .o larger. This may help
Nick Lewycky
2011-10-27
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-26
Reflow lines, fix comments for doxygen style, fix whitespace. No functionality
Nick Lewycky
2011-10-25
Remove dead enum value. There is no DIESectionOffset.
Nick Lewycky
2011-10-25
Remove unused forward decl.
Eric Christopher
2011-10-18
Missed a spot!
Nick Lewycky
2011-10-18
Fix some typo/formatting issues. No functionality change.
Nick Lewycky
2011-10-17
Minor style cleanup, no functionality change.
Nick Lewycky
2011-10-17
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-16
Twinify better.
Benjamin Kramer
2011-10-11
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
Eric Christopher
2011-10-04
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-03
Whitespace.
Eric Christopher
2011-10-03
Typo.
Eric Christopher
2011-09-29
Place this bracket according to the LLVM style.
Duncan Sands
2011-09-28
A typeid of zero means a cleanup, not a catch. This case occurs
Duncan Sands
2011-09-26
Fix emission of debug data for global variables. getContext() on DIGlobalVari...
James Molloy
2011-09-21
Do not unnecessarily use AT_specification DIE because it does not add any value.
Devang Patel
2011-09-21
Tidy up. Whitepsace.
Jim Grosbach
2011-09-14
Add support to emit debug info for C++0x nullptr type.
Devang Patel
2011-09-02
Darwin wants ctors/dtors to be ordered the other way round to linux.
Duncan Sands
2011-09-01
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-08-31
Fix Size Typing
David Greene
2011-08-31
Compress Repeated Byte Output
David Greene
2011-08-28
Fix PR5329: pay attention to constructor/destructor priority
Duncan Sands
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-19
Do not use named md nodes to track variables that are completely optimized. T...
Devang Patel
2011-08-18
add the comments of each declaration follow it, making it easier to read and ...
Renato Golin
2011-08-18
Eliminate unnecessary forwarding function.
Devang Patel
2011-08-18
Add new DIE into the map asap.
Devang Patel
2011-08-16
Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...
Devang Patel
2011-08-16
Remove unused Target argument from AsmParser construction methods.
Jim Grosbach
[prev]
[next]