| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fish kill flag annotations in PUSH instructions. | Dan Gohman | 2008-11-26 | 2 | -3/+5 |
* | LiveRanges are represented as half-open ranges. Fix the findLiveInMBBs code | Dan Gohman | 2008-11-26 | 2 | -2/+2 |
* | teach the new heuristic how to handle inline asm. | Chris Lattner | 2008-11-26 | 1 | -7/+52 |
* | Disable -loop-index-split for now. | Devang Patel | 2008-11-26 | 1 | -2/+2 |
* | Add 'tell' method to raw_fd_ostream that clients can use to query the current... | Ted Kremenek | 2008-11-26 | 2 | -1/+12 |
* | Improve ValueAlreadyLiveAtInst with a cheap and dirty, but effective | Chris Lattner | 2008-11-26 | 1 | -12/+32 |
* | __fastcall and __stdcall are mingw extensions to gcc for windows. Use the | Nick Lewycky | 2008-11-26 | 1 | -2/+2 |
* | Start rewroking a subpiece of the profitability heuristic to be | Chris Lattner | 2008-11-26 | 1 | -11/+56 |
* | Adjust indent. | Zhongxing Xu | 2008-11-26 | 1 | -2/+2 |
* | add a long-overdue AllocaInst::isStaticAlloca method. | Chris Lattner | 2008-11-26 | 2 | -0/+17 |
* | Add test for rdar://6394879. | Bill Wendling | 2008-11-26 | 1 | -0/+17 |
* | add a comment, make save/restore logic more obvious. | Chris Lattner | 2008-11-26 | 1 | -7/+7 |
* | This adds in some code (currently disabled unless you pass | Chris Lattner | 2008-11-26 | 2 | -10/+218 |
* | Revert r60042. IndVarSimplify should check if APFloat is PPCDoubleDouble firs... | Evan Cheng | 2008-11-26 | 2 | -7/+3 |
* | Teach CodeGenPrepare to look through Bitcast instructions when attempting to | Chris Lattner | 2008-11-26 | 3 | -1/+28 |
* | fix an over-reduced test. | Chris Lattner | 2008-11-26 | 1 | -7/+2 |
* | this doesn't need EH | Chris Lattner | 2008-11-26 | 1 | -1/+1 |
* | ignore tests output | Nuno Lopes | 2008-11-26 | 0 | -0/+0 |
* | change AnnotationManager to use 'const char*' instead of std::string. this fi... | Nuno Lopes | 2008-11-26 | 2 | -8/+7 |
* | CMake: Removed tools/llvmc2 directory hierarchy. | Oscar Fuentes | 2008-11-25 | 0 | -0/+0 |
* | CMake: llvmc2 is now known as llvmc. | Oscar Fuentes | 2008-11-25 | 2 | -2/+2 |
* | Add a man page for llvmc. Really basic for now, will be updated later. | Mikhail Glushenkov | 2008-11-25 | 2 | -9/+82 |
* | Since the old llvmc was removed, rename llvmc2 to llvmc. | Mikhail Glushenkov | 2008-11-25 | 39 | -52/+55 |
* | Make -fsyntax-only, -include and -emit-llvm work for C++ and Objective-C/C++. | Mikhail Glushenkov | 2008-11-25 | 1 | -1/+16 |
* | docs: Add author info + fix incorrect code example. | Mikhail Glushenkov | 2008-11-25 | 2 | -5/+9 |
* | Small documentation update. | Mikhail Glushenkov | 2008-11-25 | 2 | -6/+8 |
* | Document the plugin priority feature. | Mikhail Glushenkov | 2008-11-25 | 1 | -12/+26 |
* | A simplification for checking whether the signs of the operands and sum diffe... | Bill Wendling | 2008-11-25 | 1 | -15/+14 |
* | convertToSignExtendedInteger should return opInvalidOp instead of asserting i... | Evan Cheng | 2008-11-25 | 2 | -1/+18 |
* | Suppress warnings. | Dan Gohman | 2008-11-25 | 1 | -7/+7 |
* | This method got renamed, thanks to Mattias Holm for pointing this out. | Chris Lattner | 2008-11-25 | 1 | -1/+1 |
* | CellSPU: | Scott Michel | 2008-11-25 | 2 | -28/+75 |
* | add info about how to run the tests with valgrind | Nuno Lopes | 2008-11-25 | 1 | -0/+9 |
* | Now with the correct type for the 0. | Bill Wendling | 2008-11-25 | 1 | -1/+1 |
* | Get rid of unused variable. | Bill Wendling | 2008-11-25 | 1 | -1/+0 |
* | Hacker's Delight says, "Signed integer overflow of addition occurs if and only | Bill Wendling | 2008-11-25 | 1 | -4/+48 |
* | Teach MatchScaledValue to handle Scales by 1 with MatchAddr (which | Chris Lattner | 2008-11-25 | 1 | -5/+15 |
* | significantly refactor all the addressing mode matching logic | Chris Lattner | 2008-11-25 | 1 | -139/+138 |
* | refactor all the constantexpr/instruction handling code out into a | Chris Lattner | 2008-11-25 | 1 | -65/+68 |
* | another minor tweak | Chris Lattner | 2008-11-25 | 1 | -3/+2 |
* | minor cleanups no functionality change. | Chris Lattner | 2008-11-25 | 1 | -32/+31 |
* | CMake: Documented two cmake variables. | Oscar Fuentes | 2008-11-25 | 1 | -0/+6 |
* | CellSPU: Relax constraints on when to generate a X-form address, evidently | Scott Michel | 2008-11-25 | 1 | -0/+7 |
* | CellSPU: test should use shlqby, not shlqbyi | Scott Michel | 2008-11-25 | 1 | -2/+1 |
* | XFAIL this test. A recent CellSPU check-in broke it. | Bill Wendling | 2008-11-25 | 1 | -0/+1 |
* | Initial support for anti-dependence breaking. Currently this code does not | Dan Gohman | 2008-11-25 | 5 | -263/+751 |
* | CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby". | Scott Michel | 2008-11-25 | 2 | -1/+3 |
* | Testcase for constant CFStrings. | Bill Wendling | 2008-11-24 | 1 | -0/+11 |
* | rearrange and tidy some code, no functionality change. | Chris Lattner | 2008-11-24 | 1 | -53/+52 |
* | minor cleanups to debug code, no functionality change. | Chris Lattner | 2008-11-24 | 1 | -24/+33 |