InstCombine: X & -C != -C -> X <= u ~C
[oota-llvm.git] / include /
2013-06-24 Michael Gottesman[APFloat] Rename llvm::exponent_t => llvm::APFloat...
2013-06-23 David BlaikieDebugInfo: PR14404: Avoid truncating 64 bit values...
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-22 Benjamin KramerRelocVisitor: Add another PPC64 relocation that occurs...
2013-06-22 Sean Silva[yaml2obj][ELF] Make symbol table top-level key.
2013-06-21 Benjamin KramerReapply documentation changes from r184584.
2013-06-21 Benjamin KramerRevert "BlockFrequency: Saturate at 1 instead of 0...
2013-06-21 Benjamin KramerBlockFrequency: Saturate at 1 instead of 0 when multipl...
2013-06-21 Justin Holewinski[NVPTX] Add support for selecting CUDA vs OCL mode...
2013-06-21 Andrew TrickHandle more cases in LiveRangeEdit::eliminateDeadDefs.
2013-06-21 Andrew TrickRefactor LiveRangeEdit::eliminateDeadDefs.
2013-06-21 Andrew TrickMI-Sched: Adjust regpressure limits for reserved regs.
2013-06-21 Ulrich Weigand[PowerPC] Support R_PPC_REL16 family of relocations
2013-06-21 Ulrich Weigand[PowerPC] Support various tls-related modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @higher et.al. modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @toc@h modifier
2013-06-21 Ulrich Weigand[PowerPC] Support @h modifier
2013-06-21 Ulrich Weigand[PowerPC] Rename some more VK_PPC_ enums
2013-06-21 Kostya Serebryanyadd Function::removeFnAttr()
2013-06-21 Michael Gottesman[APFloat] Added missing doxygen module closing statement.
2013-06-21 Sean Silva[yaml2obj][ELF] Don't explicitly set `Binding` with...
2013-06-20 Ulrich Weigand[PowerPC] Clean up VK_PPC_TOC... names
2013-06-20 Rafael EspindolaRemove last use of PathV1.h from Archive.cpp.
2013-06-20 Rafael Espindolamake getLastModificationTime const. Move it with the...
2013-06-20 Sean Silva[yaml2obj][ELF] Add support for st_value and st_size.
2013-06-20 Sean Silva[yaml2obj][ELF] Allow symbols to reference sections.
2013-06-20 Rafael EspindolaAdd a setLastModificationAndAccessTime to PathV2.
2013-06-20 Meador IngeRemove the simplify-libcalls pass (finally)
2013-06-20 Rafael EspindolaAdd support for getting the last modification time...
2013-06-20 Michael Gottesman[APFloat] Rename isIEEENormal => isNormal and remove...
2013-06-20 Rafael EspindolaRemove the transitional GetUniqueID.
2013-06-20 Rafael EspindolaRename fs::GetUniqueID to fs::getUniqueID to match...
2013-06-20 Bill WendlingRemove static, because it was messing everything up.
2013-06-19 Bill WendlingMake the '==' operator inline.
2013-06-19 Bill WendlingMake this static inline to avoid duplicates.
2013-06-19 Bill WendlingMake the comparison operators non-member functions.
2013-06-19 David BlaikieDebugInfo: PR14763/r183329 correct the location of...
2013-06-19 David BlaikieDebugInfo: Specify that a value is stored indirectly
2013-06-19 David Blaikiellvm-dwarfdump: Add support for dumping the .debug_loc...
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-19 Ulrich Weigand[MC/DWARF] Generate multiple .debug_line entries for...
2013-06-19 Michael Gottesman[APFloat] Converted all references to APFloat::isNormal...
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-19 Aaron BallmanModified the implementation of fs::GetUniqueID on Windo...
2013-06-19 Michael Gottesman[APFloat] Added isFiniteNonZero predicate.
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-19 Bill WendlingAdd operator!= as the compliment to operator==. This...
2013-06-19 Bill WendlingDon't cache the TLI object since we have access to...
2013-06-19 Michael Gottesman[APFloat] Expose isSmallest/isLargest as public methods.
2013-06-19 Matt ArsenaultMove StructurizeCFG out of R600 to generic Transforms.
2013-06-19 Rafael EspindolaRemove Path::getDirectoryContents.
2013-06-19 Rafael EspindolaRemove Path::isObjectFile.
2013-06-19 Rafael EspindolaRemove Path::canExecute.
2013-06-19 Sean Silva[yaml2obj][ELF] Support ELFOSABI_* enum.
2013-06-19 Sean Silva[yaml2obj][ELF] Support st_info through `Binding` and...
2013-06-18 Sean Silva[yaml2obj][ELF] Rudimentary symbol table support.
2013-06-18 Rafael EspindolaRemove Path::canWrite.
2013-06-18 Rafael EspindolaAdd a can_write function to PathV2.
2013-06-18 Rafael EspindolaRemove unused Path::canRead.
2013-06-18 Rafael EspindolaRemove uniqueID from PathV1.h.
2013-06-18 Rafael EspindolaAdd a GetUniqueID that will replace the uniqueID of...
2013-06-18 Rafael EspindolaAdd a version of unique_file that return just the file...
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-18 Rafael EspindolaDon't convert object_error's enum to and from int.
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-18 Chris Lattnerremove some @deprecated markers: LLVM APIs aren't depre...
2013-06-17 Bill WendlingDirectly access objects which may change during compila...
2013-06-17 Benjamin KramerSwitch spill weights from a basic loop depth estimation...
2013-06-17 Rafael EspindolaDon't use PathV1.h in LTOCodeGenerator.cpp
2013-06-17 Rafael EspindolaDelete declared but not implemented functions.
2013-06-17 Rafael EspindolaMove lib/Archive to tools/llvm-ar.
2013-06-17 Tim NorthoverAArch64: print relocation addends if present on AArch64
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-16 David BlaikieMachineOperand::setIsDebug should ensure the register...
2013-06-16 Dmitri GribenkoPut back variable names because they are referenced...
2013-06-15 Benjamin KramerAPInt: Add a fast case for isAllOnesValue.
2013-06-15 Andrew TrickSupport BufferSize on ProcResGroup for unified MOp...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-06-15 Sean Silva[yaml2obj] Add support for sh_link via `Link` key.
2013-06-14 Rafael EspindolaRemove the LLVM specific archive index.
2013-06-14 Matt ArsenaultAdd getSelect helper function
2013-06-14 Rafael EspindolaAdd GetCurrentDirectory back.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in MCContext.cpp.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in Program.cpp.
2013-06-14 Rafael EspindolaConvert a use of sys::Path::GetTemporaryDirectory.
2013-06-14 Derek SchuffMake PrologEpilogInserter save/restore all callee saved...
2013-06-14 Rafael EspindolaMove PrependMainExecutablePath next to its only user.
2013-06-14 Sean Silva[yaml2obj] Add support for sh_addralign via `AddressAli...
2013-06-14 Jakub StaszakMove #include from .h to .cpp file.
2013-06-13 Jakub StaszakRemove forward declaration of MachineBasicBlock. It...
2013-06-13 Jakub Staszak#include <climits> instead of <limits.h> in C++ header...
2013-06-13 Sean Silva[yaml2obj] Add support for specifying raw section content.
2013-06-13 Sean Silva[yaml2obj] Add sh_addr via `Address` key.
2013-06-13 Sean Silva[yaml2obj] Initial ELF section support.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-06-13 Rafael EspindolaAdd a RemoveFileOnSignal that takes a StringRef.
2013-06-13 Rafael EspindolaDon't use PathV1.h in FileUtilities.h.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2013-06-13 Rafael EspindolaAdd a version of sys::ExecuteAndWait that takes StringRefs.
next