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
2012-09-05
Reorder the comments of EmitExceptionTable.
Logan Chien
2012-08-29
Clean this up slightly, doesn't really fall through.
Eric Christopher
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
Use DW_FORM_flag_present to save space in debug information if we're
Eric Christopher
2012-08-23
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-08-23
Turn these two options in to trinary state so that they can be
Eric Christopher
2012-08-23
Add a flag to DwarfDebug to allow it to communicate whether or not
Eric Christopher
2012-08-23
Typo.
Eric Christopher
2012-08-23
Only emit the __debug_inlined section if we're trying to be compatible
Eric Christopher
2012-08-23
Emit pubtypes only when going for darwin gdb compatibility.
Eric Christopher
2012-08-23
Add an option for darwin gdb compatibility.
Eric Christopher
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-08-17
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-14
Grammar.
Eric Christopher
2012-08-01
Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causing
Eric Christopher
2012-07-27
Add a DW_AT_high_pc for CUs that are a single address range. Update
Eric Christopher
2012-07-20
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-12
The end of the prologue should be marked with is_stmt.
Eric Christopher
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-07-06
Fix PR13202 and a regtest.
Alexey Samsonov
2012-07-04
Reduce some code duplication.
Eric Christopher
2012-06-29
Cleanup in DwarfDebug - fix a typo and remove two unused functions
Alexey Samsonov
2012-06-29
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-22
Remove another duplicated variable. We only need one to tell us if the linker
Rafael Espindola
2012-06-22
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-21
The inline asm operand modifier 'n' is suppose
Jack Carter
2012-06-21
The inline asm operand modifier 'c' is suppose
Jack Carter
2012-06-09
Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...
Benjamin Kramer
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
Add support for enum forward declarations.
Eric Christopher
2012-05-27
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-23
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-22
Untabify and 80-col.
Eric Christopher
2012-05-22
Formatting consistency.
Eric Christopher
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
Remove duplicate code that we could just fallthrough to.
Eric Christopher
2012-05-08
Fix thinko in conditional.
Eric Christopher
2012-05-08
Formatting fixes.
Akira Hatanaka
2012-05-08
Handle OpDeref in case it comes in as a register operand.
Eric Christopher
2012-04-16
Make comment here more clear.
Eric Christopher
2012-04-13
Reduce malloc traffic in DwarfAccelTable
Benjamin Kramer
2012-04-05
Patch to set is_stmt a little better for prologue lines in a function.
Eric Christopher
2012-04-03
Fix thinko check for number of operands to be the one that actually
Eric Christopher
2012-04-03
Add a line number for the scope of the function (starting at the first
Eric Christopher
2012-04-02
Turn on the accelerator tables for Darwin.
Eric Christopher
2012-03-29
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-28
Fix the output of the DW_TAG_friend tag to include DW_AT_friend
Eric Christopher
[prev]
[next]