aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* X86 JIT PIC jumptable support.Evan Cheng2008-01-052-0/+8
* Didn't mean to commit this.Owen Anderson2008-01-051-6/+0
* Didn't mean to commit this.Owen Anderson2008-01-051-1/+0
* Move some more functionality from MRegisterInfo to TargetInstrInfo.Owen Anderson2008-01-044-21/+28
* Don't recalculate the loop info and loop dominators analyses if they'reBill Wendling2008-01-041-0/+8
* fix typoWojciech Matyjewicz2008-01-041-1/+1
* X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.Evan Cheng2008-01-042-2/+36
* Add a really quick hack at a machine code sinking pass, enabled with --enable...Chris Lattner2008-01-041-0/+4
* Trying that again.Gordon Henriksen2008-01-031-0/+1
* Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be usedEvan Cheng2008-01-031-14/+13
* don't access element zero of an array of size zero.Chris Lattner2008-01-031-2/+2
* Don't create a new ParamAttrsList (which copies the vector) just to Chris Lattner2008-01-031-1/+4
* move some code out of line, rearrange a bit.Chris Lattner2008-01-031-3/+1
* Disallow copying explicitly.Chris Lattner2008-01-031-0/+3
* Split param attr implementation out from Function.cpp into itsChris Lattner2008-01-024-60/+23
* Inverted argument order for ImmutableMap::Profile.Ted Kremenek2008-01-021-2/+2
* Added iterator and profiling (i.e. FoldingSetNodeID) support to ImmutableMap.Ted Kremenek2008-01-021-1/+40
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-012-20/+30
* switch the register iterator to act more like hte LLVM value iterator: derefe...Chris Lattner2008-01-011-8/+26
* Adding C bindings for SwitchInst::addCase.Gordon Henriksen2008-01-011-0/+4
* Add a trivial but handy function to efficiently return the machine Chris Lattner2008-01-011-0/+6
* add efficient iteration support for register use/def's Chris Lattner2008-01-012-0/+73
* Implement automatically updated def/use lists for all MachineInstr register Chris Lattner2008-01-013-50/+107
* Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner2008-01-011-2/+17
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-312-6/+9
* properly encapsulate the parent field of MBB and MI with get/set accessors.Chris Lattner2007-12-312-18/+18
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-318-132/+139
* slightly simplify and document SSARegMap.Chris Lattner2007-12-301-19/+24
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-13/+13
* - rename opType -> OpKind and contents -> Contents.Chris Lattner2007-12-301-100/+105
* More cleanups for MachineOperand:Chris Lattner2007-12-303-88/+111
* MachineOperand:Chris Lattner2007-12-302-41/+35
* Add some doxygen comments to llvm-c/Core.h.Gordon Henriksen2007-12-301-52/+71
* make machine operands fatter: give each one an up-pointer to the Chris Lattner2007-12-302-5/+14
* split machineoperand out into its own header file.Chris Lattner2007-12-302-334/+354
* remove unneeded #includes.Chris Lattner2007-12-301-3/+0
* remove a bunch of now-dead methods.Chris Lattner2007-12-301-50/+1
* make offset operand optional.Chris Lattner2007-12-301-2/+2
* Shrinkify the machine operand creation method names.Chris Lattner2007-12-302-19/+19
* switch MIBuilder over to use the simplified operand addition methods.Chris Lattner2007-12-301-8/+9
* 1. Make a static MachineOperand::create* method for everyChris Lattner2007-12-301-80/+94
* simplify some code by factoring operand construction better.Chris Lattner2007-12-301-27/+23
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-2912-24/+24
* Bindings for instruction calling conventions.Gordon Henriksen2007-12-291-0/+4
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29253-506/+506
* Adding bindings for target triple and data layout.Gordon Henriksen2007-12-271-0/+8
* Switch the bindings to use LLVMFoldingBuilder.Gordon Henriksen2007-12-271-8/+8
* Get rid of an unneeded #include.Owen Anderson2007-12-231-1/+3
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-231-0/+115
* Add GraphTraits specializations for machine dominators.Owen Anderson2007-12-231-0/+27