platform/upstream/llvm.git
2013-08-04 Daniel JasperFix clang-tidy dependencies and bad file comment.
2013-08-04 Benjamin KramerX86: Turn fp selects into mask operations.
2013-08-04 Elena DemikhovskyAVX-512 set: added VEXTRACTPS instruction
2013-08-04 Tim NorthoverX86: specify CPU on new test to fix atom buildbot
2013-08-04 Tim NorthoverX86: correct tail return address calculation
2013-08-04 Benjamin KramerAsmParser: Store MacroLikeBodies on the side so they...
2013-08-04 Reed KotlerClean up code for Mips16 large frame handling.
2013-08-03 Benjamin KramerPPCAsmParser: Stop leaking names.
2013-08-03 Benjamin KramerUnbreak llvm-rtdyld build.
2013-08-03 Benjamin KramerMachObjectFile: Don't leak on error.
2013-08-03 Benjamin Kramerllvm-rtdyld: Don't leak memory managers.
2013-08-03 Benjamin KramerARMAsmParser: Plug a leak.
2013-08-03 Benjamin KramerStop leaking register infos in the disassemblers.
2013-08-03 Craig TopperAdd support for passing -1 to __builtin_shufflevector...
2013-08-03 Hal FinkelFix PPC64 64-bit GPR inline asm constraint matching
2013-08-03 Matt ArsenaultMinor address space code simplification.
2013-08-02 Rui UeyamaRemove unused using's.
2013-08-02 Hans WennborgOptions.td: remove _DASH_DASH
2013-08-02 Rui Ueyama[PECOFF] Move more code from Atoms.h to ReaderCOFF...
2013-08-02 Bob WilsonRegenerate with changes for -rdynamic.
2013-08-02 Bob WilsonLink with -rdynamic instead of -Wl,-export-dynamic.
2013-08-02 Peter CollingbourneAdd a AttributeSetImpl::dump function.
2013-08-02 Fariborz JahanianObjectiveC migrator. Differentiate 'instancetype'
2013-08-02 Rui Ueyama[PECOFF] Remove special treatment of "--" option.
2013-08-02 Peter CollingbourneMake one of the AttributeSet ctors maintain the invaria...
2013-08-02 Rui Ueyama[PECOFF] Remove COFFDefinedFileAtom::originalOffset().
2013-08-02 Bob WilsonOnly use the Darwin linker's -export_dynamic option...
2013-08-02 Hans WennborgRe-commit r187637: "clang-cl: add more options"
2013-08-02 Manuel KlimekImplement Allman style.
2013-08-02 Rui Ueyama[PECOFF] Handle .drectve section.
2013-08-02 Manuel KlimekFix crash when encountering alias templates in isDerive...
2013-08-02 Hans WennborgOption parsing: recognize the special -- token
2013-08-02 Hal FinkelFix invalid function pointers in bugpoint ExtractLoops
2013-08-02 Rui Ueyama[PECOFF] Return an error_code instead of calling report...
2013-08-02 Fariborz JahanianObjectiveC migrator: Add another family of factory
2013-08-02 Joey GoulyAdd a missing 'return' statement.
2013-08-02 Rui UeyamaUse report_fatal_error() instead of llvm_unreachable...
2013-08-02 Matt ArsenaultFix missing * making the C++ mode thing not work
2013-08-02 Hans WennborgCC1: Only parse command-line options that have the...
2013-08-02 Akira Hatanaka[mips] Expand vector truncating stores and extending...
2013-08-02 Joey Gouly[ARMv8] Add an assembler warning for the deprecated...
2013-08-02 Rui Ueyama[PECOFF] Remove an assertion that's too heavy.
2013-08-02 Rui Ueyama[PECOFF] Relocations now take into account the address...
2013-08-02 Nadav RotemSLPVectorizer: Fix PR16777. PHInodes may use multiple...
2013-08-02 Matt ArsenaultTeach EmitGEPOffset about address spaces
2013-08-02 Fariborz JahanianObjectiveC migrator: Fixes public buildbot failures,
2013-08-02 Matt KopecMark additional icc test failures as expected fail.
2013-08-02 Howard Hinnantdebug mode for unordered_map. Also picked up a missing...
2013-08-02 Renato GolinFixes ARM LNT bot from SLP change in O3
2013-08-02 Fariborz Jahanianrevert patch I added in r187655. It still breaks public
2013-08-02 Carlo KokBugfix for making the DWARF debug strings and labels...
2013-08-02 Fariborz JahanianObjectiveC migration. Check-in patch reverted in r187634.
2013-08-02 Rafael EspindolaConvert last use of st_dev in clang.
2013-08-02 Evgeniy Stepanov[msan] Allocator statistics interface and malloc hooks.
2013-08-02 Tim NorthoverRemove rather oddly merged logic from AArch64 commit.
2013-08-02 Tim NorthoverFix handling of CHECK-DAG combined with CHECK-NOT
2013-08-02 Daniel Jasperclang-format: Fix string breaking after "<<".
2013-08-02 Duncan SandsPacify GCC, which worries about falling off the end...
2013-08-02 Evgeniy Stepanov[msan] Fix unused function warning in the tests.
2013-08-02 Alexey SamsonovAssume UniqueID is zero for invalid PPRegion to fix...
2013-08-02 Alexey SamsonovFix dereferencing end iterator in SimplifyCFG. Patch...
2013-08-02 Rui Ueyama[PECOFF] A symbol with symbol with section number 0...
2013-08-02 Craig TopperFix indentation. No functional change.
2013-08-02 Rui Ueyama[PECOFF] Simplify COFFBSSAtom.
2013-08-02 NAKAMURA TakumiRevert r187597, "Bugfix for making the DWARF debug...
2013-08-02 Eric ChristopherUse @rpath for libraries rather than @executable_path...
2013-08-02 Hans WennborgRevert r187537 "clang-cl: add more options"
2013-08-02 Richard SmithWhen merging redeclaration chains across modules, if...
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-02 Hans Wennborgclang-cl: add more options
2013-08-02 Howard HinnantOk, 3 major changes for debug mode in one commit:
2013-08-02 Matt ArsenaultTeach InstructionSimplify about pointer address spaces
2013-08-02 Rafael EspindolaRevert "ObjectiveC migrator. Migrate to instancetype...
2013-08-01 Rafael EspindolaRevert "If -fslp-vectorize or -fno-slp-vectorize are...
2013-08-01 Akira Hatanaka[mips] Make load/store accumulator pseudo instructions...
2013-08-01 Daniel Jasperclang-format: Operator precendence in ObjC method exprs.
2013-08-01 Nadav RotemIf -fslp-vectorize or -fno-slp-vectorize are given...
2013-08-01 Matt ArsenaultTeach getOrEnforceKnownAlignment about address spaces
2013-08-01 Nadav RotemMove the optlevel check to the frontend.
2013-08-01 Fariborz JahanianObjectiveC migrator. Migrate to instancetype return...
2013-08-01 Jordan Rose[analyzer] Don't process autorelease counts in synthesi...
2013-08-01 Jordan Rose[analyzer] Silently drop all reports within synthesized...
2013-08-01 Carlo Kokfix for LLVM debug info on llvm-mips-linux where the...
2013-08-01 Daniel Jasperclang-format: Don't break empty 2nd operand of ternary...
2013-08-01 Jason MolendaRe-enable fast stepping for arm targets. The issue...
2013-08-01 Rafael EspindolaUse llvm::sys::fs::UniqueID for windows and unix.
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-08-01 Bill WendlingUse function attributes to indicate if we don't want...
2013-08-01 Rafael EspindolaExpose that the unique file ID has a device and a file...
2013-08-01 Daniel MaleaFixed the Intel-syntax X86 disassembler to respect...
2013-08-01 Reed KotlerFix some issues with Mips16 floating when certain intri...
2013-08-01 David BlaikieDebugInfo: Don't prefer declarations over definitions...
2013-08-01 Carlo KokARM/Hexagon testcases can't compile x86 only testcase...
2013-08-01 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-01 David BlaikieDebugInfo: Emit template arguments for limited types...
2013-08-01 David BlaikieDebugInfo: Emit definitions for types with no members.
2013-08-01 Carlo Kokchange the inlinefnlocalvar testcase so it uses a tripl...
2013-08-01 Daniel MaleaDisable test on Mac OS X due to llvm.org/pr16769
2013-08-01 Hans WennborgOptions.td: O0 and O4 are not Joined options
2013-08-01 Bob WilsonTemporarily xfail a test that breaks on OS X when build...
next