platform/upstream/llvm.git
2013-07-29 Marshall ClowImplement N3421; comparison predicates<void>
2013-07-29 Nico RieckUse proper section suffix for COFF weak symbols
2013-07-29 Nico RieckProper va_arg/va_copy lowering on win64
2013-07-29 Aaron BallmanRe-application of 187310. Re-enabling warning C4275...
2013-07-29 Rafael EspindolaAdd support for the 's' operation to llvm-ar.
2013-07-29 Nico RieckMC: Support larger COFF string tables
2013-07-29 NAKAMURA TakumiExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
2013-07-29 Benjamin KramerSome Intel Penryn CPUs come with SSE4 disabled. Detect...
2013-07-29 Silviu BarangaAllow generation of vmla.f32 instructions when targetin...
2013-07-29 Robert Lyttontest commit
2013-07-29 Chandler CarruthTeach the AllocaPromoter which is wrapped around the...
2013-07-29 Daniel JasperFix build error caused by r187345.
2013-07-29 Daniel JasperInitial architecture for clang-tidy.
2013-07-29 Craig TopperReturn ExprError if both arguments to the mask form...
2013-07-29 Tobias GrosserRemove '-debug-only' from test case
2013-07-29 Tobias GrosserTempScop: Actually load Polly in this test case
2013-07-29 Tobias GrosserRemove second '-analyze' from command line
2013-07-29 Nadav RotemDon't vectorize when the attribute NoImplicitFloat...
2013-07-29 Tobias GrosserJSONImporter: Free new schedule if found invalid
2013-07-29 Tobias GrosserCodeGeneration: Fix double free in vector for
2013-07-29 NAKAMURA Takumiclang/test/Driver/cl.c: Don't attempt slash switches...
2013-07-28 Rafael EspindolaFix -Wdocumentation warnings.
2013-07-28 Chandler CarruthUpdate comments for SSAUpdater to use the modern doxyge...
2013-07-28 Craig TopperFix up formatting. No functional change.
2013-07-28 Craig TopperRemove use of sprintf added to X86 disassembler tablege...
2013-07-28 Howard HinnantGlen: Minor tweaks to locale.cpp to help it compile...
2013-07-28 Aaron BallmanPartial revert of 187310; it seems MSVC 10 still spits...
2013-07-28 Rafael EspindolaTry single quotes to fix the msys bot:
2013-07-28 Rafael EspindolaAvoid crashing if a directory has no pch files.
2013-07-28 Rafael EspindolaUse a slightly smaller hammer to make this pass.
2013-07-28 Chandler CarruthTemporarily revert r187323 until I update SSAUpdater...
2013-07-28 Tobias Grossergitattributes: .png and .txt are no text files
2013-07-28 Elena Demikhovskyfixed compilation issue
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2013-07-28 Chandler CarruthNow that mem2reg understands how to cope with a slightl...
2013-07-28 Chandler CarruthThread DataLayout through the callers and into mem2reg...
2013-07-28 Rui Ueyama[PECOFF] Simplicy FileCOFF ctor. No functionality change.
2013-07-28 Bill Schmidt[PowerPC] Add comment explaining preprocessor directive.
2013-07-28 Bill SchmidtRevert 187318
2013-07-28 Bill Schmidt[PowerPC] Remove unnecessary preprocessor checking.
2013-07-28 Rui UeyamaRemoved unnecessary parameter.
2013-07-27 Nadav RotemUpdate the comment
2013-07-27 Bob WilsonReduce stack frame size by avoiding a large token vecto...
2013-07-27 Michael Gottesman[APFloat] Make all arithmetic operations with NaN produ...
2013-07-27 Michael Gottesman[APFloat] Move setting fcNormal in zeroSignificand...
2013-07-27 Michael Gottesman[APFloat] Removed nextafter from missing operations...
2013-07-27 Aaron BallmanRe-enabling some more MSVC warnings; all of these compi...
2013-07-27 Matt ArsenaultMinor code simplification suggested by Duncan
2013-07-27 Benjamin Kramermodularize: Remove default case from fully covered...
2013-07-27 Tobias GrosserTemporary disable a test until I finished the fix
2013-07-27 Benjamin KramerDwarfDebug: MD5 is always little endian, bswap on big...
2013-07-27 Chandler CarruthCreate a constant pool symbol for the GOT in the ARMCGB...
2013-07-27 Chandler CarruthFix yet another memory leak found by the vg-leak bot...
2013-07-27 Chandler CarruthFix a memory leak in the debug emission by simply not...
2013-07-27 Rafael EspindolaLooks like this test crashes. Add --crash to not for...
2013-07-27 Chandler CarruthFix a memory leak in the hexagon scheduler. We call...
2013-07-27 Chandler CarruthTurn off pipefail on msan tests to match the other...
2013-07-27 Chandler CarruthDon't use all the #ifdefs to hide the stats counters...
2013-07-27 Chandler CarruthMerge the removal of dead instructions and lifetime...
2013-07-27 Hans WennborgFix test/Driver/cl.c.
2013-07-27 Craig TopperFix formatting. No functional change.
2013-07-27 Aaron BallmanRe-enabling a warning in MSVC mode now that r187292...
2013-07-27 Aaron BallmanUsing the function pointer instead of the function...
2013-07-27 Tom StellardSimplifyCFG: Add missing tests from r187278
2013-07-27 John ThompsonFixed checkin of wrong old files. Hopefully this is...
2013-07-27 Nick LewyckyUpdate this CMakeLists.txt for r187283 too.
2013-07-27 Manman RenDebug Info Verifier: verify SPs in llvm.dbg.sp.
2013-07-27 Nick LewyckyAlso update CMakeLists.txt for r187283.
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-07-27 John ThompsonFixed missing checkin.
2013-07-27 Rui Ueyama[PECOFF] Skip a section if there's no atom in the section.
2013-07-27 Hans Wennborgclang-cl: add support for the /? and /help options
2013-07-27 Aaron BallmanRe-enabling some more MSVC warnings; all of these compi...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-26 John ThompsonFixed case change that caused the test failure. Incorp...
2013-07-26 Eli FriedmanDon't build expressions for invalid casts.
2013-07-26 Richard SmithHandle a difference in lambda return type deduction...
2013-07-26 Rafael EspindolaDisable pipefail for lsan.
2013-07-26 Rafael Espindoladisable pipefail for ubsan.
2013-07-26 Rafael EspindolaDisable pipefail for ThreadSanitizer.
2013-07-26 Rafael EspindolaMove the default back to pipefail. I accidentally rever...
2013-07-26 Jim InghamDocument "show args" -> "settings show target.run-args"
2013-07-26 Rafael Espindoladisable pipefail on asan for now.
2013-07-26 Rafael EspindolaPropagate pipefail when cloning.
2013-07-26 Nadav RotemSLP Vectorier: Don't vectorize really short chains...
2013-07-26 Richard SmithPR16708: If a lambda has an implicit return type, don...
2013-07-26 Nadav RotemSLP Vectorizer: Disable the vectorization of non power...
2013-07-26 Jason MolendaFix the logging messages for SBFrame::FindRegister().
2013-07-26 Rafael EspindolaAdd not to commands that fail.
2013-07-26 Rui Ueyama[PATCH] [PECOFF] Fill size field of IMAGE_DATA_DIRECTORY
2013-07-26 Rafael EspindolaUse pipefail when available.
2013-07-26 Rafael Espindolanext batch of -disable-debug-info-verifier
2013-07-26 Rui Ueyama[PECOFF][Driver] Add ".lib" extension to the path given...
2013-07-26 Rui Ueyama[PECOFF][Driver] Add a library file even if it does...
2013-07-26 Howard HinnantI had a buffer mismanagement bug in the demangler.
2013-07-26 Rafael EspindolaRevert "[PowerPC] Improve consistency in use of __ppc__...
2013-07-26 Owen AndersonFix variable name.
2013-07-26 Aaron BallmanRe-enabling the C4065 warning for MSVC builds as it...
2013-07-26 Bill WendlingUse the new boolean to StringRef function to generate...
2013-07-26 Bill WendlingUse a non-c'tor for converting a boolean into a StringRef.
next