oota-llvm.git
2015-03-10 Paul RobinsonEmit correct linkage-name attribute based on DWARF...
2015-03-10 Philip ReamesInfer known bits from dominating conditions
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Eric ChristopherRemove createAMDGPUMCCodeEmitter and instead just regis...
2015-03-10 Quentin Colombet[CodeGenPrepare] Refine the cost model provided by...
2015-03-10 Adam Nemet[LoopAccesses] Add debug message to indicate the result...
2015-03-10 Rafael EspindolaMove a non-trivial virtual function out of line.
2015-03-10 Colin LeMahieu[Hexagon] Adding frame index + add load/store patterns.
2015-03-10 Rafael Espindolaclang-format code that is about to change.
2015-03-10 Colin LeMahieu[Hexagon] Simplifying deallocret definitions.
2015-03-10 Rafael Espindolaclang-format these declarations. NFC.
2015-03-10 Rafael EspindolaDon't repeat names in comments. NFC.
2015-03-10 Colin LeMahieu[Hexagon] Separating InstHexagon from OpcodeHexagon.
2015-03-10 Nemanja IvanovicAdd support for part-word atomics for PPC
2015-03-10 Chris BienemanAdd new LLVM_OPTIMIZED_TABLEGEN build setting which...
2015-03-10 Ahmed Bougacha[AArch64] Avoid going through GPRs for across-vector...
2015-03-10 Ahmed Bougacha[AArch64] Remove integer INSvi*lane patterns. NFCI.
2015-03-10 Chad RosierDon't evaluate rend() on every iteration of the loop.
2015-03-10 David MajnemerLoopAccessAnalysis: Silence -Wreturn-type diagnostic...
2015-03-10 Benjamin KramerDon't use LLVM_LIBRARY_VISIBILITY in cpp files.
2015-03-10 Bruno Cardoso... [AsmPrinter][TLOF] Reintroduce AArch64 test
2015-03-10 Colin LeMahieu[Hexagon] Adding nodes for PIC support.
2015-03-10 Colin LeMahieu[Hexagon] Adding DuplexInst instruction format and...
2015-03-10 Kit BartonChange the generation of the vmuluwm instruction to...
2015-03-10 Sanjay Patelremove function names from comments; NFC
2015-03-10 Colin LeMahieu[Hexagon] Adding nodes for vector insert/extract lowering.
2015-03-10 Colin LeMahieu[Hexagon] Renaming HexagonJT to JT and adding CP for...
2015-03-10 Adrian PrantlChange the datatype of DwarfExpression::Emit(Un)Signed...
2015-03-10 Benjamin KramerNVPTX: move NVPTXAllocaHoisting into the cpp file
2015-03-10 Adam Nemet[LAA-memchecks] Comment improvement
2015-03-10 Michael ZolotukhinEnable loop-rotate before loop-vectorize by default
2015-03-10 Adam Nemet[LAA-memchecks 3/3] Introduce pointer partitions for...
2015-03-10 Adam Nemet[LAA-memchecks 2/3] Move number of memcheck threshold...
2015-03-10 Adam Nemet[LAA-memchecks 1/3] Split out NumComparisons checks...
2015-03-10 Sanjay Patelremove names from comments; NFC
2015-03-10 Sanjay Patelfix typos; NFC
2015-03-10 Benjamin KramerNVPTX: Remove copy of LLVMInitializeNVPTXAsmPrinter.
2015-03-10 Benjamin KramerHexagon: Remove unused InstrMapping.
2015-03-10 Adam Nemet[LoopAccesses 3/3] Print the dependences with -analyze
2015-03-10 Adam Nemet[LoopAccesses 2/3] Allow querying of interesting depend...
2015-03-10 Adam Nemet[LoopAccesses 1/3] Expose MemoryDepChecker to LAA users
2015-03-10 Rafael EspindolaStore an optional section start label in MCSection.
2015-03-10 Sanjay Patelremove function names from comments; NFC
2015-03-10 Igor LaevskyTeach lowering to correctly handle invoke statepoint...
2015-03-10 Chad Rosier[BranchFolding] Remove MMOs during tail merge to preser...
2015-03-10 Tom StellardR600/SI: Add _IDXEN and _BOTHEN variants for buffer_store
2015-03-10 Tom StellardR600/SI: Re-order MUBUF operands to match asm strings.
2015-03-10 Tom StellardR600/SI: Move kill flag to second instruction when...
2015-03-10 Tom StellardR600/SI: Add 32-bit encoding of v_cndmask_b32
2015-03-10 Sanjay Patel[X86, AVX] replace vinsertf128 intrinsics with generic...
2015-03-10 Benjamin KramerHexagon: Remove pass that does nothing at all
2015-03-10 Rafael EspindolaRemove effectively dead code.
2015-03-10 Karthik BhatFix a memory corruption in Dependency Analysis.
2015-03-10 Rafael EspindolaDon't repeat names and clang-format this file.
2015-03-10 Aaron BallmanRemoving dead code to silence warning C4060: switch...
2015-03-10 Karthik BhatFix a crash in Dependency Analysis.
2015-03-10 Daniel SandersThe operand flag word used in ISD::INLINEASM is an...
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-03-10 Owen AndersonFix a crash in InstCombine where we could try to trunca...
2015-03-10 Owen AndersonFix a stack overflow in the assembler when checking...
2015-03-10 Owen AndersonFix an issue in the verifier where we could try to...
2015-03-10 Owen AndersonFix an infinite loop in InstCombine when an instruction...
2015-03-10 Rafael EspindolaMove variable into assert to fix -Asserts builds.
2015-03-10 Rafael EspindolaRemove incredibly confusing isBaseAddressKnownZero.
2015-03-10 Rafael EspindolaUse a better name for compile unit labels.
2015-03-10 Sanjay Patelremoved function names from comments; NFC
2015-03-10 Frederic RissDwarfAccelTable: remove unneeded bucket terminators.
2015-03-10 Sanjay Pateluse range-based for loops; NFC
2015-03-10 Craig TopperImprove and simplify EnforceSmallerThan for vector...
2015-03-10 Craig TopperRemove extra indentation of entire function body. NFC.
2015-03-10 Rafael EspindolaMove label creation close to emission. NFC.
2015-03-10 George Burgess IVAdded ConstantExpr support to CFLAA.
2015-03-10 George Burgess IVAdded special handling for inttoptr in CFLAA.
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-10 Kostya Serebryany[sanitizer] fix instrumentation with -mllvm -sanitizer...
2015-03-10 Kostya Serebryany[sanitizer] decrease sanitizer-coverage-block-threshold...
2015-03-10 Frederic RissDwarfAccelTable: Fix handling of hash collisions.
2015-03-10 Eric ChristopherTemporarily revert r231726 and r231724 as they're break...
2015-03-10 Eric ChristopherRemove an unused variable.
2015-03-10 Ben LangmuirDon't treat .foo as two path components in path::iterators
2015-03-09 Lang Hames[Orc][MCJIT][RuntimeDyld] Add header that was accidenta...
2015-03-09 Lang Hames[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
2015-03-09 Colin LeMahieu[Hexagon] Removing unused patterns.
2015-03-09 David BlaikieLLParser: gep: Simplify parsing error handling
2015-03-09 Ahmed Bougacha[CodeGen] Replace the reused stores' chain for extracte...
2015-03-09 Ahmed Bougacha[X86] Add nounwind to vector-idiv.ll testcases. NFC.
2015-03-09 Reid KlecknerReland r229944: EH: Prune unreachable resume instructio...
2015-03-09 Rafael EspindolaUse a MapVector instead of an extra sort.
2015-03-09 Colin LeMahieu[Hexagon] Use single tailcall pseudoinst and fix checki...
2015-03-09 Colin LeMahieu[Hexagon] Reapply r231699. Remove assumption that...
2015-03-09 Sanjoy Das[SCEV] Unify getUnsignedRange and getSignedRange
2015-03-09 Sanjoy Das[SCEV] Add a `scalar-evolution-print-constant-ranges...
2015-03-09 Colin LeMahieu[Hexagon] Reverting r231699
2015-03-09 Frederic RissDwarfAccelTable: fix obvious typo.
2015-03-09 Colin LeMahieu[Hexagon] Updating constant set to simpler versions.
2015-03-09 Reid KlecknerTableGen: Use 'enum : uint64_t' for feature flags to...
2015-03-09 Benjamin KramerRemove the remaining uses of abs64 and nuke it.
2015-03-09 Colin LeMahieu[Hexagon] Removing old halfword codegen instructions...
2015-03-09 Rafael EspindolaDon't prime the section map.
next