Use inttypes.h, which exists on all of Linux, Solaris and Darwin.
[oota-llvm.git] / lib / Support /
2004-05-06 Chris LattnerImplement the new cl::PositionalEatsArgs flag, refactor...
2004-05-04 Brian GaekeApply simplification suggested by Chris: why assign...
2004-05-04 Brian GaekeAdd "Args" optional argument to AbstractInterpreter...
2004-04-16 Chris LattnerBugpoint was not correctly capturing stderr! This...
2004-04-05 Chris Lattnerlli no longer takes the -quiet option!
2004-04-05 Chris LattnerDo not mangle intrinsics in any way!
2004-04-02 Brian GaekeAdd autoconf support for isStandardOutAConsole ().
2004-04-02 Chris LattnerAdd new function, autoconf support required tho
2004-03-30 Chris LattnerAdd some new methods
2004-03-29 Chris LattnerAdjust to new itf
2004-03-04 Alkis EvlogimenosHide variable from other functions.
2004-02-26 Chris LattnerMake sure that at least one virtual method is defined...
2004-02-21 Misha Brukman`cat' is usually in /bin, not /usr/bin, at least on...
2004-02-21 Chris LattnerWhen printing a stack trace, demangle it if possible...
2004-02-20 Brian GaekeUse backtrace() and include execinfo.h, if they were...
2004-02-19 Chris LattnerDisable the stack trace thing until we can get an autoc...
2004-02-19 Chris LattnerImplement new function
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-19 Alkis EvlogimenosPrint stacktrace in STDERR before dying on a fatal...
2004-02-18 Chris LattnerAdd support for just running the code generator
2004-02-18 Chris Lattnerindent correctly
2004-02-18 Chris LattnerDon't yell. BUGPOINT should yell, not the tool runner :)
2004-02-18 Chris LattnerIf there is an error running a tool, include the error...
2004-02-18 Chris LattnerWhen an error occurs executing a tool, we now throw...
2004-02-17 Chris LattnerThe C backend is no longer in llvm-dis, it's in llc
2004-02-15 Chris LattnerFix a bug in the recent rewrite of the leakdetector...
2004-02-14 Alkis EvlogimenosModularize implementation of LeakDetector into a typed...
2004-02-14 Chris LattnerFix the logic in the name mangler. If there are two...
2004-02-11 Chris LattnerInitialize the count instance variable.
2004-01-26 John CriswellFixes for PR214. Use the SHLIBEXT variable instead...
2004-01-17 Chris LattnerThis file goes away
2004-01-12 Chris LattnerRemove use of ConstantHandling itf
2004-01-10 Chris LattnerRemove config wrapper around <cerrno>
2004-01-06 Alkis EvlogimenosPass std::string to constructor as const reference...
2004-01-01 John CriswellNot all platforms supports sighandler_t, so I changed...
2003-12-31 Chris Lattner* Add a new helper progress method
2003-12-31 Chris LattnerAdd missing #include
2003-12-31 Chris LattnerAdd new function
2003-12-31 Chris LattnerNew class, useful for command-line interactive programs.
2003-12-30 Chris LattnerAdd new method
2003-12-30 Chris LattnerFurther revisions of the FDHandle idea. In this versio...
2003-12-29 Chris LattnerAdd trivial exception specs to produce better code...
2003-12-29 Chris LattnerFactor FDHandle out of the bytecode reader into the...
2003-12-29 Chris Lattnerimplement new getToken function
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-01 Brian GaekeLock abstraction, introduced with a view toward making...
2003-11-24 Misha BrukmanFix copy-pasto.
2003-11-24 Misha BrukmanAdd ability to query if a file is a legitimate ELF...
2003-11-18 Brian GaekeOnly use -Wl,-R. if HAVE_LINK_R.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeMove IsArchive and IsBytecode here from gccld. Refactor...
2003-11-11 Brian GaekeAdd implementation of FileOpenable().
2003-10-25 Chris LattnerAttempt to provide support for those without RTLD_DEFAULT.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerAdd debugtype, make output marginally more nice
2003-10-19 Chris LattnerFix PR #47
2003-10-18 Chris LattnerWithout this option, the -run-llc mode does not work...
2003-10-15 Brian GaekeFix up error message.
2003-10-14 Chris LattnerGeneralize abstract interpreter interface to allow...
2003-10-14 Chris LattnerSubstantial cleanups:
2003-10-14 Chris LattnerActually return an error if something bad happens,...
2003-10-13 Chris LattnerLLI no longer has -abort-on-exception
2003-10-13 Chris LattnerRegularize header file comments
2003-10-10 Brian GaekeDon't include Config/stdio.h or <stdio.h>.
2003-10-10 Brian GaekeChange to use LinkDynamicObject instead of dlopen.
2003-10-10 Brian GaekeChange to use strtoul instead of strtoll.
2003-10-10 Brian GaekeAdd my abstracted dynamic linker support files.
2003-10-06 Misha BrukmanToolRunner.h has been moved from include/Support to...
2003-10-06 Chris LattnerImplement the NamedRegionTimer class
2003-10-05 Chris LattnerMove support/lib/Support back to lib/Support
2003-09-29 Misha BrukmanFixed space issues, code alignment, tabs -> spaces.
2003-09-29 Misha BrukmanImplementation of the abstraction of running our tools...
2003-09-29 John CriswellMoved code from llvm/lib/Support to llvm/support/lib...
2003-09-17 John CriswellIn ExecWait(), made the child process exit if it can...
2003-09-17 John CriswellAdded the ExecWait() function. It executes a program...
2003-09-16 Brian GaekeAdd missing apostrophe. It's been bugging me for years.
2003-09-16 Misha BrukmanFixed spelling & grammar.
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded a description of the algorithm.
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
2003-08-24 Chris LattnerMangle ALL letters that we do not allow, not just a...
2003-08-23 Chris LattnerInitial checkin of ValueHolder helper
2003-08-15 Brian Gaekelib/Support/CommandLine.cpp:
2003-08-14 Brian GaekeAdd support for reading command line arguments from...
2003-08-13 Chris LattnerThis file uses stable_sort
2003-08-12 Chris LattnerReenable optimized build
2003-08-11 Chris LattnerAdd support to the mangler for targets which require...
2003-08-07 Misha Brukmanclose() requires "unistd.h" .
2003-08-07 Misha BrukmanDoxygen-ify the comments by using '///' instead of...
2003-08-07 Misha BrukmanRemove references to `bugpoint' from the now-generic...
2003-08-07 Misha BrukmanMoved removeFile() and getUniqueFilename() into FileUti...
2003-08-01 Chris LattnerMove debug functionality to Debug.cpp/Debug.h
2003-08-01 Chris LattnerDescribe the value name
2003-08-01 Chris LattnerCheck in the implementation of the FileUtilities!
2003-08-01 Chris LattnerUse the C++, more portable, deleter
2003-08-01 Chris LattnerMove #include from a header to here
2003-07-31 Chris LattnerFix the JIT in the Nightly tester. This was not a...
2003-07-31 Chris LattnerTrivial cleanups: no need to include header twice....
next