platform/upstream/llvm.git
2013-03-22 David BlaikieReorder the DIFile field in DILexicalBlock to become...
2013-03-22 Chandler CarruthRemove the empty directory. Silly git-svn.
2013-03-22 Alexey Bataevtest commit
2013-03-22 Chandler CarruthRemove the ARM-specific variant of this test. It's...
2013-03-22 Argyrios KyrtzidisIntroduce LLVM_STATIC_ASSERT macro, which expands to...
2013-03-22 John McCallWarn about attempts to reinterpret_cast between two...
2013-03-22 Greg ClaytonMore cleanup to remove the CoreFoundation classes out...
2013-03-22 Greg ClaytonMuch more cleanup on the performance testing infrastruc...
2013-03-22 Chandler CarruthRevert r177543: Add timing of the IR parsing code with...
2013-03-22 Marshall ClowFix buffer read overflow in money_get::do_get(). Found...
2013-03-22 Marshall ClowFix undefined behavior in syntax_option_type::operator...
2013-03-22 John McCallFix a crash-on-valid where a block capture copy express...
2013-03-22 Jim InghamChange the AppleObjCTrampolineHandler to always run...
2013-03-22 Richard Smithubsan: Pass floating-point arguments to the runtime...
2013-03-22 Richard Smithubsan: Pass floating-point arguments to the runtime...
2013-03-22 Jason MolendaDon't try to read the eh_frame section out of a dSYM.
2013-03-22 Jack CarterFix the invalid opcode for Mips branch instructions...
2013-03-22 Douglas Gregor<rdar://problem/13479214> Make Clang's <stddef.h> robus...
2013-03-22 Jack CarterThis patch that enables the Mips assembler to use symbo...
2013-03-22 Richard SmithDon't forget to link in the C++-specific parts of the...
2013-03-21 Hal FinkelRemove the G8RC_NOX0_and_GPRC_NOR0 PPC register class
2013-03-21 Sean SilvaAdd TableGen ctags(1) emitter and helper script.
2013-03-21 Bill WendlingAlways forward 'resume' instructions to the outter...
2013-03-21 Hal FinkelFix a register-class comparison bug in PPCCTRLoops
2013-03-21 Jordan Rose[analyzer] scan-build: emit errors on stderr, and exit...
2013-03-21 David BlaikieRefactor the filename/directory information in DISubpro...
2013-03-21 David BlaikieUpdate debug info test case for more incoming DIBuilder...
2013-03-21 Bill WendlingAdd a query to tell if a landing pad has a catch-all.
2013-03-21 David BlaikieMove the DIFile in DISubprogram to the beginning to...
2013-03-21 David BlaikieUpdate debug info test case for an incoming change...
2013-03-21 Sean CallananModified the way we report fields of records.
2013-03-21 Douglas Gregor<rdar://problem/13477190> Give the Clang module cache...
2013-03-21 Jim InghamIf we stopped but no threads had a reason for stopping...
2013-03-21 Douglas Gregor<rdar://problem/13477190> On Darwin, use DARWIN_USER_TE...
2013-03-21 Jim InghamRemove some commented out code.
2013-03-21 Jack CarterThis patch enables the Mips .set directive to define...
2013-03-21 Hal FinkelImplement builtin_{setjmp/longjmp} on PPC
2013-03-21 David BlaikieFix indentation
2013-03-21 Renato GolinFix Darwin NEON FP and increase coverage
2013-03-21 Matt KopecSelect correct -std flag for CMake for different versio...
2013-03-21 Fariborz JahanianObjective-C: Tighten the rules when warning
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-21 David BlaikieGeneralize debug info tests to be forward compatible...
2013-03-21 Aaron BallmanThis ugly regex is required because on Windows, the...
2013-03-21 Benjamin KramerRemove unused variable.
2013-03-21 Benjamin KramerAvoid warnings from compilers that think you can drop...
2013-03-21 Aaron BallmanDelayed template parsing is not supported by the AST...
2013-03-21 Hal FinkelAdd support for spilling VRSAVE on PPC
2013-03-21 Hal FinkelCorrect PPC FRAMEADDR lowering using a pseudo-register
2013-03-21 Renato GolinAvoid NEON SP-FP unless unsafe-math or Darwin
2013-03-21 Bill WendlingUpdate some EH tests that were violating the new EH...
2013-03-21 Jordan Rose[analyzer] Print return values from debug.DumpCalls...
2013-03-21 Dmitry Vyukovtsan: better reporting of thread leaks
2013-03-21 Jim InghamThe outline of the stepping perf test case, doesn't...
2013-03-21 Tobias GrosserAdd failing test case
2013-03-21 Tobias GrosserDo not canonicalize indvars with scev based codegen
2013-03-21 Tobias GrosserRemove last uses of canoncial induction variable when...
2013-03-21 Tobias GrosserTempScop: Make assert more descriptive
2013-03-21 Dmitry Vyukovtsan: better reporting for races on vptr
2013-03-21 Dmitry Vyukovtsan: add flag to control symbolizer flush frequency
2013-03-21 Dmitry Vyukovtsan: intercept abort() to fflush() libc streams
2013-03-21 Dmitry Vyukovtsan: remove bogus CHECK
2013-03-21 Alexander KornienkoBetter block comment formatting.
2013-03-21 Alexey Samsonov[ASan] Switch ASan to generic ThreadRegistry from sanit...
2013-03-21 Alexander Potapenko[ASan] Let the users to invoke `clang -fsanitize=addres...
2013-03-21 Chandler CarruthHoist the definition of getTypeSizeInBits to be inlinab...
2013-03-21 Chandler Carruth[SROA] Prefix names using a custom IRBuilder inserter.
2013-03-21 Evgeniy Stepanov[msan] Add an option to disable poisoning of shadow...
2013-03-21 Dmitry Vyukovtsan: flush symbolizer cache if not symbolized for...
2013-03-21 Dmitry Vyukovtsan: add a comment about magic numbers
2013-03-21 Dmitry Vyukovtsan: use a single background thread for memory profile...
2013-03-21 Bob WilsonFix a typo.
2013-03-21 Greg ClaytonAdd correct file headers to all source files.
2013-03-21 Jason MolendaAdd a new method GetFunctionAddressAndSizeVector to...
2013-03-21 Greg ClaytonModify code to adhere to LLDB coding conventions.
2013-03-21 Meador Ingesimplify-libcalls: Removed unused variable
2013-03-21 Douglas Gregor<rdar://problem/13037793> Allow the names of modules...
2013-03-21 Matt ArsenaultFix missing std::. Not sure how this compiles for anyon...
2013-03-21 Meador IngeMove library call prototype attribute inference to...
2013-03-21 Richard SmithPer discussion on cxx-abi-dev, switch from comparing...
2013-03-21 Greg ClaytonAdded a lldb-perf test case that will be used to time...
2013-03-21 Greg ClaytonFixed the ValidOffsetForDataOfSize() to use simpler...
2013-03-21 Greg ClaytonSimplify the logic for DNBDataRef::ValidOffsetForDataOf...
2013-03-21 David BlaikieRemoving unused DISubprogram::getFile
2013-03-21 John McCallFurther weaken block conversion rules to permit blocks...
2013-03-21 Manman RenAdd more testing cases for tbaa.struct
2013-03-21 Jakob Stoklund... Add a WriteMicrocoded for ancient microcoded instructions.
2013-03-20 David BlaikieDebug info: refactor the first field of DICompileUnit...
2013-03-20 David BlaikieDebug info - generalize namespace test to not depend...
2013-03-20 Jakub StaszakUse pre-inc, pre-dec when possible.
2013-03-20 Jakub StaszakRemove 'else' after 'return'.
2013-03-20 Richard SmithSplit ubsan runtime into three pieces (compiler-rt...
2013-03-20 Richard SmithSplit ubsan runtime into three pieces (clang part):
2013-03-20 Shankar Easwaran[ELF][Hexagon][test] check .got.plt order
2013-03-20 Shankar Easwaran[X86_64][test] check that interp section is not emitted...
2013-03-20 Reid Kleckner[lit] Avoid CRLFs in bash scripts on Windows
2013-03-20 Bill WendlingAdd declaration for linux.
2013-03-20 Justin HolewinskiMake variable name more explicit and eliminate redundan...
2013-03-20 Jakob Stoklund... Model prefetches and barriers as loads.
2013-03-20 Jakob Stoklund... Add a catch-all WriteSystem SchedWrite type.
next