platform/upstream/llvm.git
2013-02-21 Ted Kremenek[scan-build] Add quotes around clang executable name...
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-21 Enrico Granata<rdar://problem/4529976>
2013-02-21 Bill WendlingDon't assert on empty attributes.
2013-02-21 Bill WendlingTry to get buildbots to pass these tests.
2013-02-21 Anshuman DasguptaHexagon: Expand cttz, ctlz, and ctpop for now.
2013-02-21 Jakob Stoklund... Make RAFast::UsedInInstr indexed by register units.
2013-02-21 Ted Kremenek[scan-build] fix xcode version parsing to handle dot...
2013-02-21 Chad Rosier[driver] Handle the processing of the QA_OVERRIDE_GCC3_...
2013-02-21 Jordan RosePreprocessor: preserve whitespace in -traditional-cpp...
2013-02-21 Chad Rosier[driver] Add a dump method for ArgList.
2013-02-21 Jim InghamMark the command as failed if parsing fails.
2013-02-21 Evan ChengRadar numbers don't belong in source code.
2013-02-21 Howard HinnantConstrain bind operator()() to not exist if the call...
2013-02-21 Bill SchmidtTrivial cleanup
2013-02-21 Paul Redmondadd missing space which prevented the llvm.loop code...
2013-02-21 Bill SchmidtLarge code model support for PowerPC.
2013-02-21 Alexander Potapenko[ASan] temporarily disable alloc_dealloc_mismatch on...
2013-02-21 Lang HamesRevert r175688 - It broke a test case (see PR15320).
2013-02-21 Alexander Potapenko[ASan] Make sure operator new/delete and friends are...
2013-02-21 Eli BenderskygetX86SubSuperRegister has a special mode with High...
2013-02-21 Han Ming Ong<rdar://problem/13259230>
2013-02-21 Alexander Potapenko[ASan] Declare CreateThread as extern "C" to fix the...
2013-02-21 Benjamin KramerDAGCombiner: Make the post-legalize vector op optimizat...
2013-02-21 Christian KonigR600/SI: inline V_ADD|SUB_F32 patterns
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."
next