summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* This has been fixed.Rafael Espindola2014-01-30
* Use early returns and factor the object::Binary creation.Rafael Espindola2014-01-30
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-30
* Comment out unused macro because of warningRenato Golin2014-01-30
* Explicitly specify the CPU to avoid Atom-specific assembly mismatchTimur Iskhodzhanov2014-01-30
* Reenable ARM EHABI on Android.Evgeniy Stepanov2014-01-30
* [mips] Fix typo.Matheus Almeida2014-01-30
* Remove duplicate patternsCraig Topper2014-01-30
* Couple minor formatting fixes to the XXXGenDAGISel.inc files.Craig Topper2014-01-30
* Remove some AddedComplexity tags that were forcing priority for AVX over SSE....Craig Topper2014-01-30
* tools: fix Twine abuseSaleem Abdulrasool2014-01-30
* tools: remove unnecessary typenameSaleem Abdulrasool2014-01-30
* Remove duplicate pattern and add predicate checks on other patterns.Craig Topper2014-01-30
* tools: repair Windows buildSaleem Abdulrasool2014-01-30
* Implement SPARCv9 atomic_swap_64 with a pseudo.Jakob Stoklund Olesen2014-01-30
* ARM IAS: support .object_archSaleem Abdulrasool2014-01-30
* tools: add support for decoding ARM attributesSaleem Abdulrasool2014-01-30
* ARM IAS: support .movspSaleem Abdulrasool2014-01-30
* ARM: suuport .tlsdescseq directiveSaleem Abdulrasool2014-01-30
* ARM: support TLS descriptor relocationsSaleem Abdulrasool2014-01-30
* ARM: support tlscall relocationsSaleem Abdulrasool2014-01-30
* Revert "[Stackmaps] Record the stack size of each function that contains a st...Juergen Ributzka2014-01-30
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-30
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Extend the preserve_most/all calling convention description in LangRef about theJuergen Ributzka2014-01-30
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-30
* add a bunch of LLVM_OVERRIDE before I start refactoring these.Rafael Espindola2014-01-30
* Remove dead code.Rafael Espindola2014-01-30
* Revert r200431 due to bot failures.Manman Ren2014-01-30
* Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.Rafael Espindola2014-01-30
* PGO branch weight: update edge weights in SelectionDAGBuilder.Manman Ren2014-01-30
* PGO branch weight: update edge weights in IfConverter.Manman Ren2014-01-29
* Move range handling for a function to endFunction rather thanEric Christopher2014-01-29
* If we use DW_AT_ranges we need to specify a base address that rangesEric Christopher2014-01-29
* Turn on CU ranges if we've got multiple compile units in the sameEric Christopher2014-01-29
* Make the compile unit map a MapVector so that we can assume a stableEric Christopher2014-01-29
* Fix formatting of comment.Eric Christopher2014-01-29
* llvm-cov: Accept the long forms of gcov optionsJustin Bogner2014-01-29
* llvm-cov: Improve help message textJustin Bogner2014-01-29
* llvm-cov: Expect a source file as a positional parameterJustin Bogner2014-01-29
* Remove C++11ism from r200407.Jordan Rose2014-01-29
* MC: Better management of macro argumentsDavid Majnemer2014-01-29
* LoopVectorizer: Add a test case for unrolling of small loops that need a runtimeArnold Schwaighofer2014-01-29
* [CommandLine] Aliases require an value if their target requires a value.Jordan Rose2014-01-29
* Add support for PC-relative non-extern relocations to RuntimeDyldMachO.Lang Hames2014-01-29
* [X86][SchedModel] Fix typos in the definitions of the ports for Haswell.Quentin Colombet2014-01-29
* Test commitOliver Stannard2014-01-29
* [mips][msa] Add fill.d instruction.Matheus Almeida2014-01-29
* [mips][msa] CHECK-DAG-ize MSA 2r_vector_scalar.ll test.Matheus Almeida2014-01-29
* [mips][msa] Add copy_{u,s}.d.Matheus Almeida2014-01-29