summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Rename enum NumOccurrences to NumOccurrencesFlag since there is a member name...Evan Cheng2009-10-04
* Renamed MachineInstrIndex to LiveIndex.Lang Hames2009-10-03
* Expand api out in the usual inserter way, though, I do have aMike Stump2009-10-01
* remove trailing whitespaceJim Grosbach2009-10-01
* Don't use identifiers that start with an underscore followedDan Gohman2009-10-01
* Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u...Douglas Gregor2009-10-01
* Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. WhenEvan Cheng2009-10-01
* remove the GVNPRE pass. It has been subsumed by the GVN pass.Chris Lattner2009-10-01
* Add another MDNode into DebugLocTuple. This will be used to keep track of inl...Devang Patel2009-10-01
* If location info is attached with an instruction then keep track of alloca sl...Devang Patel2009-10-01
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-30
* Use MDNode * directly as an RecordSourceLine() argument.Devang Patel2009-09-30
* Remove dead code.Devang Patel2009-09-30
* Add isFOO() helpers. Fix getDirectory() and getFilename() for DIScope.Devang Patel2009-09-30
* Use OutStreamer.SwitchSection instead of writing out textual section directives.Bob Wilson2009-09-30
* Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson2009-09-30
* Fix integer overflow in instruction scheduling. This can happen if we haveReid Kleckner2009-09-30
* Silence unused variable warning.Devang Patel2009-09-30
* Add a target hook to add pre- post-regalloc scheduling passes.Evan Cheng2009-09-30
* Simplify.Devang Patel2009-09-30
* Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...David Goodwin2009-09-30
* Forward-declare ValueSymbolTable so that SymbolTableListTraits.h can be parse...Douglas Gregor2009-09-30
* Add a way for a frontend to generate more complex dwarf locationMike Stump2009-09-30
* Add removeMD().Devang Patel2009-09-29
* Only one custom meadata of each kind can be attached with an instruction.Devang Patel2009-09-29
* Remove std::string uses from DebugInfo interface.Devang Patel2009-09-29
* Create empty StringRef is incoming cstring is NULL.Devang Patel2009-09-29
* Parse custom metadata attached with an instruction.Devang Patel2009-09-29
* Add C API calls for building FNeg operations. Patch by KS Sreeram!Dan Gohman2009-09-28
* s/class Metadata/class MetadataContext/gDevang Patel2009-09-28
* Do not use global typedef for MDKindID.Devang Patel2009-09-28
* Remove unnecessary include.Devang Patel2009-09-28
* Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen2009-09-28
* Convert LoopSimplify and LoopExtractor from FunctionPass to LoopPass.Dan Gohman2009-09-28
* Add a way to query the number of input files.Mikhail Glushenkov2009-09-28
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-28
* Extend the StartPassTimer and StopPassTimer functions so that theDan Gohman2009-09-28
* Extract the code for inserting a loop into the loop queue intoDan Gohman2009-09-27
* Extract the code for releasing a pass into a separate function, andDan Gohman2009-09-27
* Round out the API for the new optimization flags.Nick Lewycky2009-09-27
* Use explicit structs instead of std::pair to map callee saved regs to spill s...Tilmann Scheller2009-09-27
* Remove a redundant assert.Dan Gohman2009-09-27
* Add dominates and releaseMemory member functions to PostDominatorTree.Dan Gohman2009-09-27
* Clarify a comment.Dan Gohman2009-09-27
* Add a properlyDominates member function to ScalarEvolution.Dan Gohman2009-09-27
* Instruction::clone does not need to take an LLVMContext&. Remove that andNick Lewycky2009-09-27
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-26
* For the NSWSub support in the builder to actually be useable,Duncan Sands2009-09-26
* Add methods for creating NSW subtraction, as already existsDuncan Sands2009-09-26
* Add a comment describing natural loops.Dan Gohman2009-09-26