platform/upstream/llvm.git
2013-01-23 Jason MolendaChange the container-regs kv pair in the qRegsiterInfo
2013-01-23 Sean Silvadocs: Update title of external tutorial.
2013-01-23 Tom StellardR600: rework handling of the constants
2013-01-23 Tom StellardR600: Add a CONST_ADDRESS node to model constant buf...
2013-01-23 Tom StellardR600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen def
2013-01-23 Nadav RotemAdd support for reverse pointer induction variables...
2013-01-23 NAKAMURA Takumiclang/test/Driver/output-file-is-dir.c: This requires...
2013-01-23 Michael J.... Move everything over to TargetInfo.
2013-01-23 Enrico Granata<rdar://problem/12711206>
2013-01-23 Daniel Dunbar[Driver] Don't remove non-regular files that were outputs.
2013-01-23 Bill WendlingUse the AttributeSet when removing multiple attributes...
2013-01-23 James DennettDocumentation cleanup: fixing documentation for Fronten...
2013-01-23 Michael J.... [Support][ErrorOr] Don't use nullptr :(
2013-01-23 Bill WendlingUse the AttributeSet when adding multiple attributes...
2013-01-23 Bill WendlingUse the AttributeSet when adding multiple attributes...
2013-01-23 Michael J.... [Support][ErrorOr] Add optimized specialization of...
2013-01-22 Douglas GregorFix compilation on Linux, which defines PATH_MAX in...
2013-01-22 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-22 Michael J.... [Support][ErrorOr] Make old gcc happy.
2013-01-22 Michael GottesmanFixed typo.
2013-01-22 Michael Gottesman[ObjCARC] Refactored out the inner most 2-loops from...
2013-01-22 Michael LiaoFix an issue of pseudo atomic instruction DAG schedule
2013-01-22 Kevin EnderbyAdd a warning when there is a macro defintion that...
2013-01-22 Chad RosierAdd a triple, per Ben's suggestion.
2013-01-22 Akira Hatanaka[mips] Implement MipsRegisterInfo::getRegPressureLimit.
2013-01-22 Bill WendlingMore encapsulation work.
2013-01-22 Kevin EnderbyHave the integrated assembler give an error if $1 is...
2013-01-22 Chad RosierSecond attempt to fix ppc bots.
2013-01-22 Michael J.... [Core] Move Resolver and SymbolTable over to TargetInfo.
2013-01-22 Chad RosierAdd x86 requirement to hopefully fix ppc bots.
2013-01-22 Akira Hatanaka[mips] Clean up code in MipsTargetLowering::LowerCall...
2013-01-22 Adhemerval... PowerPC: fix __builtin_eh_return_data_regno return
2013-01-22 Chad Rosier[ms-inline asm] Remove the -fenable-experimental-ms...
2013-01-22 Ted KremenekSplit "discards qualifiers" warnings of -Wincompatible...
2013-01-22 Dmitri GribenkoUpdate docs: nullptr conversion tool landed
2013-01-22 Fariborz JahanianSmall code change to improve performance
2013-01-22 Eli BenderskyAdd forgotten test case for the x32 commit
2013-01-22 Fariborz JahanianobjectiveC (take two): don't warn when in -Wselector...
2013-01-22 Edwin VaneAdd use-nullptr transform to cpp11-migrate
2013-01-22 Chad Rosier[ms-inline asm] Remove a warning about ms-style inline...
2013-01-22 Benjamin KramerX86: Make sure we account for the FMA4 register immedia...
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2013-01-22 Howard HinnantSaleem Abdulrasool: If errno is defined as volatile...
2013-01-22 Douglas GregorMake getDefinitiveDeclContext() actually return a DeclC...
2013-01-22 Nico WeberFix a bug in VarDecl::getSourceRange() for static membe...
2013-01-22 Nico WeberFormatter: Remove a fixme klimek fixed in r173168.
2013-01-22 Manuel KlimekImplements more principled comment parsing.
2013-01-22 Shankar Easwaranchange enum class to enum, as g++ doesnot support bitfi...
2013-01-22 Howard HinnantSaleem Abdulrasool: __terminate_handler and __unexpecte...
2013-01-22 Howard HinnantSaleem Abdulrasool: Ensure that __GLIBCXX__ is defined...
2013-01-22 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2013-01-22 Evgeniy Stepanov[msan] Remove the trap handler code.
2013-01-22 Daniel JasperLet the formatter be more restrictive for breaking...
2013-01-22 Alexey Samsonovllvm-symbolizer: factor out bits of the tool into separ...
2013-01-22 Evgeniy Stepanov[msan] Follow -msan-keep-going in reports from intercep...
2013-01-22 Evgeniy Stepanov[msan] Fix linkage type of __msan_track_origins.
2013-01-22 Evgeniy Stepanov[msan] Export the value of msan-keep-going flag for...
2013-01-22 Evgeniy Stepanov[msan] Simplify test code.
2013-01-22 Evgeniy Stepanov[msan] Test handling of volatile bitfields.
2013-01-22 Evgeniy Stepanov[msan] Do not insert check on volatile store.
2013-01-22 Evgeniy Stepanov[msan] Stop using volatile assignments as undef checks...
2013-01-22 Tim NorthoverFix truncation of relocation types in Support/ELF.h
2013-01-22 Daniel JasperFix "*" formatting when creating arrays of pointers.
2013-01-22 Alexander Potapenko[ASan] Disable the new/delete implementations for OSX
2013-01-22 Chandler CarruthBegin fleshing out an interface in TTI for modelling...
2013-01-22 Alexey SamsonovASan: add output test for -fsanitize-address-zero-based...
2013-01-22 NAKAMURA TakumiADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang...
2013-01-22 Alexander Potapenko[ASan] Remove the declarations of pthread_workqueue_t...
2013-01-22 Alexey SamsonovASan: use Clang -fsanitize-blacklist flag in unit tests...
2013-01-22 Tim NorthoverFix missed out llvm-stress after APFloat change.
2013-01-22 Alexander Potapenko[ASan] Fix the path to ASan interface in interface_symb...
2013-01-22 Tim NorthoverSwitch to APFloat constructor taking fltSemantics.
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-22 Alexander Potapenko[ASan] Fixed darwin-sanitizer-ld.c to match the flags...
2013-01-22 Alexander Potapenko[ASan] Moved interface_symbols.c to lit_tests/Linux.
2013-01-22 Alexander Potapenko[ASan] Link with the dynamic runtime on OS X
2013-01-22 Alexander Potapenko[ASan] Use dylib interposition to hook memory allocatio...
2013-01-22 Alexey SamsonovASan: simplify build rules for unit tests
2013-01-22 Alexey SamsonovASan: disable flexible mapping and offset on Android...
2013-01-22 Kostya Serebryany[asan] split asan_test.cc even more
2013-01-22 Kostya Serebryany[asan] split asan_test.cc more
2013-01-22 Kostya Serebryany[asan] split asan_test.cc to speedup parallel build...
2013-01-22 NAKAMURA TakumiSparseMultiSet.h: Add suggested parentheses.
2013-01-22 NAKAMURA TakumiADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang...
2013-01-22 Michael GottesmanThis test is only supposed to test that the objc-arc...
2013-01-22 Shankar Easwaranit looks like g++ 4.7.2 doesnot like bit fields when...
2013-01-22 NAKAMURA Takumilibclang: Update comment about USEDLIBS in c-*-test...
2013-01-22 NAKAMURA TakumiErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH...
2013-01-22 John McCallUse the correct field to copy/dispose a __block variable.
2013-01-22 NAKAMURA Takumiclang/test/Index/comment-to-html-xml-conversion.cpp...
2013-01-22 Daniel Dunbar[MC/Mach-O] Load commands are supposed to 8-byte aligne...
2013-01-22 Enrico Granatalldb.thread is not to be used anymore
2013-01-22 Sean CallananQuick fix to make LLDB TOT work with Clang TOT.
2013-01-22 Michael J.... Add {,ELF,MachO}TargetInfo.
2013-01-22 NAKAMURA Takumiclang/test: [CMake] check-clang doesn't require llvm...
2013-01-22 NAKAMURA Takumiclang/test/CodeGen: Nuke llvm's opt and llvm-dis, and...
2013-01-22 NAKAMURA Takumiclang/test/CodeGen/2006-01-13-StackSave.c: Nuke llvm...
2013-01-22 NAKAMURA Takumiclang/test/CodeGen/blocks-seq.c: FileCheck-ize.
2013-01-22 NAKAMURA Takumi[CMake] bugpoint-passes should not be built in "all...
2013-01-22 Enrico GranataReplacing a "no clue why" comment with the explanation...
next