platform/upstream/llvm.git
2013-01-20 Chris Lattnerconvert some more stuff over to use new cursor APIs.
2013-01-20 Chris Lattnermove some private methods out of line, add a skipRecord...
2013-01-19 Craig TopperUse MVT instead of EVT in more of the shuffle lowering...
2013-01-19 Chris Lattneradd some optional flags to affect the way advance works.
2013-01-19 Craig TopperCapitalize LowerVectorIntExtend to be consistent with...
2013-01-19 David BlaikieFix a latent bug exposed by recent static member debug...
2013-01-19 Dmitri GribenkoActually update the test, fixup for r172923
2013-01-19 Dmitri GribenkoUse llvm::hexDigitValue in comment lexer
2013-01-19 Dmitri GribenkoComment parsing: add more tests for html character...
2013-01-19 Chris Lattnerswitch a bunch of ASTReader to use the new BitstreamCur...
2013-01-19 Chris Lattnerfix method name.
2013-01-19 Chris Lattnerrandom tidying
2013-01-19 Chris LattnerAdd a new BitstreamEntry concept, and add two helper...
2013-01-19 Dmitri GribenkoDocumentation: remove more mentions of Tcl
2013-01-19 Dmitri GribenkoDocumentation: replace some non-ASCII characters by...
2013-01-19 Jakub StaszakInclude Support/ELF.h instead of Object/ELF.h. It is...
2013-01-19 Jordan Rose[analyzer] Don't show "Entered 'foo'" if 'foo' is implicit.
2013-01-19 David BlaikieEmit the function type of member function pointer types...
2013-01-19 Benjamin KramerlibclangSerialization also depends on the bitreader.
2013-01-19 Chris Lattnerupdate header comment.
2013-01-19 Chris Lattnerthese need the bitcode reader as well.
2013-01-19 Chris Lattnerfix the unit tests too.
2013-01-19 Chris Lattnerthese now depend on the bitcode reader too.
2013-01-19 Chris Lattnerthis depends on the bitcode reader, since it is using it.
2013-01-19 Chris LattnerBitstreamReader hasn't aged well. It's been hacked...
2013-01-19 Tobias Grossercmake: Install all polly include files
2013-01-19 Benjamin KramerLoopVectorizer: Emit memory checks into their own basic...
2013-01-19 Tobias Grosser[cindex.py] Add cache for CompletionChunk spellings
2013-01-19 Tobias Grosser[cindex.py] Replace CachedProperty with our own impleme...
2013-01-19 Tobias Grosser[cindex.py]: Speed up lookup of the completion kind
2013-01-19 Chandler CarruthReplace the 'final' keyword with 'LLVM_FINAL' as GCC...
2013-01-19 Chandler CarruthAllow the LLD CMake build to work with -std=gnu++0x...
2013-01-19 Chandler CarruthFix the build with libstdc++ v4.6 on Linux by supplying...
2013-01-19 Chandler CarruthRe-sort the #include lines which have gotten out of...
2013-01-19 Nadav RotemOn Sandybridge split unaligned 256bit stores into two...
2013-01-19 Craig TopperUse MVT instead of EVT when computing shuffle immediate...
2013-01-19 Chandler CarruthRe-sort all the headers. Lots of regressions have crept...
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-19 Chandler CarruthMove an input header file under an Inputs directory...
2013-01-19 Ted KremenekReapply r172878 with test case.
2013-01-19 Jason Molenda<rdar://problem/12350715>
2013-01-19 Richard SmithFix five more cases of tokens which can legally follow...
2013-01-19 Argyrios Kyrtzidis[PCH/Modules] Revert r172843, it caused a module to...
2013-01-19 Anna Zaks[analyzer] Suppress warnings coming out of macros defin...
2013-01-19 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-19 NAKAMURA TakumiWhitespace.
2013-01-19 Sean CallananExtended LLDB to handle blocks capturing 'self'
2013-01-19 NAKAMURA TakumiRevert r172878, "Reword warning about using a *static...
2013-01-19 Ted KremenekReword warning about using a *static* variable within...
2013-01-19 Renato GolinFix 80-col and early exit in cost model
2013-01-19 Greg Clayton<rdar://problem/13011717>
2013-01-19 Ted Kremenek-Wuninitialized: warn about uninitialized values result...
2013-01-19 Jakob Stoklund... Remove some register allocation order dependencies.
2013-01-18 Greg Clayton<rdar://problem/13010007>
2013-01-18 Andrew KaylorFixing behavior of ELFObjectFile::getSymbolFileOffset().
2013-01-18 Greg ClaytonDisassemble the vAttach packet.
2013-01-18 David GreenePass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags
2013-01-18 Han Ming Ong<rdar://problem/12976277>
2013-01-18 Nadav RotemOn Sandybridge loading unaligned 256bits using two...
2013-01-18 Jason MolendaAdd code to retreive the mach port # for each thread...
2013-01-18 Jordan RoseUse hexDigitValue in LLLexer.
2013-01-18 David BlaikieRemove windows line endings.
2013-01-18 Michael GottesmanImproved comment.
2013-01-18 Michael GottesmanFixed typo in comment.
2013-01-18 Matt Beaumont-GayRemove unused variable
2013-01-18 Jordan RoseAdopt llvm::hexDigitValue.
2013-01-18 Jordan RoseFix mismatched #endif.
2013-01-18 Douglas GregorOnce we've collected the template arguments for a
2013-01-18 DeLesley HutchinsThread-safety analysis: ignore edges from throw express...
2013-01-18 Eric ChristopherSplit out DW_OP_addr for the split debug info DWARF5...
2013-01-18 Richard SmithInclude ubsan runtime even when building a shared libra...
2013-01-18 Akira Hatanaka[mips] Enable inlining of atomic ops on mips32 and...
2013-01-18 Bill WendlingIf the attributes don't exist, just bail for now.
2013-01-18 Bill WendlingUse AttributeSet accessor methods instead of Attribute...
2013-01-18 Bill WendlingRemove unused parameter. Also use the AttributeSet...
2013-01-18 Jordan RoseAdd llvm::hexDigitValue to convert single characters...
2013-01-18 Michael J.... [Core] Fix passing an rvalue reference of ErrorOr.
2013-01-18 Bill WendlingUse the AttributeSet query method instead of the Attrib...
2013-01-18 Sean CallananMade the expression handle variables with
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-18 Tom StellardR600: Proper insert S_WAITCNT instructions
2013-01-18 Tom StellardR600: Optimize and cleanup KILL on SI
2013-01-18 Bill WendlingPush some more methods down to hide the use of the...
2013-01-18 Argyrios Kyrtzidis[PCH/Modules] Re-apply r172620 and r172629, now with...
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-18 Daniel Dunbar[Linker] Zap a dead typedef.
2013-01-18 Matt KopecUse insert instead of emplace until support/distributio...
2013-01-18 Benjamin KramerSilence GCC warning about dropping off a non-void function.
2013-01-18 Daniel Dunbar[Linker] Kill Linker::LoadObject which is dead, and...
2013-01-18 Daniel Dunbar[MC/Mach-O] Implement integrated assembler support...
2013-01-18 Dmitri GribenkoDocumentation: remove all mentions of DejaGNU and Tcl
2013-01-18 Eli BenderskyStreamline the mentions of grep and FileCheck in Testin...
2013-01-18 Nico WeberFix parsing of class specifiers before '\n' 'operator'.
2013-01-18 Jordan Rose[analyzer] Special path notes for C++ special member...
2013-01-18 Jordan Rose[analyzer] Do a better job describing C++ member functi...
2013-01-18 Manuel KlimekFix comment.
2013-01-18 Alexey SamsonovFix a typo from r172289
2013-01-18 Alexey SamsonovCMake: Generalize build rules for different arches...
2013-01-18 Alexander Potapenko[ASan] Fix the log_path option to use different log...
2013-01-18 Evgeniy Stepanov[sanitizer] Workaround broken mktemp on certain platforms.
next