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
/
include
/
llvm
/
MC
Age
Commit message (
Expand
)
Author
2013-10-30
Move global FlagSfi variables to common module
Petar Jovanovic
2013-09-16
Work around a gcc 4.6.3 / 4.7 bug.
Jim Stichnoth
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-05-17
Merging r181864:
Bill Wendling
2013-05-10
LLVM: Add ELF Note section to NaCl object files identifying them as such to gold
Derek Schuff
2013-05-05
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-03
In MC asm parsing, account for the possibility of whitespace within
John McCall
2013-04-26
Cleanup and document MachineLocation.
Adrian Prantl
2013-04-22
Remove unused DwarfSectionOffsetDirective string
Matt Arsenault
2013-04-22
[ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turn
Chad Rosier
2013-04-22
[ms-inline asm] Remove the identifier parsing logic from the AsmParser. This is
Chad Rosier
2013-04-22
[ms-inline asm] Refactor/clean up the SemaLookup interface. No functional
Chad Rosier
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-15
Simplify the MCInst operator iterator declaration.
Jim Grosbach
2013-04-11
[ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a future
Chad Rosier
2013-04-10
MC: Support COFF image-relative MCSymbolRefs
Nico Rieck
2013-04-10
Track the compact unwind encoding for when we are unable to generate compact ...
Bill Wendling
2013-04-10
Reapply r179115, but use parsePrimaryExpression a little more judiciously.
Chad Rosier
2013-04-09
Remove unused method and default values.
Rafael Espindola
2013-04-09
Revert r179115 as it looks to have killed the ASan tests.
Chad Rosier
2013-04-09
[ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need to
Chad Rosier
2013-04-09
[ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,
Chad Rosier
2013-04-08
Update documentation.
Matt Arsenault
2013-04-08
[ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.
Chad Rosier
2013-03-19
Dead code.
Chad Rosier
2013-03-19
[ms-inline asm] Move the size directive asm rewrite into the target specific
Chad Rosier
2013-03-18
Make methods const.
Jakub Staszak
2013-03-12
Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...
Manman Ren
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-07
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-02-20
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
Grammar.
Eric Christopher
2013-02-12
[ms-inline-asm] Implement align directive (which is roughly equivalent to .al...
Chad Rosier
2013-02-12
This patch just fixes up various llvm formatting
Jack Carter
2013-02-12
Allow optionally generating pubnames section in DWARF info. Introduce
Krzysztof Parzyszek
2013-02-11
Fix unnecessary removal of const through cast machinery
David Blaikie
2013-02-06
Allow targets to add custom asm operand matching logic.
Jim Grosbach
2013-02-05
Dwarf: support for LTO where a single object file can have multiple line tables
Manman Ren
2013-02-05
[MC] Bundle alignment: Invalidate relaxed fragments
Derek Schuff
2013-02-05
Format comments & clean whitespace
Eli Bendersky
2013-02-05
This patch changes a static_cast to dyn_cast
Jack Carter
2013-02-04
Cherry-pick not-yet-committed upstream change to fix relaxation at bundle end
Derek Schuff
2013-01-31
Fix a think-o in the condition here. =[ I would commit the test that
Chandler Carruth
2013-01-31
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
Cherry-pick r174067
Derek Schuff
2013-01-31
Add AArch64 as an experimental target.
Tim Northover
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-30
This patch reworks how llvm targets set
Jack Carter
2013-01-23
Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...
Eli Bendersky
[next]