oota-llvm.git
2013-11-15 Peter Zotov[OCaml] Add Target and TargetMachine bindings to Llvm_t...
2013-11-15 Peter Zotov[OCaml] Refactor Llvm_target interface
2013-11-15 Peter Zotov[OCaml] Fix building of stub libraries
2013-11-15 Peter Zotov[llvm-c] Make LLVMGetTargetFromName actually work
2013-11-15 Peter Zotov[llvm-c] Add missing const qualifiers to LLVMCreateTarg...
2013-11-15 Peter Zotov[llvm-c] Simplify signature of LLVMGetTargetFromName
2013-11-15 Reed KotlerMake all the conditional Mips 16 branches get initially...
2013-11-15 Eric ChristopherUse a reference rather than a pointer as we don't expec...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-15 Rui UeyamaInclude raw_ostream.h.
2013-11-15 Tom StellardR600: Fix scheduling of instructions that use the LDS...
2013-11-14 Chandler CarruthTeach the Makefile build system how to handle SOURCES...
2013-11-14 Tom StellardR600/SI: Add processor type for Hawaii
2013-11-14 Andrew TrickWhen folding memory operands, preserve existing Machine...
2013-11-14 Matt ArsenaultR600/SI: Remove redundant legalizeOperands call
2013-11-14 Eric ChristopherSimplify testcase.
2013-11-14 Hans WennborgAdd #include raw_ostream.h in lib/Target/R600/SIFixSGPR...
2013-11-14 Matt ArsenaultR600/SI: Specify S_ADDK/S_MULK set SCC and are commutable
2013-11-14 David BlaikieDebugInfo: Simplify/narrow null-check for getOrCreateType
2013-11-14 Rui UeyamaRecognize 0x0000 as a COFF file magic.
2013-11-14 Chad Rosier[AArch64] Remove redundant Neon_immAllOnes/Neon_immAllZ...
2013-11-14 David BlaikieDwarfCompileUnit::getOrCreateContext: Return the compil...
2013-11-14 David BlaikieRemove unnecessary 'else' after return.
2013-11-14 Paul RobinsonTypos. (Test commit.)
2013-11-14 Dmitri GribenkoFix regular expression to work with multiple-digit...
2013-11-14 Tim NorthoverARM: produce friendly error for invalid inline asm
2013-11-14 Rafael EspindolaAdd a triple and switch test to FileCheck.
2013-11-14 NAKAMURA Takumillvm-cov.test: Remove XFAIL:arm. Seems this is passing...
2013-11-14 Rafael EspindolaError if we see an alias to a declaration.
2013-11-14 Kostya Serebryany[asan] Poor man's coverage that works with ASan
2013-11-14 Evgeniy Stepanov[msan] Use CHECK-DAG instead of CHECK where order of...
2013-11-14 Evgeniy Stepanov[msan] Fast path optimization for wrap-indirect-calls...
2013-11-14 NAKAMURA Takumillvm-cov requires IR and Support as libraries. Instrume...
2013-11-14 NAKAMURA Takumillvm-cov.test: Tweak win32 hosts not confused by \r...
2013-11-14 NAKAMURA TakumiIR/GCOV.cpp: Use PRIu64 as format string with uint64_t.
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-14 Elena DemikhovskyAVX-512: Handled extractelement from mask vector;
2013-11-14 Chandler CarruthFix the header comment of the new pass manager stuff...
2013-11-14 Matt ArsenaultIndentation fixes
2013-11-14 Matt ArsenaultAdd a comment
2013-11-14 Matt ArsenaultFix trailing whitespace in debug printing
2013-11-14 Matt ArsenaultR600/SI: Add testcase for problem I ran into
2013-11-14 NAKAMURA Takumiyaml::Input::mapTag(): Don't use StringRef to hold...
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-14 NAKAMURA TakumiAArch64DAGToDAGISel::SelectVTBL(): Fix a warning. ...
2013-11-14 Andrew TrickMinor extension to llvm.experimental.patchpoint: don...
2013-11-14 Kevin QinAdd test case for AArch64 NEON instruction set misc.
2013-11-14 Peter Zotov[OCaml] Build stub OCaml libraries for all configured...
2013-11-14 Peter Zotov[OCaml] Expose LLVM's fatal error and stacktrace APIs
2013-11-14 Rafael EspindolaDon't mangle \n and "
2013-11-14 Kai NackeAdd external project LDC to release notes.
2013-11-14 NAKAMURA TakumiR600/SIFixSGPRCopies.cpp: Fix \param to \return. [...
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-14 Kevin Qin[AArch64 neon] support poly64 and relevant intrinsic...
2013-11-14 Nick Kledzikremove extra semicolon
2013-11-14 Kevin QinImplement aarch64 neon instruction class SIMD misc.
2013-11-14 Nick KledzikAdd dyn_cast<> support to YAML I/O's IO class
2013-11-14 Michael GottesmanAdded BlockFrequencyInfo::view for displaying the block...
2013-11-14 NAKAMURA TakumiSuppress llvm-cov.test on Win32, with REQUIRES: shell
2013-11-14 Matt ArsenaultUpdate emacs llvm mode.
2013-11-14 Jiangning LiuImplement AArch64 NEON instruction set AdvSIMD (table).
2013-11-14 Yunzhong GaoFixing a heisenbug where the memory dependence analysis...
2013-11-14 Nick KledzikAdd simple support for tags in YAML I/O
2013-11-14 Yuchen Wullvm-cov: Slightly improved error checking.
2013-11-14 Yuchen Wullvm-cov: Removed StringMap holding GCOVLines.
2013-11-14 Yuchen Wullvm-cov: Replaced asserts with proper error handling.
2013-11-14 Michael GottesmanFixed 80+ violations.
2013-11-13 Tom StellardR600: Fix uninitialized variable usage
2013-11-13 Reed KotlerTake care of long short branch immediate instructions...
2013-11-13 Tom StellardR600/SI: Add support for private address space load...
2013-11-13 Tom StellardR600/SI: Prefer SALU instructions for bit shift operations
2013-11-13 Yuchen Wullvm-cov: Changed XFAIL targets to be more generic.
2013-11-13 Yuchen WuAdded basic unit test for llvm-cov.
2013-11-13 Sebastian Popadd more comments around the delinearization of arrays
2013-11-13 Rui UeyamaPath: Add tests for existing file magics.
2013-11-13 Rui UeyamaWhitespace.
2013-11-13 Hans WennborgRevert my CMake patches concerning building with /MT...
2013-11-13 Jakub StaszakSimplify code. No functionality change.
2013-11-13 Jakub StaszakUse StringRef instead of std::string
2013-11-13 Chad Rosier[AArch64] Add support for legacy AArch32 NEON scalar...
2013-11-13 Hans WennborgCMake: make building with /MT an option instead of...
2013-11-13 Weiming ZhaoEnable generating legacy IT block for AArch32
2013-11-13 Hans Wennborgcmake: link release builds statically against run-time...
2013-11-13 David BlaikieDIEHash: Move header include to be first in the impleme...
2013-11-13 Richard Sandiford[SystemZ] Add the general form of BCR
2013-11-13 Benjamin KramerMove Delinearization pass into an anonymous namespace.
2013-11-13 Benjamin KramerMake sure LLVMLoadLibraryPermanently gets an extern...
2013-11-13 Alexey SamsonovFileCheck: fix matching of one check-prefix is a prefix...
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-11-13 Rafael EspindolaDon't call doFinalization from verifyFunction.
2013-11-13 Vladimir MedicFix bug in .gpword directive parsing.
2013-11-13 Zoran JovanovicSupport for microMIPS trap instruction with immediate...
2013-11-13 Alexey SamsonovFix -Wdelete-non-virtual-dtor warnings by making Sample...
2013-11-13 Diego NovilloSampleProfileLoader pass. Initial setup.
2013-11-13 Alexey SamsonovFileCheck: fix a bug with multiple --check-prefix options.
2013-11-13 Robert LyttonXCore target: implement exception handling
2013-11-13 Sylvestre LedruFix typo + add URL
2013-11-13 Vladimir MedicThis patch fixes a bug in floating point operands parsi...
2013-11-13 NAKAMURA TakumiAdd XFAIL:arm again on 4 MCJIT tests, since r194558...
2013-11-13 NAKAMURA TakumiRemove XFAIL:aarch64,arm from 4 tests in test/Execution...
next