Re-enable AVX detection on x64 platforms.
[oota-llvm.git] / include /
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...
2013-04-24 Andrew TrickMI Sched: eliminate local vreg copies.
2013-04-24 Eric ChristopherAdd include guards.
2013-04-23 Andrew TrickComment a strange field in ScheduleDAG.
2013-04-23 Eric ChristopherFix dependency layering issues caused by r180112.
2013-04-23 Andrew KaylorFixing typo in comment.
2013-04-23 Andrew KaylorAdding object caching support to MCJIT
2013-04-23 Tom StellardWrap.h: Define wrap / unwrap function for ExecutionEngine
2013-04-23 Carlo Kokc vs c++ mistake in header file typedef for AtomicRMW...
2013-04-23 Carlo KokExpose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW...
2013-04-23 Alexey SamsonovAdd more guards around zlib-dependent code
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-04-22 Matt ArsenaultRemove unused DwarfSectionOffsetDirective string
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-22 Chad Rosier[ms-inline asm] Add the OpDecl to the InlineAsmIdentifi...
2013-04-22 Eli BenderskyOptimize MachineBasicBlock::getSymbol by caching the...
2013-04-22 Eli BenderskyFix comment that didn't match the method it was above
2013-04-22 Chad Rosier[ms-inline asm] Remove the identifier parsing logic...
2013-04-22 Chad Rosier[ms-inline asm] Refactor/clean up the SemaLookup interf...
2013-04-22 Jia Liutypo
2013-04-22 Benjamin KramerMake doxygen comment match declaration.
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-04-22 Eric ChristopherAdd the same todo about a command iterator interface...
2013-04-22 Eric ChristopherAdd a TODO about wanting an iterator interface.
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-21 Stephen LinRemove unused, undefined ArgFlagsTy::getArgFlagsString...
2013-04-20 Tim NorthoverRemove unused ShouldFoldAtomicFences flag.
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-19 Eli BenderskySimplify the code in FastISel::tryToFoldLoad, add an...
2013-04-19 Eli BenderskyMove TryToFoldFastISelLoad to FastISel, where it belong...
2013-04-19 Michael LiaoArrayRefize getMachineNode(). No functionality change.
2013-04-19 Jakob Stoklund OlesenAdd an MRI::verifyUseLists() function.
2013-04-19 Eric ChristopherReformat and nuke trailing whitespace.
2013-04-19 Adrian PrantlRename ClassType to the more accurate UnderlyingType...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
next