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-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-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
2012-03-27
Use DW_AT_low_pc for a single entry point into a routine.
Eric Christopher
2012-03-26
Use the file in the inlined die rather than the compile unit for
Eric Christopher
2012-03-26
No need to do an expensive stable sort for a bunch of integers.
Benjamin Kramer
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-03-23
Pretty-printing comments for literal floating point in .s files.
Jim Grosbach
2012-03-22
In erroneous inline assembly we could mistakenly try to access the
Eric Christopher
2012-03-20
It's possible to have a constant expression who's size is quite big (e.g.,
Bill Wendling
2012-03-15
For types with a parent of the compile unit make sure and emit
Eric Christopher
2012-03-15
Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting
Eric Christopher
2012-03-14
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-03-11
DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...
Benjamin Kramer
2012-03-07
Add the DW_AT_APPLE_runtime_class attribute to forward declarations
Eric Christopher
2012-03-06
Hoist common code out of if statement.
Jakob Stoklund Olesen
2012-03-05
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-02
Grammar-o in function name.
Eric Christopher
2012-03-02
Grammar.
Eric Christopher
[next]