oota-llvm.git
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
2014-02-26 Rafael EspindolaDon't mix the plain and keyword signatures of target_li...
2014-02-26 Aaron BallmanSilencing an MSVC signed comparison warning.
2014-02-26 Hal FinkelFix the aggressive anti-dep breaker's subregister defin...
2014-02-26 Reid KlecknerGlobalOpt: Apply fastcc to internal x86_thiscallcc...
2014-02-26 Nico RieckRelax COFF string table check
2014-02-26 Nico RieckFix broken FileCheck prefix
2014-02-26 David BlaikieUse the overloaded std::abs rather than C's abs(int...
2014-02-26 Rafael EspindolaUse count 0.
2014-02-26 Rafael EspindolaFix typo. Thanks to Roman Divacky for noticing it.
2014-02-26 Rafael EspindolaCompare DataLayout by Value, not by pointer.
2014-02-26 Rafael EspindolaUse a sorted array to store the information about a...
2014-02-26 Rafael EspindolaMove these functions out of line. A DenseMap lookup...
2014-02-26 Andrew TrickFix PR18165: LSR must avoid scaling factors that exceed...
2014-02-26 Alexey Samsonovllvm-symbolizer: use dynamic symbol table if the regula...
2014-02-26 Alexey SamsonovMove getELFDynamicSymbolIterators to a public header.
2014-02-26 NAKAMURA Takumi[CMake] BUILD_SHARED_LIBS: Fixup for r202261: Give...
2014-02-26 Michael KupersteinEnsure bitcode encoding of instructions and their opera...
2014-02-26 NAKAMURA Takumi[CMake] Work around to use target_link_libraries(PUBLIC...
2014-02-26 NAKAMURA Takumi[CMake] Move LLVMBUILD_LIB_DEPS stuff from add_llvm_lib...
2014-02-26 Tim NorthoverAArch64: simplify tbl/tbx polymorphism
2014-02-26 Artyom SkrobovARMv8 IfConversion must skip narrow instructions that...
2014-02-26 Daniel SandersStop test/CodeGen/ARM/a15.ll targetting non-ARM targets.
2014-02-26 Daniel Sanders[mips] Treat -mcpu=generic the same way as an empty...
2014-02-26 Chandler Carruth[SROA] Use the correct index integer size in GEPs throu...
2014-02-26 Chandler CarruthAdd two helpers to IRBuilder to flesh the interface...
2014-02-26 Chandler Carruth[SROA] Teach SROA how to handle pointers from address...
2014-02-26 Chandler Carruth[SROA] Split the alignment computation complete for...
2014-02-26 NAKAMURA Takumi[CMake] Use target_link_libraries(INTERFACE|PRIVATE...
2014-02-26 Craig Topper[x86] Add same itinerary to SYSEXIT64 as SYSEXIT for...
2014-02-26 NAKAMURA Takumi[CMake] Introduce cmake_policy(CMP0022) for target_link...
2014-02-26 NAKAMURA Takumi[CMake] Use LINK_LIBS instead of target_link_libraries().
2014-02-26 Craig Topper[x86] Remove some unused instruction format classes.
2014-02-26 Craig Topper[x86] Simplify disassembler code slightly.
2014-02-26 Chandler Carruth[SROA] The original refactoring inspired by the addrspa...
2014-02-26 Chandler Carruth[SROA] Yet another slight refactoring that simplifies...
2014-02-26 Chandler Carruth[SROA] Simplify the computing of alignment: we only...
2014-02-26 Chandler Carruth[SROA] Use NewOffsetBegin in the unsplit case for memse...
2014-02-26 Chandler Carruth[SROA] Use the members for New{Begin,End}Offset in...
2014-02-26 Chandler Carruth[SROA] Compute the New{Begin,End}Offset values once...
2014-02-26 Ben LangmuirUse StringRef in raw_fd_ostream constructor
2014-02-26 Chandler Carruth[SROA] Fix PR18615 with some long overdue simplificatio...
2014-02-26 Nick LewyckyRemove spurious emacs major mode marker, these should...
2014-02-26 Eric Christopher80-col.
2014-02-26 Eric ChristopherFormatting fixups.
2014-02-26 Nick LewyckyDelete two declared overloads of CallInst::CallInst...
2014-02-26 Paul RobinsonConstify the Optnone checks in IR passes.
2014-02-25 Rui UeyamaSimplify base64 routine a bit.
2014-02-25 Mark SeabornException handling docs: Describe landingpad clauses...
next