summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [yaml2obj][ELF] Add the section name -> section index map to State.Sean Silva2013-06-20
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-20
* [mips] Remove Triple:mips from SupportedArchs in MCJIT unittestsAkira Hatanaka2013-06-20
* Use a raw_fd_ostream instead of a std::ofstream.Rafael Espindola2013-06-20
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-20
* [yaml2obj][ELF] Start factoring into "single point of truth".Sean Silva2013-06-20
* [yaml2obj][ELF] Just let this class own its buffer.Sean Silva2013-06-20
* Remove a trivial use of sys::Path.Rafael Espindola2013-06-20
* [ReleaseNotes] Added bullet point stating that APFloat::isNormal() is now IEE...Michael Gottesman2013-06-20
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-20
* [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.Michael Gottesman2013-06-20
* Use only the filename when deciding if a file is a duplicate.Rafael Espindola2013-06-20
* [APFloat] Fix typo in test so we actually test if we handle denormals.Michael Gottesman2013-06-20
* Clang-format the SLP vectorizer. No functionality change.Nadav Rotem2013-06-20
* This reverts r155000.Joey Gouly2013-06-20
* SLPVectorization: Add a basic support for cross-basic block slp vectorization.Nadav Rotem2013-06-20
* Give this X86-specific test a triple so it's actually X86-specific.David Blaikie2013-06-20
* [PowerPC] Remove unused parameterUlrich Weigand2013-06-20
* Change the debug type to match the debug type that is used by vecutils.cpp.Nadav Rotem2013-06-20
* [PowerPC] Add missing build dependencyUlrich Weigand2013-06-20
* [MC] Support @ variants with directional labelsUlrich Weigand2013-06-20
* [PowerPC] Optimize @ha/@l constructsUlrich Weigand2013-06-20
* [PowerPC] Support compare mnemonics with implied CR0Ulrich Weigand2013-06-20
* Fix get_magic() handling of short reads.Evgeniy Stepanov2013-06-20
* Remove the transitional GetUniqueID.Rafael Espindola2013-06-20
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-20
* Remove MSan hack that is no longer needed.Evgeniy Stepanov2013-06-20
* Fix typos "metatadata" -> "metadata" in the LangRef.Stefanus Du Toit2013-06-20
* Make sure ar is creating a new file instead of updating an existing one.Rafael Espindola2013-06-20
* Add r184420 back, but also handle long file names.Rafael Espindola2013-06-20
* Revert "Don't include directory names in archives."Rafael Espindola2013-06-20
* Don't include directory names in archives.Rafael Espindola2013-06-20
* Remove remaining bits of the old LLVM specific symtab handling.Rafael Espindola2013-06-20
* Remove more unused functions.Rafael Espindola2013-06-20
* Remove unused methods.Rafael Espindola2013-06-20
* Use the simpler sys::fs::exists.Rafael Espindola2013-06-20
* Convert a use of sys::Path.Rafael Espindola2013-06-20
* Optimize register parsing for MipsAsmParser. Allow symbolic aliases for FPU r...Vladimir Medic2013-06-20
* Remove static, because it was messing everything up.Bill Wendling2013-06-20
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-20
* [Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear ...Argyrios Kyrtzidis2013-06-19
* This is now a duplicate.Bill Wendling2013-06-19
* Make the '==' operator inline.Bill Wendling2013-06-19
* Make this static inline to avoid duplicates.Bill Wendling2013-06-19
* Make the comparison operators non-member functions.Bill Wendling2013-06-19
* Spelling correctionDavid Blaikie2013-06-19
* Don't pass in the TargetInstrInfo into the register info object. It doesn't u...Bill Wendling2013-06-19
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-19
* [APFloat] Changed APFloat::isNormal => APFloat::isFiniteNonZero for all tests...Michael Gottesman2013-06-19
* DebugInfo: Specify that a value is stored indirectlyDavid Blaikie2013-06-19