platform/upstream/llvm.git
2015-02-10 Duncan P. N... Verifier: Check for valid tags in debug nodes
2015-02-10 Duncan P. N... IR: Add accessors to MDExpression
2015-02-10 Duncan P. N... Verifier: Add simple checks for MDLocation
2015-02-10 Rui UeyamaDriver: Replace switch cases with ifs.
2015-02-10 Duncan P. N... Verifier: Create stubs for specialized metadata nodes
2015-02-10 Duncan P. N... AsmParser: Add stubs for specialized MDNodes, NFC
2015-02-10 Rui UeyamaRemove trailing space.
2015-02-10 David MajnemerX86: Emit an ABI compliant prologue and epilogue for...
2015-02-10 Duncan P. N... IR: Add specialized debug info metadata nodes
2015-02-10 Chaoren LinAdd JSON.cpp to CMakeLists.txt
2015-02-10 Eric ChristopherMigrate PPCAsmPrinter's subtarget from reference to...
2015-02-10 Lang Hames[Orc] Back out one of the GCC ICE workarounds from...
2015-02-10 Enrico GranataAdd a JSON producer to LLDB - this is a set of classes...
2015-02-10 David BlaikieFix the clang -Werror build (-Wunused-variable)
2015-02-10 Philip ReamesAdjust how we avoid poll insertion inside the poll...
2015-02-10 Aaron BallmanReverting r228628; it broke at least one builder due...
2015-02-09 Adrian PrantlDebug info: When updating debug info during SROA, do...
2015-02-09 Adrian PrantlDebug info: Use DW_OP_bit_piece instead of DW_OP_piece...
2015-02-09 Colin LeMahieu[Hexagon] Adding missing load instructions and removing...
2015-02-09 Duncan P. N... ADT: Allow up to 18 arguments in hash_combine()
2015-02-09 Aaron BallmanOn Windows, we now use RaiseException to generate the...
2015-02-09 Colin LeMahieu[Hexagon] Factoring classes out of some load patterns...
2015-02-09 Ramkumar Ramachandra[Statepoint] Improve two asserts, fix some style (NFC)
2015-02-09 Ramkumar RamachandraPlaceSafepoints: modernize gc.result.* -> gc.result
2015-02-09 Gabor Horvath[Static Analyzer] The name of the checker that reports...
2015-02-09 Duncan P. N... DebugInfo: Remove DW_TAG_constant
2015-02-09 Philip ReamesUpdate file comment to clarify points highlighted in...
2015-02-09 Philip ReamesUse range for loops in PlaceSafepoints (NFC)
2015-02-09 Duncan P. N... IR: Take uint64_t in DIBuilder::createExpression()
2015-02-09 Philip ReamesIntroduce more tests for PlaceSafepoints
2015-02-09 Chris BienemanRevert "Raising minimum required CMake version to 2...
2015-02-09 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-02-09 Colin LeMahieu[Hexagon] Removing more V4 predicates since V4 is the...
2015-02-09 Ben LangmuirBe more conservative about gethostname()'s truncating...
2015-02-09 Philip ReamesMinor test cleanup
2015-02-09 Ramkumar RamachandraMemDerefPrinter: Require DataLayoutPass for higher...
2015-02-09 Philip ReamesAdd basic tests for PlaceSafepoints
2015-02-09 Duncan P. N... Verifier: Const-qualify Metadata, NFC
2015-02-09 Duncan P. N... IR: Document horrible abuse of loose DIDescriptor, NFC
2015-02-09 Duncan P. N... IR: Remove dead code in DITemplate*
2015-02-09 Ramkumar RamachandraisDereferenceablePointer: look through gc.relocate...
2015-02-09 Colin LeMahieu[Hexagon] Removing v2-4 flags. V4 is the minimum suppo...
2015-02-09 Ben LangmuirDiagnose timeouts in the LockFileManager and delete...
2015-02-09 Ben LangmuirReduce the LockFileManager timeout, and provide unsafeR...
2015-02-09 Colin LeMahieu[Hexagon] Factoring classes out of store patterns.
2015-02-09 Ben LangmuirUpdate r228592 for when gethostname() returns an error
2015-02-09 Colin LeMahieu[Hexagon] Formatting v5 TD file. Removing commented...
2015-02-09 Ramkumar RamachandraMemDepPrinter: cleanup a few loops (NFC)
2015-02-09 Sanjoy DasAddress post-commit review for rL228587: make it explic...
2015-02-09 Ben LangmuirAdd missing include from r228592
2015-02-09 Colin LeMahieu[Hexagon] Cleaning up definition formatting.
2015-02-09 Ben LangmuirAdd the hostname to the module hash to avoid sharing...
2015-02-09 David BlaikieDebugInfo: Refactor default arg handling into a common...
2015-02-09 Zachary TurnerDont' use O_CLOEXEC on Windows, since it doesn't exist.
2015-02-09 David BlaikieDebugInfo: Suppress the location of instructions in...
2015-02-09 David BlaikieDebugInfo: Suppress the location of instructions in...
2015-02-09 Sanjoy DasClarify the wording on what it means for a SCEVAddRecEx...
2015-02-09 Sanjoy DasBugfix: SCEV incorrectly marks certain add recurrences...
2015-02-09 Lang Hames[Orc] Revert r228567 (GCC ICE workaround) - it doesn...
2015-02-09 Hafiz Abid... Fix MI notification test case on Linux.
2015-02-09 Samuel BenzaquenVerify assign operator signatures.
2015-02-09 Pavel LabathFix TestFdLeak.py on Mac.
2015-02-09 Sanjay Patelfixed to test features, not CPUs
2015-02-09 Kit BartonThis change implements the following three logical...
2015-02-09 Sanjay Patelrename variable to give it some meaning; remove obvious...
2015-02-09 Sanjay Patelfix comment that didn't match the code; remove unnecess...
2015-02-09 Hafiz Abid... Fix test case for data-disassemble instruction in lldb-mi.
2015-02-09 Hafiz Abid... Fix test case failure on Linux.
2015-02-09 Tobias Grosserisl is now distributed with polly
2015-02-09 Ilia KRemove forgotten file test/tools/lldb-mi/TestMiProgramA...
2015-02-09 Timur Iskhodzhanov[ASan/Win] Add a test case for PR22431
2015-02-09 Johannes DoerfertAllow ScalarEvolution to catch more min/max cases
2015-02-09 Benjamin KramerUpdate cxx_status to list features implemented in Clang...
2015-02-09 Pavel LabathFix descriptor leak in multi-target debugging
2015-02-09 Lang Hames[Orc] Try another workaround for the GCC 4.7.2 ICE...
2015-02-09 Lang Hames[Orc] Tweak lambda capture lists to try to avoid an...
2015-02-09 Akira HatanakaFix a bug in DemoteRegToStack where a reload instructio...
2015-02-09 David MajnemerMC: Calculate intra-section symbol differences correctl...
2015-02-09 Lang Hames[Orc] Fix the MSVC bots by using LLVM_EXPLICIT rather...
2015-02-09 Craig Topper[X86] Remove 256-bit and 512-bit memop pattern fragment...
2015-02-09 Craig Topper[X86] Remove 'memop' uses from AVX512. Use 'load' instead.
2015-02-09 Tim NorthoverDeadArgElim: fix mismatch in accounting of array return...
2015-02-09 Tim NorthoverDeadArgElim: assess uses of entire return value aggregate.
2015-02-09 Lang Hames[Orc] Add a JITSymbol class to the Orc APIs, refactor...
2015-02-09 Ramkumar RamachandraInstCombine: propagate nonNull through assume
2015-02-09 Ramkumar Ramachandra[emacs] Get llvm-mode to font-lock "personality"
2015-02-08 David BlaikieFix -Wuninitialized build by referencing the relevant...
2015-02-08 Zachary TurnerMake PDBSymbol's IPDBSymbol reference const.
2015-02-08 Sanjoy DasBugfix: ScalarEvolution incorrectly assumes that the...
2015-02-08 Craig Topper[X86] Remove the remaining uses of memop from AVX and...
2015-02-08 Benjamin KramerMetadata: Use <algorithm> to simplify code. NFC.
2015-02-08 Justin HibbitsFix sorting. Spotted by emaste.
2015-02-08 Justin HibbitsPowerPC64 host also supports 32-bit binaries, so note it.
2015-02-08 Justin HibbitsFix off-by-one IsGPR().
2015-02-08 Sanjay Patelfix test attributes; this is an SSE2 test, not a Nehale...
2015-02-08 Sanjay Patelfix test attributes; this is an x86-64 test, not a...
2015-02-08 Sanjay Patelfix test attributes; these are SSE2 tests, not Nehalem...
2015-02-08 David BlaikieKaleidoscope-Orc: Reuse the IRGen utility function...
2015-02-08 Zachary TurnerDebugInfoPDB: Make the symbol base case hold an IPDBSes...
2015-02-08 Sanjay Patelfix test attributes; these are SSE2 tests, not Nehalem...
next