oota-llvm.git
2014-03-02 Ahmed CharlesTest commit.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Chandler Carruth[C++11] Clarify in the Compiler.h support macros and...
2014-03-02 Craig Topper[C++11] Remove LLVM_FINAL and LLVM_OVERRIDE macros...
2014-03-02 Venkatraman... [SparcV9] Adds support for branch on integer register...
2014-03-02 Elena DemikhovskyAVX-512: Fixed extract_vector_elt for v8i1 vector
2014-03-02 Chandler Carruth[C++11] Suggest placing callable arguments as the last...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Chandler Carruth[C++11] Update the coding standards to provide some...
2014-03-02 Craig TopperAdd back LLVM_FINAL macro. lld still needs it.
2014-03-02 Craig TopperSwitch all uses of LLVM_FINAL to just use 'final',...
2014-03-02 Chris Lattnerremove an old entry whose link is broken anyway
2014-03-02 Venkatraman... [Sparc] Add support for parsing branches and conditiona...
2014-03-02 Venkatraman... [Sparc] Make floating point branch instruction formats...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-03-02 Venkatraman... [Sparc] Add support for parsing fcmp with %fcc registers.
2014-03-02 Chandler Carruth[C++11] Add support for OwningPtr<T> to be converted...
2014-03-02 Chandler Carruth[C++11] Add unit tests for OwningPtr<T> in preparation...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-03-02 Venkatraman... [Sparc] Add register class for floating point condition...
2014-03-02 Sean Silva[docs] Fix some Sphinx warnings.
2014-03-01 Venkatraman... [SparcV9] Add support for parsing branch instructions...
2014-03-01 Matt ArsenaultR600: Add failing control flow tests.
2014-03-01 Hal FinkelRemove extra truncs/exts around i32 bit operations...
2014-03-01 Venkatraman... [Sparc] Add support for parsing annulled branch instruc...
2014-03-01 Venkatraman... [Sparc] Add support for parsing sparcv9 instructions...
2014-03-01 Venkatraman... [Sparc] Add missing ALU instruction patterns.
2014-03-01 Benjamin KramerMake helper function static.
2014-03-01 Sasa StankovicAdd missing FileCheck in test command line.
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-03-01 Chandler Carruth[C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is...
2014-03-01 Chandler Carruth[C++11] Remove LLVM_HAS_CXX11_TYPETRAITS now that it...
2014-03-01 Chandler Carruth[C++11] Now that we're not using it, remove the
2014-03-01 Chandler Carruth[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from...
2014-03-01 Chandler Carruth[C++11] Remove the use of LLVM_HAS_RVALUE_REFERENCES...
2014-03-01 Venkatraman... [Sparc] Add support to decode unimp instruction.
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2014-03-01 Chandler Carruth[C++11] Force the other C++11 standard library detectio...
2014-03-01 Venkatraman... [Sparc] Add support to decode negative simm13 operands...
2014-03-01 Venkatraman... [Sparc] Add support for decoding call instructions...
2014-03-01 Andrew TrickRewrite a terrible comment about the machine model.
2014-03-01 Venkatraman... [Sparc] Add support to disassemble sparc memory instruc...
2014-03-01 Chandler Carruth[C++11] Turn off compiler-based detection of R-value...
2014-03-01 Venkatraman... Add support for parsing sun-style section flags in...
2014-03-01 Venkatraman... [Sparc] Implement writeNopData. Emit actual NOP instruc...
2014-03-01 Venkatraman... [Sparc] Teach SparcAsmParser to emit correct relocation...
2014-03-01 Mark SeabornFix RWMutex to be thread-safe when pthread_rwlock is...
2014-03-01 Chandler Carruth[C++11] Replace autoconf --enable-cxx11 with --enable...
2014-03-01 Chandler Carruth[C++11] Switch the CMake option from LLVM_ENABLE_CXX11...
2014-03-01 Chandler Carruth[docs] Update the docs to remove my hedging about C...
2014-03-01 Venkatraman... [Sparc] 80 column rule. No functionality change.
2014-03-01 Venkatraman... [Sparc] Add support for parsing directives in SparcAsmP...
2014-03-01 Venkatraman... [Sparc] Emit 'restore' instead of 'restore %g0, %g0...
2014-02-28 Manman RenSpillPlacement: fix a bug in iterate.
2014-02-28 Reid Kleckner[CMake] Remove dead C backend option
2014-02-28 Reid KlecknerReflow isProfitableToMakeFastCC
2014-02-28 Lang HamesJumped the gun with r202551 and broke some bots that...
2014-02-28 Lang HamesNew PBQP solver, and updates to the PBQP graph.
2014-02-28 Chandler Carruth[docs] Clarify that there isn't much to be done other...
2014-02-28 Chandler Carruth[C++11] Switch autoconf and make to use C++11 by defaul...
2014-02-28 Eric ChristopherFix >> to be > > for non-c++11.
2014-02-28 Tom StellardR600: Verify all instructions in the AsmPrinter on...
2014-02-28 Tom StellardR600/SI: Expand all v16[if]32 operations
2014-02-28 Chandler Carruth[C++11] Switch CMake to use C++11 by default! Next...
2014-02-28 Eric Christopher80-col.
2014-02-28 Eric ChristopherFix a crasher where when we're attempting to replace...
2014-02-28 Richard SmithAdd more whitespace to fix more bullets.
2014-02-28 Richard SmithAdd whitespace to try to fix bulleted list.
2014-02-28 Ben LangmuirFix some links to C++11 feature papers in the Coding...
2014-02-28 Gabor Greifadd missing 3.4 release
2014-02-28 Justin BognerCommandLine: Exit successfully for -version and -help
2014-02-28 Adam NemetTest commit
2014-02-28 Zoran JovanovicFixed operand of SC microMIPS instruction.
2014-02-28 Rafael EspindolaDrop libtool from llvm.
2014-02-28 Zoran JovanovicFixed encoding of SYSCALL microMIPS instruction.
2014-02-28 Zoran JovanovicRevert revision 202518 because of wrong commit message.
2014-02-28 Zoran JovanovicFix operand of SC instruction.
2014-02-28 Rafael EspindolaWith rpaths being set correctly, SHLIBPATH_VAR is not...
2014-02-28 Rafael EspindolaCorrectly set rpath for unittests.
2014-02-28 Rafael EspindolaCentralize the handling of install_name and rpath.
2014-02-28 Chandler Carruth[docs] Add a section to the coding standards about...
2014-02-28 Evgeniy StepanovX86Operand is extracted into individual header.
2014-02-28 Chandler Carruth[docs] A slight tweak to the intro for the golden rule...
2014-02-28 Chandler Carruth[docs] Tweak the example to match what is apparantly...
2014-02-28 Chandler Carruth[docs] Switch to external hyperlink references. Much...
2014-02-28 Chandler Carruth[docs] Fix my links to use the correct ReST syntax.
2014-02-28 Chandler Carruth[docs] Fix 80-column wrap that I messed up.
2014-02-28 Chandler Carruth[docs] Tweak discussion of BSDs based on feedback from...
2014-02-28 Chandler Carruth[docs] Add a big section with details about how to...
2014-02-28 NAKAMURA TakumiReorder Mips/MCTargetDesc/CMakeLists.txt.
2014-02-28 Sasa Stankovic[mips] Add MipsNaClELFStreamer.cpp to CMakeLists.txt.
2014-02-28 Sasa Stankovic[mips] Implement NaCl sandboxing of indirect jumps:
2014-02-28 Tobias GrosserAdd 'remark' diagnostic type in LLVM
2014-02-28 Alexey SamsonovTurn static inline functions to inline, following Rafae...
2014-02-28 Hal FinkelSwap PPC isel operands to allow for 0-folding
2014-02-28 Rui Ueyamallvm-objdump: Fix crash bug with printing unwind info...
2014-02-28 Rui UeyamaStyle fix.
2014-02-28 Rafael EspindolaNow that it is possible, use the mangler in IRObjectFile.
2014-02-28 Rui UeyamaRename coff_pdata_x64 -> coff_runtime_function_x64.
2014-02-28 Hal FinkelTrying to unbreak the darwin11 builder
next