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
2010-11-04
Add 118023 back, but with proper spelling for .uleb128/.sleb128.
Rafael Espindola
2010-11-04
Revert previous patch. Some targets don't support uleb and say
Rafael Espindola
2010-11-04
MCize.
Rafael Espindola
2010-11-02
Simplify.
Devang Patel
2010-10-28
Ignore empty blocks.
Devang Patel
2010-10-28
Do not work too hard to find type's file info. There is a special field to re...
Devang Patel
2010-10-28
Technically DIFile scope should also be handled here.
Devang Patel
2010-10-26
s/beginScope/beginInstruction/g
Devang Patel
2010-10-26
For statistics that are only used in functions declared in !NDEBUG, wrap the
Nick Lewycky
2010-10-25
Add simple counter to count no. of basic blocks without any line number infor...
Devang Patel
2010-10-08
Line number 0 indicates there is no source line/file name info available for ...
Devang Patel
2010-10-07
Provie a clearner interface so that FE can decide whether a function has prot...
Devang Patel
2010-10-06
Add support for DW_TAG_unspecified_parameters.
Devang Patel
2010-10-01
Add support to let FE mark explict methods as explict in debug info.
Devang Patel
2010-10-01
Nuke trailing whitespace.
Jim Grosbach
2010-09-29
Let FE mark a variable as artificial variable.
Devang Patel
2010-09-29
Add support to let FE encode method access specifier.
Devang Patel
2010-09-29
Assign DW_ACCESS_public accessibility attribute to members by default.
Devang Patel
2010-09-28
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-28
Provide an interface to let FEs anchor debug info for types.
Devang Patel
2010-09-27
Remove dead argument.
Devang Patel
2010-09-27
the latest assembler that runs on powerpc 10.4 machines doesn't
Chris Lattner
2010-09-22
Use DW_OP_fbreg when offset is based on frame register.
Devang Patel
2010-09-16
If FE forgot to provide a file name (usually it uses "stdin" as name in such ...
Devang Patel
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
Fix linux/msvc build, move include.
Benjamin Kramer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-05
add a comment about where this should eventually move.
Chris Lattner
2010-09-02
There is no need to use .set here.
Devang Patel
2010-09-02
Fix .debug_range for linux. Patch by Krister Wombell.
Devang Patel
2010-08-31
Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.
Devang Patel
2010-08-31
Reapply r112623. Included additional check for unused byval argument.
Devang Patel
2010-08-31
Revert r112623. It is causing self host build failures.
Devang Patel
2010-08-31
Remember byval argument's frame index during argument lowering and use this i...
Devang Patel
2010-08-31
Simplify.
Devang Patel
2010-08-28
remove unions from LLVM IR. They are severely buggy and not
Chris Lattner
2010-08-24
Revert r107202. It is not adding any value.
Devang Patel
2010-08-23
Handle qualified constants that are directly folded by FE.
Devang Patel
2010-08-20
Create the new linker type "linker_private_weak_def_auto".
Bill Wendling
2010-08-18
Improve whitespace.
Bill Wendling
2010-08-16
Until uleb/sleb are MC-ized, add a hack to make them work with ELF object
Eli Friedman
2010-08-10
Do not forget debug info for enums. Use named mdnode to keep track of these t...
Devang Patel
2010-08-10
Handle TAG_constant for integers.
Devang Patel
2010-08-10
Simplify.
Devang Patel
2010-08-10
Drop "const". It does not add value here.
Devang Patel
2010-08-10
Do not include file static variable in pubnames list.
Devang Patel
2010-08-09
Undo accidental commit.
Devang Patel
2010-08-09
Simplify. Avoid redundant checks.
Devang Patel
2010-08-09
Refactor.
Devang Patel
2010-08-09
Refactoring. Update DbgVarible to handle queries itself.
Devang Patel
[next]