Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
0915c047c2e8d94eb9c8e726e10e2d1ef63db29c
/
llvm
/
lib
/
CodeGen
/
MachineCodeEmitter.cpp
a379b181
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 14 years ago
c9aa371
Refactor the machine code emitter interface to pull the pointers for the current
by Chris Lattner
· 19 years ago
67a3aa2
Remove dead method
by Chris Lattner
· 19 years ago
bb1c345
Remove the debug machine code emitter. The "FilePrinterEmitter" is more
by Chris Lattner
· 19 years ago
4ca2ea5
JumpTable support! What this represents is working asm and jit support for
by Nate Begeman
· 19 years ago
7c3dcb6
mixed-STL programs are big and nasty :(
by Duraid Madina
· 20 years ago
3faa822
new is not a valid default anywhere, so make this pure virtual
by Andrew Lenharth
· 20 years ago
835702a
Remove trailing whitespace
by Misha Brukman
· 20 years ago
88dc917
Fix the FIXME, nuke the JIT specific forceCompilationOf method.
by Chris Lattner
· 21 years ago
213e39e
These methods are obsolete
by Chris Lattner
· 21 years ago
5f3d274
Adjust to changed interfaces
by Chris Lattner
· 21 years ago
f6fcf39
Add getCurrentPCOffset() and addRelocation() methods.
by Chris Lattner
· 21 years ago
c273898
Match change in MachineCodeEmitter prototype.
by Chris Lattner
· 21 years ago
eb04d9b
Add #include <iostream> since Value.h does not #include it any more.
by Reid Spencer
· 21 years ago
4aaa9c6
Implement emitWordAt() for the debug emitter and the file printer emitter. (I
by Brian Gaeke
· 21 years ago
43df6c2
Finegrainify namespacification
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
a6c3f89
Pass through the emitConstantPool() call to the real emitter.
by Misha Brukman
· 22 years ago
155bdf6
Removed a useless ofstream.
by Misha Brukman
· 22 years ago
6fd0681
Remove spurious assert()
by Misha Brukman
· 22 years ago
0c1475c
Changes to be compatible with MachineCodeEmitter.h
by Chris Lattner
· 22 years ago
94908b0
Added saveBBreferences() for BasicBlock resolution.
by Misha Brukman
· 22 years ago
df88104
Correctly write out binary data as chars, before they're cast to ints.
by Misha Brukman
· 22 years ago
cbd4678
Added a debugging code emitter that prints code to a file, debug to std::cerr,
by Misha Brukman
· 22 years ago
2274c71
Allow const functions
by Chris Lattner
· 22 years ago
c9a4f4c
Add methods for stub function generation
by Chris Lattner
· 22 years ago
6178ee9
Add support for global address by string and constant pool values
by Chris Lattner
· 23 years ago
57f055f
Print out direct global references
by Chris Lattner
· 23 years ago
bddc6dc
Checkin debug implementation of MCE
by Chris Lattner
· 23 years ago