oota-llvm.git
2013-12-22 Michael KupersteinEnsure bitcode encoding of calling conventions stays...
2013-12-22 Alp TokerFileCheckize r197869
2013-12-21 Alp TokerRelax tab check into a whitespace check to fix the...
2013-12-21 Alp TokerTableGen: Generate valid identifiers for anonymous...
2013-12-21 Mark LaceyFix typo in assert message: s/load/store
2013-12-20 Yuchen WuBlockFrequencyInfo: Readded getEntryFreq.
2013-12-20 Lang HamesARM AnalyzeBranch should ignore DEBUG_VALUES while...
2013-12-20 Timur Iskhodzhanovclang-format a couple of mis-formatted functions
2013-12-20 Timur IskhodzhanovAdd the .secidx test I've forgotten to svn add in 197826
2013-12-20 Timur Iskhodzhanov[COFF] Add support for the .secidx directive
2013-12-20 Artyom SkrobovResinstate the command line taking priority over CMakeL...
2013-12-20 Roman DivackyImplement initial-exec TLS for PPC32.
2013-12-20 Timur IskhodzhanovFix yet another typo
2013-12-20 NAKAMURA Takumillvm-config: Show OBJROOT rather than OBJROOT/BUILD_MOD...
2013-12-20 NAKAMURA Takumillvm-config: Use build_mode instead of LLVM_BUILDMODE...
2013-12-20 Zoran JovanovicSupport for microMIPS FPU instructions 1.
2013-12-20 Rafael EspindolaMake this array const.
2013-12-20 Richard Sandiford[SystemZ] Optimize comparisons with truncated extended...
2013-12-20 Richard Sandiford[SystemZ] Extend RISBG optimization
2013-12-20 Timur IskhodzhanovFix a typo in the docs
2013-12-20 Kai NackeAdd support for krait cpu in llvm::sys::getHostCPUName()
2013-12-20 Justin BognerTransforms: Don't create bad weights when eliminating...
2013-12-20 Justin Bognertest: Make a branchweight test more specific
2013-12-20 Justin Bognertest: Prefer CHECK-LABEL to CHECK in branchweight tests
2013-12-20 Saleem AbdulrasoolARM IAS: add support for the .pool directive
2013-12-20 NAKAMURA TakumiInstall three utils, "FileCheck", "count", and "not...
2013-12-20 Tom StellardR600: Allow ftrunc
2013-12-20 Eric ChristopherRemove extra check line that's failing on windows and...
2013-12-20 Eric ChristopherThis test requires object emission.
2013-12-20 Eric ChristopherRanges in the .debug_range section need to have begin...
2013-12-20 NAKAMURA TakumiMakefile.unittest: cleanup may fail. Add '-' in the...
2013-12-20 Eric ChristopherAdd support for a CU to output a set of ranges for...
2013-12-20 Dmitri GribenkoRemove the AnyPointerSize and AnyEndianness enumerators...
2013-12-20 Dmitri GribenkoWhen parsing data layout string looking for endianness...
2013-12-20 Dmitri GribenkoCorrectly apply the default pointer size
2013-12-20 Eric Christopher[x86] Rename In32BitMode predicate to Not64BitMode
2013-12-20 Adrian Prantlmove test back into the parent directory and add a...
2013-12-20 NAKAMURA TakumiMakefile.ocaml: Tweak to use --system-libs.
2013-12-20 Alp TokerFix documentation typos
2013-12-19 Rafael EspindolaUpdate the ML test to expect the new string format...
2013-12-19 Kevin EnderbyUn-revert: the buildbot failure in LLVM on lld-x86_64...
2013-12-19 Rafael EspindolaUse $ORIGIN when setting rpath.
2013-12-19 Rafael EspindolaChange getStringRepresentation to skip defaults.
2013-12-19 David PeixottoEnsure deterministic when printing ARM assembler consta...
2013-12-19 Kevin EnderbyRevert my change to the X86 assembler for intel syntax...
2013-12-19 Kevin EnderbyChanged the X86 assembler for intel syntax to work...
2013-12-19 Rafael EspindolaUpdate the links to the SPARC information.
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...
next