Age | Commit message (Expand) | Author |
2008-10-03 | Avoid creating two TargetLowering objects for each target. | Dan Gohman |
2008-10-03 | Remove an unused field. | Dan Gohman |
2008-10-03 | On Darwin ARM, memory needs special handling to do JIT. This patch expands | Jim Grosbach |
2008-10-03 | Indexing off by one resulted in errant encoding of source register for | Jim Grosbach |
2008-10-03 | NeedStub/DoesntNeedStub logic was reversed, leading to not using a stub | Jim Grosbach |
2008-10-03 | regenerate | Nuno Lopes |
2008-10-03 | fix more memleaks in ResolveTypeTo() and ParseGlobalVariable() | Nuno Lopes |
2008-10-03 | regenerate with bison 2.3 | Nuno Lopes |
2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman |
2008-10-03 | fix memleak in FunctionHeaderH | Nuno Lopes |
2008-10-03 | Rename llvmc2/src to llvmc2/core. | Mikhail Glushenkov |
2008-10-03 | Fix build breakage when objdir!=srcdir (proper fix). | Mikhail Glushenkov |
2008-10-03 | Fix build breakage (again) when srcdir != objdir, other small fixes. | Mikhail Glushenkov |
2008-10-03 | The result of getSetCCResultType (eg: i32) may be larger | Duncan Sands |
2008-10-03 | Teach internalize to preserve the callgraph. | Duncan Sands |
2008-10-03 | Acquire the lock only when necessary. More precisely, do not acquire | Nicolas Geoffray |
2008-10-03 | SplitBlock should only attempt to update LoopInfo if it is actually being used. | Owen Anderson |
2008-10-03 | Implement fast-isel support for zero-extending from i1. | Dan Gohman |
2008-10-03 | Fix X86FastISel to handle dynamic allocas that have avoided | Dan Gohman |
2008-10-03 | Unbreak the build. | Bill Wendling |
2008-10-03 | Fix a typo. | Dan Gohman |
2008-10-02 | Add support for Canadian Cross builds where the host executables are not | Jim Grosbach |
2008-10-02 | Fix build breakage. | Mikhail Glushenkov |
2008-10-02 | Optimize conditional branches in X86FastISel. This replaces | Dan Gohman |
2008-10-02 | Add a new MachineBasicBlock utility function, isLayoutSuccessor, that | Dan Gohman |
2008-10-02 | Build system tweaks to make it more convenient for the plugin authors. | Mikhail Glushenkov |
2008-10-02 | fix build gcc 4.3 | Andrew Lenharth |
2008-10-02 | Use a multimap rather than a map for holding the list of copies to insert, so... | Owen Anderson |
2008-10-02 | Handle some 64-bit atomics on x86-32, some of the time. | Dale Johannesen |
2008-10-02 | Avoid name shadowing with E variable defined in for(). This was giving VC++ | Bill Wendling |
2008-10-02 | Remove redundant check. | Devang Patel |
2008-10-02 | A Partitioned Boolean Quadratic Programming (PBQP) based register allocator. | Evan Cheng |
2008-10-02 | CMake: Added Host.cpp to lib/System/CMakeLists.txt. | Oscar Fuentes |
2008-10-02 | Rename IRBuilder::IsNonNull -> IsNotNull in response to feedback. | Daniel Dunbar |
2008-10-02 | Fix a think-o in isSafeToMove. This fixes it from thinking that | Dan Gohman |
2008-10-02 | Work around an interaction between fast-isel and regalloc=local. The | Dan Gohman |
2008-10-02 | "The original bug was a complaint that _mm_srli_si128 mis-compiled when passed | Bill Wendling |
2008-10-02 | Add llvm::sys::{osName,osVersion} for retrieving operating system name | Daniel Dunbar |
2008-10-01 | Disable fast-isel for this test, as it doesn't emit the same | Dan Gohman |
2008-10-01 | Attributes noinline alwaysinline are incompatible | Devang Patel |
2008-10-01 | Remove OptimizeForSize global. Use function attribute optsize. | Devang Patel |
2008-10-01 | Enable FastISel by default (on x86 and x86-64) with the -fast option. | Dan Gohman |
2008-10-01 | add a new form of Type::dump that takes a module for type names, | Chris Lattner |
2008-10-01 | Make some implicit conversions explicit, to avoid compiler warnings. | Dan Gohman |
2008-10-01 | Split this test and move it into target-specific directories. | Dan Gohman |
2008-10-01 | Split x86's ADJCALLSTACK instructions into 32-bit and 64-bit forms. | Dan Gohman |
2008-10-01 | Fix typo s/ther/there/ | Jim Grosbach |
2008-10-01 | Factorize code: remove variants of "strip off | Duncan Sands |
2008-10-01 | Fold trivial two-operand tokenfactors where the operands are equal | Dan Gohman |
2008-10-01 | Don't prepend a space character for constants in Value::print. | Dan Gohman |