aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-03Add YAML parser to Support.Michael J. Spencer
2012-04-03Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...Pete Cooper
2012-04-03Removed one last bad continue statement meant to be removed in r153914.Pete Cooper
2012-04-03When building llvmCore, pass the SDKROOT and -arch setting to configure.Bob Wilson
2012-04-03Remove a reference to the C backend.Bob Wilson
2012-04-03Fix an issue in SimplifySetCC() specific to vector comparisons.Chad Rosier
2012-04-03Set soname for FreeBSD as well.Anton Korobeynikov
2012-04-03Fix thinko check for number of operands to be the one that actuallyEric Christopher
2012-04-03Matrix simplification in PBQP may push infinite costs onto register options.Lang Hames
2012-04-03ARMDisassembler: drop bogus dependency on ARMCodeGenDylan Noblesmith
2012-04-03Object: drop bogus VMCore dependencyDylan Noblesmith
2012-04-03The speedup doesn't appear to have been from this, but was an anomaly of my t...Bill Wendling
2012-04-03Reserve space for the eventual filling of the vector. This gives a small spee...Bill Wendling
2012-04-03Add an additional testcase which checks ops with multiple users.Nadav Rotem
2012-04-03Make PPCCompilationCallbackC function to be static, so there will be no need ...Anton Korobeynikov
2012-04-03Tidy up spacing in some tablegen outputs.Craig Topper
2012-04-03Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper
2012-04-03Reformatting. No functionality change.Bill Wendling
2012-04-03As Eric pointed out, even a Debug build should be equal. Leave the flag that ...Bill Wendling
2012-04-03Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...Akira Hatanaka
2012-04-03Revert r153924. There were buildbot failures.Akira Hatanaka
2012-04-03MIPS disassembler support.Akira Hatanaka
2012-04-03Cleanup set_union usage. The same thing but a bit cleaner now.Andrew Trick
2012-04-03Use std::set_union instead of nasty custom code.Andrew Trick
2012-04-03Add a line number for the scope of the function (starting at the firstEric Christopher
2012-04-03Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...Pete Cooper
2012-04-02Compare the .o files only for release builds. Add an option to bypass the com...Bill Wendling
2012-04-02Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper
2012-04-02Make dominatedBySlowTreeWalk private and assert cases handled by the caller.Rafael Espindola
2012-04-02Allocate virtual registers in ascending order.Jakob Stoklund Olesen
2012-04-02Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...Pete Cooper
2012-04-02Add an option to turn off the expensive GVN load PRE part of GVN.Bill Wendling
2012-04-02Add predicates for checking whether targets have free FNEG and FABS operation...Owen Anderson
2012-04-02During two-address lowering, rescheduling an instruction does not untieLang Hames
2012-04-02No need to run llvm-as.Rafael Espindola
2012-04-02Initial 64 bit direct object support.Akira Hatanaka
2012-04-02The binutils for the IBM BG/P are too old to support CFI.Hal Finkel
2012-04-02Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel
2012-04-02Turn on the accelerator tables for Darwin.Eric Christopher
2012-04-02Fast fix for PR12343:Stepan Dyatkovskiy
2012-04-02Implement the SVR4 byval alignment for aggregates. Fixing a FIXME.Roman Divacky
2012-04-02Second part for the 153874 oneSilviu Baranga
2012-04-02Added fix in TableGen instruction decoder generation. The decoder now breaks ...Silviu Baranga
2012-04-02Add missing 'd'.Rafael Espindola
2012-04-02Hack the hack. If we have a situation where an ASM object is defined but isn'tBill Wendling
2012-04-02Emit the asm writer's mnemonic table with SequenceToOffsetTable.Benjamin Kramer
2012-04-02Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer
2012-04-02Reorder fields in MatchEntry and OperandMatchEntry to reduce padding. A bit t...Craig Topper
2012-04-02Optimizing swizzles of complex shuffles may generate additional complex shuff...Nadav Rotem
2012-04-02Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper