aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add helpers for fetching basic types.Owen Anderson2009-08-141-0/+36
* Expose LLVMContext to llvm-c.Erick Tryzelaar2009-08-141-2/+49
* TargetRegistry: Change AsmPrinter constructor to be typed as returning anDaniel Dunbar2009-08-131-13/+9
* llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.Daniel Dunbar2009-08-132-1/+5
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-133-15/+14
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-132-10/+17
* Make formatted_raw_ostream restore the buffer settings of theDan Gohman2009-08-131-5/+19
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-1312-91/+93
* Add a method to return BSSSection from TargetLoweringObjectFileBruno Cardoso Lopes2009-08-131-0/+1
* Add a method to return if the ELF section contains only common symbols!Bruno Cardoso Lopes2009-08-131-0/+3
* Add unimplemented destructor declarations to hopefully addressDan Gohman2009-08-131-0/+6
* TargetRegistry: Reorganize AsmPrinter construction so that clients pass in theDaniel Dunbar2009-08-131-11/+12
* Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to beDan Gohman2009-08-131-6/+4
* Add support to raw_ostream for sizing the buffer according to theDan Gohman2009-08-131-6/+23
* Make raw_ostream non-copyable.Dan Gohman2009-08-131-0/+4
* Revert 78892 and 78895, these break generating working executables onDaniel Dunbar2009-08-131-2/+1
* Add MachineFrameInfo::getPristineRegisters(MBB) method.Jakob Stoklund Olesen2009-08-131-1/+23
* Add callback to allow target to adjust latency of schedule dependency edge.David Goodwin2009-08-132-0/+11
* Move SetBufferSize and SetUnbuffered out of line.Dan Gohman2009-08-131-18/+2
* Fix the buffer handling logic so that write_impl is always called withDan Gohman2009-08-131-0/+4
* Fix the N>=64 case in the isInt<> and isUint<> templates.Jakob Stoklund Olesen2009-08-131-2/+2
* fix a minor fixme. When building with SL and later tools, the ".eh" symbolsChris Lattner2009-08-131-1/+2
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-133-29/+171
* Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.Daniel Dunbar2009-08-131-13/+13
* Add StringRef::front (with some small tweaks while I was in the area).Daniel Dunbar2009-08-131-1/+8
* sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner2009-08-133-15/+15
* add some comments: MCContext owns the MCSections, but it bump pointer allocatesChris Lattner2009-08-131-2/+3
* reject invalid code like:Chris Lattner2009-08-132-4/+10
* implement support for uniquing MachO sections.Chris Lattner2009-08-121-8/+17
* reduce #includageChris Lattner2009-08-121-5/+6
* Mark the callsite intrinsic such that the opimizers know it's not dead.Jim Grosbach2009-08-121-0/+2
* Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type.Bob Wilson2009-08-121-2/+5
* This void is implicit in C++.Dan Gohman2009-08-126-9/+9
* Add a GetBufferSize() member to raw_ostream and use it toDan Gohman2009-08-122-2/+5
* Enhance the InstrStage object to enable the specification of an Itinerary wit...David Goodwin2009-08-122-18/+71
* Remove a bunch more now-unnecessary Context arguments.Dan Gohman2009-08-123-68/+61
* catch a typo and simplify call syntaxGabor Greif2009-08-121-3/+3
* here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661Gabor Greif2009-08-121-0/+3
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-122-23/+81
* add support for mingw64 target triples.Chris Lattner2009-08-121-0/+1
* Move immediate constant predicate templates from the Blackfin target to MathE...Jakob Stoklund Olesen2009-08-121-0/+10
* add a couple of helpers to the Triple class for decodingChris Lattner2009-08-121-0/+15
* Add some comments to clarify the arguments to the vtbl and vtbx intrinsics.Bob Wilson2009-08-121-0/+4
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-122-35/+66
* Add 'isCodeGenOnly' bit to Instruction .td records.Daniel Dunbar2009-08-111-1/+8
* Fix warnings.Owen Anderson2009-08-111-3/+3
* llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will beDaniel Dunbar2009-08-111-0/+11
* struct -> classOwen Anderson2009-08-111-1/+2
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-118-365/+463
* StringRef: Add find(char) and find(StringRef).Daniel Dunbar2009-08-111-15/+47