| Commit message (Expand) | Author | Age | Files | Lines |
* | Cost model support for lowered math builtins. | Benjamin Kramer | 2013-02-28 | 2 | -12/+78 |
* | Style; no functional change. | Chad Rosier | 2013-02-28 | 1 | -7/+4 |
* | Put some per-instruction statistics of fast isel under NDEBUG, together with | Eli Bendersky | 2013-02-28 | 1 | -3/+5 |
* | Re-format comments (and check commit access) | Yiannis Tsiouris | 2013-02-28 | 1 | -17/+15 |
* | AArch64: remove post-encoder method from FCMP (immediate) instructions. | Tim Northover | 2013-02-28 | 3 | -27/+30 |
* | AArch64: be more careful resorting to inefficient addressing for weak vars. | Tim Northover | 2013-02-28 | 1 | -5/+4 |
* | AArch64: don't drop GlobalAddress offset when handling extern_weak decls. | Tim Northover | 2013-02-28 | 1 | -4/+10 |
* | AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations. | Tim Northover | 2013-02-28 | 2 | -23/+17 |
* | [msan] Implement sanitize_memory attribute. | Evgeniy Stepanov | 2013-02-28 | 1 | -14/+38 |
* | Remove unused leftover declarations. | Evgeniy Stepanov | 2013-02-28 | 1 | -5/+0 |
* | [PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an inf... | Argyrios Kyrtzidis | 2013-02-28 | 1 | -1/+7 |
* | Fix a problem in alias analysis. It is about the misinterpretation of "Object". | Shuxin Yang | 2013-02-28 | 1 | -0/+29 |
* | Remove unnecessary check against isGlobalVariable. We check it | Eric Christopher | 2013-02-27 | 1 | -1/+1 |
* | Rework comment slightly and fix a few typos. | Eric Christopher | 2013-02-27 | 1 | -8/+5 |
* | Remove unnecessary cast to void. | Eric Christopher | 2013-02-27 | 1 | -1/+0 |
* | Debug Info: for static member variables, always put AT_MIPS_linkage_name to the | Manman Ren | 2013-02-27 | 1 | -5/+12 |
* | Silence the unused variable warning. | Nadav Rotem | 2013-02-27 | 1 | -5/+7 |
* | The FastISEL should be fast. But when we record statistics we use atomic oper... | Nadav Rotem | 2013-02-27 | 1 | -9/+10 |
* | ARM: FMA is legal only if VFP4 is available. | Jim Grosbach | 2013-02-27 | 1 | -0/+6 |
* | Remove this instance of dl as it's defined in a previous scope. | Chad Rosier | 2013-02-27 | 1 | -1/+0 |
* | Reverted: r176136 - Have a way for a target to opt-out of target-independent ... | Michael Ilseman | 2013-02-27 | 1 | -1/+1 |
* | ARM: permit full range of valid ADR immediates. | Tim Northover | 2013-02-27 | 1 | -2/+15 |
* | LoopVectorize: Vectorize math builtin calls. | Benjamin Kramer | 2013-02-27 | 1 | -50/+137 |
* | In GCC 4.7, function names are now forbidden from .gcda files. Support this by | Nick Lewycky | 2013-02-27 | 1 | -8/+14 |
* | Doh, fix behaviour change introduced in r176168 which is tested in clang, | Nick Lewycky | 2013-02-27 | 1 | -1/+3 |
* | Revert r176166 because it broke one of the lit tests. | Nadav Rotem | 2013-02-27 | 1 | -4/+4 |
* | For each function that we optimize we initialize a new list of lib functions.... | Nadav Rotem | 2013-02-27 | 1 | -1/+2 |
* | IRBuilder has grown all sorts of useful utility functions. Make use of them to | Nick Lewycky | 2013-02-27 | 1 | -25/+16 |
* | std::string to StringRef. | Nadav Rotem | 2013-02-27 | 1 | -4/+4 |
* | Fix cut/paste error in a comment. | Reed Kotler | 2013-02-27 | 1 | -1/+1 |
* | Add the skeleton for the Mips constant island pass. | Reed Kotler | 2013-02-27 | 4 | -0/+89 |
* | IR: Don't constant fold GEP bitcasts between different address spaces | Meador Inge | 2013-02-27 | 1 | -13/+22 |
* | SelectionDAG: If llvm.donothing has a landingpad, we should clear | Manman Ren | 2013-02-27 | 1 | -0/+7 |
* | Debug Info: for static member variables, add AT_MIPS_linkage_name to the | Manman Ren | 2013-02-27 | 1 | -1/+7 |
* | Enhance integer division emulation support to handle types smaller than 32 bits, | Pedro Artigas | 2013-02-26 | 1 | -0/+104 |
* | Have a way for a target to opt-out of target-independent fast isel | Michael Ilseman | 2013-02-26 | 1 | -1/+1 |
* | Constant fold vector bitcasts of halves similarly to how floats and doubles a... | Michael Ilseman | 2013-02-26 | 1 | -6/+8 |
* | Add support for autodetection of ADM bdver2. | Roman Divacky | 2013-02-26 | 1 | -1/+4 |
* | Revert r176120 as it caused a failure at static-member.cpp | Manman Ren | 2013-02-26 | 1 | -4/+1 |
* | [TableGen] Fix ICE on MSVC 2012 Release builds. | Michael J. Spencer | 2013-02-26 | 1 | -1/+2 |
* | Fix PR15332 (patch by Florian Zeitz). | Bill Schmidt | 2013-02-26 | 1 | -4/+5 |
* | Fix auto_ptr is deprecated warnings | Matt Arsenault | 2013-02-26 | 1 | -11/+11 |
* | Debug Info: for static member variables, move AT_MIPS_linkage_name from | Manman Ren | 2013-02-26 | 1 | -1/+4 |
* | AsmParser: More generic support for integer type suffices. | Jim Grosbach | 2013-02-26 | 1 | -6/+9 |
* | Fix typo | Matt Arsenault | 2013-02-26 | 1 | -1/+1 |
* | R600/SI: Add promotion of e32 to e64 in operand folding | Christian Konig | 2013-02-26 | 1 | -2/+34 |
* | R600/SI: add VOP mapping functions | Christian Konig | 2013-02-26 | 3 | -11/+35 |
* | R600/SI: swap operands if it helps folding | Christian Konig | 2013-02-26 | 1 | -1/+15 |
* | R600/SI: add some more instruction flags | Christian Konig | 2013-02-26 | 3 | -14/+92 |
* | R600/SI: add post ISel folding for SI v2 | Christian Konig | 2013-02-26 | 5 | -23/+231 |