summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-08R600: Recompute schedule graph non order dependencies.scheduling-backupVincent Lejeune8-5/+552
2013-09-08Add a case to LiveIntervalAnalysis::HandleMoveVincent Lejeune1-4/+123
2013-09-04R600: Use shared op optimization when checking cycle compatibilityvljn2-0/+40
2013-09-04R600: Non vector only instruction can be scheduled on trans unitvljn28-146/+299
2013-09-04R600: Use SchedModel enum for is{Trans,Vector}Only functionsvljn4-23/+19
2013-09-04R600: Remove fmul.v4f32.ll test which is redundant with fmul.llvljn1-15/+0
2013-09-04Unify and clean up.echristo1-9/+4
2013-09-04Merge these 2 tests in a single file.Rafael Espindola4-71/+50
2013-09-04ARM: Teach A15 SDOptimizer to properly handle D-reg by-lane.Jim Grosbach1-0/+7
2013-09-04Small simplification given that insert of an empty range is a nop.Rafael Espindola1-2/+1
2013-09-04Remove 'param' label from comments. They aren't used properly here.Bill Wendling1-15/+14
2013-09-04Refactor duplicated logic to a helper function.Rafael Espindola1-36/+53
2013-09-04Remove dead code.Rafael Espindola1-10/+0
2013-09-04MemoryBufer: add a test: check that a file with size that is a multiple of theDmitri Gribenko1-0/+22
2013-09-04Rename variables to match the style guide and clang-format.Rafael Espindola2-71/+70
2013-09-04Swift: Only build vldm/vstm with q register aligned register listsArnold Schwaighofer2-1/+32
2013-09-04Fix scheduling for vldm/vstm instructions that load/store more than 32 bytes ...Silviu Baranga2-78/+125
2013-09-04Revert "Add r159136 back now that pr13124 has been fixed."Rafael Espindola3-31/+0
2013-09-04Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko9-220/+197
2013-09-04Error on linking appending globals with different unnamed_addr.Rafael Espindola3-1/+13
2013-09-04[Sparc] Fix an assertion failure while lowering fcmp on long double.Venkatraman Govindaraju2-1/+21
2013-09-04Fix linking of unnamed_addr in functions.Rafael Espindola3-1/+32
2013-09-04Rename in preparation for adding tests for function linking.Rafael Espindola2-28/+28
2013-09-04Use CHECK-DAG instead of sort.Rafael Espindola1-11/+11
2013-09-04Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2-2/+4
2013-09-04MemoryBuffer.cpp: Don't peek the next page if file is multiple of *physical* ...NAKAMURA Takumi1-0/+9
2013-09-04Whitespace.NAKAMURA Takumi1-1/+1
2013-09-04Fix linking of unnamed_addr.Rafael Espindola2-5/+9
2013-09-04InstCombine: allow unmasked icmps to be combined with logical opsTim Northover2-9/+59
2013-09-04InstCombine: look for masked compares with subset relationTim Northover2-11/+197
2013-09-04Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu12-41/+3911
2013-09-04Use Intrinsic::ID for the pattern match templates, fixing a signed/unsignedEric Christopher1-6/+6
2013-09-04Revert "Revert "Remove the darwin gdb option, that version of gdb is now dead...Michael Gottesman4-40/+8
2013-09-04Revert "Remove the darwin gdb option, that version of gdb is now dead and the...Michael Gottesman4-8/+40
2013-09-04Add llvm namespace to llvm::next.Michael Gottesman1-2/+2
2013-09-04Use llvm::next() instead of incrementing begin iterators of std::vector.Michael Gottesman1-2/+2
2013-09-04MCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]NAKAMURA Takumi1-3/+3
2013-09-04Remove the darwin gdb option, that version of gdb is now dead andEric Christopher4-40/+8
2013-09-04Make the default dwarf version 3 for darwin when we can't find oneEric Christopher1-1/+5
2013-09-04It's a very large constant. Say so.Eric Christopher1-1/+1
2013-09-03Add r159136 back now that pr13124 has been fixed.Rafael Espindola3-0/+31
2013-09-03[lit] Allow config files to pass arbitrary values to child configs.Daniel Dunbar4-12/+8
2013-09-03X86: Mark non-crashing report_fatal_errors() as such.Jim Grosbach1-13/+19
2013-09-03[objc-arc] Remove dead code from previous commit.Michael Gottesman1-140/+0
2013-09-03[objc-arc] Turn off the objc_retainBlock -> objc_retain optimization.Michael Gottesman6-677/+0
2013-09-03[objc-arc] Move some block tests from basic.ll -> retain-block.ll and add som...Michael Gottesman3-55/+55
2013-09-03Add comments to the CFI instructions and reformat with clang-format. No funct...Bill Wendling1-360/+398
2013-09-03Fix copy and pasto with CMake files for unittest.Eric Christopher1-3/+3
2013-09-03Add a hashing routine that handles hashing types. Add a test forEric Christopher7-2/+84
2013-09-03Sentences end with periods.Eric Christopher1-2/+2