platform/upstream/llvm.git
2012-05-15 John McCallChange the mangling of a ref-qualifier on a function...
2012-05-15 Enrico GranataFixing a bug where the summary for certain NSStrings...
2012-05-15 Jakob Stoklund... Create a struct representing register units in TableGen.
2012-05-15 Bill WendlingRemove extraneous ';'.
2012-05-14 Akira HatanakaAdd a command line option to skip the delay slot filler...
2012-05-14 Argyrios Kyrtzidis[objcmt] When rewriting to subscripting syntax, make...
2012-05-14 Fariborz Jahanianobjc: allow typedef'ing an id to a pointer to a c-struc...
2012-05-14 Michael J.... [Support/YAMLParser] Use rtrim on plain scalars.
2012-05-14 Richard SmithRecover properly from a redundant 'typename' before...
2012-05-14 Michael J.... [Support/COFF] Make the order of members in symbol...
2012-05-14 Anna Zaks[analyzer] Fix a crash in templated code which uses...
2012-05-14 Richard SmithSlightly generalize FileCheck patterns to unbreak ...
2012-05-14 Argyrios Kyrtzidis[objcmt] When rewriting to array/dictionary literals...
2012-05-14 Richard SmithImplement IRGen for C++11's "T{1, 2, 3}", where T is...
2012-05-14 David BlaikieFix use of uninitialized variable.
2012-05-14 Enrico GranataFixing a typo in the lldb-gdb webpage
2012-05-14 Jakob Stoklund... Don't access MO reference after invalidating operand...
2012-05-14 Jakob Stoklund... Fix PR12821.
2012-05-14 Chad RosierMove the capture analysis from MemoryDependencyAnalysis...
2012-05-14 Brendon CahoonRevert 156634 upon request until code improvement chang...
2012-05-14 Dan GohmanRename @llvm.debugger to @llvm.debugtrap.
2012-05-14 Johnny ChenFix missing NEON registers for the 'register read'...
2012-05-14 Akira HatanakaRelease notes for MIPS backend.
2012-05-14 Chandler CarruthTeach the driver on Linux to respect -nodefaultlibs.
2012-05-14 Andrew TrickRemove a stale forward declaration.
2012-05-14 Jordy Rose[analyzer] strncpy: Special-case a length of 0 to avoid...
2012-05-14 Jakob Stoklund... Remove the expensive BitVector::operator~().
2012-05-14 Jakob Stoklund... Remove BitVector binops.
2012-05-14 Dmitry Vyukovtsan: add more atomics to public interface (fetch_or...
2012-05-14 Dmitry Vyukovtsan: enabled report suppression for signal-unsafe...
2012-05-14 Dmitry Vyukovtsan: fix output_tests script to actually verify tests...
2012-05-14 Jakob Stoklund... Consider ad hoc aliasing when building RegUnits.
2012-05-14 Jakob Stoklund... Record the ad hoc aliasing graph in CodeGenRegister.
2012-05-14 Jakob Stoklund... Compute topological signatures of registers.
2012-05-14 Jakob Stoklund... Add BitVector::anyCommon().
2012-05-14 Dmitry Vyukovtsan: make addr2line symbolizer understand dynamic...
2012-05-14 Dmitry Vyukovtsan: update output tests to race on heap memory
2012-05-14 Stepan DyatkovskiySwitchInst cosmetics: renamed "Hash" method to "hash"
2012-05-14 Bill WendlingFormatting changes. Remove the '...' placeholders.
2012-05-14 Bill WendlingUse ArrayRef instead of an explicit vector type.
2012-05-14 Bill WendlingAdd blurb about Julia.
2012-05-14 Gregory Szorc[clang.py] Implement Cursor.canonical
2012-05-14 Gregory Szorc[clang.py] Implement Cursor.result_type
2012-05-13 Jordy RoseTest for -fdebugger-objc-literal: missing methods shoul...
2012-05-13 Justin HolewinskiReleaseNotes: Add info on PTX back-end
2012-05-13 Benjamin KramerHexagon: Initialize TBB to 0.
2012-05-13 Jean-Daniel... Fix Xcode case (Upper X, lower c)
2012-05-13 Jean-Daniel... Fix Xcode case (Upper X, lower c)
2012-05-13 Dmitry Vyukovtsan: fix mmap fd
2012-05-13 Benjamin KramerReleaseNotes: Add a note about zero_undef on llvm.cttz...
2012-05-13 Benjamin KramerReleaseNotes: Add a blurb about llvm-mc -g and move...
2012-05-13 Benjamin KramerReleaseNotes: Document that LLVM was rewritten in python.
2012-05-13 Benjamin KramerReleaseNotes: Add bullets for removed targets. Extend...
2012-05-13 Benjamin KramerOutline some clang 3.1 highlights off the top of my...
2012-05-13 Benjamin KramerAdd a link for every project.
2012-05-13 Bill WendlingAdd blurb for LLVM D Compiler.
2012-05-13 Bill WendlingAdd blurbs for pocl and TCE.
2012-05-13 Bill WendlingAdd OSL blurb.
2012-05-13 Bill WendlingAdd FAUST blurb.
2012-05-13 Nadav RotemFix the tool documentation
2012-05-13 Rafael EspindolaRefactor all the
2012-05-13 Rafael EspindolaProduce a warning for mismatched section attributes...
2012-05-13 Rafael EspindolaWe were already passing the case in pr9356. Add it...
2012-05-12 Gregory SzorcDocument Python bindings in release notes
2012-05-12 Benjamin KramerAdd support for __attribute__((hot)) and __attribute__...
2012-05-12 Gregory Szorc[clang.py] Followup to TranslationUnit refactor
2012-05-12 Gregory SzorcAdd Python binding info to release notes
2012-05-12 Jordy Rose[analyzer] Test case: p->x is the same as p[0].x. ...
2012-05-12 Jordy RoseOnly check NSArray/NSDictionary boxing method params...
2012-05-12 Jordy Rose80-col violations and minor reformatting. No functional...
2012-05-12 Jordy RoseClean up ObjC boxing method checks by reducing duplicat...
2012-05-12 Benjamin KramerFix spacing after if.
2012-05-12 Rafael EspindolaRemove unused variable. Thanks to Dmitri Gribenko for...
2012-05-12 Rafael EspindolaAdd support for the .rept directive. Patch by Vladmir...
2012-05-12 Jordy RoseDon't crash on boxed strings when +stringWithUTF8String...
2012-05-12 Benjamin KramerELF: Add support for the asm .version directive.
2012-05-12 Alexander PotapenkoIncrease error_message_buffer_size to 64K (16K is insuf...
2012-05-12 Evgeniy StepanovFix GetFrameNameByAddr hitting stale stack guards.
2012-05-12 Benjamin KramerAsmParser: Add support for the .purgem directive.
2012-05-12 Benjamin KramerAsmParser: Give a nice error message for .code16gcc...
2012-05-12 Benjamin KramerAsmParser: ignore the .extern directive.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifc and .ifnc directives.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifb and .ifnb directives.
2012-05-12 Stepan DyatkovskiyRecommited r156374 with critical fixes in BitcodeReader...
2012-05-12 Jay FoadTeach Function::hasAddressTaken that BlockAddress doesn...
2012-05-12 Sirish PandeMake sure new value jump is enabled for Hexagon V5...
2012-05-12 Jordy Rose[analyzer] RetainCountChecker: track ObjC boxed express...
2012-05-12 Sirish PandeSupport for Hexagon feature, New Value Jump.
2012-05-12 Akira HatanakaFix test cases.
2012-05-12 Akira HatanakaRemove MipsEmitGPRestore.cpp.
2012-05-12 Akira HatanakaDelete all functions that are no longer needed in MipsF...
2012-05-12 Akira HatanakaStop reserving register $gp. Do not call isGPFI to...
2012-05-12 Akira HatanakaDo not add the pass which restores $gp after every...
2012-05-12 Akira HatanakaMake the following changes in MipsISelLowering.cpp:
2012-05-12 Akira HatanakaMake the following changes in MipsFrameLowering.cpp:
2012-05-12 Jakob Stoklund... Speed up computeComposites() by using the new SubReg...
2012-05-12 Akira HatanakaMake the following changes in MipsAsmPrinter.cpp:
2012-05-12 Chad RosierHoist simpler checks above llvm::PointerMayBeCaptured...
2012-05-12 Jim InghamAdd a useful error message to "log enable" with the...
2012-05-12 Jakob Stoklund... Don't look for empty live ranges in the unions.
next