oota-llvm.git
2013-12-19 Hans WennborgMake sys::ThreadLocal<> zero-initialized on non-thread...
2013-12-19 Kay Tiong KhooStay classy (and legal) LLVM. Remove links to 3rd party...
2013-12-19 Quentin Colombet[X86][fast-isel] Fix select lowering.
2013-12-19 David PeixottoImplement the .ltorg directive for ARM assembly
2013-12-19 Josh MageeUnbreak ARM buildbots after r197653 by forcing the...
2013-12-19 David PeixottoImplement the ldr-pseudo opcode for ARM assembly
2013-12-19 David PeixottoAdd a finishParse() callback to the targer asm parser
2013-12-19 Kay Tiong KhooImproved fix for PR17827 (instcombine of shift/and...
2013-12-19 NAKAMURA TakumiRevert r197682, "[CMake] Introduce LIT in add_lit_target."
2013-12-19 Adrian PrantlMove testcase to the appropriate X86 subdirectory.
2013-12-19 Rafael EspindolaSmall simplification, p0 is the same as p.
2013-12-19 Zoran JovanovicSupport for microMIPS control instructions.
2013-12-19 Rafael EspindolaLong doubles are required to be aligned to 128 bits...
2013-12-19 Hal FinkelAdd a disassembler to the PowerPC backend
2013-12-19 Zoran JovanovicSupport for microMIPS LL and SC instructions.
2013-12-19 Hal FinkelAdd support for positionally-encoded operands to FixedL...
2013-12-19 Rafael EspindolaAdd a triple so that this passes on OS X.
2013-12-19 Zoran JovanovicSupport for microMIPS TLS relocations.
2013-12-19 NAKAMURA Takumillvm-config: Don't show build tree with --obj-root...
2013-12-19 NAKAMURA Takumillvm-config: Show build root instead of parent path...
2013-12-19 NAKAMURA Takumi[CMake] Introduce LIT in add_lit_target.
2013-12-19 Hal FinkelAdd support for PointerLikeRegClass to FixedLenDecoderE...
2013-12-19 Evgeniy Stepanov[dfsan] Simplify code after r197677.
2013-12-19 Evgeniy StepanovAdd an explicit insert point argument to SplitBlockAndI...
2013-12-19 Timur IskhodzhanovTeach the llvm-readobj COFF dumper to dump debug line...
2013-12-19 Timur IskhodzhanovRemove the COFF files with Z7 debug info from the repo
2013-12-19 NAKAMURA TakumiAdd REQUIRES:asserts to 3 tests in llvm/test/CodeGen...
2013-12-19 NAKAMURA Takumillvm-config: Introduce --system-libs to print SYSTEM_LI...
2013-12-19 NAKAMURA TakumiGCOV.cpp: Fix format strings, %lf. Don't use %lf to...
2013-12-19 NAKAMURA TakumiIntroduce clean-ups in llvm/unittests/Makefile.unittest...
2013-12-19 Matt ArsenaultR600/SI: Make private pointers be 32-bit.
2013-12-19 Matt ArsenaultFix missing C++ mode comment
2013-12-19 Saleem AbdulrasoolARM IAS: support .inst directive
2013-12-19 Rafael EspindolaNo point in having a "#if 0"ed unittest.
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-12-19 Anna ZaksFix a buffer overrun detected by AddressSanitizer.
2013-12-19 Rafael EspindolaAdd stack alignment information for Sparc.
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-19 Adrian Prantladd source in comment
2013-12-19 Rafael EspindolaSynchronize the NaCl DataLayout strings with the ones...
2013-12-19 Reed KotlerMake cosmetic changes as part of Mips internal post...
2013-12-19 NAKAMURA TakumiArchiveFileDescriptorTests: Fix CMake build. Each unit...
2013-12-19 NAKAMURA TakumiArchiveFileDescriptorTests: Resurrect part of r197600...
2013-12-19 Yuchen Wullvm-cov: Added -f option for function summaries.
2013-12-18 Reed KotlerFix a problem with mips16 stubs when calls are transfor...
2013-12-18 Andrew TrickRevert "Add -mcpu=z10 to SystemZ tests."
2013-12-18 Weiming Zhao[aarch32] fix bug 18268: Incorrect condition of vsel
2013-12-18 Adrian PrantlDebug info: Implement (rvalue) reference qualifiers...
2013-12-18 Adrian PrantlPull in a couple of new constants from the upcoming...
2013-12-18 Adrian Prantlformatting
2013-12-18 Rafael EspindolaCorrectly handle the degenerated triple "thumb".
2013-12-18 Yuchen Wullvm-cov: Print coverage summary to STDOUT.
2013-12-18 Owen AndersonRevert r197600 while I sort out why it's failing on...
2013-12-18 Owen AndersonAdd a unit test for loading an object file via a file...
2013-12-18 Yuchen Wullvm-cov: s/(.*)Executed/\1Exec/
2013-12-18 Yuchen Wullvm-cov: Added -c option for branch counts.
2013-12-18 Jordan Rose[CMake] Don't put every project's tblgen executable...
2013-12-18 Matheus Almeida[mips][msa] Update format of RUN lines for every MSA...
2013-12-18 Logan Chien[arm] Rename Tag_VFP_arch to Tag_FP_arch.
2013-12-18 NAKAMURA TakumiRevert r197380, "llvm-config: Print SYSTEM_LIBS with...
2013-12-18 NAKAMURA Takumi[CMake] Prune LLVM_TOOLS_BINARY_DIR in LLVMConfig.cmake...
2013-12-18 Rafael EspindolaFix f64 and f128 for ppc-darwin.
2013-12-18 Rafael EspindolaOne ppc32-darwin, a i64 inside a structure can have...
2013-12-18 Tim NorthoverARM: update comment to match reality
2013-12-18 Matheus Almeida[mips][msa] Remove unneeded triple directive in MSA...
2013-12-18 Tobias GrosserDiagnosticInfo: Add missing namespace
2013-12-18 Tim NorthoverARM: force soft-float ABI for tests depending on it.
2013-12-18 Tim NorthoverARM: set default float ABI based on triple.
2013-12-18 Kevin Qin[AArch64 NEON]Implment loading vector constant form...
2013-12-18 Saleem AbdulrasoolAsmParser: add support for .end directive
2013-12-17 David BlaikieDebugInfo: Introduce new DIValue, DIETypeSignature...
2013-12-17 Rafael EspindolaFix N32 registers and stack alignment.
2013-12-17 Hal FinkelEliminate PPC instruction decoding ambiguities
2013-12-17 Hal FinkelSupport little-endian encodings in the FixedLenDecoderE...
2013-12-17 Quentin Colombet[DiagnosticPrinter] Use the appropriate method to print...
2013-12-17 Reid KlecknerMC COFF: Emit the 'b' section flag for .bss sections...
2013-12-17 Rafael EspindolaOn APCS, only try to align aggregates to 32 bits instea...
2013-12-17 Rafael EspindolaHandle i64 first for clarity. No functionality change.
2013-12-17 Duncan P. N... Assert that the last operand is actually EFLAGS
2013-12-17 Andrew TrickDisabled subregister copy coalescing during MachineCSE.
2013-12-17 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-17 Matheus Almeida[mips] Fix off by one issue when applying a fixup.
2013-12-17 Duncan P. N... Setting the CPU in the new vaargs test
2013-12-17 Duncan P. N... Revert "Revert "Mark vastart_save_xmm_regs as changing...
2013-12-17 Rafael EspindolaFix the pointer size for the PS3 datalayout.
2013-12-17 Timur IskhodzhanovAdd some simple COFF files with Z7 debug info
2013-12-17 Eli BenderskyFix code sample in NVPTX examples: now it compiles...
2013-12-17 Stepan DyatkovskiyFix for PR18045:
2013-12-17 Yaron KerenThere are no __register_frame and __deregister_frame...
2013-12-17 Elena DemikhovskyAVX-512: Added implementation of CONCAT_VECTORS for...
2013-12-17 Duncan P. N... Revert "Mark vastart_save_xmm_regs as changing EFLAGS"
2013-12-17 Duncan P. N... Mark vastart_save_xmm_regs as changing EFLAGS
2013-12-17 NAKAMURA Takumillvm-config: Let directories aware of CMAKE_CFG_INTDIR.
2013-12-17 Andrew TrickAdd -mcpu=z10 to SystemZ tests.
2013-12-17 Andrew TrickAllow MachineCSE to coalesce trivial subregister copies...
2013-12-17 Andrew Trickwhitespace
2013-12-17 NAKAMURA TakumiTweak lit/TestingConfig.py Py3-compatible. has_key...
2013-12-17 Jim GrosbachMake comment more explicit.
2013-12-17 Jim GrosbachTypo. s/reserved/preserved/
2013-12-17 Jim GrosbachAdd a machine code print in DEBUG() following instructi...
next