Ensure bitcode encoding of instructions and their operands stays stable.
[oota-llvm.git] / lib /
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-02 Chandler Carruth[C++11] Replace LLVM_STATIC_ASSERT with static_assert...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Venkatraman Govind... [SparcV9] Adds support for branch on integer register...
2014-03-02 Elena DemikhovskyAVX-512: Fixed extract_vector_elt for v8i1 vector
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Craig TopperSwitch all uses of LLVM_FINAL to just use 'final',...
2014-03-02 Venkatraman Govind... [Sparc] Add support for parsing branches and conditiona...
2014-03-02 Venkatraman Govind... [Sparc] Make floating point branch instruction formats...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-03-02 Venkatraman Govind... [Sparc] Add support for parsing fcmp with %fcc registers.
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-03-02 Venkatraman Govind... [Sparc] Add register class for floating point condition...
2014-03-01 Venkatraman Govind... [SparcV9] Add support for parsing branch instructions...
2014-03-01 Hal FinkelRemove extra truncs/exts around i32 bit operations...
2014-03-01 Venkatraman Govind... [Sparc] Add support for parsing annulled branch instruc...
2014-03-01 Venkatraman Govind... [Sparc] Add support for parsing sparcv9 instructions...
2014-03-01 Venkatraman Govind... [Sparc] Add missing ALU instruction patterns.
2014-03-01 Benjamin KramerMake helper function static.
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-03-01 Chandler Carruth[C++11] Remove the use of LLVM_HAS_RVALUE_REFERENCES...
2014-03-01 Venkatraman Govind... [Sparc] Add support to decode unimp instruction.
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2014-03-01 Venkatraman Govind... [Sparc] Add support to decode negative simm13 operands...
2014-03-01 Venkatraman Govind... [Sparc] Add support for decoding call instructions...
2014-03-01 Venkatraman Govind... [Sparc] Add support to disassemble sparc memory instruc...
2014-03-01 Venkatraman Govind... Add support for parsing sun-style section flags in...
2014-03-01 Venkatraman Govind... [Sparc] Implement writeNopData. Emit actual NOP instruc...
2014-03-01 Venkatraman Govind... [Sparc] Teach SparcAsmParser to emit correct relocation...
2014-03-01 Mark SeabornFix RWMutex to be thread-safe when pthread_rwlock is...
2014-03-01 Venkatraman Govind... [Sparc] 80 column rule. No functionality change.
2014-03-01 Venkatraman Govind... [Sparc] Add support for parsing directives in SparcAsmP...
2014-03-01 Venkatraman Govind... [Sparc] Emit 'restore' instead of 'restore %g0, %g0...
2014-02-28 Manman RenSpillPlacement: fix a bug in iterate.
2014-02-28 Reid KlecknerReflow isProfitableToMakeFastCC
2014-02-28 Lang HamesJumped the gun with r202551 and broke some bots that...
2014-02-28 Lang HamesNew PBQP solver, and updates to the PBQP graph.
2014-02-28 Eric ChristopherFix >> to be > > for non-c++11.
2014-02-28 Tom StellardR600: Verify all instructions in the AsmPrinter on...
2014-02-28 Tom StellardR600/SI: Expand all v16[if]32 operations
2014-02-28 Eric Christopher80-col.
2014-02-28 Eric ChristopherFix a crasher where when we're attempting to replace...
2014-02-28 Justin BognerCommandLine: Exit successfully for -version and -help
2014-02-28 Zoran JovanovicFixed operand of SC microMIPS instruction.
2014-02-28 Zoran JovanovicFixed encoding of SYSCALL microMIPS instruction.
2014-02-28 Zoran JovanovicRevert revision 202518 because of wrong commit message.
2014-02-28 Zoran JovanovicFix operand of SC instruction.
2014-02-28 Evgeniy StepanovX86Operand is extracted into individual header.
2014-02-28 NAKAMURA TakumiReorder Mips/MCTargetDesc/CMakeLists.txt.
2014-02-28 Sasa Stankovic[mips] Add MipsNaClELFStreamer.cpp to CMakeLists.txt.
2014-02-28 Sasa Stankovic[mips] Implement NaCl sandboxing of indirect jumps:
2014-02-28 Tobias GrosserAdd 'remark' diagnostic type in LLVM
2014-02-28 Hal FinkelSwap PPC isel operands to allow for 0-folding
2014-02-28 Rafael EspindolaNow that it is possible, use the mangler in IRObjectFile.
2014-02-28 Hal FinkelTrying to unbreak the darwin11 builder
2014-02-28 Hal FinkelTry to unbreak the C++11 build
2014-02-28 Hal FinkelAdd CR-bit tracking to the PowerPC backend for i1 values
2014-02-28 Hal FinkelFix visitTRUNCATE for legal i1 values
2014-02-27 Andrew TrickProvide a target override for the latest regalloc heuri...
2014-02-27 Roman DivackyLower FNEG just like FABS to fneg[ds] and fmov[ds]...
2014-02-27 Eric ChristopherRevert r201751 and solve the const problem a different...
2014-02-27 Adrian PrantlDebug info: Remove ARMAsmPrinter::EmitDwarfRegOp()...
2014-02-27 Richard Osborne[XCore] Support functions returning more than 4 words.
2014-02-27 Richard Osborne[XCore] Make LowerCallResult a static function.
2014-02-27 Rafael EspindolaRemove MCPureStreamer.
2014-02-27 Alexander KornienkoRe-apply r200853, which should not crash after Clang...
2014-02-27 Richard OsborneRevert r202396, r202397.
2014-02-27 Richard Osborne[XCore] Support functions returning more than 4 words.
2014-02-27 Richard Osborne[XCore] Make LowerCallResult a static function.
2014-02-27 Richard Osborne[XCore] Target optimized library function __memcpy_4()
2014-02-27 Richard Osborne[XCore] Add dag combines for instructions that ignore...
2014-02-27 Richard Osborne[XCore] Provide information about known zero bits of...
2014-02-27 Kostya Serebryany[asan] fix a pair of silly typos
2014-02-27 Kostya Serebryany[asan] disable asan-detect-invalid-pointer-pair (was...
2014-02-27 Kostya Serebryany[asan] *experimental* implementation of invalid-pointer...
2014-02-27 Eric ChristopherDon't emit anything into the debug_ranges section if...
2014-02-27 Craig Topper[X86] Fix Uses/Defs lists for INS, OUTS, SCAS, CMPS...
2014-02-27 Craig Topper[X86] Add RAX/EAX/AX Uses/Defs to XCHG RAX/EAX/AX instr...
2014-02-27 Craig Topper[X86] Add RAX/EAX/AX/AL Uses/Defs to the absolute memor...
2014-02-27 Craig TopperFix odd indentation.
2014-02-27 Ben LangmuirRevert "Use StringRef in raw_fd_ostream constructor"
2014-02-27 Michel DanzerR600/SI: Optimize SI_KILL for constant operands
2014-02-27 Michel DanzerR600/SI: Allow SI_KILL for geometry shaders
2014-02-27 Eric ChristopherIf we're only emitting line tables for a particular...
2014-02-27 Eric ChristopherAdd a debug info code generation level to the compile...
2014-02-26 Adrian PrantlFix a type error that crept into r202313.
2014-02-26 Eric ChristopherRemove unnecessary llvm:: qualification.
2014-02-26 Adrian PrantlDebug info: Refactor AsmPrinter::EmitDwarfRegOp to...
2014-02-26 Matt ArsenaultR600: Remove unnecessary build_vector pattern.
2014-02-26 Andrew TrickAdd a limit to the heuristic that register allocates...
2014-02-26 Quentin ColombetLower unsigned vsetcc to psubus in certain cases
2014-02-26 Aaron BallmanSilencing an MSVC signed comparison warning.
2014-02-26 Hal FinkelFix the aggressive anti-dep breaker's subregister defin...
2014-02-26 Reid KlecknerGlobalOpt: Apply fastcc to internal x86_thiscallcc...
2014-02-26 Nico RieckRelax COFF string table check
2014-02-26 Rafael EspindolaFix typo. Thanks to Roman Divacky for noticing it.
2014-02-26 Rafael EspindolaCompare DataLayout by Value, not by pointer.
2014-02-26 Rafael EspindolaUse a sorted array to store the information about a...
2014-02-26 Rafael EspindolaMove these functions out of line. A DenseMap lookup...
2014-02-26 Andrew TrickFix PR18165: LSR must avoid scaling factors that exceed...
next