platform/upstream/llvm.git
2014-12-05 Zachary TurnerImplement an empty DynamicLoader plugin for Windows.
2014-12-05 Colin LeMahieu[Hexagon] Adding DoubleRegs decoder. Moving C2_mux...
2014-12-05 Adrian PrantlFix a bug when pretty-printing DW_OP_deref.
2014-12-05 Adrian PrantlRegenerate this stale testcase from source.
2014-12-05 Ahmed Bougacha[CodeGenPrepare] Use variables for reused values. NFC.
2014-12-05 Matt ArsenaultWorkaround attribute ordering issue with kernel only...
2014-12-05 Matt ArsenaultUse else if when checking multiple attributes.
2014-12-05 Colin LeMahieu[Hexagon] [NFC] Rearranging patterns and mux instruction.
2014-12-05 Colin LeMahieu[Hexagon] [NFC] Rearranging def order.
2014-12-05 Rafael EspindolaRefactor duplicated code. NFC.
2014-12-05 Colin LeMahieu[Hexagon] Adding combine reg-reg forms.
2014-12-05 Zachary TurnerFix compilation errors after clang modules checkin.
2014-12-05 Sergey Matveev[ASan] Refactor thread starting code.
2014-12-05 Colin LeMahieu[Hexagon] Marking several instructions as isCodeGenOnly...
2014-12-05 Rafael EspindolaBe less conservative about when we build the gold plugin.
2014-12-05 Sergey Matveev[LSan] Rewrite the test from r223419 to not use C++11.
2014-12-05 Aaron BallmanAmending r223468 with this documentation change.
2014-12-05 Benjamin KramerLLVMContext: Store APInt/APFloat directly into the...
2014-12-05 Sergey Matveev[ASan] Fix Win build following r223419.
2014-12-05 Asiri RathnayakeImprovements to ARM assembler tests
2014-12-05 Rafael EspindolaSmall cleanup on how we clear constant variables. NFC.
2014-12-05 Chad RosierUpdate TargetTriple format info.
2014-12-05 Chad RosierFix typos in llvm/IR/Module.h
2014-12-05 Chad RosierFix Typos in include/clang-c/Index.h
2014-12-05 Rafael EspindolaUse an early return. NFC.
2014-12-05 Dmitry Vyukovtsan: fix test
2014-12-05 Aaron BallmanModify __has_attribute so that it only looks for GNU...
2014-12-05 Aaron BallmanAdded a new preprocessor macro: __has_declspec_attribut...
2014-12-05 Aaron BallmanTemporarily reverting r223443 due to bot breakage.
2014-12-05 Evgeniy Stepanov[msan] Avoid extra origin address realignment.
2014-12-05 Aaron BallmanFix a warning with generating the attribute documentati...
2014-12-05 Will NewtonELF: Use ELF reloc .def files to reduce duplication
2014-12-05 Andrea Di Biagio[X86] Avoid introducing extra shuffles when lowering...
2014-12-05 Alexander Kornienko[clang-tidy] Add clang-tidy check for unique_ptr's...
2014-12-05 Daniel Jasperclang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS.
2014-12-05 Dmitry Vyukovtsan: protect trace memory range on startup
2014-12-05 David MajnemerDriver: Objective-C should respect -fno-exceptions
2014-12-05 Charlie TurnerAdd missing FP build attribute tests.
2014-12-05 David MajnemerDriver: Cleanup -fexceptions behavior
2014-12-05 Stephane SezerFix a crash in dotest.py when the lldb executable is...
2014-12-05 Alexey Bataev[OPENMP] Test for 'omp barrier' directive
2014-12-05 Alexey Bataev[OPENMP] Codegen for 'omp barrier' directive.
2014-12-05 Richard Smith[modules] Instead of storing absolute paths in a .pcm...
2014-12-05 Hal FinkelRevert "r223440 - Consider subregs when calling MI...
2014-12-05 Vince HarronReverting r223423, test timeout
2014-12-05 Hal FinkelConsider subregs when calling MI::registerDefIsDead...
2014-12-05 Duncan P. N... ADT: Remove GetStringMapEntryFromValue()
2014-12-05 Duncan P. N... IR: Stop relying on GetStringMapEntryFromValue()
2014-12-05 Sean CallananAdded CMake support so all the Clang modules code
2014-12-05 Sean CallananChanges to the expression parser to actually use
2014-12-05 Sean CallananAdditional changes required by r223433.
2014-12-05 Sean CallananRemoved a stray directory.
2014-12-05 Sean CallananThis is the meat of the code to add Clang modules
2014-12-05 Sean CallananAdded the LLDB enumeration necessary to find the
2014-12-05 Sean CallananAdded support to Platform to indicate (1) whether the
2014-12-05 Sean CallananAdd support for embedding Clang compiler headers
2014-12-05 Eric ChristopherHave the driver and the target code agree on what the...
2014-12-05 Adrian PrantlCleanup: Calls to getDwarfRegNum() may actually fail...
2014-12-05 Adrian PrantlAdd a comment.
2014-12-05 Anton Yartsev[analyzer] Eliminated endless loop.
2014-12-05 Paul RobinsonMake GetSVN.cmake do its VCS queries with native CMake...
2014-12-05 Rafael EspindolalinkGlobalVariableProto never returns null. Simplify...
2014-12-05 Vince HarronKill any python test script that takes more than 5...
2014-12-05 Eric ChristopherUse isOSBinFormatMachO() instead of comparing the objec...
2014-12-05 Eric ChristopherRename the x86 isTargetMacho to isTargetMachO for unifo...
2014-12-05 Eric ChristopherBoth of these subtargets have functions that check...
2014-12-05 Sergey Matveev[ASan, LSan] Improve tracking of thread creation.
2014-12-05 Rafael EspindolaMove merging of alignment to a central location. NFC.
2014-12-05 Rafael EspindolaAdd a few extra cases to the test. NFC.
2014-12-04 Kevin EnderbyRe-add support to llvm-objdump for Mach-O universal...
2014-12-04 Ahmed Bougacha[X86] Delete dead code in fcopysign lowering. NFC.
2014-12-04 Rafael EspindolaConvert test to use an extra Input file. NFC.
2014-12-04 Nico RieckParse qualifiers after comma in declarator lists as...
2014-12-04 Nico RieckRecognize __unaligned keyword after type specifier
2014-12-04 Rui UeyamaRemove extra semicolon.
2014-12-04 Alexey SamsonovRevert "Fix UBSan report in StringMap implementation."
2014-12-04 Adrian PrantlSimplify implementation and testcase of r223401 based...
2014-12-04 Aaron BallmanAdding a FIXME to the code, based on a discussion in...
2014-12-04 Alexey SamsonovFix UBSan report in StringMap implementation.
2014-12-04 Adrian PrantlDebug info: If the RegisterCoalescer::reMaterializeTriv...
2014-12-04 Eric ChristopherFix a bunch of -Winconsistent-missing-override warnings.
2014-12-04 Hans WennborgAdd some tests for SimplifyCFG's TurnSwitchRangeIntoICm...
2014-12-04 Hans WennborgAdd some tests for SimplifyCFG's ConstantFoldTerminator...
2014-12-04 Rafael EspindolaAlso use --icf=safe if we are being linked by gold.
2014-12-04 Zachary TurnerFix a minor error where I forgot to declare a variable.
2014-12-04 Zachary TurnerRevert "Use timeout when reading debugserver's port...
2014-12-04 Yaron KerenSilence warning: "NOMINMAX" redefined.
2014-12-04 Roman DivackyAdd a FIXME as requested by Renato Golin.
2014-12-04 Yaron KerenSilence warning: variable 'buffer' set but not used.
2014-12-04 David MajnemerRevert "Fix a build breakage. Looks like the LLVM side...
2014-12-04 Hans WennborgCMake: build DLLs in the right directory and include...
2014-12-04 Peter CollingbourneRoll gofrontend to 2a85649c19e1.
2014-12-04 Matt ArsenaultAdd attributes for AMDGPU register limits.
2014-12-04 Bruno Cardoso... [x86] Fix isOffsetSuitableForCodeModel kernel code...
2014-12-04 Weiming Zhao[AArch64] Combining Load and IntToFp should check for...
2014-12-04 Asiri RathnayakeFix yet another unseen regression caused by r223113
2014-12-04 Jonathan RoelofsFix thumbv4t indirect calls
2014-12-04 Enrico GranataWe should not pretend that an int is a valid ObjC point...
2014-12-04 Philip ReamesAdd a test case for argument type coercion in an invoke...
2014-12-04 Greg ClaytonRemove dead code from SymbolFileDWARF:
next