Age | Commit message (Expand) | Author |
2009-08-19 | Revert my last patch temporarily. | Owen Anderson |
2009-08-19 | Privatize part of the leak detector mechanism, which turned out to be heavily... | Owen Anderson |
2009-08-19 | raw_ostream: Remove pointless redefinitions of tell(). | Daniel Dunbar |
2009-08-18 | raw_ostream: Add the capability for subclasses to manually install an external | Daniel Dunbar |
2009-08-18 | raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation. | Daniel Dunbar |
2009-08-18 | Simplify RegScavenger::FindUnusedReg. | Jakob Stoklund Olesen |
2009-08-18 | Revert r78924, disabling buffering defeats all the fast paths in raw_ostream. | Daniel Dunbar |
2009-08-18 | Improve Triple to recognize the OS in i386-mingw32. | Daniel Dunbar |
2009-08-18 | Make various changes suggested by Chris. | David Greene |
2009-08-18 | Fix pasto in StringRef::count(char) | Daniel Dunbar |
2009-08-18 | Add StringRef::count({char,StringRef}) | Daniel Dunbar |
2009-08-18 | Generalize ScalarEvolution to be able to analyze GEPs when | Dan Gohman |
2009-08-18 | Fixed spelling of MSP430. | Misha Brukman |
2009-08-18 | Make AsmStreamer maintain a notion of the current section, pushing it up from... | Chris Lattner |
2009-08-18 | Recognize xscale as an ARM arch. | Daniel Dunbar |
2009-08-18 | Add Triple matching for pic16 arch and solaris OS. | Daniel Dunbar |
2009-08-18 | Add LLVMInitializeAllTargetInfos for C api, and update | Daniel Dunbar |
2009-08-17 | Remove a bit more cruft from the sjlj moving to a backend pass. | Jim Grosbach |
2009-08-17 | Move the sjlj exception handling conversions to a back-end pass where they | Jim Grosbach |
2009-08-17 | Extend the instruction itinerary model to include the ability to indicate the... | David Goodwin |
2009-08-17 | the MinPad argument to PadToColumn only really makes sense to be 1, | Chris Lattner |
2009-08-17 | change AsmPrinter to switch sections using AsmStreamer instead of | Chris Lattner |
2009-08-17 | give MCAsmStreamer a TargetAsmInfo. | Chris Lattner |
2009-08-17 | Make a declaration consistent with its definition. | Oscar Fuentes |
2009-08-16 | Expose creating constant ints and floats from strings in llvm-c. | Erick Tryzelaar |
2009-08-16 | Add helper functions to ConstantInt and ConstantFP to accept strings. | Erick Tryzelaar |
2009-08-16 | Modify APFloat to take a StringRef instead of a c string. | Erick Tryzelaar |
2009-08-16 | Add a getOffsetOf, for building a target-independent expression for | Dan Gohman |
2009-08-16 | Replace RegScavenger::DistanceMap with a simpler local algorithm. | Jakob Stoklund Olesen |
2009-08-16 | Clean up the public interface of RegScavenger. | Jakob Stoklund Olesen |
2009-08-16 | Add an llvm-c function that lets you insert an instruction with a name. | Erick Tryzelaar |
2009-08-16 | Expose most of the Constant creation functions to llvm-c. | Erick Tryzelaar |
2009-08-16 | Expose most of the rest of IRBuilder's functions to llvm-c. | Erick Tryzelaar |
2009-08-16 | Add more casts to the IRBuilder. | Erick Tryzelaar |
2009-08-15 | Reapply r79127. It was fixed by d0k. | Bill Wendling |
2009-08-15 | Revert r79127. It was causing compilation errors. | Bill Wendling |
2009-08-15 | Change allowsUnalignedMemoryAccesses to take type argument since some targets | Evan Cheng |
2009-08-15 | add support for target-specific ELF section flags, add a new MCSectionXCore | Chris Lattner |
2009-08-15 | Move FormattedStream's write_impl out of line. | Dan Gohman |
2009-08-14 | Add sse4.2 string/text processing intrinsics. We'll select these later. | Eric Christopher |
2009-08-14 | Whitespace cleanup. | Eric Christopher |
2009-08-14 | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov |
2009-08-14 | *try* to use a better name to describe how common symbols are marked on the e... | Bruno Cardoso Lopes |
2009-08-14 | Add doxygen comments. | Owen Anderson |
2009-08-14 | Revert r78424. | Argyrios Kyrtzidis |
2009-08-14 | A couple IRBuilder functions were still using getGlobalContext(). | Erick Tryzelaar |
2009-08-14 | Update llvm-mc / MCAsmStreamer to print the instruction using the actual target | Daniel Dunbar |
2009-08-14 | Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API | Daniel Dunbar |
2009-08-14 | Add MCSymbol::{print, dump} | Daniel Dunbar |
2009-08-14 | Add MCValue::{print, dump} | Daniel Dunbar |