2009-06-24 |
Daniel Dunbar | Sketch streamer support for .align, .org functionality.
|
commit | commitdiff | tree |
2009-06-24 |
Daniel Dunbar | We decided to not worry about Atoms for now, it should...
|
commit | commitdiff | tree |
2009-06-24 |
Daniel Dunbar | MCStreamer: Add a few more "symbol attributes".
|
commit | commitdiff | tree |
2009-06-24 |
Daniel Dunbar | MCStreamer: Test printing values.
|
commit | commitdiff | tree |
2009-06-24 |
Daniel Dunbar | Start MCAsmStreamer implementation.
|
commit | commitdiff | tree |
2009-06-23 |
Daniel Dunbar | Update for MCImm -> MCValue rename.
|
commit | commitdiff | tree |
2009-06-23 |
Daniel Dunbar | Add comments for the MCStreamer interface.
|
commit | commitdiff | tree |
2009-06-23 |
Daniel Dunbar | Start flushing out MCContext.
|
commit | commitdiff | tree |
2009-06-23 |
Daniel Dunbar | Set svn:ignore for {llvm/Config/AsmPrinters,Targets...
|
commit | commitdiff | tree |
2009-06-23 |
Daniel Dunbar | Start sketching MCStreamer interface.
|
commit | commitdiff | tree |
2009-06-09 |
Daniel Dunbar | Remove empty test (my DejaGNU doesn't like this)
|
commit | commitdiff | tree |
2009-06-08 |
Daniel Dunbar | Document the stack alignment part of target data description.
|
commit | commitdiff | tree |
2009-06-03 |
Daniel Dunbar | Change LTO to run the global opt pass twice.
|
commit | commitdiff | tree |
2009-06-03 |
Daniel Dunbar | Add createStandardLTOPasses to StandardPasses.h, and...
|
commit | commitdiff | tree |
2009-06-03 |
Daniel Dunbar | Switch opt to using StandardPasses.h
|
commit | commitdiff | tree |
2009-06-03 |
Daniel Dunbar | Remove some silly code.
|
commit | commitdiff | tree |
2009-06-03 |
Daniel Dunbar | Add StandardPasses.h which embeds the standard compilation...
|
commit | commitdiff | tree |
2009-06-02 |
Daniel Dunbar | NightlyTest: Stop running a separate Olden pass during...
|
commit | commitdiff | tree |
2009-05-28 |
Daniel Dunbar | NewNightlyTest.pl: Add a -parallel-jobs argument (set...
|
commit | commitdiff | tree |
2009-05-28 |
Daniel Dunbar | NightlyTest: Write "sentdata.txt" files and run the...
|
commit | commitdiff | tree |
2009-05-26 |
Daniel Dunbar | Back out r72431, it is causing a number of compilation...
|
commit | commitdiff | tree |
2009-05-22 |
Daniel Dunbar | Add llvm::triple constructor from arch, vendor, os...
|
commit | commitdiff | tree |
2009-05-18 |
Daniel Dunbar | Add -submit-aux option to NewNightlyTest.pl
|
commit | commitdiff | tree |
2009-05-18 |
Daniel Dunbar | Silence Release-Asserts warnings.
|
commit | commitdiff | tree |
2009-05-18 |
Daniel Dunbar | Fix a compile warning.
|
commit | commitdiff | tree |
2009-05-12 |
Daniel Dunbar | Allow client Makefiles control over whether they want...
|
commit | commitdiff | tree |
2009-05-12 |
Daniel Dunbar | Set svn:ignore on a slew of +Coverage directories
|
commit | commitdiff | tree |
2009-05-12 |
Daniel Dunbar | Refactor dependency generation for .ll files.
|
commit | commitdiff | tree |
2009-05-12 |
Daniel Dunbar | Remove obsolete Makefile magic for calling llvm-upgrade
|
commit | commitdiff | tree |
2009-05-12 |
Daniel Dunbar | Install bytecode libraries with a .bca suffix, otherwise...
|
commit | commitdiff | tree |
2009-04-20 |
Daniel Dunbar | Make Unix.h:MakeErrMsg separate the prefix and errno...
|
commit | commitdiff | tree |
2009-04-20 |
Daniel Dunbar | Remove unused variable.
|
commit | commitdiff | tree |
2009-04-13 |
Daniel Dunbar | Make these errors more noticable in build logs.
|
commit | commitdiff | tree |
2009-04-09 |
Daniel Dunbar | Add sys::Path::makeAbsolute().
|
commit | commitdiff | tree |
2009-04-03 |
Daniel Dunbar | Add fast path for raw_ostream output of strings.
|
commit | commitdiff | tree |
2009-04-01 |
Daniel Dunbar | Add llvm::Triple class for abstracting access to target...
|
commit | commitdiff | tree |
2009-03-31 |
Daniel Dunbar | Add llvm::sys::getHostTriple and remove
|
commit | commitdiff | tree |
2009-03-17 |
Daniel Dunbar | Add BUILTIN_EXPECT Support/Compiler macro.
|
commit | commitdiff | tree |
2009-03-17 |
Daniel Dunbar | Minimal raw_ostream unit tests
|
commit | commitdiff | tree |
2009-03-17 |
Daniel Dunbar | raw_ostream: Return '*this' explicitly (instead of...
|
commit | commitdiff | tree |
2009-03-17 |
Daniel Dunbar | raw_ostream: Put all exceptional conditions in raw_ostream...
|
commit | commitdiff | tree |
2009-03-17 |
Daniel Dunbar | raw_ostream: Rework implementation of unbuffered streams...
|
commit | commitdiff | tree |
2009-03-16 |
Daniel Dunbar | raw_ostream: Replace flush_impl with write_impl, which...
|
commit | commitdiff | tree |
2009-03-16 |
Daniel Dunbar | raw_ostream: Lift out flush_nonempty.
|
commit | commitdiff | tree |
2009-03-16 |
Daniel Dunbar | Make raw_ostream::operator<<(const void *) fast; it...
|
commit | commitdiff | tree |
2009-03-16 |
Daniel Dunbar | Add slow path for single character write, and use exclusivel...
|
commit | commitdiff | tree |
2009-03-14 |
Daniel Dunbar | Add newlines at end of file (this can annoy gcov)
|
commit | commitdiff | tree |
2009-03-13 |
Daniel Dunbar | Add ENABLE_COVERAGE, for building a +Coverage (gcov...
|
commit | commitdiff | tree |
2009-03-12 |
Daniel Dunbar | raw_ostream: unbuffered streams weren't being immediately...
|
commit | commitdiff | tree |
2009-03-12 |
Daniel Dunbar | Add StringMap::lookup.
|
commit | commitdiff | tree |
2009-03-10 |
Daniel Dunbar | Add -disable-bindings for utils/NewNightlyTest.pl
|
commit | commitdiff | tree |
2009-03-10 |
Daniel Dunbar | PR3478: raw_ostream should not buffer stderr
|
commit | commitdiff | tree |
2009-03-10 |
Daniel Dunbar | Add C++ marker.
|
commit | commitdiff | tree |
2009-03-06 |
Daniel Dunbar | Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}.
|
commit | commitdiff | tree |
2009-03-06 |
Daniel Dunbar | Rename my makefile debugging rule to prevent accidental...
|
commit | commitdiff | tree |
2009-03-06 |
Daniel Dunbar | Add Module::getNamedValue; use to normalize access...
|
commit | commitdiff | tree |
2009-03-02 |
Daniel Dunbar | Add some more clang related release notes.
|
commit | commitdiff | tree |
2009-02-24 |
Daniel Dunbar | Extension of GEP in constant folder was broken (apparently...
|
commit | commitdiff | tree |
2009-02-21 |
Daniel Dunbar | Add makefile debugging target; use "make print-FOO...
|
commit | commitdiff | tree |
2009-02-16 |
Daniel Dunbar | Add llvm::RoundUpToAlignment.
|
commit | commitdiff | tree |
2009-02-11 |
Daniel Dunbar | Update to match space changes in .ll
|
commit | commitdiff | tree |
2009-01-02 |
Daniel Dunbar | Remove comma at end of enumerator list.
|
commit | commitdiff | tree |
2009-01-02 |
Daniel Dunbar | Remove bison specific Makefile bits for AsmParser.
|
commit | commitdiff | tree |
2008-11-19 |
Daniel Dunbar | LLVMC2: -emit-llvm stops compilation.
|
commit | commitdiff | tree |
2008-11-19 |
Daniel Dunbar | LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax...
|
commit | commitdiff | tree |
2008-11-19 |
Daniel Dunbar | Grammar.
|
commit | commitdiff | tree |
2008-11-13 |
Daniel Dunbar | Add Binary flag to raw_fd_ostream constructor.
|
commit | commitdiff | tree |
2008-11-08 |
Daniel Dunbar | Rework r58829, allowing removal of dbg info intrinsics...
|
commit | commitdiff | tree |
2008-11-08 |
Daniel Dunbar | Add LLVMC2 tool definitions for Objective-C and Objective...
|
commit | commitdiff | tree |
2008-11-08 |
Daniel Dunbar | Add svn:ignore properties for Clang llvmc2 plugin.
|
commit | commitdiff | tree |
2008-11-03 |
Daniel Dunbar | Comment fix.
|
commit | commitdiff | tree |
2008-10-31 |
Daniel Dunbar | Fix warning.
|
commit | commitdiff | tree |
2008-10-30 |
Daniel Dunbar | Set svn:ignore on cscope.{files,out} in root llvm directory.
|
commit | commitdiff | tree |
2008-10-30 |
Daniel Dunbar | Set svn:ignore for some Release-Asserts and Output...
|
commit | commitdiff | tree |
2008-10-30 |
Daniel Dunbar | Add InlineCost class for represent the estimated cost...
|
commit | commitdiff | tree |
2008-10-29 |
Daniel Dunbar | Factor shouldInline method out of Inliner.
|
commit | commitdiff | tree |
2008-10-28 |
Daniel Dunbar | Assorted comment/naming fixes, 80-col violations, and...
|
commit | commitdiff | tree |
2008-10-28 |
Daniel Dunbar | Reuse PrintEscapedString for printing names in .ll
|
commit | commitdiff | tree |
2008-10-27 |
Daniel Dunbar | Return bool (inserted) from StringSet::insert as for...
|
commit | commitdiff | tree |
2008-10-23 |
Daniel Dunbar | Make sure to set stdout to binary when writing bitcode...
|
commit | commitdiff | tree |
2008-10-22 |
Daniel Dunbar | Change create*Pass factory functions to return Pass...
|
commit | commitdiff | tree |
2008-10-22 |
Daniel Dunbar | Add raw_ostream versions of WriteBitcodeToFile and...
|
commit | commitdiff | tree |
2008-10-22 |
Daniel Dunbar | Move Print*Pass to use raw_ostream.
|
commit | commitdiff | tree |
2008-10-21 |
Daniel Dunbar | Privatize PrintModulePass and PrintFunctionPass and add
|
commit | commitdiff | tree |
2008-10-21 |
Daniel Dunbar | Clear raw_fd_ostream error string on success and explain...
|
commit | commitdiff | tree |
2008-10-14 |
Daniel Dunbar | Prevent assert when using '"' in names (via hexadecimal).
|
commit | commitdiff | tree |
2008-10-14 |
Daniel Dunbar | Change getLLVMName to use raw_ostream & PrintLLVMName.
|
commit | commitdiff | tree |
2008-10-14 |
Daniel Dunbar | Add llvm::hexdigit to StringExtras (number -> hexadecimal...
|
commit | commitdiff | tree |
2008-10-14 |
Daniel Dunbar | Add some ReleaseNotes on clang codegen.
|
commit | commitdiff | tree |
2008-10-14 |
Daniel Dunbar | Remove Stacker.html from Xcode project.
|
commit | commitdiff | tree |
2008-10-14 |
Daniel Dunbar | Remove stale src, core directories.
|
commit | commitdiff | tree |
2008-10-11 |
Daniel Dunbar | Add API changes which affected me to release notes:
|
commit | commitdiff | tree |
2008-10-11 |
Daniel Dunbar | Add GCC 4.1.2 from Debian to known bad GCC list.
|
commit | commitdiff | tree |
2008-10-11 |
Daniel Dunbar | Unbreak DbgStopPointInst::getFileName().
|
commit | commitdiff | tree |
2008-10-03 |
Daniel Dunbar | Change PointerType::get -> getUnqual
|
commit | commitdiff | tree |
2008-10-03 |
Daniel Dunbar | Another dependency fix, prevent ObjDir from having...
|
commit | commitdiff | tree |
2008-10-03 |
Daniel Dunbar | Add IS_CLEANING_TARGET Makefile variable.
|
commit | commitdiff | tree |
2008-10-03 |
Daniel Dunbar | Unbreak build.
|
commit | commitdiff | tree |
2008-10-02 |
Daniel Dunbar | Rename IRBuilder::IsNonNull -> IsNotNull in response...
|
commit | commitdiff | tree |
2008-10-02 |
Daniel Dunbar | Add llvm::sys::{osName,osVersion} for retrieving operating...
|
commit | commitdiff | tree |
next |