aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor duplicated logic to a helper function.Rafael Espindola2013-09-041-36/+53
* Remove dead code.Rafael Espindola2013-09-041-10/+0
* MemoryBufer: add a test: check that a file with size that is a multiple of theDmitri Gribenko2013-09-041-0/+22
* Rename variables to match the style guide and clang-format.Rafael Espindola2013-09-042-71/+70
* Swift: Only build vldm/vstm with q register aligned register listsArnold Schwaighofer2013-09-042-1/+32
* Fix scheduling for vldm/vstm instructions that load/store more than 32 bytes ...Silviu Baranga2013-09-042-78/+125
* Revert "Add r159136 back now that pr13124 has been fixed."Rafael Espindola2013-09-043-31/+0
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-049-220/+197
* Error on linking appending globals with different unnamed_addr.Rafael Espindola2013-09-043-1/+13
* [Sparc] Fix an assertion failure while lowering fcmp on long double.Venkatraman Govindaraju2013-09-042-1/+21
* Fix linking of unnamed_addr in functions.Rafael Espindola2013-09-043-1/+32
* Rename in preparation for adding tests for function linking.Rafael Espindola2013-09-042-28/+28
* Use CHECK-DAG instead of sort.Rafael Espindola2013-09-041-11/+11
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-042-2/+4
* MemoryBuffer.cpp: Don't peek the next page if file is multiple of *physical* ...NAKAMURA Takumi2013-09-041-0/+9
* Whitespace.NAKAMURA Takumi2013-09-041-1/+1
* Fix linking of unnamed_addr.Rafael Espindola2013-09-042-5/+9
* InstCombine: allow unmasked icmps to be combined with logical opsTim Northover2013-09-042-9/+59
* InstCombine: look for masked compares with subset relationTim Northover2013-09-042-11/+197
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-0412-41/+3911
* Use Intrinsic::ID for the pattern match templates, fixing a signed/unsignedEric Christopher2013-09-041-6/+6
* Revert "Revert "Remove the darwin gdb option, that version of gdb is now dead...Michael Gottesman2013-09-044-40/+8
* Revert "Remove the darwin gdb option, that version of gdb is now dead and the...Michael Gottesman2013-09-044-8/+40
* Add llvm namespace to llvm::next.Michael Gottesman2013-09-041-2/+2
* Use llvm::next() instead of incrementing begin iterators of std::vector.Michael Gottesman2013-09-041-2/+2
* MCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]NAKAMURA Takumi2013-09-041-3/+3
* Remove the darwin gdb option, that version of gdb is now dead andEric Christopher2013-09-044-40/+8
* Make the default dwarf version 3 for darwin when we can't find oneEric Christopher2013-09-041-1/+5
* It's a very large constant. Say so.Eric Christopher2013-09-041-1/+1
* Add r159136 back now that pr13124 has been fixed.Rafael Espindola2013-09-033-0/+31
* [lit] Allow config files to pass arbitrary values to child configs.Daniel Dunbar2013-09-034-12/+8
* X86: Mark non-crashing report_fatal_errors() as such.Jim Grosbach2013-09-031-13/+19
* [objc-arc] Remove dead code from previous commit.Michael Gottesman2013-09-031-140/+0
* [objc-arc] Turn off the objc_retainBlock -> objc_retain optimization.Michael Gottesman2013-09-036-677/+0
* [objc-arc] Move some block tests from basic.ll -> retain-block.ll and add som...Michael Gottesman2013-09-033-55/+55
* Add comments to the CFI instructions and reformat with clang-format. No funct...Bill Wendling2013-09-031-360/+398
* Fix copy and pasto with CMake files for unittest.Eric Christopher2013-09-031-3/+3
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-037-2/+84
* Sentences end with periods.Eric Christopher2013-09-031-2/+2
* Enable late-vectorization by default.Nadav Rotem2013-09-031-1/+1
* Fix grammarMatt Arsenault2013-09-031-3/+3
* Teach InstCombineLoadCast about address spaces.Matt Arsenault2013-09-032-3/+24
* Use type form of getIntPtrType in alloca visitor.Matt Arsenault2013-09-031-2/+2
* WIP: Refactor some code so that it can be called by more than just one method...Bill Wendling2013-09-031-60/+71
* Alphabetize.Eric Christopher2013-09-031-4/+4
* Add a Python-like join function to merge a list of strings with aJoerg Sonnenberger2013-09-032-0/+70
* Revert "Revert "ARM: Improve pattern for isel mul of vector by scalar.""Jim Grosbach2013-09-032-0/+29
* Add the rest of the stock attributes to the attribute table.Eric Christopher2013-09-033-8/+242
* TableGen: Enumerate Schedule Model too.Vincent Lejeune2013-09-032-1/+14
* In this patch we are trying to do two things:Yi Jiang2013-09-034-24/+177