index
:
~grigorig/llvm
controlflow
master
Mostly R600/SI bugfixes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
CodeGenTarget.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-31
Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex...
Christopher Lamb
1
-2
/
+6
2008-01-10
start inferring 'no side effects'.
Chris Lattner
1
-1
/
+2
2008-01-10
realize that instructions who match intrinsics that read memory read memory.
Chris Lattner
1
-0
/
+1
2008-01-06
Change the 'isStore' inferrer to look for 'SDNPMayStore'
Chris Lattner
1
-2
/
+9
2008-01-05
change getQualifiedName to be a global function.
Chris Lattner
1
-1
/
+4
2007-12-29
remove attributions from utils.
Chris Lattner
1
-2
/
+2
2007-07-13
Eliminate an unused parameter.
Dan Gohman
1
-1
/
+1
2007-06-04
Remove the operator<< for MVT::ValueType in preparation for MVT::ValueType
Dan Gohman
1
-1
/
+0
2006-10-11
Added properties such as SDNPHasChain to ComplexPattern.
Evan Cheng
1
-0
/
+7
2006-05-18
Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore.
Evan Cheng
1
-5
/
+0
2006-05-17
Remove PointerType from target definition. Use abstract type MVT::iPTR to
Evan Cheng
1
-3
/
+0
2006-05-16
Allow patterns to refer to physical registers that belong to multiple
Evan Cheng
1
-0
/
+4
2006-03-27
Add support for decoding iPTR to the right pointer type.
Chris Lattner
1
-1
/
+2
2006-01-27
PHI and INLINEASM are now builtin instructions provided by Target.td
Chris Lattner
1
-4
/
+0
2005-12-08
* Added an explicit type field to ComplexPattern.
Evan Cheng
1
-3
/
+5
2005-12-08
Added support for ComplexPattern. These are patterns that require C++ pattern
Evan Cheng
1
-0
/
+17
2005-12-05
Add some methods
Chris Lattner
1
-1
/
+20
2005-12-01
Stop checking the ValueType of the CodeGenInstruction. Instead, use the
Nate Begeman
1
-0
/
+9
2005-09-14
add an accessor
Chris Lattner
1
-0
/
+6
2005-09-08
Compute the value types that are natively supported by a target.
Chris Lattner
1
-2
/
+17
2005-04-22
Remove trailing whitespace
Misha Brukman
1
-2
/
+2
2005-01-22
Refactor code for numbering instructions into CodeGenTarget.
Chris Lattner
1
-0
/
+6
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
1
-1
/
+1
2004-10-14
* Add option to read isLittleEndianEncoding for InstrInfo classes
Misha Brukman
1
-0
/
+4
2004-08-21
Start parsing register classes into a more structured form
Chris Lattner
1
-1
/
+9
2004-08-16
Use CodeGenRegister class to make reading in of register information more
Chris Lattner
1
-2
/
+12
2004-08-14
Make the AsmWriter a first-class tblgen object. Allow targets to specify
Chris Lattner
1
-1
/
+5
2004-08-01
Parse the operand list of the instruction. We currently support register and...
Chris Lattner
1
-1
/
+0
2004-08-01
Add, and start using, the CodeGenInstruction class. This class represents
Chris Lattner
1
-6
/
+20
2004-08-01
Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)
Chris Lattner
1
-7
/
+7
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
1
-0
/
+5
2003-10-20
Added LLVM copyright header.
John Criswell
1
-0
/
+7
2003-08-13
Using std::string requires `#include <string>', says gcc-2.95.3.
Misha Brukman
1
-0
/
+1
2003-08-10
Add new function
Chris Lattner
1
-0
/
+1
2003-08-07
Add new method to get a value type as a string
Chris Lattner
1
-1
/
+1
2003-08-07
Allow clients to get at the pointer type
Chris Lattner
1
-0
/
+2
2003-08-07
Initial checkin of useful wrappers around the Target classes, for now, only V...
Chris Lattner
1
-0
/
+52
[prev]