summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Expose most of the Constant creation functions to llvm-c.Erick Tryzelaar2009-08-16
* Expose most of the rest of IRBuilder's functions to llvm-c.Erick Tryzelaar2009-08-16
* Add more casts to the IRBuilder.Erick Tryzelaar2009-08-16
* Reapply r79127. It was fixed by d0k.Bill Wendling2009-08-15
* Revert r79127. It was causing compilation errors.Bill Wendling2009-08-15
* Change allowsUnalignedMemoryAccesses to take type argument since some targetsEvan Cheng2009-08-15
* add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner2009-08-15
* Move FormattedStream's write_impl out of line.Dan Gohman2009-08-15
* Add sse4.2 string/text processing intrinsics. We'll select these later.Eric Christopher2009-08-14
* Whitespace cleanup.Eric Christopher2009-08-14
* Allow targets to specify their choice of calling conventions perAnton Korobeynikov2009-08-14
* *try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes2009-08-14
* Add doxygen comments.Owen Anderson2009-08-14
* Revert r78424.Argyrios Kyrtzidis2009-08-14
* A couple IRBuilder functions were still using getGlobalContext().Erick Tryzelaar2009-08-14
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-14
* Add virtual printMCInst method to AsmPrinter, as a quick way to expose the APIDaniel Dunbar2009-08-14
* Add MCSymbol::{print, dump}Daniel Dunbar2009-08-14
* Add MCValue::{print, dump}Daniel Dunbar2009-08-14
* Add helpers for fetching basic types.Owen Anderson2009-08-14
* Expose LLVMContext to llvm-c.Erick Tryzelaar2009-08-14
* TargetRegistry: Change AsmPrinter constructor to be typed as returning anDaniel Dunbar2009-08-13
* llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.Daniel Dunbar2009-08-13
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-13
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-13
* Make formatted_raw_ostream restore the buffer settings of theDan Gohman2009-08-13
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Add a method to return BSSSection from TargetLoweringObjectFileBruno Cardoso Lopes2009-08-13
* Add a method to return if the ELF section contains only common symbols!Bruno Cardoso Lopes2009-08-13
* Add unimplemented destructor declarations to hopefully addressDan Gohman2009-08-13
* TargetRegistry: Reorganize AsmPrinter construction so that clients pass in theDaniel Dunbar2009-08-13
* Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to beDan Gohman2009-08-13
* Add support to raw_ostream for sizing the buffer according to theDan Gohman2009-08-13
* Make raw_ostream non-copyable.Dan Gohman2009-08-13
* Revert 78892 and 78895, these break generating working executables onDaniel Dunbar2009-08-13
* Add MachineFrameInfo::getPristineRegisters(MBB) method.Jakob Stoklund Olesen2009-08-13
* Add callback to allow target to adjust latency of schedule dependency edge.David Goodwin2009-08-13
* Move SetBufferSize and SetUnbuffered out of line.Dan Gohman2009-08-13
* Fix the buffer handling logic so that write_impl is always called withDan Gohman2009-08-13
* Fix the N>=64 case in the isInt<> and isUint<> templates.Jakob Stoklund Olesen2009-08-13
* fix a minor fixme. When building with SL and later tools, the ".eh" symbolsChris Lattner2009-08-13
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-13
* Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.Daniel Dunbar2009-08-13
* Add StringRef::front (with some small tweaks while I was in the area).Daniel Dunbar2009-08-13
* sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner2009-08-13
* add some comments: MCContext owns the MCSections, but it bump pointer allocatesChris Lattner2009-08-13
* reject invalid code like:Chris Lattner2009-08-13
* implement support for uniquing MachO sections.Chris Lattner2009-08-12
* reduce #includageChris Lattner2009-08-12
* Mark the callsite intrinsic such that the opimizers know it's not dead.Jim Grosbach2009-08-12