aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-15Thumb2 ADR assembly parsing w/o the .w suffix.Jim Grosbach
2011-12-15Make sure we correctly note the existence of an i8 immediate for vblendvps an...Eli Friedman
2011-12-15llvm-config: Update help text for removal of "backend" pseudo component.Daniel Dunbar
2011-12-15build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar
2011-12-15Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky
2011-12-15Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value...Eli Friedman
2011-12-15ARM NEON VCLE is an alias for VCGE w/ the source operands reversed.Jim Grosbach
2011-12-15[asan] add the name of the module to the description of a global variable. Th...Kostya Serebryany
2011-12-15Add MCTargetDesc library to Hexagon targetTony Linthicum
2011-12-15ARM NEON VTBL/VTBX assembly parsing and encoding.Jim Grosbach
2011-12-15Enable proper constant island alignment by default.Jakob Stoklund Olesen
2011-12-15Add missing zmovl AVX patterns which were causing crashes.Chad Rosier
2011-12-15[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany
2011-12-15Silence warning.Jim Grosbach
2011-12-15ARM NEON two-register double spaced register list parsing support.Jim Grosbach
2011-12-15Fix assert in LowerBUILD_VECTOR for v16i16 type on AVX.Chad Rosier
2011-12-15Zap unnecessary semicolons.Eli Friedman
2011-12-15Set specific target cpu for testcase.Lang Hames
2011-12-15Added test case for r146671.Lang Hames
2011-12-15Use the proper comparator for set_intersection.Jakob Stoklund Olesen
2011-12-15Fix VSELECT operand order. Was previously backwards, causing bogus vector shi...Lang Hames
2011-12-15Update DebugLoc while merging nodes at -O0.Devang Patel
2011-12-15Add a test case to make sure that the nop really does follow the bl on ppc64 elfHal Finkel
2011-12-15Virtual table holder field is either metadata or null. Devang Patel
2011-12-15Ensure that the nop that should follow a bl call in PPC64 ELF actually doesHal Finkel
2011-12-15Synthesize missing register class intersections.Jakob Stoklund Olesen
2011-12-15Pass optLevel to XCoreDAGToDAGISel.Richard Osborne
2011-12-15Fix test.Eli Friedman
2011-12-15Make constant folding for GEPs a bit more aggressive.Eli Friedman
2011-12-15Don't try to form FGETSIGN after legalization; it is possible in some cases, ...Eli Friedman
2011-12-15Use SmallVector/assign(), rather than std::vector/push_back().Chad Rosier
2011-12-15Add support for lowering fneg when AVX is enabled.Chad Rosier
2011-12-15Added InstCombine for "select cond, ~cond, x" type patternsPete Cooper
2011-12-15Enable synthesis of FLOG2 and FEXP2 SelectionDAG nodes from libm calls. Thes...Owen Anderson
2011-12-15Make loop preheader insertion in LoopSimplify handle the case where the loop ...Eli Friedman
2011-12-15Re-re-enable compact unwind after fixing a failure in SingleSource/Benchmarks...Bill Wendling
2011-12-15Another improvement to the implementation of .incbin directive by avoiding aKevin Enderby
2011-12-14The saved registers weren't being processed in the correct order. This lead toBill Wendling
2011-12-14Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman
2011-12-14Consider CPE alignment in CreateNewWater().Jakob Stoklund Olesen
2011-12-14ARM NEON better assembly operand range checking for lane indices of VLD/VST.Jim Grosbach
2011-12-14ARM NEON VLD2/VST2 lane indexed assembly parsing and encoding.Jim Grosbach
2011-12-14Do not sink instruction, if it is not profitable.Devang Patel
2011-12-14Add a blurb about MachineInstr bundling support.Evan Cheng
2011-12-14Reapply r146481 with a fix to create the Builder value in the correct place andBill Wendling
2011-12-14Improve the implementation of .incbin directive by replacing a loop by usingKevin Enderby
2011-12-14LSR: Fold redundant bitcasts on-the-fly.Andrew Trick
2011-12-14ARM NEON fix alignment encoding for VST2 w/ writeback.Jim Grosbach
2011-12-14Add the .incbin directive which takes the binary data from a file and emitsKevin Enderby
2011-12-14Nuke old code. Missed in last commit.Jim Grosbach