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
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2012-12-10
Refactor out the abbreviation handling into a separate class that
Eric Christopher
2012-12-10
Defer call to InitSections until after MCContext has been initialized. If
Lang Hames
2012-12-10
Rearrange vars and make comments more obvious.
Eric Christopher
2012-12-10
Remove blank line at top of file.
Eric Christopher
2012-12-10
Use the somewhat semantic term "split dwarf" it more matches what's
Eric Christopher
2012-12-10
Delete the FissionCU.
Eric Christopher
2012-12-10
Reorder fission variables.
Eric Christopher
2012-12-06
s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...
Bill Wendling
2012-12-06
Handle non-default array bounds.
Bill Wendling
2012-12-04
Comment change made in r169304 as requested by Eric Christopher.
David Blaikie
2012-12-04
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDB
David Blaikie
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-03
Fix PR12942: Allow two CUs to be generated from the same source file.
Eli Bendersky
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Add some first skeleton work for the DWARF5 Fission proposal. Emit
Eric Christopher
2012-11-30
Use isOSNaCl and minimize some LOCALMODs
David Sehr
2012-11-29
More comment.
Eric Christopher
2012-11-29
Make compilation unit number change local to NaCl
David Sehr
2012-11-27
Attempt to make the comments for dwarf debug look more like
Eric Christopher
2012-11-27
Reapply section moving, make sure string section is output last.
Eric Christopher
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-27
Never use .lcomm on platforms where it does not accept an alignment
Ulrich Weigand
2012-11-27
Revert rearrangement of debug info sections to unblock the bots
Eric Christopher
2012-11-27
Make comment names match function names.
Eric Christopher
2012-11-27
Add in sections for the fission case (no change so incorrect) and
Eric Christopher
2012-11-27
Reorder section output ordering.
Eric Christopher
2012-11-27
Whitespace cleanup.
Eric Christopher
2012-11-22
Pull some code out into functions to make rearranging them a bit easier.
Eric Christopher
2012-11-21
Whitespace.
Eric Christopher
2012-11-21
Update for some of the coding standard before rearranging functions
Eric Christopher
2012-11-21
Update some comments.
Eric Christopher
2012-11-21
Update and add some comments.
Eric Christopher
2012-11-21
Whitespace.
Eric Christopher
2012-11-20
Remove constness from this, it modifies the output stream as does
Eric Christopher
2012-11-20
Remove unused function argument, add a bit to the comment.
Eric Christopher
2012-11-20
Formatting.
Eric Christopher
2012-11-20
Whitespace.
Eric Christopher
2012-11-19
Remove a function argument and propagate const around accordingly.
Eric Christopher
2012-11-19
Whitespace and 80-col.
Eric Christopher
2012-11-19
Make AsmPrinter::EmitTTypeReference() more robust - put
Anton Korobeynikov
2012-11-19
Factor out type info emission into separate routine.
Anton Korobeynikov
2012-11-19
Move section label emission to module end. Nothing should be
Eric Christopher
2012-11-14
Fix really stupid ARM EHABI info generation bug: we should not emit
Anton Korobeynikov
2012-11-13
Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'
Derek Schuff
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-13
Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
Eric Christopher
2012-11-13
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
[next]