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
/
utils
/
TableGen
/
CodeEmitterGen.cpp
Age
Commit message (
Expand
)
Author
2008-03-16
Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...
Christopher Lamb
2008-03-15
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-02-02
SDIsel processes llvm.dbg.declare by recording the variable debug information...
Evan Cheng
2007-12-29
remove attributions from utils.
Chris Lattner
2007-07-26
Add target independent MachineInstr's to represent subreg insert/extract in M...
Christopher Lamb
2007-01-26
Files missing from LABEL check in.
Jim Laskey
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-11-15
Remove the isTwoAddress property from the CodeGenInstruction class. It should
Chris Lattner
2006-11-03
Remove an unused variable.
Reid Spencer
2006-09-05
Fix JIT encoding of two-addr instructions.
Chris Lattner
2006-07-13
Clean up.
Jim Laskey
2006-07-13
1. Simplfy bit operations.
Jim Laskey
2006-07-12
Move base value of instruction to lookup table to prepare for case reduction.
Jim Laskey
2006-07-11
Reduce bloat in target libraries by removing per machine instruction assertion
Jim Laskey
2006-03-18
Fix miscodegen of V_SET0 in PPC.
Chris Lattner
2006-01-27
Don't emit JIT code for these instructions
Chris Lattner
2005-10-24
Fix an incompatibility with GCC 4.1, thanks to Vladimir Merzliakov
Chris Lattner
2005-08-19
The code emitter generator only supports targets with 32-bit instruction
Chris Lattner
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-10-14
* Factor out (into new fn) a loop emitting operand shifts into the instruction
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-17
Do not #include files into the llvm namespace
Chris Lattner
2004-08-10
Deleted commented-out code as we now get namespace directly, add comments
Misha Brukman
2004-08-10
Use the target name instead of hard-coding SparcV9.
Misha Brukman
2004-08-10
This was a good idea, but until this does not break the build of
Chris Lattner
2004-08-09
Use the current target name instead of a ClassPrefix.
Misha Brukman
2004-08-09
* Use Classname and ClassPrefix instead of hard-coded V9 values
Misha Brukman
2004-08-04
* Added documentation in the file header
Misha Brukman
2004-08-01
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header.
John Criswell
2003-09-17
Do not put DEBUG() guard around error condition; this must *always* be printed.
Misha Brukman
2003-08-06
Added asserts to prevent negative shift amounts from being generated.
Misha Brukman
2003-08-06
convert over to using TableGen backends
Chris Lattner
2003-08-05
Stop special-casing annul and predict bits (which are Sparc-specific anyway)
Misha Brukman
2003-08-05
No functional changes, comment the fix I just put in
Chris Lattner
2003-08-05
The CodeEmitterGenerator used to consider ANY uninitialized field as being an
Chris Lattner
2003-08-01
DEBUG got moved to Debug.h
Chris Lattner
2003-08-01
Add new getValueAsBitsInit 'high-level' method
Chris Lattner
2003-08-01
Simplify code to match new interfaces
Chris Lattner
2003-08-01
Minor cleanups
Chris Lattner
2003-08-01
Factor code out into a new getAllDerivedDefinitions method, which is generall...
Chris Lattner
2003-07-31
More minor cleanups of the interface
Chris Lattner
2003-07-31
Rename createEmitter to run because eventually all tablegen backends will
Chris Lattner
2003-07-29
Don't crash if there is no Inst class in the tablegen file!
Chris Lattner
2003-07-18
Added a DEBUG() guard to a debug information printout.
Misha Brukman
2003-07-15
Fixed a bug: outputting name of variable instead of its value.
Misha Brukman
2003-07-15
This optimization greatly enhances efficiency of creating new instructions by
Misha Brukman
2003-07-07
Stop using the `Offset' variable, as we are cycling through the bits of a field
Misha Brukman
2003-06-06
Old versions of GCC doesn't have <ostream> :(
Chris Lattner
[next]