oota-llvm.git
2015-02-10 Mehdi Amini[DOC] Asserts are only enabled in Debug build, update...
2015-02-10 Duncan P. N... IR: Remove unnecessary fields from MDTemplateParameter
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 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 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 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 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 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 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 LangmuirReduce the LockFileManager timeout, and provide unsafeR...
2015-02-09 Colin LeMahieu[Hexagon] Factoring classes out of store patterns.
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 Colin LeMahieu[Hexagon] Cleaning up definition formatting.
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 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 Johannes DoerfertAllow ScalarEvolution to catch more min/max cases
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 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...
2015-02-08 David BlaikieKaleidoscope-Orc: Extract IRGen work into a utility...
2015-02-08 David BlaikieConstify the Orc Kaleidoscope examples IRGen functions.
2015-02-08 Sanjay Patelfix test attributes; these are x86-64 tests, not Nehale...
2015-02-08 Sanjay Patelfix test attributes; these are MMX tests, not Nehalem...
2015-02-08 Sanjay Patelfix test attributes; these are SSE2 tests, not Nehalem...
2015-02-08 Sanjay Patelgeneralize test; nothing Nehalem-specific here
2015-02-08 Lang Hames[Orc][Kaleidoscope] Build Kaleidoscope/Orc tutorials...
2015-02-08 Lang Hames[Orc][Kaleidoscope] Remove fixed sized buffers from...
2015-02-08 Sanjay Patelfix typos; NFC
2015-02-08 Simon Pilgrim[X86][AVX2] AVX2 broadcast + permute memory folding...
2015-02-08 Zachary TurnerMake UTF8->UTF16 conversion null terminate output on...
2015-02-08 Simon PilgrimMoved AVX2 vbroadcast (reg) instruction foldings under...
2015-02-08 Bjorn SteinbrinkCorrectly combine alias.scope metadata by a union inste...
2015-02-08 NAKAMURA Takumi[CMake] Kaleidoscope-Orc: Update libdeps.
2015-02-08 Elena DemikhovskyMasked Gather and Scatter Intrinsics.
2015-02-08 David BlaikieAdd CMake build support for Orc examples (& fix some...
2015-02-08 Lang Hames[Orc][Kaleidoscope] Fix method-name think-o. NFC.
2015-02-08 Tim NorthoverARM & AArch64: teach LowerVSETCC that output type size...
2015-02-08 Zachary TurnerRemoved unused function mistakenly left in, triggering...
2015-02-08 Zachary TurnerSome cleanup for libpdb.
2015-02-07 Craig Topper[X86] Add register use/def for wrmsr and rdmsr.
2015-02-07 Craig Topper[X86] Add GETSEC instruction.
2015-02-07 Simon Pilgrim[X86][AVX2] AVX2 integer stack folding tests.
2015-02-07 David BlaikieRename the 'Extending the Language: Debug Information...
2015-02-07 Simon Pilgrim[X86][AVX] Added missing stack folding support + test...
next