oota-llvm.git
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
2014-02-28 Hal FinkelTry to unbreak the C++11 build
2014-02-28 NAKAMURA Takumi[CMake] llvm_add_library(SHARED|STATIC): Fix broken...
2014-02-28 Hal FinkelAdd CR-bit tracking to the PowerPC backend for i1 values
2014-02-28 Hal FinkelAdd an OutPatFrag TableGen class
2014-02-28 Hal FinkelFix visitTRUNCATE for legal i1 values
2014-02-28 Rui UeyamaRemove unnecessary temporary variable.
2014-02-27 Rui UeyamaObject/COFF: Add a struct for the function table in...
2014-02-27 Andrew TrickProvide a target override for the latest regalloc heuri...
2014-02-27 Andrew TrickDrive-by comment fix. This regalloc comment was not...
2014-02-27 Chandler Carruth[docs] Stop advertising 'make update'. It isn't impleme...
2014-02-27 Roman DivackyLower FNEG just like FABS to fneg[ds] and fmov[ds]...
2014-02-27 Matheus AlmeidaAdd getter method to access Reloc::Model.
2014-02-27 Eric ChristopherRevert r201751 and solve the const problem a different...
2014-02-27 Adrian PrantlDebug info: Remove ARMAsmPrinter::EmitDwarfRegOp()...
2014-02-27 Richard Osborne[XCore] Support functions returning more than 4 words.
2014-02-27 Richard Osborne[XCore] Make LowerCallResult a static function.
2014-02-27 Rafael EspindolaRemove MCPureStreamer.
2014-02-27 Alexander KornienkoRe-apply r200853, which should not crash after Clang...
2014-02-27 Richard OsborneRevert r202396, r202397.
2014-02-27 Richard Osborne[XCore] Support functions returning more than 4 words.
2014-02-27 Richard Osborne[XCore] Make LowerCallResult a static function.
2014-02-27 Richard Osborne[XCore] Target optimized library function __memcpy_4()
2014-02-27 Richard Osborne[XCore] Add dag combines for instructions that ignore...
2014-02-27 Richard Osborne[XCore] Provide information about known zero bits of...
2014-02-27 Kostya Serebryany[asan] fix a pair of silly typos
2014-02-27 Kostya Serebryany[asan] disable asan-detect-invalid-pointer-pair (was...
2014-02-27 Kostya Serebryany[asan] *experimental* implementation of invalid-pointer...
2014-02-27 Chandler Carruth[docs] Actually spell out the new version requirements...
2014-02-27 Chandler Carruth[docs] Clean up some of the required software to not...
2014-02-27 Chandler Carruth[docs] Switch this table to the simple form as well...
2014-02-27 Chandler Carruth[docs] Switch to the incredibly simpler "simple table...
2014-02-27 Chandler Carruth[docs] Delete tons of bad information in the requiremen...
2014-02-27 Daniel SandersStop test/CodeGen/X86/v4i32load-crash.ll targeting...
2014-02-27 Alexey Samsonov[CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT option
2014-02-27 Eric ChristopherDon't emit anything into the debug_ranges section if...
2014-02-27 Mark SeabornException handling docs: Fix a typo
2014-02-27 Craig Topper[X86] Fix Uses/Defs lists for INS, OUTS, SCAS, CMPS...
2014-02-27 Craig Topper[X86] Add RAX/EAX/AX Uses/Defs to XCHG RAX/EAX/AX instr...
2014-02-27 Craig Topper[X86] Add RAX/EAX/AX/AL Uses/Defs to the absolute memor...
2014-02-27 Craig TopperFix indentation.
2014-02-27 Craig TopperFix odd indentation.
2014-02-27 Juergen RibutzkaRevert "Use count 0."
2014-02-27 Ben LangmuirRevert "Use StringRef in raw_fd_ostream constructor"
2014-02-27 Michel DanzerR600/SI: Optimize SI_KILL for constant operands
2014-02-27 Michel DanzerR600/SI: Allow SI_KILL for geometry shaders
2014-02-27 Eric ChristopherIf we're only emitting line tables for a particular...
2014-02-27 Eric ChristopherAdd a debug info code generation level to the compile...
2014-02-27 Eric ChristopherFormatting.
2014-02-27 Eric ChristopherAdd an explanatory comment.
2014-02-26 Eric ChristopherGrammar and spelling.
2014-02-26 Adrian PrantlFix a type error that crept into r202313.
2014-02-26 Eric ChristopherRemove unnecessary llvm:: qualification.
2014-02-26 Andrew TrickUse regnum regex in an XCore test case.
2014-02-26 Adrian PrantlDebug info: Refactor AsmPrinter::EmitDwarfRegOp to...
2014-02-26 Matt ArsenaultR600: Remove unnecessary build_vector pattern.
2014-02-26 Andrew TrickVery temporarily XFAILing a test. Will be fixed shortly.
2014-02-26 Nico RieckFix broken FileCheck prefixes
2014-02-26 Andrew TrickAdd a limit to the heuristic that register allocates...
2014-02-26 Rafael EspindolaUse an install name dir of @executable_path/../lib...
2014-02-26 Quentin ColombetLower unsigned vsetcc to psubus in certain cases
next