Document how to build a LLVM pass with CMake out of source.
[oota-llvm.git] / include /
2011-04-12 Rafael EspindolaRemove LastOffset from the asm parser.
2011-04-12 Rafael EspindolaFix the case of a .cfi_rel_offset before any .cfi_def_c...
2011-04-12 Rafael EspindolaImplement .cfi_same_value.
2011-04-12 Nick LewyckyAdd support for line profiling. Very work-in-progress.
2011-04-12 Nick LewyckyMake IRBuilder support StringRef for building strings.
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-11 Chris Lattnerremove the StructRetPromotion pass. It is unused,...
2011-04-11 Jakob Stoklund OlesenSkip a binary search when possible.
2011-04-11 Kevin EnderbyAdding support for printing operands symbolically to...
2011-04-11 Jay FoadFix or remove code which seemed to think that the opera...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2011-04-09 Chris Lattnerdrive by bug fix: DenseMapInfo::isEqual should be deter...
2011-04-09 Eli FriedmanPR9604; try to deal with RAUW updates correctly in...
2011-04-09 Chris Lattnerfix a potentially serious bug in AliasSet::removeCallSite
2011-04-09 Jakob Stoklund OlesenBuild the Hopfield network incrementally when splitting...
2011-04-09 Chris Lattnerfix doc comment bug, noticed by Jochen
2011-04-08 Evan ChengChange -arm-trap-func= into a non-arm specific option...
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-07 Bill WendlingReplace the old algorithm that emitted the "print the...
2011-04-07 Andrew TrickAdded a check in the preRA scheduler for potential...
2011-04-07 Rafael EspindolaExpose more passes to the C API.
2011-04-07 Evan ChengChange -arm-divmod-libcall to a target neutral option.
2011-04-07 Nick LewyckyAdd support for ArrayRef in IRBuilder's CreateCall.
2011-04-06 Nick LewyckyFix typo in doxy-comment.
2011-04-06 Nick LewyckyReplace const std::vector& with ArrayRef in the type...
2011-04-06 Jim GrosbachEngineBuilder setter method for UseMCJIT was missing...
2011-04-06 Nick LewyckyAdd an empty key for DebugLoc so that you can store...
2011-04-06 Nick LewyckySupport using DebugLoc's in a DenseMap.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Chandler CarruthMake the virtual destructor out-of-line so we have...
2011-04-05 Chandler CarruthProvide an empty virtual destructor to go with the...
2011-04-05 Devang PatelAdd support to encode function's template parameters.
2011-04-05 Chris Lattnerremove postdom frontiers, because it is dead. Forward...
2011-04-05 Andrew TrickFix a typo.
2011-04-05 Andrew TrickAdded *hidden* flags -print-options and -print-all...
2011-04-05 Jakob Stoklund OlesenUse std::unique instead of a SmallPtrSet to ensure...
2011-04-05 Jakob Stoklund OlesenCache the fairly expensive last split point computation...
2011-04-05 Bill WendlingRevamp the SjLj "dispatch setup" intrinsic.
2011-04-04 Jim GrosbachLayer the memory manager between the JIT and the runtim...
2011-04-04 Jakob Stoklund OlesenStop caching basic block index ranges now that SlotInde...
2011-04-04 Tobias GrosserRegion: Allow user control the printing style of the...
2011-04-04 Peter CollingbourneIntrusiveRefCntPtr: in RefCountedBase and RefCountedBas...
2011-04-03 Eric ChristopherStart migrating mach-o dumping facilities to the object...
2011-04-03 Eric ChristopherAdd a set of C bindings for the Object interface.
2011-04-03 Frits van BommelRemove the LLVMContext& arguments from *Folder construc...
2011-04-02 Eli FriedmanPR9446: RecursivelyDeleteTriviallyDeadInstructions...
2011-04-02 Jakob Stoklund OlesenAdd an InterferenceCache class for caching per-block...
2011-04-02 Jakob Stoklund OlesenUse basic block numbers as indexes when mapping slot...
2011-04-02 Cameron ZwarichAdd a RemoveFromWorklist method to DCI. This is needed...
2011-04-01 Jay FoadVarious Instructions' resizeOperands() methods are...
2011-04-01 Evan ChengIssue libcalls __udivmod*i4 / __divmod*i4 for div ...
2011-03-31 Richard OsborneAdd XCore intrinsics for initializing / starting /...
2011-03-31 Michael J. SpencerFix whitespace.
2011-03-31 Michael J. SpencerSwitch FileRemover from PathV1 to V2.
2011-03-30 Jim GrosbachTidy up. Whitespace and 80-columns.
2011-03-30 Jakob Stoklund OlesenDon't add the same analysis implementation pair twice.
2011-03-30 Jakob Stoklund OlesenReset StringMap's NumTombstones on clears and rehashes.
2011-03-30 Jakob Stoklund OlesenPrevent infinite growth of SmallPtrSet instances.
2011-03-30 Jakob Stoklund OlesenPrevent infinite growth of SmallMap instances.
2011-03-30 Jakob Stoklund OlesenPrevent infinite growth of the DenseMap.
2011-03-30 Benjamin KramerAdd APFloat::getExactInverse.
2011-03-30 Jay FoadFix more zero length memset warnings.
2011-03-30 Jay FoadAdd a comment on PHINode::Create().
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Bob WilsonRevert a minor comment change inadvertently included...
2011-03-29 Evan ChengAdd intrinsics @llvm.arm.neon.vmulls and @llvm.arm...
2011-03-29 Jim GrosbachInstantiate a JITMemoryManager for MCJIT Dyld
2011-03-29 Daniel DunbarC-API: Include DataTypes.h instead of stdint.h.
2011-03-28 Daniel DunbarIntegrated-As: Add support for setting the AllowTempora...
2011-03-28 Daniel DunbarMC: Add support for disabling "temporary label" behavio...
2011-03-28 Kevin EnderbyAgain adding a C API to the disassembler for use by...
2011-03-27 Frits van BommelConstant folding support for calls to umul.with.overflo...
2011-03-26 Jakob Stoklund OlesenCollect and coalesce DBG_VALUE instructions before...
2011-03-26 Kevin EnderbyRemove the files for r128308 as it is causing a buildbo...
2011-03-26 Kevin EnderbyAdding a C API to the disassembler for use by such...
2011-03-24 Jim GrosbachClean up assembly statement separator support.
2011-03-24 Jay FoadFix typo in comment.
2011-03-24 Evan ChengAdd comment to clarify what MachineConstantPoolEntry...
2011-03-23 Jim GrosbachFix comments.
2011-03-22 Rafael EspindolaAdd a lto_codegen_compile_to_file to avoid producing...
2011-03-22 Rafael EspindolaWe don't need a null terminator for the output file.
2011-03-22 Jim GrosbachPropogate the error message, not just the error state.
2011-03-22 Ted KremenekProperly initialize all fields in CrashReporterCleanupC...
2011-03-22 Ted KremenekRework CrashRecoveryContextCleanup to provide a simpler...
2011-03-22 Ted KremenekRelax access control on 'Release' method of RefCountedBase.
2011-03-21 Jim GrosbachLibrary-ize the dyld components of llvm-rtdyld.
2011-03-21 Ted KremenekProvide a means for CrashRecovery clients to determine...
2011-03-21 Ted KremenekAllow a client to clear an IntrustiveRefCntPtr (deliber...
2011-03-21 Eric ChristopherFix unused param warning.
2011-03-21 Jay FoadFix typos in assert messages.
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-03-21 Evan ChengRe-apply r127953 with fixes: eliminate empty return...
2011-03-20 Argyrios KyrtzidisIf a class inherits from RefCountedBaseVPTR allow all...
2011-03-19 Daniel DunbarRevert r127953, "SimplifyCFG has stopped duplicating...
2011-03-19 Evan ChengSimplifyCFG has stopped duplicating returns into predec...
2011-03-19 Stuart HastingsReapply 127939 since Daniel fixed the breakage. <rdar...
2011-03-19 Stuart HastingsRevert 127939. <rdar://problem/9012638>
2011-03-19 Stuart HastingsRevise r126127 to address Daniel's comments. <rdar...
next