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
/
lib
/
CodeGen
/
MachineCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+14
*
Refactor the machine code emitter interface to pull the pointers for the current
Chris Lattner
2006-05-02
1
-131
/
+0
*
Remove dead method
Chris Lattner
2006-05-02
1
-4
/
+0
*
Remove the debug machine code emitter. The "FilePrinterEmitter" is more
Chris Lattner
2006-05-02
1
-52
/
+0
*
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-22
1
-2
/
+12
*
mixed-STL programs are big and nasty :(
Duraid Madina
2005-12-28
1
-0
/
+1
*
new is not a valid default anywhere, so make this pure virtual
Andrew Lenharth
2005-07-28
1
-0
/
+7
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-7
/
+7
*
Fix the FIXME, nuke the JIT specific forceCompilationOf method.
Chris Lattner
2004-11-22
1
-18
/
+0
*
These methods are obsolete
Chris Lattner
2004-11-22
1
-8
/
+0
*
Adjust to changed interfaces
Chris Lattner
2004-11-20
1
-7
/
+7
*
Add getCurrentPCOffset() and addRelocation() methods.
Chris Lattner
2004-11-20
1
-0
/
+12
*
Match change in MachineCodeEmitter prototype.
Chris Lattner
2004-11-19
1
-2
/
+2
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+2
*
Implement emitWordAt() for the debug emitter and the file printer emitter. (I
Brian Gaeke
2004-04-23
1
-0
/
+7
*
Finegrainify namespacification
Chris Lattner
2004-02-23
1
-4
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-11
/
+13
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Pass through the emitConstantPool() call to the real emitter.
Misha Brukman
2003-06-03
1
-0
/
+4
*
Removed a useless ofstream.
Misha Brukman
2003-06-02
1
-8
/
+2
*
Remove spurious assert()
Misha Brukman
2003-06-02
1
-1
/
+0
*
Changes to be compatible with MachineCodeEmitter.h
Chris Lattner
2003-06-01
1
-65
/
+51
*
Added saveBBreferences() for BasicBlock resolution.
Misha Brukman
2003-05-30
1
-4
/
+8
*
Correctly write out binary data as chars, before they're cast to ints.
Misha Brukman
2003-05-28
1
-2
/
+1
*
Added a debugging code emitter that prints code to a file, debug to std::cerr,
Misha Brukman
2003-05-27
1
-0
/
+121
*
Allow const functions
Chris Lattner
2003-05-09
1
-2
/
+3
*
Add methods for stub function generation
Chris Lattner
2003-05-08
1
-0
/
+7
*
Add support for global address by string and constant pool values
Chris Lattner
2003-01-13
1
-1
/
+10
*
Print out direct global references
Chris Lattner
2002-12-04
1
-1
/
+4
*
Checkin debug implementation of MCE
Chris Lattner
2002-12-03
1
-0
/
+41