Use a scheme closer to that of GNU as when deciding the type of a
[oota-llvm.git] / include /
2013-04-10 Rafael EspindolaTemplate MachOObjectFile over endianness too.
2013-04-10 Rafael EspindolaSimplify the templating a bit.
2013-04-10 Rafael EspindolaMove two methods out of line.
2013-04-10 Tobias GrosserRegionInfo: Add helpers to replace entry/exit recursively
2013-04-10 Rafael EspindolaTemplate the MachO types over endianness.
2013-04-10 Rafael EspindolaInclude the more specific header.
2013-04-10 Andrew TrickGeneralize the PassConfig API and remove addFinalizeReg...
2013-04-09 Rafael EspindolaRemove unused method and default values.
2013-04-09 Eric ChristopherUpdate the version of dwarf we say we're emitting to...
2013-04-09 Chad RosierRevert r179115 as it looks to have killed the ASan...
2013-04-09 Nadav RotemAdd support for bottom-up SLP vectorization infrastructure.
2013-04-09 Chad Rosier[ms-inline asm] Use parsePrimaryExpr in lieu of parseEx...
2013-04-09 Nadav RotemRevert r176408 and r176407 to address PR15540.
2013-04-09 Chad Rosier[ms-inline asm] Maintain a StringRef to reference a...
2013-04-09 Rafael EspindolaConvert MachOObjectFile to a template.
2013-04-09 Rafael EspindolaAdd a SymbolTableEntryBase.
2013-04-09 Joe GroffFix PointerIntPair to be enum class compatible.
2013-04-08 Rafael EspindolaAdd a SectionBase struct.
2013-04-08 Rafael EspindolaTemplate the MachO types over the word size.
2013-04-08 Matt ArsenaultUpdate documentation.
2013-04-08 Chad Rosier[ms-inline asm] Add support for ImmDisp [ Symbol ]...
2013-04-08 Rafael EspindolaAdd all 4 MachO object types. Use the stored type to...
2013-04-07 Arnold SchwaighoferTargetLowering: Fix getTypeConversion handling of exten...
2013-04-07 Rafael EspindolaMake MachOObjectFile independent from MachOObject.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeader directly.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeaderSize and MachOObjec...
2013-04-07 Rafael EspindolaRemove LoadCommandInfo now that we always have a pointe...
2013-04-07 Rafael EspindolaAdd MachOObjectFile::LoadCommandInfo.
2013-04-07 Rafael EspindolaConstruct MachOObject in MachOObjectFile's constructor.
2013-04-07 Rafael EspindolaRemove unused argument.
2013-04-07 Rafael EspindolaRemove MachOObjectFile::getObject.
2013-04-07 Rafael EspindolaRemove two uses of getObject.
2013-04-07 Rafael EspindolaRemove usage of InMemoryStruct in getSymbol.
2013-04-07 Hal FinkelPPC Altivec load/store intrinsics can be marked IntrRea...
2013-04-07 Rafael EspindolaRemove a use of InMemoryStruct in llvm-readobj.
2013-04-07 Rafael EspindolaMake getObject const. Remove a const_cast.
2013-04-07 Rafael EspindolaRemove last use of InMemoryStruct in llvm-objdump.
2013-04-06 Hal FinkelAdd a comment to TargetInstrInfo about FoldImmediate
2013-04-06 Rafael EspindolaRemove last use of InMemoryStruct from MachOObjectFile...
2013-04-06 Rafael EspindolaDon't use InMemoryStruct<macho::SymtabLoadCommand>.
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getSymbol64TableEntry.
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getSymbolTableEntry.
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getRelocation.
2013-04-05 Hal FinkelReapply r178845 with fix - Fix bug in PEI's virtual...
2013-04-05 Bill WendlingUse the target options specified on a function to reset...
2013-04-05 Hal FinkelRevert r178845 - Fix bug in PEI's virtual-register...
2013-04-05 Rafael EspindolaDefine versions of Section that are explicitly marked...
2013-04-05 Rafael EspindolaDon't use InMemoryStruct in getSection and getSection64.
2013-04-05 Rafael EspindolaDon't fetch pointers from a InMemoryStruct.
2013-04-05 Hal FinkelFix bug in PEI's virtual-register scavenging
2013-04-05 Jakob Stoklund OlesenClean up some confusing language, and use more realisti...
2013-04-04 Arnold SchwaighoferCostModel: Add parameter to instruction cost to further...
2013-04-04 Evan ChengRevert r178713
2013-04-04 Nadav RotemDocument the return value of SmallSet insert.
2013-04-03 Evan ChengMake it possible to include llvm-c without including...
2013-04-03 Rafael EspindolaImplement the "mips endian" for r_info.
2013-04-03 Eric ChristopherImplements low-level object file format specific output...
2013-04-03 Eric ChristopherImplement sectionContainsSymbol for ELF.
2013-04-03 Eric ChristopherWhen dumping clear the arm/thumb flag for now.
2013-04-02 Manman RenAdd MDBuilder utilities for path-aware TBAA.
2013-04-02 Jakob Stoklund OlesenCount processor resources individually in MachineTraceM...
2013-04-01 Chris Lattnerunindent the file to follow coding standards, change...
2013-04-01 Jack CarterMips direct object exception handling regression
2013-04-01 Nadav RotemAdd support for vector data types in the LLVM interpreter.
2013-04-01 Joe AbbeyWhitespace cleanup
2013-03-30 Benjamin KramerObject: Turn a couple of degenerate for loops into...
2013-03-29 Jean-Luc DupratSmallVector and SmallPtrSet allocations now power-of...
2013-03-29 Benjamin KramerRemove the old CodePlacementOpt pass.
2013-03-29 Rafael EspindolaRevert "Fix allocations of SmallVector and SmallPtrSet...
2013-03-29 Jean-Luc DupratFix allocations of SmallVector and SmallPtrSet so they...
2013-03-28 Michael LiaoAdd support of RDSEED defined in AVX2 extension
2013-03-28 Howard HinnantSeciton 24.2.2 of the C++ standard, [iterator.iterators...
2013-03-28 Michael GottesmanRevert "Updated ELF relocation test for .eh_frame section"
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 Jack CarterUpdated ELF relocation test for .eh_frame section
2013-03-27 Chad RosierAdd a boolean parameter to the llvm::report_fatal_error...
2013-03-27 Rafael EspindolaCleanup the simplify_type implementation.
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-26 David BlaikieMake DIBuilder::createClassType more type safe by retur...
2013-03-26 David BlaikieDebugInfo: more support for mutating DICompositeType...
2013-03-26 Chad RosierAdd a boolean parameter to the ExecuteAndWait static...
2013-03-26 Michael LiaoAdd XTEST codegen support
2013-03-26 David BlaikieDebug Info: Provide a means to update the members of...
2013-03-26 Hal FinkelFix the register scavenger for targets that provide...
2013-03-26 Hal FinkelUpdate PEI's virtual-register-based scavenging to suppo...
2013-03-26 Ulrich WeigandPowerPC: Simplify handling of fixups.
2013-03-26 Andrew TrickFix SCEV forgetMemoizedResults should search and destro...
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-03-26 Nick LewyckyAdd a new watchdog timer interface. The interface does...
2013-03-25 Shankar Easwaran[ELF] dont compute symbolname size in every loop
2013-03-25 Shankar Easwaranreflect comment to the official reference
2013-03-25 Shankar Easwaran[ELF] add elf_hash function to compute the hash value...
2013-03-25 Yiannis TsiourisAdd a GC plugin for Erlang
2013-03-25 Joerg SonnenbergerRefine fenv.h handling: check if the desired macros...
2013-03-22 Hal FinkelAllow the register scavenger to spill multiple registers
2013-03-22 David BlaikieSwap the DIFile in DILexicalBlockFile out for the raw...
2013-03-22 David Blaikiereorder the fields in DILexicalBlockFile to match the...
2013-03-22 Bill WendlingRevert r177675. This is language-specific and shouldn...
2013-03-22 David BlaikieRefactor out the DIFile parameter to DILexicalBlock...
2013-03-22 Arnaud A. de Grand... InstCombine: Improve the result bitvect type when foldi...
next