oota-llvm.git
2014-01-15 Chandler CarruthSink the autoconf check for sufficiently modern host...
2014-01-15 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to accept
2014-01-15 Rafael EspindolaMake sure we create a new archive by deleting any stale...
2014-01-15 Zoran JovanovicLL and SC decoder method fix.
2014-01-15 Zoran JovanovicAdded support for LWU microMIPS instruction.
2014-01-15 Chandler CarruthFix a bug in r199313 where I failed to restore CXXFLAGS...
2014-01-15 Chandler CarruthAdd a check to configure that the libstdc++ selected...
2014-01-15 David MajnemerWinCOFF: Transform IR expressions featuring __ImageBase...
2014-01-15 Renato GolinRevert 199262 - MCJIT remote still failing on ARM
2014-01-15 Renato GolinRe-disable MCJIT remote tests on ARM
2014-01-15 NAKAMURA TakumiWhitespace.
2014-01-15 Kostya Serebryanyreplace LeakSanitizerIsTurnedOffForTheCurrentProcess...
2014-01-15 Elena DemikhovskyFixed identation.
2014-01-15 Andrew TrickFix PR18449: SCEV needs more precise max BECount for...
2014-01-15 Craig TopperAdd OpSize16 to the two byte forms of INC/DEC that...
2014-01-15 Jiangning LiuFor AArch64, lowering sext_inreg and generate optimized...
2014-01-15 Craig TopperSimplify x86 disassembler table handling of when to...
2014-01-15 Hans WennborgSwitch-to-lookup tables: set threshold to 3 cases
2014-01-15 Rafael EspindolaCheck the error code and save a call to sys::fs::exists.
2014-01-15 Arnold SchwaighoferLoopVectorize: Only strip casts from integer types...
2014-01-15 Rafael EspindolaFix uninitialized variable.
2014-01-15 Rafael EspindolaOnly mark functions as micromips.
2014-01-15 Hans WennborgLangRef.rst: fix LangRef data layout text about m speci...
2014-01-15 Hans WennborgLangRef: attempt to fix line breaks
2014-01-15 Weiming ZhaoPR 18466: Fix ARM Pseudo Expansion
2014-01-15 Rafael EspindolaMake parseBitcodeFile return an ErrorOr<Module *>.
2014-01-15 Eric ChristopherMake sure we emit a relocation to the debug_ranges...
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
2014-01-14 Rafael EspindolaUse error_code in Module::materializeAll.
2014-01-14 Renato GolinFix Remote MCJIT on Windows
2014-01-14 Eric ChristopherAdd testcase for r199263 forgotten in commit.
2014-01-14 Tim NorthoverARM: correctly determine final tBX_LR in Thumb1 functions
2014-01-14 Tim NorthoverAArch64: don't try to handle [SU]MUL_LOHI nodes
2014-01-14 Joey GoulyAdd the lld root to llvm-lit, so llvm-lit can be used
2014-01-14 Eric ChristopherEnable use of ranges for translation units in the prese...
2014-01-14 Renato GolinRe-enable remote MCJIT tests on ARMv7
2014-01-14 Renato GolinSanitize MCJIT remote execution
2014-01-14 Matt ArsenaultDo pointer cast simplifications on addrspacecast
2014-01-14 Matt ArsenaultRemove a check for an illegal condition.
2014-01-14 Lang HamesAdd FPExt option to CCValAssign::LocInfo. When generati...
2014-01-14 Rafael EspindolaRevert "[AArch64] Added vselect patterns with float...
2014-01-14 Matt ArsenaultMake nocapture analysis work with addrspacecast
2014-01-14 Rafael EspindolaFix a low hanging use of hasRawTextSupport.
2014-01-14 Duncan P. N... Reapply "LTO: add API to set strategy for -internalize"
2014-01-14 Ana Pazos[AArch64] Added vselect patterns with float and double...
2014-01-14 Rafael EspindolaHandle UIDs and GIDs that don't fit in 6 decimal places.
2014-01-14 Zoran JovanovicTest case micromips-load-effective-address.s renamed...
2014-01-14 Nico RieckHandle dllexport for global aliases
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Elena DemikhovskyAVX-512: optimized scalar compare patterns
2014-01-14 Patrik HagglundFix valgrind warning for gcc builds.
2014-01-14 Andrea Di Biagio[X86] Fix assertion failure caused by a wrong folding...
2014-01-14 Tim NorthoverARM: add constraint that RdLo != Rn != RdHi for v5...
2014-01-14 Tim NorthoverARM: remove unused UMAALv5 node
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckRevert "Handle dllexport for global aliases"
2014-01-14 Nico RieckHandle dllexport for global aliases
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckFix fastcall mangling of dllimported symbols
2014-01-14 NAKAMURA TakumiRevert r199191, "LTO: add API to set strategy for ...
2014-01-14 Craig TopperRemove stray comma in enum to satisfy -Wpedantic.
2014-01-14 Craig TopperSeparate the concept of 16-bit/32-bit operand size...
2014-01-14 Duncan P. N... LTO: add API to set strategy for -internalize
2014-01-14 Jakob Stoklund... Always let value types influence register classes.
2014-01-14 Jakob Stoklund... Switch the NEON register class from QPR to DPair.
2014-01-14 Chandler Carruth[PM] Fix stale header blocker, found by Duncan Smith...
2014-01-14 Chandler CarruthRemove the last weird subproject, 'privbracket'.
2014-01-14 Chandler CarruthAdd checks to configure for sufficiently modern host...
2014-01-14 Rafael EspindolaReplace .mips_hack_stocg with ".set micromips" and...
2014-01-14 Mark SeabornFix llc to not reuse spill slots in functions that...
2014-01-14 Chandler CarruthOk, really, for the last time, llvm-gcc is dead Jim.
2014-01-14 Chandler Carruthllvm-gcc is dead. REALLY. IT'S DEAD JIM.
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-13 Duncan P. N... Remove extra } in documentation comment
2014-01-13 Cameron McInallyClean up RUN command for Assembler/getInt.ll.
2014-01-13 Chandler CarruthFactor the option and checking of compiler version...
2014-01-13 Chandler CarruthRaise the minimum CMake version to 2.8.8 -- we have...
2014-01-13 Cameron McInallyFix uninitialized warning in llvm/lib/IR/DataLayout...
2014-01-13 Juergen Ributzka[DAG] Refactor ReassociateOps - no functional change...
2014-01-13 Chandler CarruthAdd a check that the host compiler is modern to CMake...
2014-01-13 Juergen Ributzka[DAG] Teach DAG to also reassociate vector operations
2014-01-13 Andrew TrickHide the pre-RA-sched= option.
2014-01-13 Weiming ZhaoFix PR 18369: [Thumbv8] asserts due to inconsistent...
2014-01-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2014-01-13 Andrea Di Biagio[AArch64] Fix assertion failure caused by an invalid...
2014-01-13 Joerg SonnenbergerFix indentation.
2014-01-13 Richard Sandiford[SystemZ] Flesh out stackrestore test (frame-11.ll)
2014-01-13 Richard Sandiford[SystemZ] Add "volatile" to a dead store in variable...
2014-01-13 Richard Sandiford[SystemZ] Improve risbg-01.ll test
2014-01-13 Richard Sandiford[SystemZ] Optimize (sext (ashr (shl ...), ...))
2014-01-13 Chris Lattnerfix a -Wdocumentation warning.
2014-01-13 Tim NorthoverARM: add test for r199108. Oops.
2014-01-13 Tim NorthoverARM: constrain Thumb LDRLIT pseudo-instructions to...
2014-01-13 David Woodhouse[x86] Fix retq/retl handling in 64-bit mode
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[PM][cleanup] Clean up comments and use modern doxygen...
2014-01-13 Elena DemikhovskyAVX-512: Embedded Rounding Control - encoding and printing
2014-01-13 Chandler Carruth[PM] Fix the const-correctness of the generic Dominator...
2014-01-13 Chandler Carruth[PM] Pull the generic graph algorithms and data structu...
2014-01-13 Tim NorthoverRevert "ReMat: fix overly cavalier attitude to sub...
next