platform/upstream/llvm.git
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.
2013-03-20 Enrico GranataMaking a manual mode of operation for measurements...
2013-03-20 Nadav RotemWhen computing the demanded bits of Load SDNodes, make...
2013-03-20 David BlaikieDebug Info: Swap the 2nd and 3rd parameters to DICompil...
2013-03-20 Enrico GranataMaking the test step count a member variable so that...
2013-03-20 Tobias GrosserCodePrepare: Do not require canonical induction variabl...
2013-03-20 Jakob Stoklund... Annotate the remaining SSE MOV instructions.
2013-03-20 Jakob Stoklund... Annotate SSE horizontal and integer instructions.
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-20 Reid Kleckner[ms-cxxabi] Mangle function pointer template arguments...
2013-03-20 Michael J.... [SymbolTable][Perf] Use hash_combine instead of a custo...
2013-03-20 Enrico GranataRenaming perf. main files from main.cpp to something...
2013-03-20 Michael LiaoCorrect cost model for vector shift on AVX2
2013-03-20 Jason MolendaChange DWARFCallFrameInfo from using a vector of Addres...
2013-03-20 Jakub StaszakRemove trailing spaces.
2013-03-20 Jordan Rose[analyzer] Appease buildbots: include template argument...
2013-03-20 Tobias GrosserScopDetect: Test case to verify that base pointers...
2013-03-20 James DennettDocumentation cleanup for MacroInfo.
2013-03-20 Enrico GranataMaking MemoryGauge work by fixing a Mach API call mista...
2013-03-20 Bill WendlingCall the new llvm_gcov_init function to register the...
2013-03-20 Bill WendlingCreate a coverage initialization function.
2013-03-20 Douglas Gregor<rdar://problem/12368093> Extend module maps with a...
2013-03-20 Chris Lattnerminor code style cleanup.
2013-03-20 Rafael EspindolaxlC doesn't like Header being both a type and a member...
2013-03-20 Rafael EspindolaAdd std prefixes to fix the build with xlc.
2013-03-20 Jakob Stoklund... Make sure TableGen exits with an error code after print...
2013-03-20 Jordan Rose[analyzer] Don't invalidate globals when there's no...
2013-03-20 Jordan Rose[analyzer] Track malloc'd memory into struct fields.
2013-03-20 Jordan Rose[analyzer] Invalidate regions indirectly accessible...
2013-03-20 Jordan Rose[analyzer] Remove strip of ElementRegion in CallEvent...
2013-03-20 Matt KopecAdd Linux support for reading/writing extended register...
2013-03-20 Tobias GrosserScopDetect: Add test cases for non-simple regions
2013-03-20 David BlaikieRefactor file/directory path in namespace debug info...
2013-03-20 David Blaikierefactoring file/directory for namespace debug info
next