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 |
2008-09-27 |
Daniel Dunbar | Add IRBuilder::{CreateIsNull, CreateIsNonNull} helper...
|
commit | commitdiff | tree |
2008-09-27 |
Daniel Dunbar | Unbreak build.
|
commit | commitdiff | tree |
2008-09-26 |
Daniel Dunbar | Update LICENSE link.
|
commit | commitdiff | tree |
2008-09-26 |
Daniel Dunbar | Set svn:ignore on AsmPrinter Release-Asserts directories.
|
commit | commitdiff | tree |
2008-09-10 |
Daniel Dunbar | Fix 80 col violation.
|
commit | commitdiff | tree |
2008-09-08 |
Daniel Dunbar | Add VISIBILITY_HIDDEN on SDISelAsmOperandInfo
|
commit | commitdiff | tree |
2008-09-02 |
Daniel Dunbar | Reapply majority of r55557 but with the changes to...
|
commit | commitdiff | tree |
2008-08-30 |
Daniel Dunbar | Enable -fvisibility-inlines-hidden by default for compilers...
|
commit | commitdiff | tree |
2008-08-29 |
Daniel Dunbar | Add GlobalValue::{removeFromParent,eraseFromParent}
|
commit | commitdiff | tree |
2008-08-29 |
Daniel Dunbar | Add DenseMap::lookup:
|
commit | commitdiff | tree |
2008-08-21 |
Daniel Dunbar | Revert 55090, regressions in:
|
commit | commitdiff | tree |
2008-08-13 |
Daniel Dunbar | Add svn:ignore on several Release-Asserts directories
|
commit | commitdiff | tree |
2008-08-13 |
Daniel Dunbar | Add default constructor to APSInt
|
commit | commitdiff | tree |
2008-08-13 |
Daniel Dunbar | Update makellvm to return correct result code.
|
commit | commitdiff | tree |
2008-07-17 |
Daniel Dunbar | test commit access
|
commit | commitdiff | tree |
|