platform/upstream/llvm.git
2012-05-22 Jakob Stoklund... Only erase virtregs with no uses left.
2012-05-22 Filipe CabecinhasRemove some compilation warnings.
2012-05-22 Dmitry Vyukovtsan: reduce per-thread memory usage
2012-05-22 Duncan SandsFix PR12858, a crash due to GVN's PRE not fully removin...
2012-05-22 Kostya Serebryany[asan] nuke some old unused code
2012-05-22 Kostya Serebryany[asan] increase the stack size limit to 256M (yes,...
2012-05-22 Dmitry Vyukovtsan: simple memory profiler
2012-05-22 Simon AtanasyanReplace inline asm constraint "=a" by the more general...
2012-05-22 Tobias GrosserScheduleOptimizer: Simplify some code
2012-05-22 Tobias GrosserScopInfo: Add parameter bounds to context
2012-05-22 Tobias GrosserReplace some asserts with llvm_unreachable
2012-05-22 Tobias GrosserScopInfo: SCEVUnknowns are always parameters
2012-05-22 Tobias GrosserMove isParallelFor into CodeGeneration
2012-05-22 Filipe CabecinhasReturn a constant of the appropriate type.
2012-05-22 Filipe CabecinhasRemove trailing semicolons.
2012-05-22 Kostya Serebryany[asan] use -fno-builtin to build asan-rt on Mac
2012-05-22 Kostya Serebryany[asan] use -fPIE -fno-builtin for building asan-rt
2012-05-22 Kostya Serebryany[asan] fix one test on 32-bit Mac 10.7; enable another...
2012-05-22 Craig TopperFix constant used for pshufb mask when lowering v16i8...
2012-05-22 Akira HatanakaThis patch adds a predicate to existing mips32 and...
2012-05-22 Richard SmithTruthify a comment.
2012-05-22 Nuno Lopesfix the quotient returned by sdivrem() for the case...
2012-05-22 Johnny Chenrdar://problem/11487457
2012-05-22 Ted KremenekFix typo.
2012-05-22 Ted KremenekUse Perl prototypes instead of shift.
2012-05-22 Argyrios Kyrtzidis[objcmt] Don't add redundant parentheses when migrating...
2012-05-22 Johnny ChenFix a bug where if I just run:
2012-05-22 Jim InghamAlso push file & line breakpoints past the prologue...
2012-05-21 Jim GrosbachFileCheck'ize test, and add a bit to test for r157221.
2012-05-21 Jim GrosbachARM: .end_data_region mismatch in Thumb2.
2012-05-21 Sean CallananAdded support for rvalue references in debug information
2012-05-21 Ted KremenekAdd basic delta-debugging script used for reducing...
2012-05-21 Pete CooperAdded address space qualifier to intrinsic PointerType...
2012-05-21 Jim InghamCompileUnit::ResolveSymbolContext was only filling...
2012-05-21 Fariborz Jahanianobjective-c: provide a useful 'fixit' suggestion when
2012-05-21 Owen AndersonFix use of an unitialized value in the LegalizeOps...
2012-05-21 Sean CallananUpdated the object-pointer lookup logic to fix
2012-05-21 Sean CallananFixed the new-syntax testcase to reflect how we
2012-05-21 Eric ChristopherRevert r115805. An array type is required to have a...
2012-05-21 Anna Zaks[analyzer] Bind UnknownVal to InitListExpr for unsuppor...
2012-05-21 Enrico GranataFixes for performance to data formatters - Python ...
2012-05-21 Sean CallananFixed a nasty bug where JIT expressions didn't work
2012-05-21 Rafael EspindolaFunction template version of the previous patch.
2012-05-21 Rafael EspindolaProduce a hidden symbol for zed in
2012-05-21 Argyrios Kyrtzidis[driver] When creating the compiler invocation out...
2012-05-21 Benjamin KramerAnalyzer: Fix PR12905, a crash when encountering a...
2012-05-21 Sean CallananAdded an "rb" alias that sets breakpoints by
2012-05-21 Jim GrosbachThumb2: RSB source register should be rGRP not GPRnopc.
2012-05-21 Sean CallananIntegrated a check into Clang that make sure that
2012-05-21 Argyrios Kyrtzidis[arcmt] Revert r156999 "Remove the "it is not safe...
2012-05-21 Dan GohmanMark an unreachable region of code with llvm_unreachable.
2012-05-21 Dmitry Vyukovtsan: implement malloc/free hooks
2012-05-21 Chad RosierTypo.
2012-05-21 Fariborz JahanianRemove unused argument in my last patch.
2012-05-21 Fariborz Jahanianobjective-c: When default synthesizing readonly IBOutle...
2012-05-21 Sean CallananAdded a GDB equivalent for saving binary memory
2012-05-21 Owen AndersonMake it so that the MArch, MCPU, MAttrs passed to Engin...
2012-05-21 Enrico Granata<rdar://problem/11355592> Fixing a bug where we would...
2012-05-21 Timur Iskhodzhanov[ASan] Make for-Windows RTL compileable using Clang++
2012-05-21 Dmitry Vyukovtsan: do not assume non-recursive signal handlers
2012-05-21 Rafael EspindolaTest and document a difference from gcc in the handling...
2012-05-21 Patrik Hägglundtest commit
2012-05-21 Stepan DyatkovskiyPR1255 (case ranges: work with ConstantRangesSet instea...
2012-05-21 Benjamin KramerUnpack enums in CodeCompletetionResult.
2012-05-21 Dmitry Vyukovtsan: replace CHECK with CHECK_EQ for better diagnostics
2012-05-21 Dmitry Vyukovtsan: better, more realistic handling of signals
2012-05-21 Dmitry Vyukovtsan: add more checks for OOM conditions
2012-05-21 Craig TopperAllow 256-bit shuffles to still be split even if only...
2012-05-21 Jakob Stoklund... Give a small negative bias to giant edge bundles.
2012-05-20 Peter CollingbourneTeach Clang about the NVPTX backend.
2012-05-20 Peter CollingbourneTell the driver that CUDA is a C++-like language, so...
2012-05-20 Peter CollingbourneCUDA: the device and host attributes must be inheritabl...
2012-05-20 NAKAMURA Takumitest/Tooling/clang-check-pwd.cpp: Mark as XFAIL:mingw...
2012-05-20 Jakob Stoklund... Clear kill flags on the fly when joining intervals.
2012-05-20 Peter CollingbourneCUDA: add CodeGen support for global variable address...
2012-05-20 Nick LewyckyAdd RPO to the lexicon.
2012-05-20 Jakob Stoklund... Make the global base reg GR32_NOSP.
2012-05-20 Jakob Stoklund... Constrain regclasses in PeepholeOptimizer.
2012-05-20 Jakob Stoklund... Constrain register classes in TailDup.
2012-05-20 Peter CollingbourneWhen legalising shifts, do not pre-build a list of...
2012-05-20 Benjamin KramerEmit memcmp directly from the StringMatcherEmitter.
2012-05-20 Benjamin KramerPlug a leak when using MCJIT.
2012-05-20 Hal FinkelAdd a missing PPC 64-bit stwu pattern.
2012-05-20 Benjamin KramerBitpack CodeCompletionResults.
2012-05-20 Howard HinnantAdd documentation regarding -fno-rtti.
2012-05-20 Benjamin KramerUse TargetMachine's register info instead of creating...
2012-05-20 Jakob Stoklund... Fix test for 32-bit hosts.
2012-05-20 Jakob Stoklund... Use the right register class for LDRrs.
2012-05-20 Jakob Stoklund... Transfer memory operands to the right instruction.
2012-05-20 Jakob Stoklund... Properly constrain register classes for sub-registers.
2012-05-20 Jakob Stoklund... Properly constrain register classes in 2-addr.
2012-05-20 Jakob Stoklund... Missed a push_back in r157147.
2012-05-20 Jakob Stoklund... Avoid deleting extra copies when RegistersDefinedFromSa...
2012-05-20 Jakob Stoklund... Fix build bots.
2012-05-20 Jakob Stoklund... LiveRangeQuery simplifies shrinkToUses().
2012-05-20 Jakob Stoklund... Use LiveRangeQuery in ScheduleDAGInstrs.
2012-05-20 Jakob Stoklund... Eliminate some uses of struct LiveRange.
2012-05-20 Jakob Stoklund... Use LiveRangeQuery instead of getLiveRangeContaining().
2012-05-20 Jakob Stoklund... Add a LiveRangeQuery class.
2012-05-20 Peter CollingbourneDo not pass an invalid domtree to SimplifyInstruction...
next