2005-07-02 |
Jeff Cohen | Adding new files to Visual Studio projects. |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Nate Begeman | The statistic needs to be in the correct namespace. |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Chris Lattner | Varargs is apparently currently broken on PPC. This... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Chris Lattner | Refactor X86AsmPrinter.cpp into multiple files. Patch... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Andrew Lenharth | simplify call code, remove pseudo ops for div and rem... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Andrew Lenharth | simplify call code, remove pseudo ops for div and rem... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Chris Lattner | remove some debugging code |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Andrew Lenharth | oops |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Andrew Lenharth | FP EXTLOAD is not support on all archs, expand to LOAD... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Chris Lattner | Fix PR590 and Transforms/Mem2Reg/2005-06-30-ReadBeforeW... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Chris Lattner | new testcase for PR590 |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Nate Begeman | Make the x86 asm printer darwin-aware. This mostly... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Andrew Lenharth | restore old srcValueNode behavior and try to to work... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Chris Lattner | Don't crash on a query where the block is not in any... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
John Criswell | Bug fixed. |
commit | commitdiff | tree | snapshot |
2005-06-29 |
John Criswell | Doh! Forgot to LLVMify the style. |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Andrew Lenharth | tracking the instructions causing loads and stores... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
John Criswell | Basic fix for PR#591; don't convert an fprintf() to... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Andrew Lenharth | thinko |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Andrew Lenharth | unify SelectExpr and SelectFP |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Andrew Lenharth | fix most regressions |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Andrew Lenharth | support more relocations for stores also |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Andrew Lenharth | Get rid of all symbolic loads. I now do gernate all... |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Jeff Cohen | Add ElfWriter stuff to Visual Studio |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | some call work |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | Adapt the code for handling uint -> fp conversion for... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | So, it turns out I forgot that one valid way of restori... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Nate Begeman | Initial set of .td file changes necessary to get scalar... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | get rid of another pseudo op |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | generate address of constant pool entries |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | Misha happification patch |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | Reduce use of pseudo ops |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | missed a load |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | make constant pool labels local |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | who said we had to use the return address in the return... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Chris Lattner | Add support to the X86 backend for emitting ELF files... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Chris Lattner | iniital checkin of ELFWriter implementation |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Chris Lattner | iniital checkin of ELFWriter header. |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Andrew Lenharth | depend more on legalize putting constants on the RHS |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Andrew Lenharth | With setOperationAction(ISD::UINT_TO_FP, MVT::i64,... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Chris Lattner | add a new -filetype argument to llc. |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Chris Lattner | add some new file types |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Chris Lattner | minor cleanups, use copy ctor instead of manually doing it. |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Chris Lattner | refactor this interface |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Chris Lattner | Refactor the addPassesToEmitAssembly interface into... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Chris Lattner | refactor these interfaces a bit |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Chris Lattner | improve comments |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Chris Lattner | Fix grammar |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Chris Lattner | add a note about variable length array |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Chris Lattner | add a debug type |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Andrew Lenharth | remove a pseudo instruction, make ret always right... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Andrew Lenharth | finally, Working varargs |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Andrew Lenharth | more complete Lowering for vacopy and vaarg |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Andrew Lenharth | If we support structs as va_list, we must pass pointers... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Andrew Lenharth | SelectionDAG is very unhappy when the argument to an... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Andrew Lenharth | Make it easier to find alpha stuff in doxygen, and... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
John Criswell | Fixed indentation. |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Andrew Lenharth | because some functions just use va_start and pass thing... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Andrew Lenharth | the correct fix was to fix AliasAnalysis.getModRefInfo |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Andrew Lenharth | make AliasAnalysis know that VAArg writes memory. ... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Andrew Lenharth | prevent GCSE from forwarding stores to loads around... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Andrew Lenharth | prevent va_arg from being hoisted from a loop |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Andrew Lenharth | fix DCE + va_arg problem |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Andrew Lenharth | prevent DCE of vaarg intrinsics. This should take... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Andrew Lenharth | va_end fix |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Andrew Lenharth | so this doesn't crash when run. It is hard to tell... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Andrew Lenharth | add a check for the mixing of vaarg and vanext with... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Reid Spencer | Ignore the configure.out file generated by "make reconf... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Reid Spencer | Ignore some generated files. |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Reid Spencer | Ignore generated files. |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Reid Spencer | Fix this test case to actually test the new va_arg... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Andrew Lenharth | OK, at least get rid of old stuff, and mark what needs... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Andrew Lenharth | core changes for varargs |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Andrew Lenharth | header file changes for varargs |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Andrew Lenharth | new vararg test |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Andrew Lenharth | OK, after checking the backwards compatibility code... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Reid Spencer | Fix a problem with the strcmp optimization checking... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Reid Spencer | Clean up some uninitialized variables and missing retur... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Reid Spencer | Make sure a variable is initialized before use to clean... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Andrew Lenharth | A start at a Sparc V8 Pattern ISel. Anyone want to... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | silence incredibly braindead GCC 4 warning |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | silence a bogus warning |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | silence a huge number of bogus warnings with GCC 4... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tanya Lattner | Removed IIIi specific changes. This should be fixed... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tanya Lattner | Special dep graph for SMS for superblocks. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tanya Lattner | Special versions of the dep graph and scheduled for... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tanya Lattner | Added statistic to count number of spills. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tanya Lattner | Numerous bug fixes and the completed modschedSB algorit... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tanya Lattner | Added SMS for superblocks as an option (experimental) |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tanya Lattner | Added ModuloSchedSB as a friend class. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | This is not true: (X != 13 | X < 15) -> X < 15 |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | new testcase for PR586 |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | Don't crash when dealing with INTMIN. This fixes PR585 and |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | new testcase for PR585 |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | Don't crash on: X = phi (X, X). |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | new testcase for PR584 |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | avoid constructing out of range shift amounts. |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Nate Begeman | Fix bug 537 test 2, which checks to make sure that... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Chris Lattner | Fix PR583 and testcase Transforms/InstCombine/2005... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Chris Lattner | new testcase for PR583 |
commit | commitdiff | tree | snapshot |
next |