platform/upstream/llvm.git
2013-02-21 Evgeniy Stepanov[sanitizer] Add MSan to Makefile-based build rules.
2013-02-21 Joey GoulyAdd a 64-bit triple to these tests, to fix 32-bit bots.
2013-02-21 Joey GoulyFix an OpenCL test case. Pointer arguments to kernels...
2013-02-21 Joey GoulyAdd support to Sema and CodeGen for floating point...
2013-02-21 Michel DanzerR600/SI: Make sure M0 is loaded for V_INTERP_MOV_F32
2013-02-21 Cameron ZwarichDon't rely on the isDead() MachineOperand flag when...
2013-02-21 Cameron ZwarichUse getInterval() instead of getOrCreateInterval().
2013-02-21 David BlaikieOnly include move-related Optional<T> tests when rvalue...
2013-02-21 David BlaikieAdd move ctor/assignment to Optional<T>
2013-02-21 Kostya Serebryany[asan] speedup by more than 2x handling of the small...
2013-02-21 Cameron ZwarichMake another kill check LiveIntervals-aware.
2013-02-21 Cameron ZwarichSplit part of isKilled() into a separate function for...
2013-02-21 David BlaikieCorrect spelling of 'enumerator'.
2013-02-21 David BlaikieCorrect spelling of 'enumerator'.
2013-02-21 David BlaikieMake Optional<T>'s operator bool 'explicit' in C++11
2013-02-21 David BlaikieAvoid implicit conversions of Optional<T> to bool.
2013-02-21 NAKAMURA TakumiStaticAnalyzer/Core: Suppress warnings. [-Wunused-varia...
2013-02-21 NAKAMURA TakumiWhitespace.
2013-02-21 Cameron ZwarichUpdate isKilledAt in TwoAddressInstructionPass.cpp...
2013-02-21 Reed KotlerExpand the sel pseudo/macro. This generates basic block...
2013-02-21 Jim InghamAdd some documentation on how HandleCommand work.
2013-02-21 Jordan Rose[analyzer] Record whether a base object region represen...
2013-02-21 Jordan Rose[analyzer] Add another reinterpret_cast behavior test.
2013-02-21 Jordan Rose[analyzer] Tidy up a few uses of Optional in RegionStore.
2013-02-21 NAKAMURA TakumiCIndex.cpp: Appease g++-4.4. "if (Optional<unsigned...
2013-02-21 NAKAMURA TakumiADT/Optional.h: Appease msvc. It reapplies r175626.
2013-02-21 Michael J.... [objdump] Add PT_PHDR.
2013-02-21 Richard Smithlibstdc++'s <cstdalign> #includes <stdalign.h> and...
2013-02-21 Jack CarterMips specific standalone assembler addressing mode...
2013-02-21 Nick LewyckyRespect -fno-canonical-prefixes when deciding where...
2013-02-21 David BlaikieUse None rather than Optional<T>() where possible.
2013-02-21 David BlaikieRename TypeLoc's isType to isKind
2013-02-21 Jordan Rose[analyzer] Tighten up safety in the use of lazy bindings.
2013-02-21 Enrico GranataIf you say
2013-02-21 Ted KremenekStrip 'llvm' from 'llvm::Optional' uses.
2013-02-21 Sean CallananFixed a bug where certain vector code didn't
2013-02-21 Richard TrieuRemove commented out code.
2013-02-21 Fariborz Jahanianobjective-C arc IR-gen. Retaining of strong
2013-02-21 Bill SchmidtPPCDAGToDAGISel::PostprocessISelDAG()
2013-02-21 David BlaikieProvide a "None" value for convenience when using Optio...
2013-02-21 David BlaikieMark unimplemented function with LLVM_DELETED_FUNCTION
2013-02-21 David BlaikieDoxycomment SVal's getAs/castAs.
2013-02-21 Bill SchmidtRelocation enablement for PPC DAG postprocessing pass
2013-02-20 Chad RosierFormatting.
2013-02-20 Jason Molenda*ahem* Enrico.
2013-02-20 Jakob Stoklund... Don't allocate memory in LiveInterval::join().
2013-02-20 Jim InghamMention "return" -> "thread return"
2013-02-20 Lang HamesKill of TransferDeadFlag - Dead copies and subreg-to...
2013-02-20 Pedro Artigasas the allocator is reset zero out the number of bytes...
2013-02-20 Jack CarterELF symbol table field st_other support,
2013-02-20 Jakob Stoklund... Copy single reaching defs directly into the LiveInterval.
2013-02-20 Bill WendlingAdd and remove the attribute from the correct slot.
2013-02-20 Bill SchmidtStabilize vec_constants.ll
2013-02-20 Erik VerbruggenFix accidental concatenation for "outputuntil" in the...
2013-02-20 Jordan RoseRevert "intmax_t is long long on Darwin, not long."
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-20 David BlaikieInclude llvm::Optional in clang/Basic/LLVM.h
2013-02-20 David BlaikieRemove redundant Optional type in favor of llvm::Optional
2013-02-20 David BlaikieUse op-> directly rather than via Optional<T>::getPointer.
2013-02-20 David BlaikieRename SVal::isType functions to SVal::isKind
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-20 Cameron ZwarichOnly use LiveIntervals in TwoAddressInstructionPass...
2013-02-20 Cameron ZwarichFind anchoring end points for repairIntervalsInRange...
2013-02-20 Cameron ZwarichMake repairIntervalsInRange() more robust. There are...
2013-02-20 Andrew KaylorChange ELF relocation model to static
2013-02-20 Arnold SchwaighoferDAGCombiner: Fold pointless truncate, bitcast, buildvec...
2013-02-20 Daniel MaleaAdd logging of which test cases are run (through dosep...
2013-02-20 Jim GrosbachR600: Update for name changes from r175667.
2013-02-20 Jim GrosbachUpdate TargetLowering ivars for name policy.
2013-02-20 Daniel MaleaFix invalid TestBitfields case (thanks Filipe!), and...
2013-02-20 Daniel MaleaSkip TestCompletion case that fails on linux (with...
2013-02-20 Matt KopecFix TestPublicAPIHeaders test on Linux.
2013-02-20 Bill SchmidtAdditional fixes for bug 15155.
2013-02-20 Jim InghamHandle the case where the runtime uses class_getMethodI...
2013-02-20 Reid Kleckner[Sanitizer] Try to fix infinite loop in frame pointer...
2013-02-20 Richard SmithPR15311: Finish implementation of the suggested resolut...
2013-02-20 Michael J.... [objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.
2013-02-20 Chad RosierUpdate a comment that looks to have been accidentally...
2013-02-20 Michael J.... [ELF][Writer] Add .interp section.
2013-02-20 Daniel MaleaFix a bug that causes dotest.py to exit with a passing...
2013-02-20 Alexey Samsonov[ASan] revert part of r175631 that looks like accidenta...
2013-02-20 Michael J.... [ELF][Writer] Add dynamic table.
2013-02-20 Daniel MaleaFix a problem with the const_variables test case (anoth...
2013-02-20 Bill WendlingAttempt to clean up tests for non-X86 platforms.
2013-02-20 Dan GohmanRewrite comments.
2013-02-20 Krzysztof ParzyszekAdd comment in Memory.inc explaining r175646.
2013-02-20 Richard SmithProcess and handle attributes on conditions and for...
2013-02-20 Dan GohmanSIGQUIT is a "kill" signal, rather than an "int" signal...
2013-02-20 Andrew KaylorFormatting, grammar
2013-02-20 Krzysztof ParzyszekOn PowerPC, the cache-flush instructions dcbf and icbi...
2013-02-20 Jakob Stoklund... Use LiveRangeUpdater instead of mergeIntervalRanges.
2013-02-20 Jakob Stoklund... Add a LiveRangeUpdater class.
2013-02-20 Andrew KaylorAdding support for absolute relocations. This occurs...
2013-02-20 Michael LiaoFix PR15267
2013-02-20 Chad Rosier[ms-inline asm] Make the comment a bit more verbose.
2013-02-20 Jakob Stoklund... Add a default constructor for LiveRange.
2013-02-20 Shankar Easwaranrename fixupAddend to relocAddend
2013-02-20 Chad Rosier[ms-inline asm] Remove this test while I investigate...
2013-02-20 Shankar Easwaranfunctionality to handle global atoms in Merge sections
2013-02-20 Bill SchmidtFix bug 14779 for passing anonymous aggregates [patch...
next