| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename MallocFreeHelper as MemoryBuiltins | Victor Hernandez | 2009-10-27 | 17 | -22/+21 |
* | Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return... | Evan Cheng | 2009-10-27 | 10 | -23/+65 |
* | Do not clear the "S" bit for RSCri and RSCrs. They inherit from the "sI" | Bob Wilson | 2009-10-27 | 1 | -2/+0 |
* | add enough support for indirect branch for the feature test to pass | Chris Lattner | 2009-10-27 | 11 | -38/+256 |
* | Explicitly specify 0b00, i.e, zero rotation, as the rotate filed (Inst{11-10}) | Johnny Chen | 2009-10-27 | 1 | -5/+8 |
* | Remove unnecessary gotos to fall-thru successors. | Sanjiv Gupta | 2009-10-27 | 2 | -1/+26 |
* | Test commit. Added '.' to the comment line. | Johnny Chen | 2009-10-27 | 1 | -1/+1 |
* | Type.h doesn't need to #include LLVMContext.h | Chris Lattner | 2009-10-27 | 3 | -0/+3 |
* | pseudosourcevalue is also still using getGlobalContext(), so it isn't | Chris Lattner | 2009-10-27 | 2 | -0/+2 |
* | apparently the X86 JIT isn't fully contextized, it is still using getGlobalCo... | Chris Lattner | 2009-10-27 | 1 | -0/+1 |
* | Correctly align double arguments in the stack. | Rafael Espindola | 2009-10-27 | 1 | -0/+1 |
* | Fix a pretty serious misfeature of the inliner: if it inlines a function | Chris Lattner | 2009-10-27 | 1 | -0/+9 |
* | VS build fix, patch by Marius Wachtler. | Mike Stump | 2009-10-27 | 1 | -0/+1 |
* | Fix OProfileJITEventListener after r85182. | Jeffrey Yasskin | 2009-10-27 | 1 | -1/+1 |
* | Add objectsize intrinsic and hook it up through codegen. Doesn't | Eric Christopher | 2009-10-27 | 2 | -0/+37 |
* | Now VFP instructions. | Evan Cheng | 2009-10-27 | 1 | -57/+58 |
* | Add braces to avoid ambiguous else. | Dan Gohman | 2009-10-27 | 1 | -1/+2 |
* | Change Thumb1 and Thumb2 instructions to separate opcode from operands with a... | Evan Cheng | 2009-10-27 | 2 | -227/+227 |
* | Automatically do the equivalent of freeMachineCodeForFunction(F) when F is | Jeffrey Yasskin | 2009-10-27 | 4 | -21/+40 |
* | Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t... | Victor Hernandez | 2009-10-26 | 17 | -18/+18 |
* | Add a straight-forward implementation of SCCVN for aggressively eliminating s... | Owen Anderson | 2009-10-26 | 1 | -0/+721 |
* | Change ARM asm strings to separate opcode from operands with a tab instead of... | Evan Cheng | 2009-10-26 | 2 | -143/+143 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 29 | -314/+92 |
* | Try to get ahead of Johnny Chen and pro-actively add some more ARM encoding | Bob Wilson | 2009-10-26 | 1 | -2/+16 |
* | Fix ARM encoding typo: Opcod3 is not passed to ASuI parent class. | Bob Wilson | 2009-10-26 | 1 | -2/+2 |
* | Add more ARM instruction encodings for 's' bit set and "rs" register encoding | Bob Wilson | 2009-10-26 | 1 | -2/+18 |
* | Allow the aggressive anti-dep breaker to process the same region multiple tim... | David Goodwin | 2009-10-26 | 4 | -149/+259 |
* | Simplify this code. LoopDeletion doesn't need to explicit check that | Dan Gohman | 2009-10-26 | 1 | -24/+2 |
* | Code that checks WillNotOverflowSignedAdd before creating an Add | Dan Gohman | 2009-10-26 | 1 | -8/+8 |
* | Update CMake files. | Ted Kremenek | 2009-10-26 | 2 | -1/+2 |
* | Teach BasicAA how to analyze Select instructions, and make it more | Dan Gohman | 2009-10-26 | 1 | -2/+76 |
* | Define virtual destructor in *.cpp file. | David Goodwin | 2009-10-26 | 1 | -0/+3 |
* | Add aggressive anti-dependence breaker. Currently it is not the default for a... | David Goodwin | 2009-10-26 | 4 | -3/+829 |
* | Check in the experimental GEP splitter pass. This pass splits complex | Dan Gohman | 2009-10-26 | 1 | -0/+81 |
* | Revert r85134, it breaks mingw build | Anton Korobeynikov | 2009-10-26 | 2 | -5/+3 |
* | When checking whether a def of an aliased register is dead, ask the | Dan Gohman | 2009-10-26 | 1 | -1/+1 |
* | Make PIC16 overlay a loadable pass. | Sanjiv Gupta | 2009-10-26 | 2 | -4/+4 |
* | Do not use expensive sort(). | Devang Patel | 2009-10-26 | 1 | -4/+6 |
* | Break anti-dependence breaking out into its own class. | David Goodwin | 2009-10-26 | 5 | -543/+679 |
* | Add support to encode type info using llvm::Constant. | Devang Patel | 2009-10-26 | 1 | -0/+87 |
* | Fix a typo in a comment. | Dan Gohman | 2009-10-26 | 1 | -1/+1 |
* | reapply r85085 with a bugfix to avoid infinite looping. | Chris Lattner | 2009-10-26 | 1 | -8/+47 |
* | Make LSR's OptimizeShadowIV ignore induction variables with negative | Dan Gohman | 2009-10-26 | 1 | -0/+4 |
* | - Revert some changes from 85044, 85045, and 85047 that broke x86_64 tests and | Evan Cheng | 2009-10-26 | 3 | -26/+38 |
* | Revert 85085. It causes infinite looping during llvm-gcc build. | Evan Cheng | 2009-10-26 | 1 | -45/+6 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 8 | -8/+8 |
* | Implement PR3266 & PR5276, folding: | Chris Lattner | 2009-10-26 | 1 | -6/+45 |
* | fix PR5295 where the .ll parser didn't reject a function after a global | Chris Lattner | 2009-10-25 | 1 | -5/+8 |
* | Suppress -Asserts warning. | Daniel Dunbar | 2009-10-25 | 1 | -0/+2 |
* | fix PR5186: the JIT shouldn't try to codegen available_externally | Chris Lattner | 2009-10-25 | 1 | -1/+1 |