oota-llvm.git
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-05 Yaron KerenDocument how to select build configuration with Visual...
2014-06-05 Bill Schmidt[PPC64LE] Temporarily disable VSX support in little...
2014-06-05 Evgeniy Stepanov[asancov] Fix coverage line info some more.
2014-06-05 Evgeniy StepanovAdd missing const specifier to a const method.
2014-06-05 Ulrich WeigandXFAIL: test/DebugInfo/missing-abstract-variable.ll...
2014-06-05 Ulrich Weigand[SystemZ] Do not install IfConverter pass at -O0
2014-06-05 Sasa Stankovic[mips] Modify long branch for NaCl:
2014-06-05 Sasa StankovicPrevent hoisting the instruction whose def might be...
2014-06-05 Matheus Almeida[mips] Fix triple.
2014-06-05 Iain Sandoelld (build with configur and make) Enable build
2014-06-05 Matt ArsenaultR600: Fix test. Using wrong check prefix.
2014-06-05 Nick LewyckyFix coverage for files with global constructors again...
2014-06-05 David BlaikieRevert r210221 again, due to a crash Richard Smith...
2014-06-05 David BlaikieDebugInfo: Reuse existing LexicalScope to retrieve...
2014-06-05 David BlaikieDebugInfo: Roll argument insertion into variable insert...
2014-06-05 David BlaikiePR19388: DebugInfo: Emit dead arguments in their origin...
2014-06-05 Alexey SamsonovUse AArch64 instead of now removed ARM64 in test configs
2014-06-05 David BlaikieDebugInfo: Add comments/assert description to r209674...
2014-06-05 Eric ChristopherWe've got a getSlotSize call already that we use everyw...
2014-06-05 Matt ArsenaultR600/SI: Match rsq instructions
2014-06-05 Eric Christopher80-columns.
2014-06-05 Eric ChristopherRemove uses of the TargetMachine from X86FrameLowering.
2014-06-05 Matt ArsenaultUse nullptr
2014-06-04 David BlaikieDebugInfo: Reapply r209984 (reverted in r210143), asser...
2014-06-04 Nick LewyckyExplain why we skip DbgInfoIntrinsics when looking...
2014-06-04 Hans WennborgDon't emit structors for available_externally globals...
2014-06-04 Rafael EspindolaAdd a Constant version of stripPointerCasts.
2014-06-04 Rafael EspindolaClauses in a landingpad are always Constant. Use a...
2014-06-04 Yaron KerenTwo small enhancements for the JIT.
2014-06-04 David BlaikieXFAIL: test/DebugInfo/missing-abstract-variable.ll...
2014-06-04 Saleem Abdulrasooltools: fix parenthesis warning from GCC
2014-06-04 Saleem Abdulrasooltools: fix silly typo in llvm-readobj
2014-06-04 Saleem Abdulrasooltools: initial implementation of WoA EH decoding
2014-06-04 Saleem Abdulrasooltools: introduce StreamWriter::printBoolean
2014-06-04 Saleem AbdulrasoolSupport: style/documentation cleanup for format
2014-06-04 Saleem AbdulrasoolSupport: add additional comment for ARM EH structure
2014-06-04 Rafael Espindola InstCombine: Improvement to check if signed addition...
2014-06-04 Tilmann Scheller[AArch64] clang-format the load/store optimizer.
2014-06-04 Tilmann Scheller[AArch64] Fix some LLVM Coding Standards violations...
2014-06-04 Patrik HagglundFix gcc -Wparentheses warning.
2014-06-04 Nick LewyckyFix a use of uninitialized value. OldCC is set when...
2014-06-04 Andrew TrickAdd a subtarget hook: enablePostMachineScheduler.
2014-06-04 Andrew TrickMove GenericScheduler and PostGenericScheduler into...
2014-06-04 Justin Bognerdocs: Remove documentation for legacy PGO options
2014-06-04 Simon Atanasyan[Object][ELF] Range-based loop simplification.
2014-06-04 Alp TokerGraphWriter: try gv before xdg-open
2014-06-04 Alp TokerGraphWriter: support the XDG open utility
2014-06-04 Alp Tokerconfig.h: fix layering and don't duplicate definitions
2014-06-04 David BlaikieDebugInfo: Partial revert r209984 due to more cases...
2014-06-03 Matt ArsenaultFix typos
2014-06-03 Pete CooperCalculate dead instructions when a live interval is...
2014-06-03 Eric ChristopherRevert r209381 as it isn't a local variable. Add a...
2014-06-03 Eric ChristopherFixup formatting in the pass.
2014-06-03 Rafael EspindolaUpdate comments to match reality.
2014-06-03 Rafael EspindolaFix a small bug in the parsing of anonymous globals.
2014-06-03 Rafael EspindolaSimplify the parsing of unnamed globals. No functionali...
2014-06-03 Rafael EspindolaUpdate comment. This should have been part of r210062.
2014-06-03 Alp TokerRemove some redundant doc comments
2014-06-03 Tilmann Scheller[AArch64] Fix typo in load/store optimizer.
2014-06-03 Tilmann Scheller[AArch64] Add regression tests for the load/store optim...
2014-06-03 Rafael EspindolaImplement one operator== with another.
2014-06-03 Evgeniy Stepanov[asan] Fix coverage instrumentation with -asan-globals=0.
2014-06-03 Tim NorthoverAArch64: mark small types (i1, i8, i16) as promoted
2014-06-03 Rafael EspindolaAdd operator== and operator!= to compare with nullptr.
2014-06-03 Rafael EspindolaUse an enum class.
2014-06-03 Rafael EspindolaUse an enum class.
2014-06-03 Rafael EspindolaRemove the last unspecified_bool_type from llvm.
2014-06-03 Rafael EspindolaMake this operator bool() explicit to match the standar...
2014-06-03 Rafael EspindolaMake this operator bool() explicit to match the standar...
2014-06-03 Nick LewyckyIgnore line numbers on debug intrinsics. Add an assert...
2014-06-03 Jiangning Liu[AArch64] Correctly deal with VPR stack parameter passing.
2014-06-03 Alp TokerProcess::GetRandomNumber(): fix insecure RNG
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-06-02 Rafael EspindolaAdd back commit r210029.
2014-06-02 Rafael EspindolaConvert test to FileCheck.
2014-06-02 Rafael EspindolaRevert "Add the nsw flag when we detect that an add...
2014-06-02 Eric ChristopherInitLibcallNames can take a Triple instead of a TargetM...
2014-06-02 Rafael EspindolaAdded support to optimize comparisons with "lshr exact...
2014-06-02 Alexey SamsonovRemove sanitizer blacklist from ASan/TSan/MSan function...
2014-06-02 Eric ChristopherOmit else branch after return.
2014-06-02 Andrea Di Biagio[X86] Fix checked arithmetic for i8 on X86.
2014-06-02 Rafael EspindolaAdd the nsw flag when we detect that an add will not...
2014-06-02 Evgeniy Stepanov[msan] Remove an out-of-date comment.
2014-06-02 Rafael EspindolaRemove path_tclsh.m4.
2014-06-02 Tilmann Scheller[AArch64] Add some more regression tests for store...
2014-06-02 Evgeniy Stepanov[msan] Handle x86 vector pack intrinsics.
2014-06-02 Tilmann Scheller[AArch64] Add some more regression tests for load pre...
2014-06-02 Dinesh DwivediAdded inst combine tarnsform for (1 << X) & C pattrens...
2014-06-02 Dinesh DwivediAdded inst combine transforms for single bit tests...
2014-06-02 Alp TokerSilence -Wreturn-type warning
2014-06-02 Alp TokerGraphWriter: tweak the program fallback order
2014-06-02 Alp TokerGraphWriter: detect graph viewer programs at runtime
2014-06-02 NAKAMURA TakumiInstruction::isIdenticalToWhenDefined(): Check getNumOp...
2014-06-02 Saleem AbdulrasoolSupport: add 6-parameter format
2014-06-02 Saleem AbdulrasoolSupport: add Windows ARM EH data structures
2014-06-01 Christian PirkerARMEB: Fix function return type f64
2014-06-01 Elena DemikhovskyUpdates in IntelJITEventListener.cpp - by Arch Robison.
2014-06-01 Matt ArsenaultR600: Set all float vector expands in the same place
2014-06-01 David BlaikieDebugInfo: Assert that DbgVariables have associated...
next