summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Attach a DebugLoc to a GC point in order to get precise information in the JI...Nicolas Geoffray2010-09-24
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-24
* Revert r114703 and r114702, removing the isConditionalMove flag from instruct...Owen Anderson2010-09-23
* Add an TargetInstrDesc bit to indicate that a given instruction is a conditio...Owen Anderson2010-09-23
* trailing whitespaceJim Grosbach2010-09-23
* Avoid warnings about conversions to `bool' in MS compilers.Oscar Fuentes2010-09-23
* Moved the PBQP allocator class out of the header and back in to the cpp file ...Lang Hames2010-09-23
* Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach2010-09-22
* Make SetVector's remove indicate whether it actually removed something.Dan Gohman2010-09-22
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-22
* allow target-specific label suffixes, patch by Yuri Gribov!Chris Lattner2010-09-22
* Fix uninitialized TBAAFlag field values.Dan Gohman2010-09-22
* Teach memdep about TBAA tags.Dan Gohman2010-09-22
* Constify.Dan Gohman2010-09-22
* Rework passing parent pointers into complexpatterns, I forgotChris Lattner2010-09-21
* Add some utility routines.Dan Gohman2010-09-21
* Add insertAfter. This should have accompanied previous check-in.Devang Patel2010-09-21
* just like they can opt into getting the root of the pattern beingChris Lattner2010-09-21
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-21
* finish pushing MachinePointerInfo through selectiondags. At this point,Chris Lattner2010-09-21
* convert a couple more places to use the new getStore()Chris Lattner2010-09-21
* eliminate an old SelectionDAG::getTruncStore method, propagatingChris Lattner2010-09-21
* eliminate last SelectionDAG::getLoad old entrypoint, on to stores.Chris Lattner2010-09-21
* fix the code that infers SV info to be correct when dealingChris Lattner2010-09-21
* Add LiveInterval::find and use it for most LiveRange searching operationsJakob Stoklund Olesen2010-09-21
* Remove dead method.Jakob Stoklund Olesen2010-09-21
* propagate MachinePointerInfo through various uses of the oldChris Lattner2010-09-21
* continue MachinePointerInfo'izing, eliminating use of one of the oldChris Lattner2010-09-21
* Make CreateComplexVariable independent of SmallVector.Benjamin Kramer2010-09-21
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-21
* Trailing whitespace.Mikhail Glushenkov2010-09-21
* Added an additional PBQP problem builder which adds coalescing costs (both be...Lang Hames2010-09-21
* Move the search for the appropriate AND instructionGabor Greif2010-09-21
* add some accessorsChris Lattner2010-09-21
* it's more elegant to put the "getConstantPool" andChris Lattner2010-09-21
* ugh, missed a file.Chris Lattner2010-09-21
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-21
* add some helpful accessors.Chris Lattner2010-09-21
* add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take aChris Lattner2010-09-21
* simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac...Chris Lattner2010-09-21
* chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo,Chris Lattner2010-09-21
* force clients of MachineFunction::getMachineMemOperand to provide aChris Lattner2010-09-21
* start pushing MachinePointerInfo out through the MachineMemOperand interfaceChris Lattner2010-09-21
* refactor the Value*/offset pair from MachineMemOperand out to a newChris Lattner2010-09-21
* Relax this check to silently swallow FE_INEXACT, following directionsDan Gohman2010-09-20
* fix a bug I introduced back in the hayday of version #2.Chris Lattner2010-09-20
* restrict dyn_cast_or_null to pointer types, just like cast_or_null; re-commit...Gabor Greif2010-09-18
* back out r114279 as some darwin buildbots get errors compiling clang:Gabor Greif2010-09-18
* restrict dyn_cast_or_null to pointer types, just like cast_or_nullGabor Greif2010-09-18
* remove CallSite::get; it is still present (as protected) in the baseclass, us...Gabor Greif2010-09-18