Do away with the strange use of BitVectors in SSI, and just use normal sets. This...
[oota-llvm.git] / include /
2009-10-04 Owen AndersonDo away with the strange use of BitVectors in SSI,...
2009-10-04 Evan ChengRename enum NumOccurrences to NumOccurrencesFlag since...
2009-10-03 Lang HamesRenamed MachineInstrIndex to LiveIndex.
2009-10-01 Mike StumpExpand api out in the usual inserter way, though, I...
2009-10-01 Jim Grosbachremove trailing whitespace
2009-10-01 Dan GohmanDon't use identifiers that start with an underscore...
2009-10-01 Douglas GregorTeach CMake to look for bidirectional_iterator, iterato...
2009-10-01 Evan ChengAdd instruction flags: hasExtraSrcRegAllocReq and hasEx...
2009-10-01 Chris Lattnerremove the GVNPRE pass. It has been subsumed by the...
2009-10-01 Devang PatelAdd another MDNode into DebugLocTuple. This will be...
2009-10-01 Devang PatelIf location info is attached with an instruction then...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-30 Devang PatelUse MDNode * directly as an RecordSourceLine() argument.
2009-09-30 Devang PatelRemove dead code.
2009-09-30 Devang PatelAdd isFOO() helpers. Fix getDirectory() and getFilename...
2009-09-30 Bob WilsonUse OutStreamer.SwitchSection instead of writing out...
2009-09-30 Bob WilsonAdd a new virtual EmitStartOfAsmFile method to the...
2009-09-30 Reid KlecknerFix integer overflow in instruction scheduling. This...
2009-09-30 Devang PatelSilence unused variable warning.
2009-09-30 Evan ChengAdd a target hook to add pre- post-regalloc scheduling...
2009-09-30 Devang PatelSimplify.
2009-09-30 David GoodwinRemove -post-RA-schedule flag and add a TargetSubtarget...
2009-09-30 Douglas GregorForward-declare ValueSymbolTable so that SymbolTableLis...
2009-09-30 Mike StumpAdd a way for a frontend to generate more complex dwarf...
2009-09-29 Devang PatelAdd removeMD().
2009-09-29 Devang PatelOnly one custom meadata of each kind can be attached...
2009-09-29 Devang PatelRemove std::string uses from DebugInfo interface.
2009-09-29 Devang PatelCreate empty StringRef is incoming cstring is NULL.
2009-09-29 Devang PatelParse custom metadata attached with an instruction.
2009-09-28 Dan GohmanAdd C API calls for building FNeg operations. Patch...
2009-09-28 Devang Patels/class Metadata/class MetadataContext/g
2009-09-28 Devang PatelDo not use global typedef for MDKindID.
2009-09-28 Devang PatelRemove unnecessary include.
2009-09-28 Jakob Stoklund OlesenIntroduce the TargetInstrInfo::KILL machine instruction...
2009-09-28 Dan GohmanConvert LoopSimplify and LoopExtractor from FunctionPas...
2009-09-28 Mikhail GlushenkovAdd a way to query the number of input files.
2009-09-28 Dan GohmanMove the dominator verification code out of special...
2009-09-28 Dan GohmanExtend the StartPassTimer and StopPassTimer functions...
2009-09-27 Dan GohmanExtract the code for inserting a loop into the loop...
2009-09-27 Dan GohmanExtract the code for releasing a pass into a separate...
2009-09-27 Nick LewyckyRound out the API for the new optimization flags.
2009-09-27 Tilmann SchellerUse explicit structs instead of std::pair to map callee...
2009-09-27 Dan GohmanRemove a redundant assert.
2009-09-27 Dan GohmanAdd dominates and releaseMemory member functions to...
2009-09-27 Dan GohmanClarify a comment.
2009-09-27 Dan GohmanAdd a properlyDominates member function to ScalarEvolution.
2009-09-27 Nick LewyckyInstruction::clone does not need to take an LLVMContext...
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-26 Duncan SandsFor the NSWSub support in the builder to actually be...
2009-09-26 Duncan SandsAdd methods for creating NSW subtraction, as already...
2009-09-26 Dan GohmanAdd a comment describing natural loops.
2009-09-25 Dan GohmanRename ConstantFP's getInf to getInfinity.
2009-09-25 Dan GohmanMove MachineMemOperand::getAlignment out of line, to...
2009-09-25 Dan GohmanAdd a ConstantFP::getInf utility function for creating...
2009-09-25 Jeffrey YasskinFix a compile failure introduced by r82675 on MinGW...
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-25 Bob Wilsonpr4926: ARM requires the stack pointer to be aligned...
2009-09-25 Bob WilsonUpdate the description of MachineFrameInfo's OffsetAdju...
2009-09-25 Dan GohmanAdd a version of dumpr() that has a SelectionDAG* argument.
2009-09-24 Chris Lattneradd and document regex support for FileCheck. You...
2009-09-24 David GoodwinMake the end-of-itinerary mark explicit. Some cleanup.
2009-09-24 Chris Lattnertidy up, fix a memory leak in Regex::isValid
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-24 Evan ChengClean up LiveVariables and change how it deals with...
2009-09-23 Dan GohmanSpruce up some comments.
2009-09-23 Dan GohmanRename several variables from EVT to more descriptive...
2009-09-23 Dan GohmanAdd an EVT::getStoreSize function, like getStoreSizeInB...
2009-09-23 Dan GohmanCorrect a comment.
2009-09-23 Devang PatelDo not leave behind metadata while cloning an instruction.
2009-09-23 Devang Patels/*Location/*DebugLocation/g
2009-09-23 John McCallMake the type traits for a const pointer defer to those...
2009-09-23 Evan ChengFix PR5024. LiveVariables physical register defs should...
2009-09-23 Dan GohmanGive MachineMemOperand an operator<<, factoring out...
2009-09-22 Devang PatelAdd SetLocation() to allow IRBuilder user to set locati...
2009-09-22 Devang PatelCheck exisiting dbg MDKind first.
2009-09-22 Daniel DunbarRevert "Don't allow formatted_ostream to be unbuffered...
2009-09-22 Evan ChengForgot this.
2009-09-22 Daniel DunbarRevert "Get rid of GetProcessId in Win32/Program.inc...
2009-09-22 Daniel DunbarSwitch FoldingSet::AddString to StringRef based API.
2009-09-22 Daniel DunbarSwitch DIDescriptor to use a TrackingVH. - This makes...
2009-09-22 Daniel DunbarAdd a TrackingVH value handle.
2009-09-21 Chris Lattnermove DominatorTree::dominates for instructions out...
2009-09-21 Dan GohmanChange MachineMemOperand's alignment value to be the...
2009-09-21 Chris Lattneradd a helper method.
2009-09-21 Daniel DunbarDon't allow formatted_ostream to be unbuffered, even...
2009-09-20 Reid KlecknerImplement the JIT side of the GDB JIT debugging interfa...
2009-09-20 Chris Lattnerwrite rfind in terms of npos as daniel requested
2009-09-20 Chris Lattnerremove a dead method.
2009-09-20 Chris Lattnersmallvectorize getExtraOptionNames
2009-09-20 Chris Lattneradd a helper method.
2009-09-20 Daniel DunbarA few more tabs -> spaces.
2009-09-20 Chris Lattnermove a couple non-trivial methods out of line, add new
2009-09-20 Chris Lattnerconvert a bunch more stuff to use StringRef. The ArgNa...
2009-09-20 Chris Lattneradd size_t and a version of rfind that allows specifica...
2009-09-19 Chris Lattneradd some more overloads of StringRef::getAsInteger for
2009-09-19 Chris Lattneradd a simple c_str() method to SmallString.
2009-09-19 Daniel DunbarPrefer super class constructor to explicit initialization.
2009-09-19 Daniel DunbarTabs -> spaces (really?)
next