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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Link with LLVMsystem.a for operating system independence.
Reid Spencer
2004-08-29
1
-1
/
+1
*
RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust
Reid Spencer
2004-08-29
1
-1
/
+1
*
Alignment is now in bits.
Chris Lattner
2004-08-21
1
-2
/
+1
*
Make alignment be in bits, just like size is
Chris Lattner
2004-08-21
2
-2
/
+3
*
Infer the spillsize/alignment of a register based on the register classes
Chris Lattner
2004-08-21
1
-3
/
+34
*
Support "Methods" in register classes in CodgeGenRegisterClass
Chris Lattner
2004-08-21
3
-11
/
+10
*
Start parsing register classes into a more structured form
Chris Lattner
2004-08-21
4
-19
/
+61
*
Read in declared reg sizes
Chris Lattner
2004-08-21
2
-1
/
+7
*
Do not #include files into the llvm namespace
Chris Lattner
2004-08-17
7
-18
/
+20
*
Use CodeGenRegister class to make reading in of register information more
Chris Lattner
2004-08-16
3
-19
/
+42
*
Add initial support for register and register class representation.
Chris Lattner
2004-08-16
1
-0
/
+37
*
Remove awareness of isDummyClass
Chris Lattner
2004-08-15
1
-9
/
+2
*
Make the AsmWriter a first-class tblgen object. Allow targets to specify
Chris Lattner
2004-08-14
4
-8
/
+32
*
Fix minor bug in previous checkin
Chris Lattner
2004-08-11
1
-4
/
+5
*
change how we invoke the printer. Instead of passing in the MO directly,
Chris Lattner
2004-08-11
1
-1
/
+2
*
Start parsing more information from the Operand information
Chris Lattner
2004-08-11
2
-8
/
+35
*
Remove special case hacks
Chris Lattner
2004-08-11
1
-8
/
+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
*
Be picky
Chris Lattner
2004-08-01
1
-1
/
+5
*
Instructions no longer need to have names.
Chris Lattner
2004-08-01
1
-1
/
+6
*
Add support for asm printing machine instructions that have operands.
Chris Lattner
2004-08-01
1
-2
/
+48
*
Parse the operand list of the instruction. We currently support register and...
Chris Lattner
2004-08-01
3
-7
/
+54
*
Initial cut at an asm writer emitter. So far, this only handles emission of
Chris Lattner
2004-08-01
4
-3
/
+99
*
Add, and start using, the CodeGenInstruction class. This class represents
Chris Lattner
2004-08-01
5
-47
/
+144
*
Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)
Chris Lattner
2004-08-01
8
-181
/
+13
*
Finegrainify namespacification
Chris Lattner
2004-08-01
9
-49
/
+26
*
Support new flag
Chris Lattner
2004-07-31
1
-0
/
+1
*
Implement test/Regression/TableGen/ListSlices.td
Chris Lattner
2004-07-27
2
-29
/
+142
*
Add initial support for list slices. This currently allows you to do stuff
Chris Lattner
2004-07-26
3
-16
/
+65
*
Remove some abandoned code that was never finished. If needed in the future
Chris Lattner
2004-07-22
3
-521
/
+1
*
Passing integer 0 in for a pointer value doesn't work on IA64. Fix this
Chris Lattner
2004-07-16
1
-1
/
+1
*
Make tblgen not try to be smart. This is better handled in makefiles if
Chris Lattner
2004-07-13
1
-14
/
+3
*
Handle shifts >= 32 bits.
Misha Brukman
2004-06-21
1
-2
/
+2
*
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
Chris Lattner
2004-06-20
1
-1
/
+1
*
Make header comment fit within 80 cols.
Misha Brukman
2004-06-17
1
-1
/
+1
*
Emit a more sensible error message if no subclasses of Target are defined.
Misha Brukman
2004-06-04
2
-0
/
+4
*
Add support for dos style files.
Chris Lattner
2004-05-27
1
-1
/
+1
*
Header file moved
Chris Lattner
2004-05-27
2
-2
/
+2
*
The "best" of both worlds: readable C++ comments and valid HTML For doxygen.
Misha Brukman
2004-04-15
1
-4
/
+7
*
Tablegen backend for really simple instruction selector
Jakub Staszak
2004-04-06
2
-0
/
+514
*
add tablgen backend for really simple instruction selector
Jakub Staszak
2004-04-06
1
-1
/
+7
*
Do not remove an active template argument even if the superclass had one of the
Chris Lattner
2004-02-28
1
-1
/
+2
*
Ignore X = X assignments that was causing Alkis's rewrite of X86.td to crash
Chris Lattner
2004-02-28
1
-3
/
+9
*
Assert instead of going into an infinite loop!
Chris Lattner
2004-02-28
1
-2
/
+5
*
exit(1) instead of abort()'ing on error
Chris Lattner
2004-02-13
3
-27
/
+27
[next]