aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* test commitTorok Edwin2008-03-311-1/+1
* Expose Function::viewCFG and Function::viewCFGOnly to bindings.Erick Tryzelaar2008-03-311-0/+4
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-302-0/+4
* Cosmetic change.Evan Cheng2008-03-291-1/+1
* Rename getAnyLoad to getLoad is suggested by Evan.Duncan Sands2008-03-281-5/+5
* Implement LegalizeTypes support for softfloat LOAD.Duncan Sands2008-03-271-0/+5
* Avoid creating chain dependencies from CopyToReg nodes to load and storeDan Gohman2008-03-271-2/+1
* when a node is removed from an ilist, set its next/prev pointers toChris Lattner2008-03-271-0/+8
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-271-0/+3
* Fix a bug in Darwin EH: FDE->CIE pointer mustDale Johannesen2008-03-261-2/+9
* Use a linked data structure for the uses lists of an SDNode, just like Roman Levenstein2008-03-262-62/+227
* Add explicit keywords.Dan Gohman2008-03-254-7/+8
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-253-10/+11
* Add optimize-for-size knob.Devang Patel2008-03-251-0/+4
* De-constify the input to the "operator >>" method as it is modified.Bill Wendling2008-03-251-1/+1
* Make a note of the fact that EmitOwnedPtr() has nothing to do with theSam Bishop2008-03-251-0/+2
* Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson2008-03-241-13/+0
* Remove an unnecessary #include.Dan Gohman2008-03-241-1/+0
* Shrink the size of AllocationInst by using its SubclassDataDan Gohman2008-03-241-6/+3
* Increasing the inline limit from (overly conservative) 200 to 300. Given each...Evan Cheng2008-03-242-2/+16
* Objective Caml bindings for basic block, function, global, and arg iterators.Gordon Henriksen2008-03-231-2/+10
* Use C-style comments :)Anton Korobeynikov2008-03-231-2/+2
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-231-1/+1
* Typo fixesAnton Korobeynikov2008-03-221-3/+3
* Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead...Owen Anderson2008-03-221-0/+8
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-221-0/+5
* Teach DAG combiner to commute commutable binary nodes in order to achieve sdi...Evan Cheng2008-03-221-0/+5
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-216-1/+6
* Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trickDan Gohman2008-03-211-4/+17
* FunctionExtractorPass has been superceded by GVExtractorPassAndrew Lenharth2008-03-211-8/+0
* Make it possible to get an empty struct usingDuncan Sands2008-03-211-2/+3
* Introduce a new node for holding call argumentDuncan Sands2008-03-213-30/+101
* Undo 48570. Correctly match mmx shift instructions with an immediate operand.Evan Cheng2008-03-211-24/+0
* C and Objective Caml bindings for mem2reg and reg2mem.Gordon Henriksen2008-03-201-0/+6
* ubyte and sbyte? what are those?Nick Lewycky2008-03-201-2/+2
* Add intrinsics to match mmx shift builtin's with immediate operand.Evan Cheng2008-03-191-0/+24
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-1911-32/+37
* Fix comment.Duncan Sands2008-03-191-1/+1
* add some convenience methods for creating GEP instructions and Chris Lattner2008-03-192-0/+13
* C bindings for Module-, Function-, and BasicBlock::iterator.Gordon Henriksen2008-03-191-0/+14
* C and Objective Caml bindings for the various getParent methods of the IR.Gordon Henriksen2008-03-191-3/+12
* Fix live variables issues:Evan Cheng2008-03-191-0/+6
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-1910-57/+26
* Dial down gcc's warnings: don't use 0UL when 0U suffices (and when theScott Michel2008-03-181-1/+1
* Get rid of compilation warnings. Per Devang.Dale Johannesen2008-03-181-3/+3
* Identify Analysis pass.Devang Patel2008-03-188-0/+36
* __builtin_ia32_movntdqa reads memoryNate Begeman2008-03-161-1/+1
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-161-0/+131
* C and Objective Caml bindings for several scalar transforms.Gordon Henriksen2008-03-161-0/+47
* Remove unnecessary includes.Gordon Henriksen2008-03-161-2/+1