aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Add <climits>, to get the definition of CHAR_BIT. This should fixDan Gohman2009-01-051-0/+1
* TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need itsDan Gohman2009-01-052-7/+2
* Construct stuct field DIEs.Devang Patel2009-01-051-0/+1
* Construct enumerator DIE using DebugInfo.Devang Patel2009-01-051-1/+1
* Construct array/vector type DIEs using DebugInfo.Devang Patel2009-01-051-10/+12
* Now, getTag() is used by DwarfWriter.Devang Patel2009-01-051-3/+4
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-0560-128/+43
* eliminate tabs from my previous commitGabor Greif2009-01-051-1/+1
* Get rid of the tagging functions and use PointerIntPair.Gabor Greif2009-01-051-40/+5
* Add a mechanism to specify attributes in getOrInsertFunction.Nick Lewycky2009-01-041-1/+8
* Add utility functions for marking parameters as noalias or nocapture.Nick Lewycky2009-01-041-12/+39
* Add several more unimplemented operator overloads to ilist_iteratorDan Gohman2009-01-041-4/+16
* add #include guards, thanks Dan.Chris Lattner2009-01-041-0/+5
* Remove the code from the scheduler that commuted two-addressDan Gohman2009-01-031-3/+0
* * Alphabetized system headers per the style guideMisha Brukman2009-01-024-12/+10
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-021-7/+17
* Fix typo.Nick Lewycky2009-01-021-1/+1
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-011-1/+1
* Some compilers are picky about accessing the first element of a std::vector ifBill Wendling2009-01-011-2/+5
* Don't analyze arguments already marked 'nocapture'.Duncan Sands2008-12-311-0/+4
* Fixed grammar and capitalization.Misha Brukman2008-12-311-5/+4
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-312-3/+5
* Add a new Attribute::getAlignmentFromAttrs method.Chris Lattner2008-12-311-5/+11
* Linux wants the FDE initial location and address range to be forced to 32-bit.Bill Wendling2008-12-291-0/+8
* move select validation logic into a shared place where the select ctor,Chris Lattner2008-12-291-0/+5
* Forgot to commit this file.Owen Anderson2008-12-281-0/+10
* implement simplify_type for PATypeHolder so that isa<FooType>(PATypeHolder)Chris Lattner2008-12-271-0/+16
* Darwin likes for the EH frame to be non-local.Bill Wendling2008-12-241-0/+7
* GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sureBill Wendling2008-12-241-0/+8
* Clean up the atomic opcodes in SelectionDAG.Dan Gohman2008-12-234-243/+110
* Rename BuildSchedUnits to BuildSchedGraph, and refactor theDan Gohman2008-12-233-8/+13
* Comment MO_FPImmediate and doxygenate surrounding comments.Dan Gohman2008-12-231-9/+9
* Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separateDan Gohman2008-12-221-0/+8
* Add an assertion to the ScheduleDAGInstrs class to catch SUnitsDan Gohman2008-12-221-0/+4
* Add an accesor for the isNormalMemory field in the SDep class.Dan Gohman2008-12-221-0/+7
* Add an assertion to catch SUnits reallocations. And add a doxygenDan Gohman2008-12-221-0/+18
* Clarify a comment.Dan Gohman2008-12-221-1/+2
* Reword the comment for ConstantInt's getLimitedValue.Dan Gohman2008-12-201-3/+5
* LiveInterval::removeKills and isKill don't need 'this' andDan Gohman2008-12-201-2/+2
* Fix PR3149. If an early clobber def is a physical register and it is tied to ...Evan Cheng2008-12-191-3/+7
* Add dyn_cast_or_null bindings for some additional classes missed in r61252.Gordon Henriksen2008-12-191-1/+18
* C bindings for dyn_cast_or_null.Gordon Henriksen2008-12-191-10/+65
* Add support for writing LLVM IR to a specified BitstreamWriter.Chris Lattner2008-12-192-0/+8
* Fix bug 3202.Rafael Espindola2008-12-191-0/+6
* Resubmit support for the 'nocapture' attribute.Nick Lewycky2008-12-191-13/+26
* Fix RegScavenger::forward() to work on basic blocks containing exactlyDan Gohman2008-12-191-0/+1
* Delete the RegScavenging constructor that takes a MachineBasicBlockDan Gohman2008-12-191-4/+0
* Added support for vector widening.Mon P Wang2008-12-183-40/+82
* Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_...Devang Patel2008-12-172-10/+35
* This adds some missing functions to the C binding:Chris Lattner2008-12-171-0/+9