Don't emit structors for available_externally globals (PR19933)
[oota-llvm.git] / lib /
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 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 Alp TokerGraphWriter: try gv before xdg-open
2014-06-04 Alp TokerGraphWriter: support the XDG open utility
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 Tilmann Scheller[AArch64] Fix typo in load/store optimizer.
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 EspindolaUse an enum class.
2014-06-03 Rafael EspindolaUse an enum class.
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 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 Evgeniy Stepanov[msan] Handle x86 vector pack intrinsics.
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 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...
2014-05-31 Alp TokerFix typos
2014-05-31 Alp TokerExecutionEngine: avoid NDEBUG in headers
2014-05-31 Alp TokerUpdate a couple of header inclusion guards
2014-05-31 Matt ArsenaultR600/SI: Remove redundant patterns
2014-05-31 Adam Nemet[SelectionDAG] Force cycle detection in AssignTopologic...
2014-05-31 Adam Nemet[SelectionDAG] Pass DAG to checkForCycles
2014-05-31 Benjamin Kramer[Reassociate] Similar to "X + -X" -> "0", added code...
2014-05-31 Matt ArsenaultR600/SI: Fix [s|u]int_to_fp for i1
2014-05-31 Matt ArsenaultFix typos in tablegen error messages
2014-05-31 Simon Atanasyan[yaml2obj] Add new command line option `-docnum`.
2014-05-31 Rafael EspindolaFix windows build.
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-05-31 Rafael EspindolaTurn errc and windows_error into enum classes.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Peter CollingbourneFix the behavior of ExecuteAndWait with a non-zero...
2014-05-31 Alexey Samsonov[ASan] Behave the same for functions w/o sanitize_addre...
2014-05-31 Alexey Samsonov[TSan] Behave the same for functions w/o sanitize_threa...
2014-05-31 Rafael Espindoladelete dead code.
2014-05-31 Eric ChristopherHave the TLOF creation take a Triple rather than needin...
2014-05-30 Andrea Di Biagio[X86] Add two combine rules to simplify dag nodes intro...
2014-05-30 Filipe CabecinhasConvert a vselect into a concat_vector if possible
2014-05-30 Eric ChristopherisSVR4ABI() returned !isDarwin() so just move that...
2014-05-30 Eric ChristopherRename CreateTLOF->createTLOF to match the rest of...
2014-05-30 Filipe CabecinhasSeparate the check for blend shuffle_vector masks
2014-05-30 Adrian PrantlRoll DbgVariable::setMInsn into the constructor. No...
2014-05-30 Matt ArsenaultMake bitcast, extractelement, and insertelement conside...
2014-05-30 Logan ChienFix MIPS exception personality encoding.
2014-05-30 Rafael EspindolaPR19753: Optimize comparisons with "ashr exact" of...
2014-05-30 Rafael Espindola[pr19636] Fix known bit computation in urem instructio...
2014-05-30 Tim NorthoverSelectionDAG: skip barriers for unordered atomic operations
2014-05-30 Tim NorthoverARM: use AAPCS-style prologues for embedded MachO.
2014-05-30 Tim NorthoverMachO: support N_INDR aliases in assembly files.
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2014-05-30 Karthik BhatAllow vectorization of intrinsics such as powi,cttz...
2014-05-30 Richard TrieuRemove use of comma operator.
2014-05-30 Nick LewyckyWhen analyzing params/args for readnone/readonly, don...
2014-05-29 Adam Nemet[X86] Remove AVX1 vbroadcast intrinsics
2014-05-29 Adam Nemet[X86] Auto-upgrade AVX1 vbroadcast intrinsics
2014-05-29 Chandler CarruthAnd fix my fix to sink down through the type at the...
2014-05-29 Chandler CarruthFix one bug in the latest incarnation of r209843 -...
2014-05-29 Arnold SchwaighoferLoopVectorizer: Add a check that the backedge taken...
2014-05-29 Louis GerbargAdd support for combining GEPs across PHI nodes
2014-05-29 Sebastian Popimplement missing SCEVDivision case
2014-05-29 Sebastian Popfail to find dimensions when ElementSize is nullptr
2014-05-29 Alexey SamsonovUse range-based for loops in ASan, TSan and MSan
2014-05-29 Adrian PrantlDebug Info: Remove unused code. The MInsn of an _abstra...
2014-05-29 Rafael Espindola[PPC] Use alias symbols in address computation.
2014-05-29 Rafael EspindolaRevert "Revert "Revert "InstCombine: Improvement to...
next