2005-01-12 |
Chris Lattner | Add an option to view the selection dags as they are... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Misha Brukman | Use and print out BuildStatus, we don't always have... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Chris Lattner | There are no [mem] op= reg instructions for FP, so... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Chris Lattner | Fix a bug where we didn't insert FP_REG_KILL instructio... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Chris Lattner | Fold TRUNCATE (LOAD P) into a smaller load from P. |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Chris Lattner | Be more careful about order of arg evalution for CopyTo... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Chris Lattner | Fold some more [mem] op= val operators. This allows... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Fold loads into sign/zero extends. instead of: |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Comment out debug code :) |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Handle the global address case here, not just the offse... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Treat int constants as not requiring a register, since... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Print the value types in the nodes of the graph |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | add an assertion, avoid creating copyfromreg/copytoreg... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | * Factor a bunch of binary operator cases into shared... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Clear the whole array, always. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Misha Brukman | No need to repeat the word `build' since it's under... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Fold multiplies by 3,5,9 into addressing modes when... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Misha Brukman | We don't always have build errors, so call it `status... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Squelch optimized warning. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Reid Spencer | Fix the documentation for executeAndWait so the argumen... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Instead of generating stuff like this: |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Reid Spencer | Make the construction of doxygen documentation a repeat... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Implement MEMCPY natively in terms of rep movs* |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Implement memset -> rep stos* |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Announce that we don't support mem ops yet. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Teach legalize to lower MEMSET/MEMCPY/MEMMOVE operation... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Print new operations. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Turn memset/memcpy/memmove into the corresponding opera... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Add MEMSET/MEMCPY/MEMMOVE operations. Fix a really... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Reid Spencer | * Add the use of LOADABLE_MODULE=1 in the makefile... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Reid Spencer | * Describe the LOADABLE_MODULE feature |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Teach the address selector to make 'reg+reg' addressing... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Reid Spencer | Add the LOADABLE_MODULE=1 directive to indicate that... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Emit NOT instructions. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Reid Spencer | Implement the LOADABLE_MODULE option when building... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | shift X, 0 -> X |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Fix a bug emitting branches that broke a lot of programs. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Be more careful where we set ContainsFPCode. We were... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Fix a major bug in setcc/cmov folding, where we acciden... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Take register pressure into account when we have to... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | The pattern isel is aggressively codegen'ing all of... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Print SelectionDAGs bottom up, include extra info in... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Chris Lattner | Add support for bottom-up graphs. |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Add a marker for the graph root. |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Put the operation name in each node, put the function... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Split out SDNode::getOperationName into its own method. |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Add a helper method. |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Implement initial selectiondag printing support. This... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Add support for graph operations, and add a viewGraph... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Add a helper method |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Fold setcc instructions into selects. |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Add conditional moves for the parity flag. |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Lower to the correct functions. This fixes FreeBench... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Implement 8-bit multiply for X86. |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Rework constant pool handling so that function constant... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Jeff Cohen | Apply feedback from Chris. |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Jeff Cohen | Apply feed back from Chris: |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Implement a couple of more simplifications. This lets... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Chris Lattner | Fix incorrect constant folds, fixing Stepanov after... |
commit | commitdiff | tree | snapshot |
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 |
next |