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
/
utils
/
TableGen
/
CodeEmitterGen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Introduce the TargetInstrInfo::KILL machine instruction and get rid of the
Jakob Stoklund Olesen
2009-09-28
1
-3
/
+3
*
Convert more abort() calls to llvm_report_error().
Torok Edwin
2009-07-08
1
-2
/
+4
*
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-07-03
1
-1
/
+1
*
Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize
Dan Gohman
2009-04-13
1
-3
/
+3
*
Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS.
Dan Gohman
2009-04-13
1
-5
/
+8
*
Fix shift overflow bug that would occur when a field was a full 32-bits
Chris Lattner
2008-10-05
1
-1
/
+1
*
Add instruction names as comments to InstBits entries.
Evan Cheng
2008-09-17
1
-5
/
+3
*
Eliminate a compile time warning.
Evan Cheng
2008-09-07
1
-1
/
+1
*
Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be...
Evan Cheng
2008-09-02
1
-1
/
+2
*
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
Dan Gohman
2008-07-01
1
-3
/
+9
*
Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...
Christopher Lamb
2008-03-16
1
-3
/
+6
*
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-03-15
1
-3
/
+6
*
SDIsel processes llvm.dbg.declare by recording the variable debug information...
Evan Cheng
2008-02-02
1
-0
/
+3
*
remove attributions from utils.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add target independent MachineInstr's to represent subreg insert/extract in M...
Christopher Lamb
2007-07-26
1
-3
/
+9
*
Files missing from LABEL check in.
Jim Laskey
2007-01-26
1
-3
/
+9
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-1
/
+1
*
Remove the isTwoAddress property from the CodeGenInstruction class. It should
Chris Lattner
2006-11-15
1
-9
/
+9
*
Remove an unused variable.
Reid Spencer
2006-11-03
1
-3
/
+1
*
Fix JIT encoding of two-addr instructions.
Chris Lattner
2006-09-05
1
-0
/
+5
*
Clean up.
Jim Laskey
2006-07-13
1
-1
/
+4
*
1. Simplfy bit operations.
Jim Laskey
2006-07-13
1
-177
/
+112
*
Move base value of instruction to lookup table to prepare for case reduction.
Jim Laskey
2006-07-12
1
-17
/
+37
*
Reduce bloat in target libraries by removing per machine instruction assertion
Jim Laskey
2006-07-11
1
-3
/
+1
*
Fix miscodegen of V_SET0 in PPC.
Chris Lattner
2006-03-18
1
-0
/
+4
*
Don't emit JIT code for these instructions
Chris Lattner
2006-01-27
1
-0
/
+2
*
Fix an incompatibility with GCC 4.1, thanks to Vladimir Merzliakov
Chris Lattner
2005-10-24
1
-3
/
+0
*
The code emitter generator only supports targets with 32-bit instruction
Chris Lattner
2005-08-19
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-22
1
-15
/
+15
*
* Factor out (into new fn) a loop emitting operand shifts into the instruction
Misha Brukman
2004-10-14
1
-46
/
+76
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Do not #include files into the llvm namespace
Chris Lattner
2004-08-17
1
-1
/
+2
*
Deleted commented-out code as we now get namespace directly, add comments
Misha Brukman
2004-08-10
1
-2
/
+3
*
Use the target name instead of hard-coding SparcV9.
Misha Brukman
2004-08-10
1
-3
/
+3
*
This was a good idea, but until this does not break the build of
Chris Lattner
2004-08-10
1
-3
/
+3
*
Use the current target name instead of a ClassPrefix.
Misha Brukman
2004-08-09
1
-3
/
+3
*
* Use Classname and ClassPrefix instead of hard-coded V9 values
Misha Brukman
2004-08-09
1
-8
/
+7
*
* Added documentation in the file header
Misha Brukman
2004-08-04
1
-2
/
+4
*
Finegrainify namespacification
Chris Lattner
2004-08-01
1
-4
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+6
*
Added LLVM copyright header.
John Criswell
2003-10-20
1
-0
/
+7
*
Do not put DEBUG() guard around error condition; this must *always* be printed.
Misha Brukman
2003-09-17
1
-1
/
+1
*
Added asserts to prevent negative shift amounts from being generated.
Misha Brukman
2003-08-06
1
-0
/
+2
*
convert over to using TableGen backends
Chris Lattner
2003-08-06
1
-0
/
+2
*
Stop special-casing annul and predict bits (which are Sparc-specific anyway)
Misha Brukman
2003-08-05
1
-8
/
+1
*
No functional changes, comment the fix I just put in
Chris Lattner
2003-08-05
1
-4
/
+5
*
The CodeEmitterGenerator used to consider ANY uninitialized field as being an
Chris Lattner
2003-08-05
1
-48
/
+48
*
DEBUG got moved to Debug.h
Chris Lattner
2003-08-01
1
-1
/
+1
*
Add new getValueAsBitsInit 'high-level' method
Chris Lattner
2003-08-01
1
-9
/
+2
*
Simplify code to match new interfaces
Chris Lattner
2003-08-01
1
-8
/
+4
[prev]
[next]