platform/upstream/llvm.git
2013-03-20 Chandler Carruth[SROA] Don't preserve the IR names in release builds.
2013-03-20 Chandler CarruthMove the endif to the correct line so we don't have...
2013-03-20 Chandler CarruthIntroduce some new statistics to help track the exact...
2013-03-20 David BlaikieReorder the DIFile parameter in DINameSpace
2013-03-20 Douglas GregorWork-in-progress documentation on the experimental...
2013-03-20 John McCallRemove some dead code.
2013-03-20 Hao LiuAdd a test case for PR15318 fixed in r177472
2013-03-20 Nick LewyckyDon't assume the test directory is writable, use %T...
2013-03-20 David BlaikieTest DW_TAG_namespace support in the backend
2013-03-20 David BlaikieProvide more details for DINameSpace debug info in...
2013-03-20 David BlaikieMake front-end debug info namespace test frontend-only...
2013-03-20 Shankar Easwaran[ELF][Hexagon] Add Hexagon dynamic relocations
2013-03-20 Shankar Easwaran[ELF] Interp section is only needed in dynamic executables
2013-03-20 Shankar Easwaran[ELF] Order .got.plt properly
2013-03-20 Douglas GregorMake sure that Module::ConfigMacrosExhaustive gets...
2013-03-20 Richard SmithTeach statement / declaration disambiguation about...
2013-03-20 Rafael EspindolaRemove the Tools DensMap from the toolchain.
2013-03-20 Michael LiaoFix PR15296
2013-03-20 Michael LiaoMark all variable shifts needing customizing
2013-03-20 Michael LiaoMove scalar immediate shift lowering into a dedicated...
2013-03-20 Nick LewyckyThe flag "-coverage-function-names-in-data" is actually...
2013-03-20 David BlaikieFix test case regression on ARM & PPC introduced r177239
2013-03-20 John McCallDon't look outside the innermost enclosing namespace...
2013-03-20 Hao LiuFix AsmPrinter crashes with assertion. Bug 15318 in...
2013-03-20 Reid Kleckner[ms-cxxabi] Fix assertion on unhandled function templat...
2013-03-20 Nick LewyckyMake clang emit linkage names in debug info for subprog...
2013-03-20 Jordan Rose[analyzer] Re-apply "Do part of the work to find shorte...
2013-03-20 Jordan Rose[analyzer] Break cycles (optionally) when trimming...
2013-03-20 David BlaikieRefactor the DIFile (2nd) parameter to DITypes to be...
2013-03-20 Douglas Gregor<rdar://problem/10796651> Introduce configuration macro...
2013-03-20 Justin HolewinskiPropagate DAG node ordering during type legalization...
2013-03-20 Marshall ClowFix bug in test; found by AddressSanitizer
2013-03-19 Chad RosierFix pr13145 - Naming a function like a register name...
2013-03-19 David BlaikieMove the DIFile operand to DITypes from the 4th operand...
2013-03-19 Jakob Stoklund... Annotate various null idioms with SchedRW lists.
2013-03-19 Jakob Stoklund... Annotate SSE float conversions with SchedRW lists.
2013-03-19 Jakob Stoklund... Annotate X86InstrCMovSetCC.td with SchedRW lists.
2013-03-19 Eric ChristopherFormatting fixups.
2013-03-19 David BlaikieSimplify/generalize some debug info test cases
2013-03-19 Sean CallananUpdated the IRExecutionUnit to keep local copies
2013-03-19 Jordan Rose[analyzer] Add an integer version of the Circle tests...
2013-03-19 Enrico GranataThe formatters for std::shared_ptr, std::weak_ptr,...
2013-03-19 Anna Zaks[analyzer] Do not believe lazy binding when symbolic...
2013-03-19 Howard HinnantMarshall Clow found this memory problem in strstream...
2013-03-19 Chad RosierDead code.
2013-03-19 Chad RosierDead code.
2013-03-19 Jordan Rose[analyzer] Add a test case for diagnostic suppression...
2013-03-19 Jordan RoseRevert "[analyzer] Do part of the work to find shortest...
2013-03-19 Matt KopecMark TestChangeValueAPI.py as expected fail with gcc...
2013-03-19 Chad Rosier[ms-inline asm] Move the immediate asm rewrite into...
2013-03-19 Quentin ColombetUpdate global merge pass according to Duncan's advices:
2013-03-19 Tobias GrosserScopDetect: Remove some redundant semicolons
2013-03-19 Howard HinnantThis is an optimization which produces improved launchi...
2013-03-19 Jakob Stoklund... Annotate X86InstrCompiler.td with SchedRW lists.
2013-03-19 Chad RosierTest case for r177439 and r177440.
2013-03-19 Chad Rosier[ms-inline asm] Remove the brackets from X86Operand...
2013-03-19 Chad Rosier[ms-inline asm] Create a helper function, CreateMemForI...
2013-03-19 Tobias GrosserIndependentBlocks: Add a couple of test cases.
2013-03-19 Bill WendlingRegister the GCOV writeout functions so that they're...
2013-03-19 Bill WendlingAdd a way to register and execute "writeout" functions.
2013-03-19 Fariborz JahanianObjective-C [qoi]: Provide improved parse diagnostics...
2013-03-19 Hal FinkelAdd a comment to the CodeGen/PowerPC/asym-regclass...
2013-03-19 Tobias GrosserScopDetection: Add a couple of test cases
2013-03-19 Arnaud A. de... IndVarSimplify: do not recompute an IV value outside...
2013-03-19 Ulrich WeigandAdd missing mayLoad flag to LHAUX8 and LWAUX.
2013-03-19 Ulrich WeigandRewrite LHAU8 pattern to use standard memory operand.
2013-03-19 Ulrich WeigandRewrite pre-increment store patterns to use standard...
2013-03-19 Ulrich WeigandExtend TableGen instruction selection matcher to improv...
2013-03-19 Ulrich WeigandFix sub-operand size mismatch in tocentry operands.
2013-03-19 Ulrich WeigandRemove an invalid and unnecessary Pat pattern from...
2013-03-19 Greg ClaytonUpdate Sketch test case to capture this and use accesso...
2013-03-19 Andy GibbsFix "control reaches end of non-void function" compilin...
2013-03-19 Hal FinkelPrepare to make r0 an allocatable register on PPC
2013-03-19 Edwin VaneDon't replace macro usage if macro body has NULL
2013-03-19 Nadav RotemOptimize sext <4 x i8> and <4 x i16> to <4 x i64>.
2013-03-19 Daniel JasperFix indentation for case: // comment.
2013-03-19 Adrian PrantlRelax test to allow for attributes on other architectur...
2013-03-19 Jakob Stoklund... Annotate X86InstrExtension.td with SchedRW lists.
2013-03-19 Jakob Stoklund... Annotate a lot of X86InstrInfo.td with SchedRW lists.
2013-03-19 Greg ClaytonFixed incorrect python that was trying to validate...
2013-03-19 Alexander KornienkoSplit long lines in multi-line comments.
2013-03-19 Chad RosierUpdate test for r177413.
2013-03-19 Chad Rosier[ms-inline asm] Move the size directive asm rewrite...
2013-03-19 Eli BenderskyUpdate documentation of llvm-link to reflect recent...
2013-03-19 Eli BenderskyRemove stale comment
2013-03-19 Alexey SamsonovFix for r177390: map values are pointers, use DeleteCon...
2013-03-19 Tobias Grossercindex.py: Handle NULL pointers when parsing translatio...
2013-03-19 Evgeniy Stepanov[asan] s/ASAN_POSIX/SANITIZER_POSIX/
2013-03-19 Eli BenderskyThe Linker interface has some dead code after the clean...
2013-03-19 Hal FinkelCleanup PPC64 unaligned i64 load/store
2013-03-19 Sean Silva[docs] Remove incorrect information about lit.
2013-03-19 Rafael EspindolaDon't try to set attributes in alias, they have none.
2013-03-19 Evgeniy Stepanov[sanitizer] More renamed macros.
2013-03-19 Evgeniy Stepanov[sanitizer] Replace more platform checks with SANITIZER...
2013-03-19 Rafael EspindolaRevert r177329.
2013-03-19 Rafael EspindolaGo back to using the integrated assembler on windows...
2013-03-19 Evgeniy Stepanov[sanitizer] Move ASan platform macros to sanitizer_comm...
2013-03-19 Alexey SamsonovDon't use --sysroot to linux SDK when building libprofi...
2013-03-19 Dmitry Vyukovtsan: fix build
2013-03-19 Dmitry Vyukovtsan: flush dead thread info earlier (when another...
next