aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* R600: Expand v2i32 load/store instead of custom loweringTom Stellard2013-06-202-2/+8
* Minor grammar and word usage fix to 'returned' parameter attribute section of...Stephen Lin2013-06-201-8/+7
* make getLastModificationTime const. Move it with the other getters.Rafael Espindola2013-06-203-4/+4
* [yaml2obj][ELF] Add support for st_value and st_size.Sean Silva2013-06-204-0/+22
* [yaml2obj][ELF] Allow symbols to reference sections.Sean Silva2013-06-204-0/+11
* [yaml2obj][ELF] Add the section name -> section index map to State.Sean Silva2013-06-201-4/+7
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-204-19/+58
* [mips] Remove Triple:mips from SupportedArchs in MCJIT unittestsAkira Hatanaka2013-06-201-1/+0
* Use a raw_fd_ostream instead of a std::ofstream.Rafael Espindola2013-06-201-4/+5
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-2010-266/+52
* [yaml2obj][ELF] Start factoring into "single point of truth".Sean Silva2013-06-201-19/+51
* [yaml2obj][ELF] Just let this class own its buffer.Sean Silva2013-06-201-4/+4
* Remove a trivial use of sys::Path.Rafael Espindola2013-06-201-12/+5
* [ReleaseNotes] Added bullet point stating that APFloat::isNormal() is now IEE...Michael Gottesman2013-06-201-0/+4
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-204-6/+25
* [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.Michael Gottesman2013-06-202-9/+8
* Use only the filename when deciding if a file is a duplicate.Rafael Espindola2013-06-202-1/+3
* [APFloat] Fix typo in test so we actually test if we handle denormals.Michael Gottesman2013-06-201-4/+4
* Clang-format the SLP vectorizer. No functionality change.Nadav Rotem2013-06-203-202/+259
* This reverts r155000.Joey Gouly2013-06-204-10/+7
* SLPVectorization: Add a basic support for cross-basic block slp vectorization.Nadav Rotem2013-06-204-13/+134
* Give this X86-specific test a triple so it's actually X86-specific.David Blaikie2013-06-201-1/+1
* [PowerPC] Remove unused parameterUlrich Weigand2013-06-203-14/+14
* Change the debug type to match the debug type that is used by vecutils.cpp.Nadav Rotem2013-06-201-1/+1
* [PowerPC] Add missing build dependencyUlrich Weigand2013-06-201-1/+1
* [MC] Support @ variants with directional labelsUlrich Weigand2013-06-202-3/+19
* [PowerPC] Optimize @ha/@l constructsUlrich Weigand2013-06-205-48/+163
* [PowerPC] Support compare mnemonics with implied CR0Ulrich Weigand2013-06-202-0/+25
* Fix get_magic() handling of short reads.Evgeniy Stepanov2013-06-201-2/+2
* Remove the transitional GetUniqueID.Rafael Espindola2013-06-201-4/+0
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-204-8/+12
* Remove MSan hack that is no longer needed.Evgeniy Stepanov2013-06-201-2/+0
* Fix typos "metatadata" -> "metadata" in the LangRef.Stefanus Du Toit2013-06-201-6/+6
* Make sure ar is creating a new file instead of updating an existing one.Rafael Espindola2013-06-201-0/+1
* Add r184420 back, but also handle long file names.Rafael Espindola2013-06-205-38/+17
* Revert "Don't include directory names in archives."Rafael Espindola2013-06-205-13/+36
* Don't include directory names in archives.Rafael Espindola2013-06-205-36/+13
* Remove remaining bits of the old LLVM specific symtab handling.Rafael Espindola2013-06-206-231/+10
* Remove more unused functions.Rafael Espindola2013-06-202-81/+0
* Remove unused methods.Rafael Espindola2013-06-202-170/+0
* Use the simpler sys::fs::exists.Rafael Espindola2013-06-201-2/+1
* Convert a use of sys::Path.Rafael Espindola2013-06-201-16/+10
* Optimize register parsing for MipsAsmParser. Allow symbolic aliases for FPU r...Vladimir Medic2013-06-202-49/+60
* Remove static, because it was messing everything up.Bill Wendling2013-06-201-4/+4
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-206-36/+79
* [Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear ...Argyrios Kyrtzidis2013-06-191-2/+11
* This is now a duplicate.Bill Wendling2013-06-191-26/+0
* Make the '==' operator inline.Bill Wendling2013-06-191-2/+29
* Make this static inline to avoid duplicates.Bill Wendling2013-06-191-1/+1
* Make the comparison operators non-member functions.Bill Wendling2013-06-192-7/+11