platform/upstream/llvm.git
2013-02-21 Christian KonigR600/SI: replace IMPLICIT_DEF with SIOperand.ZERO
2013-02-21 Christian KonigR600/SI: replace SI_V_CNDLT with a pattern
2013-02-21 Christian KonigR600/SI: use patterns for clamp, fabs, fneg
2013-02-21 Christian KonigR600/SI: add all the other missing asm operands v2
2013-02-21 Christian KonigR600/SI: add the missing M*BUF|IMG asm operands
2013-02-21 Christian KonigR600/SI: add the missing S_* asm operands
2013-02-21 Christian KonigR600/SI: rework VOP3 classes
2013-02-21 Christian KonigR600/SI: simplify VOPC_* pattern v2
2013-02-21 Christian KonigR600/SI: rework VOP2_* pattern v2
2013-02-21 Christian KonigR600/SI: rework VOP1_* patterns v2
2013-02-21 Christian KonigR600/SI: add constant for inline zero operand
2013-02-21 Christian KonigR600/SI: cleanup SIInstrInfo.td and SIInstrFormat.td
2013-02-21 Alexander Potapenko[ASan] Revert the incorrect macro on Linux.
2013-02-21 Edwin VaneFixing a "multiple rules generate X" warning from ninja
2013-02-21 Alexander Potapenko[ASan] Put several function prototypes back under ...
2013-02-21 Tom StellardR600: Fix for Unigine when MachineSched is enabled
2013-02-21 Daniel JasperAllow breaking between type and name in for loops.
2013-02-21 Alexander Potapenko[ASan] Refactoring: nuke the redundant function declara...
2013-02-21 Bill SchmidtCode review cleanup for r175697
2013-02-21 Evgeniy StepanovAdd MSan to the list of targets in Makefile-based builds.
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...
next