index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
Printer.cpp
Age
Commit message (
Expand
)
Author
2004-07-26
Renamed files to have the `X86' prefix for uniqueness purposes.
Misha Brukman
2004-07-18
bug 122:
Reid Spencer
2004-06-29
Fix associativity of parameters to assert(): now it actually makes sense.
Misha Brukman
2004-06-29
Convert tabs to spaces.
Misha Brukman
2004-06-25
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-02
Convert to the new TargetMachine interface.
Chris Lattner
2004-05-14
Support MachineBasicBlock operands on RawFrm instructions.
Brian Gaeke
2004-04-13
Add support for the printImplicitDefsBefore flag
Chris Lattner
2004-04-08
Added the llvm.readport and llvm.writeport intrinsics for x86. These do
John Criswell
2004-03-31
Add support for FP cmoves
Chris Lattner
2004-03-11
Fix compilation on Sparc: assert(0) => abort()
Misha Brukman
2004-03-09
Check if printing of implicit uses is required for all types of shift
Alkis Evlogimenos
2004-03-09
Use newly added API to emit bytes for instructions that gas misassembles
Alkis Evlogimenos
2004-03-01
Doxygenify some comments.
Misha Brukman
2004-02-29
A big X86 instruction rename. The instructions are renamed to make
Alkis Evlogimenos
2004-02-28
Floating point loads/stores act on memory operands. Rename them to
Alkis Evlogimenos
2004-02-28
Each instruction now has both an ImmType and a MemType. This describes
Alkis Evlogimenos
2004-02-27
Rename MRMS[0-7]{r,m} to MRM[0-7]{r,m}.
Alkis Evlogimenos
2004-02-23
Work around a gas bug. Print '-9223372036854775808' as unsigned.
Chris Lattner
2004-02-17
Expand the repertoire of the forms we can print and encode.
Chris Lattner
2004-02-17
Rename MOVi[mr] instructions to MOV[rm]i
Chris Lattner
2004-02-17
Rename the IMULri* instructions to IMULrri, as they are actually three address
Chris Lattner
2004-02-15
Make dense maps keyed on physical registers smallerusing
Alkis Evlogimenos
2004-02-14
finegrainify namespacification, fix 80col prob
Chris Lattner
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-11
s/getOpCode/getOpcode
Chris Lattner
2004-02-04
Modify the two address instruction pass to remove the duplicate
Alkis Evlogimenos
2004-02-04
IMULri* instructions do not require their first two registers operands
Alkis Evlogimenos
2004-01-14
Eliminate the isStringCompatible function, using ConstantArray::isString.
Chris Lattner
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-01
generalize the instruction types permitted a bit
Chris Lattner
2003-11-22
Support constant casting constant pointers to ints/uints, and/or
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-04
Fix problems in previous changes. This fixes several regressions last night.
Chris Lattner
2003-11-03
Significantly simplify constant emission by unifying the stuff which used to ...
Chris Lattner
2003-11-03
Incorporate printSingleConstantValue into its single caller
Chris Lattner
2003-11-03
* Reformat some code
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
The Grammar Police was here.
Misha Brukman
2003-10-20
* Rename X86::IMULr16 -> X86::IMULrr16
Chris Lattner
2003-10-19
.string adds an implicit zero at the end. This is not what we wanted.
Chris Lattner
2003-10-16
Add support for 'weak' linkage.
Chris Lattner
2003-10-06
Add # of printed instructions statistic to both the SPARC and X86 LLC backends.
Brian Gaeke
2003-09-10
Only emit inter-field-padding if the amount of padding is != 0
Chris Lattner
2003-09-09
* Simplify printConstantValueOnly by moving the tail padding stuff directly
Chris Lattner
2003-08-13
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-08-11
Sort #includes, eliminate #include of "llvm/Type.h" which was redundant
Chris Lattner
2003-08-11
Cygwin apparently works with %'s on registers!
Chris Lattner
2003-08-11
Add a new -enable-cygwin-compatible-output argument, which make the output more
Chris Lattner
[next]