Also expand 64-bit bitcasts.
[oota-llvm.git] / include /
2013-05-18 Benjamin KramerAdd basic support for ELF32-ppc relocations to llvm...
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-17 Rafael EspindolaConvert obj2yaml to use yamlio.
2013-05-17 Matt ArsenaultAdd missing -*- C++ -*- to headers
2013-05-17 Derek SchuffAdd missing verb to comment in PassNameParser.h
2013-05-17 Sylvestre LedruFix a typo (ouput => output)
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-16 Rafael EspindolaRemove addFrameMove.
2013-05-16 Jakob Stoklund OlesenAdd TargetRegisterInfo::getCoveringLanes().
2013-05-16 Lang HamesFix PBQP graph iterator typedefs.
2013-05-15 Eli BenderskyRemove dead code.
2013-05-15 Hal FinkelImplement PPC counter loops as a late IR-level pass
2013-05-15 Rafael EspindolaCleanup relocation sorting for ELF.
2013-05-15 Douglas GregorAdd missing #include
2013-05-15 Ulrich WeigandRemove MCELFObjectTargetWriter::adjustFixupOffset hack
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-05-15 NAKAMURA TakumiELFRelocationEntry::operator<(): Try to stabilize the...
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-11 David BlaikieCorrect parameter name in doc comment to match declaration.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-10 David BlaikiePR14492: Debug Info: Support for values of non-integer...
2013-05-10 Rafael EspindolaRemove unused argument.
2013-05-09 Dmitri GribenkoDocumentation warning: \param, not \parm
2013-05-09 Jordan RoseRewrite assert to avoid warning when the record element...
2013-05-09 Rafael EspindolaAvoid runtime type checks.
2013-05-09 Rafael EspindolaIntroduce convenience typedefs for the 4 ELF object...
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-08 Dmitri GribenkoUse correct parameter names in comments [-Wdocumentation]
2013-05-08 Daniel MaleaAdd DebugIR pass -- emits IR file and replace source...
2013-05-08 Daniel MaleaPull up AssemblyWriter interface into header to allow...
2013-05-08 Daniel MaleaAdd line tracking support to FormattedStream
2013-05-08 Ulrich Weigand[PowerPC] Add some missing PPC64 relocs
2013-05-07 David BlaikieRename DIImportedModule to DIImportedEntity and allow...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-06 Andrew TrickImplemented public interface for modifying registered...
2013-05-06 Andrew TrickSupport command line option categories.
2013-05-06 Jean-Luc DupratProvide InstCombines for the following 3 cases:
2013-05-06 Duncan SandsFix formatting. Patch by o11c.
2013-05-06 Rafael EspindolaFix const merging when an alias of a const is llvm...
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-05-05 Stepan DyatkovskiyFor ARM backend, fixed "byval" attribute support.
2013-05-05 Arnold SchwaighoferPatternMatch: Fix documentation - 'function' not 'attri...
2013-05-05 Arnold SchwaighoferPatternMatch: Matcher for (un)ordered floating point...
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-04 Tim NorthoverAllow host triple to be correctly overridden in CMake...
2013-05-04 Rafael EspindolaFix a performance bug in the Linker.
2013-05-04 Rafael EspindolaLast batch of cleanups to Linker.h.
2013-05-04 Rafael EspindolaDon't construct or delete a module on the Linker.
2013-05-04 Rafael EspindolaDon't store the context in the Linker.
2013-05-04 Rafael EspindolaRemove unused members and constructor arguments.
2013-05-04 Rafael EspindolaDelete dead code from the linker.
2013-05-03 Amara EmersonRevert r181009.
2013-05-03 Amara EmersonAdd support for reading ARM ELF build attributes.
2013-05-03 Richard Sandiford[SystemZ] Add ELF relocation support
2013-05-03 Richard Sandiford[SystemZ] Add llvm::Triple::systemz
2013-05-03 Akira Hatanaka[mips] Remove "Commutative" from property list of non...
2013-05-03 John McCallIn MC asm parsing, account for the possibility of white...
2013-05-02 Aaron BallmanReplaced usages of size_type with size_t to be more...
2013-05-02 Adrian PrantlProvide an API to temporarily suppress DebugLocations...
2013-05-01 Filip PizloThis exposes more MCJIT options via the C API:
2013-05-01 Filip PizloRename 'struct LLVMTargetMachine' to 'struct LLVMOpaque...
2013-05-01 Bill WendlingRevert r180737. The companion patch was reverted, and...
2013-05-01 Filip PizloFix file header comment.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-05-01 Peng Chengget rid of windows warning:
2013-05-01 Peng Chengget rid of windows warning:
2013-05-01 Peng Chengreplace reinterpret_cast by cast or remove reinterpret_...
2013-05-01 Peng Chengfix windows warning.
2013-05-01 Peng Chenguse static_cast to get rid of windows warning.
2013-05-01 Rafael EspindolaNow that the underlying issue is fixed, revert r180750...
2013-05-01 Duncan SandsCorrect comment: there is no numTys parameter any more...
2013-04-30 Adrian PrantlTemporarily revert "Change the informal convention...
2013-04-30 Adrian PrantlChange the informal convention of DBG_VALUE so that...
2013-04-30 Rafael EspindolaChange getSlotIndex to return unsigned.
2013-04-30 Rafael EspindolaFix Addend computation for non external relocations...
2013-04-29 Bill WendlingEmit the TLS initialization function pointers into...
2013-04-29 Rafael EspindolaAdd getSymbolAlignment to the ObjectFile interface.
2013-04-29 Rafael EspindolaRemove unused method.
2013-04-29 Reid KlecknerRevert "revert r179735, it has no testcases, and doesn...
2013-04-29 Andrew KaylorExposing MCJIT through C API
2013-04-27 Eric ChristopherRegen.
2013-04-27 Joerg SonnenbergerOnly use cxxabi.h's demangler, if it is actually available.
2013-04-27 Andrew TrickGeneralize the MachineTraceMetrics public API.
2013-04-27 Andrew TrickAdd target flags to MachineMemOperands.
2013-04-27 Andrew Trickwhitespace
2013-04-27 Eric ChristopherUse the target triple from the target machine rather...
2013-04-27 Manman RenStruct-path aware TBAA: change the format of TBAAStruct...
2013-04-26 Adrian PrantlCleanup and document MachineLocation.
2013-04-26 Rafael EspindolaUse llvm/Object/MachO.h in macho-dumper. Drop the old...
2013-04-26 Adrian Prantlfix a typo that due to cu&paste quadrupled itself
2013-04-26 Adrian PrantlBugfix for the debug intrinsic handling in InstCombiner:
2013-04-25 Andrew KaylorRe-enabling MCJIT object caching with memory leak fixed
2013-04-25 Chris Lattnerrevert r179735, it has no testcases, and doesn't really...
2013-04-25 Reid Kleckner[mc-coff] Forward Linker Option flags into the .drectve...
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-25 Rafael EspindolaRevert "Adding object caching support to MCJIT"
2013-04-25 Rafael EspindolaRevert "Exposing MCJIT through C API"
2013-04-24 Andrew KaylorExposing MCJIT through C API
2013-04-24 Andrew KaylorMaking invalidateInstructionCache automatic in SectionM...
next