| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Project cleanups | Nate Begeman | 2007-12-08 | 1 | -164/+25 |
* | Remove dead file and directory. | Chris Lattner | 2007-12-08 | 1 | -30/+0 |
* | reorganize header to separate into functional blocks. | Chris Lattner | 2007-12-08 | 1 | -47/+59 |
* | split scalarization out to its own file. | Chris Lattner | 2007-12-08 | 2 | -183/+202 |
* | Split expansion out into its own file. | Chris Lattner | 2007-12-08 | 2 | -1144/+1166 |
* | Split promotion support out to its own file. | Chris Lattner | 2007-12-08 | 2 | -472/+490 |
* | Rename LegalizeDAGTypes.cpp -> LegalizeTypes.cpp | Chris Lattner | 2007-12-08 | 1 | -1/+0 |
* | Split the class definition of DAGTypeLegalizer out into a header. | Chris Lattner | 2007-12-08 | 2 | -234/+256 |
* | Incorporating review feedback from Reid. | Gordon Henriksen | 2007-12-08 | 1 | -0/+9 |
* | remove dead #include. | Chris Lattner | 2007-12-08 | 1 | -1/+0 |
* | add #include | Chris Lattner | 2007-12-08 | 1 | -0/+1 |
* | eliminate dependency on Bitcode headers. | Chris Lattner | 2007-12-08 | 1 | -2/+3 |
* | remove dead #include, APInt.h already has the needed forward decls. | Chris Lattner | 2007-12-08 | 1 | -1/+0 |
* | proper #include order. | Chris Lattner | 2007-12-08 | 1 | -1/+1 |
* | Ignoring generated files. | Gordon Henriksen | 2007-12-08 | 0 | -0/+0 |
* | Adding a StringPool data structure, which GC will use. | Gordon Henriksen | 2007-12-08 | 2 | -0/+170 |
* | Fix bug in constructing Ocaml option types in the bindings. | Gordon Henriksen | 2007-12-08 | 2 | -3/+3 |
* | aesthetic changes, no functionality change. Evan, it's not clear | Chris Lattner | 2007-12-08 | 1 | -39/+41 |
* | Renaming: | Bill Wendling | 2007-12-08 | 5 | -16/+16 |
* | Fix a significant code quality regression I introduced on PPC64 quite | Chris Lattner | 2007-12-08 | 2 | -1/+2 |
* | implement __builtin_return_addr(0) on ppc. | Chris Lattner | 2007-12-08 | 6 | -11/+72 |
* | refactor some code to avoid overloading the name 'usesLR' in | Chris Lattner | 2007-12-08 | 3 | -12/+14 |
* | Implement correct isa<UnaryInstruction>, problem reported by "ST". | Chris Lattner | 2007-12-08 | 1 | -0/+14 |
* | Incorporated comments from Evan and Chris: | Bill Wendling | 2007-12-08 | 1 | -58/+54 |
* | Fix several cache coherence bugs in MemDep/GVN that were found. Also add som... | Owen Anderson | 2007-12-08 | 3 | -25/+75 |
* | Doh | Evan Cheng | 2007-12-08 | 1 | -1/+1 |
* | Fix a compilation warning. | Evan Cheng | 2007-12-08 | 1 | -1/+1 |
* | Fix a compilation warning. | Evan Cheng | 2007-12-08 | 1 | -1/+1 |
* | Adding MachineLoopInfo.h,.cpp and MachineLICP.cpp to VStudio build | Chuck Rose III | 2007-12-08 | 1 | -0/+12 |
* | Initial commit of the machine code LICM pass. It successfully hoists this: | Bill Wendling | 2007-12-07 | 4 | -10/+357 |
* | Add comment. | Evan Cheng | 2007-12-07 | 1 | -0/+2 |
* | Much improved v8i16 shuffles. (Step 1). | Evan Cheng | 2007-12-07 | 3 | -34/+163 |
* | Fix a stupid error that Chris pointed out. | Owen Anderson | 2007-12-07 | 1 | -2/+0 |
* | New test case. | Evan Cheng | 2007-12-07 | 1 | -0/+9 |
* | Add an option to control this heuristic tweak so I can test it. | Evan Cheng | 2007-12-07 | 1 | -1/+6 |
* | Remove a bogus optimization. It's not possible to do a move to low element to... | Evan Cheng | 2007-12-06 | 2 | -7/+1 |
* | Fix a bogus test case. | Evan Cheng | 2007-12-06 | 1 | -18/+14 |
* | Redo previous patch so optimization only done for i1. | Dale Johannesen | 2007-12-06 | 1 | -16/+4 |
* | Turning simple splitting on. Start testing new coalescer heuristics as new ll... | Evan Cheng | 2007-12-06 | 4 | -4/+4 |
* | third time around: instead of disabling this completely, | Chris Lattner | 2007-12-06 | 2 | -7/+13 |
* | Actually, disable this code for now. More analysis and improvements to | Chris Lattner | 2007-12-06 | 2 | -0/+7 |
* | implement a readme entry, compiling the code into: | Chris Lattner | 2007-12-06 | 3 | -57/+80 |
* | simplify some code. | Chris Lattner | 2007-12-06 | 1 | -2/+1 |
* | implement the rest of the functionality from SelectionDAGLegalize::ScalarizeV... | Chris Lattner | 2007-12-06 | 1 | -10/+24 |
* | Adjust VStudio files to add JITMemoryManager files + include <cassert> from s... | Chuck Rose III | 2007-12-06 | 2 | -0/+13 |
* | move some ashr-specific code out of commonShiftTransforms into visitAShr. | Chris Lattner | 2007-12-06 | 1 | -15/+16 |
* | Fix PR1842. | Dale Johannesen | 2007-12-06 | 1 | -4/+16 |
* | add a new ExecutionEngine::createJIT which can be used if you only want | Chris Lattner | 2007-12-06 | 4 | -8/+41 |
* | simplify creation of the interpreter, make ExecutionEngine ctor protected, | Chris Lattner | 2007-12-06 | 7 | -43/+38 |
* | fix this when run on non x86 hosts. | Chris Lattner | 2007-12-06 | 1 | -3/+3 |