2005-06-29 |
Andrew Lenharth | support more relocations for stores also
|
commit | commitdiff | tree |
2005-06-29 |
Andrew Lenharth | Get rid of all symbolic loads. I now do gernate all...
|
commit | commitdiff | tree |
2005-06-27 |
Andrew Lenharth | some call work
|
commit | commitdiff | tree |
2005-06-27 |
Andrew Lenharth | Adapt the code for handling uint -> fp conversion for...
|
commit | commitdiff | tree |
2005-06-27 |
Andrew Lenharth | So, it turns out I forgot that one valid way of restoring...
|
commit | commitdiff | tree |
2005-06-27 |
Andrew Lenharth | get rid of another pseudo op
|
commit | commitdiff | tree |
2005-06-27 |
Andrew Lenharth | generate address of constant pool entries
|
commit | commitdiff | tree |
2005-06-27 |
Andrew Lenharth | Misha happification patch
|
commit | commitdiff | tree |
2005-06-27 |
Andrew Lenharth | Reduce use of pseudo ops
|
commit | commitdiff | tree |
2005-06-27 |
Andrew Lenharth | missed a load
|
commit | commitdiff | tree |
2005-06-27 |
Andrew Lenharth | make constant pool labels local
|
commit | commitdiff | tree |
2005-06-27 |
Andrew Lenharth | who said we had to use the return address in the return...
|
commit | commitdiff | tree |
2005-06-26 |
Andrew Lenharth | depend more on legalize putting constants on the RHS
|
commit | commitdiff | tree |
2005-06-26 |
Andrew Lenharth | With setOperationAction(ISD::UINT_TO_FP, MVT::i64,...
|
commit | commitdiff | tree |
2005-06-23 |
Andrew Lenharth | remove a pseudo instruction, make ret always right...
|
commit | commitdiff | tree |
2005-06-23 |
Andrew Lenharth | finally, Working varargs
|
commit | commitdiff | tree |
2005-06-22 |
Andrew Lenharth | more complete Lowering for vacopy and vaarg
|
commit | commitdiff | tree |
2005-06-22 |
Andrew Lenharth | If we support structs as va_list, we must pass pointers...
|
commit | commitdiff | tree |
2005-06-22 |
Andrew Lenharth | SelectionDAG is very unhappy when the argument to an...
|
commit | commitdiff | tree |
2005-06-22 |
Andrew Lenharth | Make it easier to find alpha stuff in doxygen, and...
|
commit | commitdiff | tree |
2005-06-20 |
Andrew Lenharth | because some functions just use va_start and pass things...
|
commit | commitdiff | tree |
2005-06-20 |
Andrew Lenharth | the correct fix was to fix AliasAnalysis.getModRefInfo
|
commit | commitdiff | tree |
2005-06-20 |
Andrew Lenharth | make AliasAnalysis know that VAArg writes memory. ...
|
commit | commitdiff | tree |
2005-06-20 |
Andrew Lenharth | prevent GCSE from forwarding stores to loads around...
|
commit | commitdiff | tree |
2005-06-20 |
Andrew Lenharth | prevent va_arg from being hoisted from a loop
|
commit | commitdiff | tree |
2005-06-19 |
Andrew Lenharth | fix DCE + va_arg problem
|
commit | commitdiff | tree |
2005-06-19 |
Andrew Lenharth | prevent DCE of vaarg intrinsics. This should take...
|
commit | commitdiff | tree |
2005-06-19 |
Andrew Lenharth | va_end fix
|
commit | commitdiff | tree |
2005-06-19 |
Andrew Lenharth | so this doesn't crash when run. It is hard to tell...
|
commit | commitdiff | tree |
2005-06-19 |
Andrew Lenharth | add a check for the mixing of vaarg and vanext with...
|
commit | commitdiff | tree |
2005-06-18 |
Andrew Lenharth | OK, at least get rid of old stuff, and mark what needs...
|
commit | commitdiff | tree |
2005-06-18 |
Andrew Lenharth | core changes for varargs
|
commit | commitdiff | tree |
2005-06-18 |
Andrew Lenharth | header file changes for varargs
|
commit | commitdiff | tree |
2005-06-18 |
Andrew Lenharth | new vararg test
|
commit | commitdiff | tree |
2005-06-18 |
Andrew Lenharth | OK, after checking the backwards compatibility code...
|
commit | commitdiff | tree |
2005-06-17 |
Andrew Lenharth | A start at a Sparc V8 Pattern ISel. Anyone want to...
|
commit | commitdiff | tree |
2005-06-08 |
Andrew Lenharth | make SparcV8 and V9 seperately configurable
|
commit | commitdiff | tree |
2005-06-08 |
Andrew Lenharth | fix BranchCC with a setCC with an arg of 0
|
commit | commitdiff | tree |
2005-06-08 |
Andrew Lenharth | Remove code for conversion from old style va_args....
|
commit | commitdiff | tree |
2005-06-06 |
Andrew Lenharth | allow marking of loads and stores in the instruction...
|
commit | commitdiff | tree |
2005-06-06 |
Andrew Lenharth | hide basic block labels. The utility of these for...
|
commit | commitdiff | tree |
2005-06-04 |
Andrew Lenharth | hack to fix bzip2 (bug 571)
|
commit | commitdiff | tree |
2005-05-31 |
Andrew Lenharth | try custom expanders, doesn't seem to expand yet, so...
|
commit | commitdiff | tree |
2005-05-31 |
Andrew Lenharth | switch to the new live in thing. Really, this time...
|
commit | commitdiff | tree |
2005-05-31 |
Andrew Lenharth | switch to the new live in thing
|
commit | commitdiff | tree |
2005-05-31 |
Andrew Lenharth | switch to the new live in thing
|
commit | commitdiff | tree |
2005-05-27 |
Andrew Lenharth | match gcc, makes diff easier
|
commit | commitdiff | tree |
2005-05-26 |
Andrew Lenharth | Fix 2005-05-12-Int64ToFP
|
commit | commitdiff | tree |
2005-05-20 |
Andrew Lenharth | now with a legend, and multiple lines work.
|
commit | commitdiff | tree |
2005-05-20 |
Andrew Lenharth | OK, the simple scheme for the db plus a couple of cgi...
|
commit | commitdiff | tree |
2005-05-20 |
Andrew Lenharth | fix compilation error due to no abort being defined...
|
commit | commitdiff | tree |
2005-05-14 |
Andrew Lenharth | mention the C++ exception problems on alpha
|
commit | commitdiff | tree |
2005-05-13 |
Andrew Lenharth | fix regression tests
|
commit | commitdiff | tree |
2005-05-13 |
Andrew Lenharth | fixed test case
|
commit | commitdiff | tree |
2005-05-11 |
Andrew Lenharth | Legalize for CTLZ generates a ctpop, but this ctpop...
|
commit | commitdiff | tree |
2005-05-05 |
Andrew Lenharth | ctpop lowering in legalize
|
commit | commitdiff | tree |
2005-05-04 |
Andrew Lenharth | fix typo
|
commit | commitdiff | tree |
2005-05-04 |
Andrew Lenharth | Well, add support for ct* for 21264 only.
|
commit | commitdiff | tree |
2005-05-04 |
Andrew Lenharth | Make promoteOp work for CT*
|
commit | commitdiff | tree |
2005-05-04 |
Andrew Lenharth | comment fix
|
commit | commitdiff | tree |
2005-05-04 |
Andrew Lenharth | see if the legalize code propery compensates for the...
|
commit | commitdiff | tree |
2005-05-04 |
Andrew Lenharth | added a use of ctpop to debug stuff with
|
commit | commitdiff | tree |
2005-05-04 |
Andrew Lenharth | fixup argument
|
commit | commitdiff | tree |
2005-05-03 |
Andrew Lenharth | initial descriptions of count intrinsics
|
commit | commitdiff | tree |
2005-05-03 |
Andrew Lenharth | Implement count leading zeros (ctlz), count trailing...
|
commit | commitdiff | tree |
2005-05-03 |
Andrew Lenharth | yea yea yea
|
commit | commitdiff | tree |
2005-05-03 |
Andrew Lenharth | note the vararg change, and other stuff
|
commit | commitdiff | tree |
2005-05-03 |
Andrew Lenharth | pre add count tests
|
commit | commitdiff | tree |
2005-05-02 |
Andrew Lenharth | fold fp div by 0 to inf, the way gcc does. This is...
|
commit | commitdiff | tree |
2005-05-02 |
Andrew Lenharth | Remove support for 1.0 style varargs
|
commit | commitdiff | tree |
2005-04-30 |
Andrew Lenharth | I was sure I had thought about this and there was a...
|
commit | commitdiff | tree |
2005-04-27 |
Andrew Lenharth | Implement Value* tracking for loads and stores in the...
|
commit | commitdiff | tree |
2005-04-27 |
Andrew Lenharth | import fix and plot multiple lines at once
|
commit | commitdiff | tree |
2005-04-27 |
Andrew Lenharth | Generate a gnuplot script for any program and any test...
|
commit | commitdiff | tree |
2005-04-27 |
Andrew Lenharth | So you want to import nightly tester data into a data...
|
commit | commitdiff | tree |
2005-04-27 |
Andrew Lenharth | fix for parse, and a start at db import. Using CVS...
|
commit | commitdiff | tree |
2005-04-27 |
Andrew Lenharth | A first step towards being able to do more interesting...
|
commit | commitdiff | tree |
2005-04-22 |
Andrew Lenharth | keep track of max depth stats
|
commit | commitdiff | tree |
2005-04-14 |
Andrew Lenharth | fix calls
|
commit | commitdiff | tree |
2005-04-14 |
Andrew Lenharth | a 21264 fix, and fix the operator precidence on an...
|
commit | commitdiff | tree |
2005-04-14 |
Andrew Lenharth | added a random and mask test
|
commit | commitdiff | tree |
2005-04-13 |
Andrew Lenharth | WOW, function calls still seem to work after this.
|
commit | commitdiff | tree |
2005-04-13 |
Andrew Lenharth | prepare for func call optimization
|
commit | commitdiff | tree |
2005-04-13 |
Andrew Lenharth | regression case for faster call sequence
|
commit | commitdiff | tree |
2005-04-13 |
Andrew Lenharth | check that casts still use zap
|
commit | commitdiff | tree |
2005-04-13 |
Andrew Lenharth | add matches for SxADDL and company, as well as simplify...
|
commit | commitdiff | tree |
2005-04-13 |
Andrew Lenharth | added s4addl matching test
|
commit | commitdiff | tree |
2005-04-13 |
Andrew Lenharth | added all flavors of zap for anding
|
commit | commitdiff | tree |
2005-04-12 |
Andrew Lenharth | Get rid of idefs for arguments (oops)
|
commit | commitdiff | tree |
2005-04-12 |
Andrew Lenharth | Get rid of idefs for arguments
|
commit | commitdiff | tree |
2005-04-08 |
Andrew Lenharth | collect a few statistics, factor constants (constant...
|
commit | commitdiff | tree |
2005-04-08 |
Andrew Lenharth | oops
|
commit | commitdiff | tree |
2005-04-08 |
Andrew Lenharth | added some tests to check stupid pattern matching mistakes
|
commit | commitdiff | tree |
2005-04-07 |
Andrew Lenharth | Alpha zero extends setcc results
|
commit | commitdiff | tree |
2005-04-07 |
Andrew Lenharth | fix a small optimization opertunity and make gcc happy
|
commit | commitdiff | tree |
2005-04-07 |
Andrew Lenharth | match case change in codegen
|
commit | commitdiff | tree |
2005-04-07 |
Andrew Lenharth | fixup magic constant making code. tested by thousands...
|
commit | commitdiff | tree |
2005-04-07 |
Andrew Lenharth | lowercase instructions, makes diff happier
|
commit | commitdiff | tree |
2005-04-07 |
Andrew Lenharth | It wasn't happy about this either
|
commit | commitdiff | tree |
2005-04-07 |
Andrew Lenharth | Yea, it wasn't happy
|
commit | commitdiff | tree |
next |