| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | For VC++, define the ?INT*_C macros only it they are not yet defined. | Oscar Fuentes | 2009-12-08 | 1 | -8/+27 |
* | Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr... | Anton Korobeynikov | 2009-12-08 | 2 | -1/+231 |
* | Watch out for duplicated PHI instructions. | Evan Cheng | 2009-12-07 | 1 | -3/+37 |
* | Follow up to 90488. Turn a check into an assertion. | Evan Cheng | 2009-12-07 | 1 | -2/+2 |
* | Fix the OProfileJITEventListener for StringRef being returned from debug info. | Jeffrey Yasskin | 2009-12-07 | 1 | -12/+6 |
* | Rename DIFactory::InsertValue() as DIFactory::InsertDbgValueIntrinsic() | Victor Hernandez | 2009-12-07 | 2 | -12/+14 |
* | Add support to emit debug info for c++ style namespaces. | Devang Patel | 2009-12-07 | 4 | -9/+122 |
* | Delete code accidentally left behind. | Evan Cheng | 2009-12-07 | 1 | -10/+0 |
* | fix typo | Chris Lattner | 2009-12-07 | 1 | -1/+1 |
* | add accessor, improve comment. | Chris Lattner | 2009-12-07 | 2 | -2/+4 |
* | Test case for 90787. | Evan Cheng | 2009-12-07 | 1 | -0/+15 |
* | Use FileCheck and set nounwind on calls. | David Greene | 2009-12-07 | 1 | -6/+7 |
* | Apply Pekka Jääskeläinen's patch to raise the first virtual register | Dan Gohman | 2009-12-07 | 1 | -2/+2 |
* | Introduce the "@llvm.dbg.value" debug intrinsic. | Victor Hernandez | 2009-12-07 | 4 | -0/+60 |
* | Simplify a bit. | Mikhail Glushenkov | 2009-12-07 | 1 | -13/+5 |
* | Throw 'const char*' instead of 'std::string'. | Mikhail Glushenkov | 2009-12-07 | 1 | -11/+10 |
* | add support for phi translation and incorpation of new expression. | Chris Lattner | 2009-12-07 | 1 | -121/+144 |
* | Don't enable the post-RA scheduler on x86 except at -O3. In its | Dan Gohman | 2009-12-07 | 9 | -9/+9 |
* | checkpoint of the new PHITransAddr code, still not done and not used by | Chris Lattner | 2009-12-07 | 2 | -52/+292 |
* | Regenerate. | Mikhail Glushenkov | 2009-12-07 | 1 | -59/+71 |
* | Documentation update. | Mikhail Glushenkov | 2009-12-07 | 1 | -20/+45 |
* | Deprecate 'unpack_values'. | Mikhail Glushenkov | 2009-12-07 | 5 | -63/+60 |
* | Pass '-msse' and friends to llc as '-mattr=+/-'. | Mikhail Glushenkov | 2009-12-07 | 2 | -1/+39 |
* | Implement 'forward_value' and 'forward_transformed_value'. | Mikhail Glushenkov | 2009-12-07 | 4 | -28/+187 |
* | Refactoring, no functionality change. | Mikhail Glushenkov | 2009-12-07 | 1 | -98/+163 |
* | Pre-regalloc tale duplication. Work in progress. | Evan Cheng | 2009-12-07 | 3 | -91/+232 |
* | fixed some typos in method comments, reworded some comments for clarity | John Mosby | 2009-12-07 | 2 | -9/+9 |
* | Fixes the Atomic implementation if compiled by MSVC compiler. | Oscar Fuentes | 2009-12-07 | 2 | -1/+5 |
* | If BB is empty, insert PHI before end() instead of front(). | Evan Cheng | 2009-12-07 | 1 | -3/+6 |
* | Some pretty-printing | Anton Korobeynikov | 2009-12-07 | 1 | -0/+1 |
* | Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics f... | Anton Korobeynikov | 2009-12-07 | 2 | -1/+13 |
* | Add lowering of returnaddr and frameaddr intrinsics. Shamelessly stolen from ... | Anton Korobeynikov | 2009-12-07 | 3 | -1/+65 |
* | Initial codegen support for MSP430 ISRs | Anton Korobeynikov | 2009-12-07 | 4 | -8/+54 |
* | Add MSP430 interrupt calling conv. No functionality change yet. | Anton Korobeynikov | 2009-12-07 | 5 | -1/+11 |
* | Add ability to select hw multiplier mode and select appropriate libcalls. | Anton Korobeynikov | 2009-12-07 | 1 | -0/+29 |
* | Fix typos. Thanks to John Tytgat for noticing it! | Rafael Espindola | 2009-12-07 | 3 | -5/+5 |
* | Dynamic stack realignment use of sp register as source/dest register | Anton Korobeynikov | 2009-12-06 | 3 | -6/+29 |
* | fix PR5698 | Chris Lattner | 2009-12-06 | 2 | -0/+27 |
* | remove extraneous comma clang warns about | Chris Lattner | 2009-12-06 | 1 | -1/+1 |
* | constant fold loads from memcpy's from global constants. This is important | Chris Lattner | 2009-12-06 | 2 | -6/+62 |
* | add support for forwarding mem intrinsic values to non-local loads. | Chris Lattner | 2009-12-06 | 2 | -33/+97 |
* | gvn is optimizing this better now. | Chris Lattner | 2009-12-06 | 1 | -2/+2 |
* | Handle forwarding local memsets to loads. For example, we optimize this: | Chris Lattner | 2009-12-06 | 2 | -43/+173 |
* | Add helper methods for forming shift operations with a constant | Chris Lattner | 2009-12-06 | 1 | -0/+21 |
* | merge two tests. | Chris Lattner | 2009-12-06 | 2 | -20/+25 |
* | CheckAtomic.cmake: Put all C++ code inside CHECK_CXX_SOURCE_COMPILES. | Oscar Fuentes | 2009-12-06 | 1 | -2/+1 |
* | Fix for atomic intrinsics detection when using MSVC. | Oscar Fuentes | 2009-12-05 | 1 | -0/+12 |
* | Remove old DBG_LABEL code. | Dan Gohman | 2009-12-05 | 2 | -9/+0 |
* | Remove the unused DisableLegalizeTypes option and related code. | Dan Gohman | 2009-12-05 | 3 | -53/+48 |
* | Calling InvalidateEntry during the refinement was breaking the bootstrap. | Bill Wendling | 2009-12-05 | 1 | -2/+12 |