platform/upstream/llvm.git
2015-01-07 Duncan P. N... IR: Add MDNode::isDistinct()
2015-01-07 Sean Silva[LangRef] PR22118: Hyphen is allowed in IR identifiers.
2015-01-07 Adrian PrantlUpdate a comment.
2015-01-07 Vince Harronlldb-platform - static link all llvm dependencies
2015-01-07 Duncan P. N... Linker: Don't use MDNode::replaceOperandWith()
2015-01-07 Tobias Grossertodo: Remove some redundant topics
2015-01-07 Chandler CarruthTest commit to check the new git mirror.
2015-01-07 Alexey SamsonovXFAIL several MCJIT EH tests under ASan and MSan bootstrap.
2015-01-07 Ahmed Bougacha[CodeGen] Use MVT iterator_ranges in legality loops...
2015-01-07 Tobias Grosserwww: Make sure the main content pane does not overlap...
2015-01-07 Tobias Grossertodo: Adding native OpenSCoP support to Polly does...
2015-01-07 Kaelyn TakataHandle OpaqueValueExprs more intelligently in the Trans...
2015-01-07 Tobias GrosserAdd updated TODO list
2015-01-07 Ahmed Bougacha[CodeGen] Add iterator_range for the MVT::SimpleValueTy...
2015-01-07 Alexey SamsonovFix uninitialized memory read in llvm-dsymutil for...
2015-01-07 Rafael EspindolaAdd a test that would have found the issue in r224935.
2015-01-07 Chandler Carruth[git] Mark the llgo directory in the LLVM gitignore.
2015-01-07 Kevin EnderbySlightly refactor things for llvm-objdump and the ...
2015-01-07 Tom StellardR600/SI: Remove VReg_32 register class
2015-01-07 Marshall ClowAdd tests to check the typedefs from the result of...
2015-01-07 Olivier SallenaveMore FMA folding opportunities.
2015-01-07 Adrian PrantlReapply: Teach SROA how to update debug info for fragme...
2015-01-07 Adrian PrantlDebug info: Allow aggregate types to be described by...
2015-01-07 Colin LeMahieu[Hexagon] Fix 225372 USR register is not fully complete...
2015-01-07 Marshall ClowMissed one comparison test in r225375
2015-01-07 Marshall ClowIn C++03, a bunch of the arithmetic/logical/comparison...
2015-01-07 Colin LeMahieu[Hexagon] Adding floating point classification and...
2015-01-07 Tom StellardR600/SI: Add a V_MOV_B64 pseudo instruction
2015-01-07 Colin LeMahieu[Hexagon] Adding encodings for v5 floating point instru...
2015-01-07 Colin LeMahieu[Hexagon] Adding encoding for popcount, fastcorner...
2015-01-07 Renato GolinXFAIL AArch64 UBsan test, just like ARM
2015-01-07 Tom StellardR600/SI: Teach SIFoldOperands to split 64-bit constants...
2015-01-07 Olivier SallenaveTest commit
2015-01-07 Ahmed Bougacha[X86] Fix 512->256 typo in comments. NFC.
2015-01-07 Philip ReamesAdd a missing file from 225365
2015-01-07 Philip ReamesIntroduce an example statepoint GC strategy
2015-01-07 Nico WeberSlightly simplify the test from r225361.
2015-01-07 Nico Weberclang-format: Let Chromium use the Google default for...
2015-01-07 Ahmed Bougacha[CodeGen] Add MVT::FIRST_VALUETYPE to avoid explicit...
2015-01-07 Nico WeberRevert r225085, it caused PR22096.
2015-01-07 David MajnemerX86: Allow the stack probe size to be configurable...
2015-01-07 Adrian PrantlDebug info: pass in the correct size for a pointer...
2015-01-07 Tom StellardR600/SI: Refactor SIFoldOperands to simplify immediate...
2015-01-07 Ahmed Bougacha[X86] Teach FCOPYSIGN lowering to recognize constant...
2015-01-07 Rafael EspindolaImprovements to emacs packages for llvm and tablegen...
2015-01-07 Aaron BallmanReverting r225319; since there is a folder named Exampl...
2015-01-07 Aaron BallmanManually specify the folder that Kaleidescope should...
2015-01-07 Aaron BallmanManually specify the folder that llvm-ranlib should...
2015-01-07 Daniel Jasperclang-format: Understand single-line comments at the...
2015-01-07 Jonas PaulssonNew method SDep::isNormalMemoryOrBarrier() in ScheduleD...
2015-01-07 Jonas PaulssonFix typos in comment and option help texts.
2015-01-07 Daniel Jasperclang-format: Fix unary operator detection.
2015-01-07 Charlie Turner[ARM] Add missing Tag_DIV_use tests.
2015-01-07 Asiri RathnayakeFix regression in r225266.
2015-01-07 Chandler Carruth[PM] Give slightly less horrible names to the utility...
2015-01-07 Craig Topper[X86] Merge a switch statement inside a default case...
2015-01-07 Craig Topper[X86] Don't mark the shift by 1 instructions as isConve...
2015-01-07 Craig Topper[X86] Remove some unused TYPE enums from the disassembler.
2015-01-07 Tobias GrosserUse explicit StringRef Type
2015-01-07 Karthik BhatRevert r225165 and r225169
2015-01-07 Nico WeberFix comment typo.
2015-01-07 Saleem AbdulrasoolPE/COFF: teach ARMNT backend about ADDR32NB for exports
2015-01-07 Ahmed Bougacha[ADT][SmallVector] Flip an assert comparison to avoid...
2015-01-07 Kostya Serebryany[asan] add flag quarantine_size_mb, deprecate quarantin...
2015-01-07 Alexey Samsonov[TSan] Fix Go build.
2015-01-07 Duncan P. N... IR: Remove MDNode::getWhenValsUnresolved()
2015-01-07 Duncan P. N... Remove invalid TODO
2015-01-07 Chandler Carruth[PM] Fix a pretty nasty bug where the new pass manager...
2015-01-07 Oleksiy VyalovMake DynamicLoaderPOSIXDYLD::DidAttach to deduce a...
2015-01-07 Tom StellardR600/SI: Add check for amdgcn triple forgotten in r225276.
2015-01-07 Rui Ueyama[ELF] Remove {ELF,}GNULinkerScript.
2015-01-07 David MajnemerAnalysis: Reformulate WillNotOverflowUnsignedAdd for...
2015-01-07 David MajnemerInstCombine: Just a small tidy-up
2015-01-07 Alexey Samsonov[Sanitizer] Change the runtime flag representation.
2015-01-07 Tobias GrosserDo not use a const Twine here
2015-01-07 Hal Finkel[PowerPC] Transform a README.txt entry into a FIXME
2015-01-06 Nico WeberFix grammar-o in comment.
2015-01-06 Kostya Serebryany[asan] add a flag soft_rss_limit_mb
2015-01-06 Rafael EspindolaSuppress clang warnings in a codegen test.
2015-01-06 Duncan P. N... cmake: Fix 'examples' target after r225319
2015-01-06 Duncan P. N... Kaleidoscope: Value => Metadata
2015-01-06 Duncan P. N... cmake: Add 'examples' target
2015-01-06 Duncan P. N... cmake: Add Kaleidoscope target
2015-01-06 Vince HarronAdds UriParser::Parse and unit tests
2015-01-06 Greg ClaytonFix needed for the new terminal test I previously check...
2015-01-06 Eric ChristopherAdd a subdirectory in CMake for Chapter 8.
2015-01-06 Matt ArsenaultAdd __builtin_amdgpu_class
2015-01-06 Rui UeyamaConvert CoreInputGraph.
2015-01-06 Hal Finkel[PowerPC] Add support for -mcmpb
2015-01-06 Lang HamesRevert r224935 "Refactor duplicated code. No intended...
2015-01-06 Matt ArsenaultR600/SI: Add combine for isinfinite pattern
2015-01-06 Matt ArsenaultAdd isNegative helper to ConstantFPSDNode
2015-01-06 Matt ArsenaultAdd isInfinity helper to ConstantFPSDNode
2015-01-06 Matt ArsenaultR600/SI: Pattern match isinf to v_cmp_class instructions
2015-01-06 Matt ArsenaultR600/SI: Add basic DAG combines for fp_class
2015-01-06 Matt ArsenaultR600/SI: Add class intrinsic
2015-01-06 Matt ArsenaultFix using wrong intrinsic in test
2015-01-06 Rafael EspindolaUpdate for .ll syntax change.
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2015-01-06 Hal Finkel[PowerPC] Reuse a load operand in int->fp conversions
next