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
2012-12-12
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
Add ARM NONE and PREL31 relocation types.
Logan Chien
2012-12-11
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-10
Defer call to InitSections until after MCContext has been initialized. If
Lang Hames
2012-12-10
Cleanup formatting, comments and naming.
Eli Bendersky
2012-12-08
Fix Windows build breakage.
Logan Chien
2012-12-07
Make the contents of encoded sections SmallVector<char, N> instead of
Eli Bendersky
2012-12-07
Refactor MCInstFragment and MCDataFragment to adhere to a common interface,
Eli Bendersky
2012-12-07
Lift EmitAssignment into MCObjectStreamer which gets rid of at least three
Eli Bendersky
2012-12-07
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-07
Split MCELFStreamer into a header file.
Logan Chien
2012-12-06
fixed valgrind issues of prior commit, this change applies r169456 changes ba...
Pedro Artigas
2012-12-06
Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...
NAKAMURA Takumi
2012-12-06
change MCContext to work on the doInitialization/doFinalization model
Pedro Artigas
2012-12-05
Change std::vector to SmallVector<4> and remove some unused methods.
Eli Bendersky
2012-12-05
Remove unused methods
Eli Bendersky
2012-12-05
Remove the non-const getInst accessor. It wasn't being used, and isn't very
Eli Bendersky
2012-12-05
Try to unbreak the build on hosts that don't transitively pull in a definitio...
Benjamin Kramer
2012-12-05
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-04
Remove bundling from the MCAssembler interface
David Sehr
2012-12-04
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Add the rest of the experimental fission sections to MC.
Eric Christopher
2012-11-29
Add an MCPhysReg typedef to replace naked uint16_t.
Jakob Stoklund Olesen
2012-11-28
Add brief support for the fission .debug_info.dwo section for
Eric Christopher
2012-11-28
Rearrange ordering of sections.
Eric Christopher
2012-11-28
Move and comment accessor routines.
Eric Christopher
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-27
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-26
Decouple MCInstBuilder from the streamer per Eli's request.
Benjamin Kramer
2012-11-26
Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...
Benjamin Kramer
2012-11-25
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
Further cleanups. Thanks for Sean Silva for noticing it.
Rafael Espindola
2012-11-24
Change the representation of MCCFIInstruction.
Rafael Espindola
2012-11-24
Give each MCCFIInstruction its own opcode.
Rafael Espindola
2012-11-24
Move a bit of duplicated code into a helper function.
Rafael Espindola
2012-11-24
Refactor how MCCFIInstructions are created.
Rafael Espindola
2012-11-23
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-21
Add relocations used for mips big GOT.
Akira Hatanaka
2012-11-15
Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'
Derek Schuff
2012-11-13
Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'
Derek Schuff
2012-11-09
Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.
Anton Korobeynikov
2012-11-06
Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'
Derek Schuff
2012-11-06
misched: TargetSchedule interface for machine resources.
Andrew Trick
2012-10-26
MCRegisterClass should be returned by const ref, not by value.
Lang Hames
2012-10-26
[ms-inline asm] Add support for the TYPE operator.
Chad Rosier
2012-10-25
Fix anonymous namespace issue introduced by r166714:
Kaelyn Uhrain
2012-10-25
[ms-inline asm] Perform field lookups with the dot operator.
Chad Rosier
2012-10-25
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
[prev]
[next]