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
/
lib
/
Target
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement generation of cmp R, C to not use an extra register
Chris Lattner
2003-06-05
3
-23
/
+67
*
Special case simple binary operator X op C
Chris Lattner
2003-06-05
2
-54
/
+110
*
Add instructions for (add|sub|and|or|xor)ri(8|16|32)
Chris Lattner
2003-06-05
1
-2
/
+23
*
Remove usage of typedef
Chris Lattner
2003-06-03
2
-8
/
+4
*
Add namespace comments for doxygen
Chris Lattner
2003-06-03
2
-5
/
+6
*
Eliminated a compiler warning due to casting to a different-sized datatype.
Misha Brukman
2003-06-02
1
-1
/
+1
*
Renamed MachineCodeEmitter.cpp -> X86CodeEmitter.cpp as it conflicts with the
Misha Brukman
2003-06-02
2
-559
/
+1
*
Move X86 specific code out of the JIT into the X86 backend
Chris Lattner
2003-06-01
2
-26
/
+430
*
* Implement cast (long|ulong) to bool
Chris Lattner
2003-06-01
2
-8
/
+44
*
Add RR forms of test instruction
Chris Lattner
2003-06-01
1
-0
/
+4
*
Add support for shl and shr for 64 bit integer types
Chris Lattner
2003-06-01
2
-2
/
+102
*
Add definitions for TEST instructions
Chris Lattner
2003-06-01
1
-0
/
+7
*
Add new cmovne32 instruction
Chris Lattner
2003-06-01
1
-0
/
+1
*
Renamed opIsDef to opIsDefOnly.
Vikram S. Adve
2003-05-27
2
-6
/
+12
*
Reword to remove reference to how things worked in the past.
Misha Brukman
2003-05-24
2
-8
/
+6
*
Implement the TargetInstrInfo's createNOPinstr() and isNOPinstr() interface.
Misha Brukman
2003-05-24
2
-1
/
+42
*
Clean up #includes
Chris Lattner
2003-05-13
2
-16
/
+4
*
Make abort more explicit
Chris Lattner
2003-05-12
2
-2
/
+6
*
Remove the assertion failure of course... doh
Chris Lattner
2003-05-12
2
-14
/
+0
*
Implement casts from unsigned integers to floating point
Chris Lattner
2003-05-12
2
-22
/
+86
*
Make error messages more useful than jsut an abort
Chris Lattner
2003-05-12
2
-4
/
+18
*
Do not insert multiple initializations for the same value in a PHI node
Chris Lattner
2003-05-12
2
-18
/
+58
*
This blank line has GOT to go.
Chris Lattner
2003-05-09
2
-2
/
+0
*
Add support for Add, Sub, And, Or, & Xor constant exprs
Chris Lattner
2003-05-08
2
-26
/
+90
*
Add support for variable argument functions!
Chris Lattner
2003-05-08
2
-4
/
+168
*
IMPLICIT_DEF was not the beautiful elegant solution I thought it was going
Chris Lattner
2003-05-07
5
-20
/
+8
*
Emit pseudo instructions to indicate that some registers are live on entrance
Chris Lattner
2003-05-06
2
-0
/
+22
*
Don't have a cow with new pseudo instructions
Chris Lattner
2003-05-06
2
-4
/
+6
*
Add two new pseudo instructions
Chris Lattner
2003-05-06
1
-2
/
+15
*
The Hyphenation-Adding Committee is now in session.
Misha Brukman
2003-05-03
2
-2
/
+2
*
Remove two fields from TargetData which are target specific.
Chris Lattner
2003-04-26
1
-1
/
+0
*
Fix bogus assert
Chris Lattner
2003-04-25
2
-6
/
+6
*
Fix compatibility bug: X86 aligns doubles to 4 bytes, not 8!
Chris Lattner
2003-04-25
1
-0
/
+1
*
Fix iterator invalidation problem with cast instructions
Chris Lattner
2003-04-23
2
-2
/
+2
*
Implement the constantexpr CAST instruction correctly
Chris Lattner
2003-04-23
2
-90
/
+112
*
Add support for the Switch instruction by running the lowerSwitch pass first
Chris Lattner
2003-04-23
1
-1
/
+5
*
It's "necessary"...
Misha Brukman
2003-04-22
1
-1
/
+1
*
It's "necessary" to spell "necessarily" correctly.
Misha Brukman
2003-04-22
2
-4
/
+4
*
Add support for a simple constantexpr: cast of one ptr type to another
Chris Lattner
2003-04-21
2
-0
/
+10
*
Rename -no-* to -disable-*
Chris Lattner
2003-02-26
2
-2
/
+2
*
Don't emit unneccesary branch instructions!
Chris Lattner
2003-01-16
2
-30
/
+82
*
Fix problem with invalidated iterator
Chris Lattner
2003-01-16
2
-2
/
+2
*
Implement optimization folding setcc into branch.
Chris Lattner
2003-01-16
2
-76
/
+226
*
Add more flavors of branch instructions
Chris Lattner
2003-01-16
1
-1
/
+11
*
Implement code to keep the stack pointer aligned to an 8 byte boundary.
Chris Lattner
2003-01-16
4
-3
/
+16
*
Handle frame offset due to return address pushed on the stack
Chris Lattner
2003-01-15
1
-6
/
+8
*
X86 backend should never use addMReg
Chris Lattner
2003-01-15
1
-4
/
+4
*
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
11
-26
/
+26
*
New files
Chris Lattner
2003-01-13
4
-0
/
+1346
*
* No longer need lowerallocation pass
Chris Lattner
2003-01-13
1
-9
/
+10
[next]