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