platform/upstream/llvm.git
2015-01-04 Yaron KerenFix default image name to 'a.exe' on Windows, instead...
2015-01-04 Michael KupersteinFix unused variable warning for non-asserts builds...
2015-01-04 Hal Finkel[PowerPC] Materialize i64 constants using bit inversion
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2015-01-04 Daniel Jasperclang-format: Re-enable comment re-indentation for...
2015-01-04 Nico WeberFix indentation. No behavior change.
2015-01-04 Nico WeberWrap to 80 columns, no behavior change.
2015-01-04 David MajnemerInstCombine: match can find ConstantExprs, don't assume...
2015-01-04 David MajnemerValueTracking: ComputeNumSignBits should tolerate missh...
2015-01-04 Nico WeberDocument that GetTypeForDeclarator() cannot return...
2015-01-04 Nico WeberCrash less enthusiasticially on _Atomic or __restrict__...
2015-01-04 Lang Hames[APFloat][ADT] Fix sign handling logic for FMA results...
2015-01-04 Nico WeberWrap to 80 columns, no behavior change.
2015-01-04 David MajnemerAST: Remove overzealous assertion from IsModifiable
2015-01-03 Saleem Abdulrasoolllvm-readobj: add support to dump COFF export tables
2015-01-03 Saleem AbdulrasoolARM: permit tail calls to weak externals on COFF
2015-01-03 David MajnemerParse: __attribute__((keyword)) shouldn't error
2015-01-03 Hal Finkel[PowerPC/BlockPlacement] Allow target to provide a...
2015-01-03 Aaron BallmanVolatile reads are side-effecting operations, but in...
2015-01-03 Hal Finkel[PowerPC] Use 16-byte alignment for modern cores for...
2015-01-03 Craig TopperMinor cleanup to all the switches after MatchInstructio...
2015-01-03 Craig TopperFix some formatting in tablegen output.
2015-01-03 Craig TopperReplace some 'unreachable' comments with llvm_unreachable.
2015-01-03 Alexey SamsonovRemove TSAN_DEBUG in favor of SANITIZER_DEBUG.
2015-01-03 Alexey SamsonovReplace DCHECK with DCHECK_LE where appropriate.
2015-01-03 David MajnemerValueTracking: Make computeKnownBits for Arguments...
2015-01-03 Kostya Serebryany[asan/tracing] extend the test a bit more, simplify...
2015-01-03 Kostya Serebryany[asan] extend coverage-tracing.cc test
2015-01-03 Hal Finkel[PowerPC] Add support for the CMPB instruction
2015-01-03 Saleem Abdulrasooltest: correct PE/COFF tests to build under MSVC mode
2015-01-03 Saleem AbdulrasoolReaderWriter: adjust ARM target addresses for exec
2015-01-03 Kostya Serebryany[asan] simplify the tracing code, make it use the same...
2015-01-03 Rafael EspindolaRemove -Werror from test.
2015-01-03 Rafael EspindolaReally don't warn about -flto/fno-lto :-(
2015-01-03 Craig Topper[X86] Disassembler support for move to/from %rax with...
2015-01-03 Craig Topper[X86] Use 32-bit sign extended immediate for 64-bit...
2015-01-02 Chandler Carruth[PM] Add proper documentation for the ModulePassManager and
2015-01-02 Chandler Carruth[PM] Actually include the correct file name. Sorry...
2015-01-02 Rafael EspindolaAlso avoid warning on -flto/-fno-lto on linux.
2015-01-02 Chandler Carruth[PM] Lift the majority of the template boilerplate...
2015-01-02 Rafael EspindolaDon't warn on unused -fno-lto.
2015-01-02 Chandler Carruth[PM] Fix some formatting where clang-format has improve...
2015-01-02 David BlaikieDebugInfo: Provide a less subtle way to set the debug...
2015-01-02 Saleem AbdulrasoolDriver: honour the clang-cl behaviour on ARM as well
2015-01-02 Alexey SamsonovRevert "Revert r224736: "[Sanitizer] Make CommonFlags...
2015-01-02 Saleem AbdulrasoolDriver: reuse getCompilerRT in place of addSanitizerRTW...
2015-01-02 David BlaikieTemporarily XFAIL fallout from r225083 while investigating.
2015-01-02 David BlaikieDebugInfo: Remove some now-unnecessary location handlin...
2015-01-02 Philip ReamesReformat statepoint documentation and fix a couple...
2015-01-02 David BlaikieDebugInfo: Fix cases where location failed to be update...
2015-01-02 Saleem AbdulrasoolReaderWriter: teach the writer about IMAGE_REL_ARM_BRAN...
2015-01-02 Saleem AbdulrasoolReaderWriter: teach the writer about IMAGE_REL_ARM_BLX23T
2015-01-02 Andrea Di BiagioImproved comments. No functional change intended.
2015-01-02 Chandler CarruthRevert r224736: "[Sanitizer] Make CommonFlags immutable...
2015-01-02 Craig Topper[X86] Bring some better consistency to the naming of...
2015-01-02 David MajnemerInstCombine: Detect when llvm.umul.with.overflow always...
2015-01-02 David MajnemerAnalysis: Reformulate WillNotOverflowUnsignedMul for...
2015-01-02 Craig Topper[X86] Make the instructions that use AdSize16/32/64...
2015-01-02 Chandler Carruth[SROA] Teach SROA to be more aggressive in splitting...
2015-01-02 Chandler Carruth[SROA] Make the computation of adjusted pointers not...
2015-01-02 Saleem AbdulrasoolReaderWriter: teach the writer about IMAGE_REL_ARM_MOV32T
2015-01-02 Nick LewyckyInstantiation of a CXXMethodDecl may fail when the...
2015-01-02 Chandler Carruth[SROA] Add a test case for r225068 / PR22080.
2015-01-02 Chandler Carruth[SROA] Fix the loop exit placement to be prior to index...
2015-01-01 Chandler Carruth[SROA] Fix two total think-os in r225061 that should...
2015-01-01 Tobias GrosserDrop all constant scheduling dimensions
2015-01-01 Hal Finkel[PowerPC] use UINT64_C instead of ul
2015-01-01 Michael GottesmanRevert "Just use a using directive in SmallMapVector...
2015-01-01 Chandler CarruthRevert r225053: Add an ArrayRef upcasting constructor...
2015-01-01 Chandler Carruth[SROA] Switch to using a more direct debug logging...
2015-01-01 Chandler Carruth[SROA] Fix formatting with clang-format which I managed...
2015-01-01 Chandler Carruth[SROA] Teach SROA how to much more intelligently handle...
2015-01-01 David MajnemerCodeGen: Don't crash when a lambda uses a local constex...
2015-01-01 Michael GottesmanJust use a using directive in SmallMapVector instead...
2015-01-01 Saleem Abdulrasooltest: fix tests/buildbots
2015-01-01 Saleem AbdulrasoolReaderWriter: teach the writer about IMAGE_REL_ARM_ADDR32
2015-01-01 Hal Finkel[PowerPC] Improve instruction selection bit-permuting...
2014-12-31 Michael GottesmanAdd 2x constructors for TinyPtrVector, one that takes...
2014-12-31 Michael GottesmanAdd a SmallMapVector class that is a MapVector with...
2014-12-31 Michael GottesmanAdd an ArrayRef upcasting constructor from ArrayRef...
2014-12-31 Saleem AbdulrasoolReaderWriter: teach PE/COFF backend about ARM NT
2014-12-31 David BlaikieXFAIL test on win32 due to missing __complex support
2014-12-31 Sanjay PatelInstCombine: fsub nsz 0, X ==> fsub nsz -0.0, X
2014-12-31 Rafael EspindolaAvoid building compiler-rt with LTO.
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Colin LeMahieuReverting 225045 and 225043 and XFAIL multiline.ll...
2014-12-31 Rafael EspindolaAdd a test for the recent compiler-rt build failure.
2014-12-31 Colin LeMahieu[Hexagon] Removing assertion to appease buildbot until...
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-31 Colin LeMahieu[Hexagon] Changing an llvm_unreachable to an assertion...
2014-12-31 Tom Stellardr600: get_work_dim: Update metadata syntax for LLVM 3.6
2014-12-31 Tom StellardRequire LLVM 3.6 and bump version to 0.1.0
2014-12-31 Ted Kremenek[analyzer] Include a couple more comments on using...
2014-12-31 Ted Kremenek[analyzer] Change ccc-analyzer to mimick behavior on...
2014-12-31 Craig Topper[X86] Update disassembler tests for absolute move instr...
2014-12-31 Craig Topper[X86] Fix disassembly of absolute moves to work correct...
2014-12-31 Craig Topper[x86] Simplify detection of jcxz/jecxz/jrcxz in disasse...
2014-12-31 David MajnemerInstCombine: try to transform A-B < 0 into A < B
2014-12-31 Andrew Wilkins[llgo] Elide alloca for unused received values in select
2014-12-31 Alexey SamsonovRevert "merge consecutive stores of extracted vector...
next