summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Bit masks conflicted. Needed to bump them by one.Bill Wendling2007-12-12
* Add (very basic) bindings for ModuleProvider.Gordon Henriksen2007-12-12
* Remove Trie::Edge class. Now edge labels are stored into nodes itself.Anton Korobeynikov2007-12-11
* Use correct member access operator.Wojciech Matyjewicz2007-12-11
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-11
* Add first and really dirty version of generic Trie structureAnton Korobeynikov2007-12-11
* Switch over to MachineLoopInfo.Evan Cheng2007-12-11
* CollectorMetadata and Collector are rejiggered to get along withGordon Henriksen2007-12-11
* Move TargetData::hostIsLittleEndian out of line, which means we Chris Lattner2007-12-11
* Adding Ocaml bindings for the bitreader as requested by SarahGordon Henriksen2007-12-11
* Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.Chris Lattner2007-12-10
* Added two bounds checks to the BitVector class to detectTed Kremenek2007-12-10
* split isBinaryOp into a static and member version.Chris Lattner2007-12-10
* Make PruneEH update the nounwind/noreturn attributesDuncan Sands2007-12-10
* Fix PR1836: in the interpreter, read and write apintsDuncan Sands2007-12-10
* Delete the CollectorNamePool if it should become empty.Gordon Henriksen2007-12-10
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-10
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-10
* remove some dead code. Chris Lattner2007-12-10
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-09
* Fix a very silly typo.Gordon Henriksen2007-12-09
* Reverting 44702. It wasn't correct to rename them.Bill Wendling2007-12-08
* Incorporating review feedback from Reid.Gordon Henriksen2007-12-08
* remove dead #include.Chris Lattner2007-12-08
* eliminate dependency on Bitcode headers.Chris Lattner2007-12-08
* remove dead #include, APInt.h already has the needed forward decls.Chris Lattner2007-12-08
* Adding a StringPool data structure, which GC will use.Gordon Henriksen2007-12-08
* Renaming:Bill Wendling2007-12-08
* Implement correct isa<UnaryInstruction>, problem reported by "ST".Chris Lattner2007-12-08
* Fix several cache coherence bugs in MemDep/GVN that were found. Also add som...Owen Anderson2007-12-08
* Initial commit of the machine code LICM pass. It successfully hoists this:Bill Wendling2007-12-07
* Fix a stupid error that Chris pointed out.Owen Anderson2007-12-07
* add a new ExecutionEngine::createJIT which can be used if you only want Chris Lattner2007-12-06
* simplify creation of the interpreter, make ExecutionEngine ctor protected,Chris Lattner2007-12-06
* Fix for PR1831: if all defs of an interval are re-materializable, then it's a...Evan Cheng2007-12-06
* improve header guardChris Lattner2007-12-05
* split the JIT memory management code out from the main JIT logic into itsChris Lattner2007-12-05
* - Mark last use of a split interval as kill instead of letting spiller track it.Evan Cheng2007-12-05
* Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng2007-12-05
* fixed header attributionScott Michel2007-12-05
* More stuff for CellSPU -- this should be enough to get an error-freeScott Michel2007-12-05
* Added "Emitter" functor to allow easy emitting of elements of a containerTed Kremenek2007-12-05
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-03
* Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng2007-12-02
* Integrate the readonly/readnone logic more deeplyDuncan Sands2007-12-01
* Fixes for MachineLoopInfo, mostly from Evan. With these, it should be almost...Owen Anderson2007-12-01
* Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...Evan Cheng2007-12-01
* Add target triple to include/llvm/Config/config.h.in. Regenerate all files.Eric Christopher2007-12-01
* Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nestingTed Kremenek2007-11-30
* Fixed potential bug where CurWord is not zeroed out in JumpToBit.Ted Kremenek2007-11-30