index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
JITCodeEmitter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Like the coding standards say, do not use "using namespace std".
Jay Foad
2011-04-13
1
-2
/
+0
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Add a "PadTo" field to the emitULEB128Bytes method. This will pad out to the
Bill Wendling
2010-04-18
1
-2
/
+9
*
The JIT calls TidyLandingPads to tidy up the landing pads. However, because the
Bill Wendling
2010-04-16
1
-0
/
+5
*
change EH related stuff (other than EH_LABEL) to use MCSymbol
Chris Lattner
2010-03-14
1
-5
/
+5
*
Fix several comments which had previously been "the the" where a
Dan Gohman
2010-02-10
1
-1
/
+1
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Change indirect-globals to use a dedicated allocIndirectGV. This lets us
Jeffrey Yasskin
2009-12-15
1
-23
/
+5
*
Allow more than one stub to be being generated at the same time.
Jeffrey Yasskin
2009-11-23
1
-11
/
+17
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
Fix a bug where the DWARF emitter in the JIT was not initializing alignment
Reid Kleckner
2009-08-21
1
-7
/
+17
*
1) Proper emit displacements for x86, using absolute relocations where necessary
Bruno Cardoso Lopes
2009-08-05
1
-0
/
+7
*
Tidy up #includes.
Dan Gohman
2009-07-16
1
-1
/
+0
*
Add an option to allocate JITed global data separately from code. By
Jeffrey Yasskin
2009-07-08
1
-0
/
+5
*
Type change cleanup on JCE and MCE. Patch by Aaron Gray
Bruno Cardoso Lopes
2009-06-12
1
-5
/
+5
*
Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
Bruno Cardoso Lopes
2009-06-04
1
-33
/
+33
*
Revert 72650
Bruno Cardoso Lopes
2009-06-03
1
-33
/
+33
*
Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
Bruno Cardoso Lopes
2009-05-30
1
-33
/
+33
*
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
1
-0
/
+322