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
/
CodeGen
/
JITCodeEmitter.h
Age
Commit message (
Expand
)
Author
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-09
Simplify code.
Jakub Staszak
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-13
Like the coding standards say, do not use "using namespace std".
Jay Foad
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-04-18
Add a "PadTo" field to the emitULEB128Bytes method. This will pad out to the
Bill Wendling
2010-04-16
The JIT calls TidyLandingPads to tidy up the landing pads. However, because the
Bill Wendling
2010-03-14
change EH related stuff (other than EH_LABEL) to use MCSymbol
Chris Lattner
2010-02-10
Fix several comments which had previously been "the the" where a
Dan Gohman
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2009-12-15
Change indirect-globals to use a dedicated allocIndirectGV. This lets us
Jeffrey Yasskin
2009-11-23
Allow more than one stub to be being generated at the same time.
Jeffrey Yasskin
2009-10-26
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-08-21
Fix a bug where the DWARF emitter in the JIT was not initializing alignment
Reid Kleckner
2009-08-05
1) Proper emit displacements for x86, using absolute relocations where necessary
Bruno Cardoso Lopes
2009-07-16
Tidy up #includes.
Dan Gohman
2009-07-08
Add an option to allocate JITed global data separately from code. By
Jeffrey Yasskin
2009-06-12
Type change cleanup on JCE and MCE. Patch by Aaron Gray
Bruno Cardoso Lopes
2009-06-04
Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
Bruno Cardoso Lopes
2009-06-03
Revert 72650
Bruno Cardoso Lopes
2009-05-30
Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
Bruno Cardoso Lopes
2009-05-30
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes