Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c23b933d5f8be9b51a1d22e717c0311f65f87dcd
/
lib
/
CodeGen
/
MachineCodeEmitter.cpp
2d24e2a
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 14 years ago
43b429b
Refactor the machine code emitter interface to pull the pointers for the current
by Chris Lattner
· 19 years ago
b0cc79d
Remove dead method
by Chris Lattner
· 19 years ago
3a9cfba
Remove the debug machine code emitter. The "FilePrinterEmitter" is more
by Chris Lattner
· 19 years ago
37efe67
JumpTable support! What this represents is working asm and jit support for
by Nate Begeman
· 19 years ago
8c7bd36
mixed-STL programs are big and nasty :(
by Duraid Madina
· 20 years ago
fe66039
new is not a valid default anywhere, so make this pure virtual
by Andrew Lenharth
· 20 years ago
edf128a
Remove trailing whitespace
by Misha Brukman
· 20 years ago
cf88d32
Fix the FIXME, nuke the JIT specific forceCompilationOf method.
by Chris Lattner
· 21 years ago
6f71720
These methods are obsolete
by Chris Lattner
· 21 years ago
3bf285a
Adjust to changed interfaces
by Chris Lattner
· 21 years ago
47012c0
Add getCurrentPCOffset() and addRelocation() methods.
by Chris Lattner
· 21 years ago
45730d7
Match change in MachineCodeEmitter prototype.
by Chris Lattner
· 21 years ago
954da37
Add #include <iostream> since Value.h does not #include it any more.
by Reid Spencer
· 21 years ago
da8246b
Implement emitWordAt() for the debug emitter and the file printer emitter. (I
by Brian Gaeke
· 21 years ago
0742b59
Finegrainify namespacification
by Chris Lattner
· 21 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
b576c94
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
d720da2
Pass through the emitConstantPool() call to the real emitter.
by Misha Brukman
· 22 years ago
e6aa9e3
Removed a useless ofstream.
by Misha Brukman
· 22 years ago
53a7ba8
Remove spurious assert()
by Misha Brukman
· 22 years ago
efc84a4
Changes to be compatible with MachineCodeEmitter.h
by Chris Lattner
· 22 years ago
da3a8b1
Added saveBBreferences() for BasicBlock resolution.
by Misha Brukman
· 22 years ago
eae77de
Correctly write out binary data as chars, before they're cast to ints.
by Misha Brukman
· 22 years ago
3432d1d
Added a debugging code emitter that prints code to a file, debug to std::cerr,
by Misha Brukman
· 22 years ago
e0e7217
Allow const functions
by Chris Lattner
· 22 years ago
fd33fb8
Add methods for stub function generation
by Chris Lattner
· 22 years ago
7775df1
Add support for global address by string and constant pool values
by Chris Lattner
· 23 years ago
b72d221
Print out direct global references
by Chris Lattner
· 23 years ago
f815aeb
Checkin debug implementation of MCE
by Chris Lattner
· 23 years ago