2005-01-10 |
Jeff Cohen | Update System project in Visual Studio to reflect renam... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Constant fold shifts, turning this loop: |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Reid Spencer | Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffi... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Add some folds for == and != comparisons. This allows... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Jeff Cohen | Add last four createXxxPass functions |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Jeff Cohen | Fix VC++ compilation error |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Print the DAG out more like a DAG in nested format. |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Print out nodes sorted by their address to make it... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Codegen (Reg|imm)+&GV as an LEA, because we cannot... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Add a simple transformation. This allows us to compile... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Fix copy and pasto's for FP -> Int. This fixes fldry |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Fix a bug legalizing call instructions (make sure to... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Fix a minor bug legalizing dynamic_stackalloc. This... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Teach legalize to deal with DYNAMIC_STACKALLOC (aka... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Initial implementation of FP->INT and INT->FP casts |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Jeff Cohen | Get lib/Analysis/DataStructure to compile with VC++ |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Jeff Cohen | Workaround a VC++ bug. Microsoft puts the hash_map... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Fix a subtle bug involving constant expr casts from... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Handle static alloca arguments to PHI nodes. |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Implement varargs and returnaddress/frameaddress intrin... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Use new interfaces to correctly lower varargs and retur... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Chris Lattner | Add interfaces to lower varargs and return/frame addres... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Jeff Cohen | Test fails on all platforms, not just linux |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Add support for llvm.setjmp and longjmp. Only 3 Single... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Jeff Cohen | Fix VC++ compilation error |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Jeff Cohen | Add even more missing createXxxPass functions. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | rename linscan -> LLCBETA as it should be |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Okay 15th time is the charm. Looking at the vector... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Okay, my off by one was actually off by two. This... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Tighten up assertions. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Fix off by one error |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Allow arrays to have more than 4G elements. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Allow array types to have 64-bit size. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Jeff Cohen | Use size_t instead of long to represent memory usage... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Silence warnings |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Silence VS warnings. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Silence VS warnings. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Silence VS warnings |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Silence VS warnings |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Adjust prototype |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Silence warnings from VS |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Silence VS warnings |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Silence VS warnings. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Fix VS warnings |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Fix VS warnings. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Fix uint64_t -> unsigned VS warnings. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Silence VS warnings. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Silence warnings |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Do not throw away bits for no reason |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Silence a VS warning. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Adjust to changes in LowerCallTo interface |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Implement handling of most long operators through libcalls. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Adjust to changes in LowerCAllTo interfaces |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Make LowerCallTo more generic and useful. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
John Criswell | Another year, another copyright update. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Jeff Cohen | Add a few more passes to LinkAllPasses.h |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Jeff Cohen | Add more missing createXxxPass functions. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Add support for FP->INT conversions and back. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Add operators for FP -> INT conversions and back. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Wrap long line. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | Implement the 'store FPIMM, Ptr' -> 'store INTIMM,... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | 1ULL << 64 is undefined, don't do it. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | The X86 instruction selector already handles codegen of: |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Chris Lattner | New testcase. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Misha Brukman | Eliminate empty sub-list |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Fix a pointer invalidation problem. This fixes Generic... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Fold conditional branches on constants away. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Fix a thinko in the reassociation code, fixing Generic... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Add support for truncating integer casts from long. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Fix a bug in load expansion legalization and ret legali... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Legalize unconditional branches too |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Cleanup a bunch of tests. In particular do not allow... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Implement support for long GEP indices on 32-bit archs... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Simplify: truncate ({zero|sign}_extend (X)) |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | implement legalization of a bunch more operators. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Make this test a bit more interesting by making there... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Fix another bug legalizing calls! |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Fix handling of dead PHI nodes. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Fix a bug legalizing calls |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | modernize and clean up this test. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | After legalizing a DAG, delete dead nodes to save space. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Implement RemoveDeadNodes |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Add a new SelectionDAG::RemoveDeadNodes method |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Jeff Cohen | Fix include. Too easy to make mistakes like this on... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Remove the open projects page from the docs directory. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Misha Brukman | Capitalize Bugpoint. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Jeff Cohen | Get new SelectionDAG stuff building with Visual Studio. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Teach legalize how to handle condbranches |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Add a testcase I forgot to commit earlier. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | X86 BE requires SelectionDAG |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | X86 JIT requires the selection dag library. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Allow the selection-dag based selector to be diabled... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Reimplementation of the X86 pattern isel. This is... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | This file is now dead. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Add a new prototype |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Initial implementation of the SelectionDAGISel class... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | This file is obsolete |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Initial implementation of the DAG legalization. This... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Jeff Cohen | But not the identation of THAT line |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Chris Lattner | Complete rewrite of the SelectionDAG class. |
commit | commitdiff | tree | snapshot |
next |