summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* [mips][msa] CHECK-DAG-ize MSA elm_copy.ll test.Matheus Almeida2014-01-29
* [LPM] Fix PR18643, another scary place where loop transforms failed toChandler Carruth2014-01-29
* Remove -arm-enable-ehabi from Android build rules. It's enabled by default.Evgeniy Stepanov2014-01-29
* Document EHABI enabled by defaultRenato Golin2014-01-29
* Enable EHABI by defaultRenato Golin2014-01-29
* MC: Reorganize macro MC test along dialect linesDavid Majnemer2014-01-29
* [asan] simplify a test Kostya Serebryany2014-01-29
* Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchT...Craig Topper2014-01-29
* [Sparc] Use %r_disp32 for pc_rel entries in FDE as well.Venkatraman Govindaraju2014-01-29
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-29
* Normalize the style in llvm-nm.cpp.Rafael Espindola2014-01-29
* [Sparc] Use %r_disp32 for pc_rel entries in gcc_except_table and eh_frame.Venkatraman Govindaraju2014-01-29
* [LPM] Fix PR18642, a pretty nasty bug in IndVars that "never mattered"Chandler Carruth2014-01-29
* LoopVectorizer: Don't count the induction variable multiple timesArnold Schwaighofer2014-01-29
* We do use pipefail these days. Update the test.Rafael Espindola2014-01-29
* [SparcV9] Use correct register class (I64RegClass) to hold the address of _G...Venkatraman Govindaraju2014-01-29
* Use a raw_stream to implement the mangler.Rafael Espindola2014-01-29
* [AArch64 NEON] Lower SELECT_CC with vector operand.Kevin Qin2014-01-29
* [ARM] Remove superfluous inline asm mode switch testDavid Woodhouse2014-01-29
* Remove unnecessary call to pthread_mutexattr_setpshared()Mark Seaborn2014-01-29
* MC: Clean up error paths in AsmParser::parseMacroArgumentDavid Majnemer2014-01-29
* Make createObjectFile's signature a bit less error prone.Rafael Espindola2014-01-29
* [Sparc] Fix breakage in r200345David Woodhouse2014-01-28
* Finish bringing file_type to the llvm style (other than its name).Rafael Espindola2014-01-28
* Be more explicit about which overloaded variant to use. Caught by ASan!Nick Kledzik2014-01-28
* Convert to the inner enum so the compiler can warn about it in switches.Rafael Espindola2014-01-28
* Tests for mode switchingDavid Woodhouse2014-01-28
* Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse2014-01-28
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-28
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Keep the MCSubtargetInfo in the MCRelxableFragment class.David Woodhouse2014-01-28
* Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse2014-01-28
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Disable the COFF tests on non-X86 archsTimur Iskhodzhanov2014-01-28
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-28
* Use the proper SDK when building iOS sim builds of LLVM and/or Mac OS X builds.Owen Anderson2014-01-28
* fix templates to work with pre c++11Nick Kledzik2014-01-28
* [mips] Fix ELF header flags.Matheus Almeida2014-01-28