aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2010-10-19lib/Support/raw_ostream.cpp: Fix Cygwin's build.NAKAMURA Takumi
2010-10-18CrashRecoveryContext: Add missing return, so that the signal fires after we ourDaniel Dunbar
2010-10-17Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes
2010-10-14Always use binary mode for output stream. This is important to prevent unwant...Francois Pichet
2010-10-14fix a bug I introduced, no idea how this didn't repro right.Chris Lattner
2010-10-14add uadd_ov/usub_ov to apint, consolidate constant foldingChris Lattner
2010-10-13constify these methods.Chris Lattner
2010-10-13add a few operations for signed operations that also Chris Lattner
2010-10-07Unbreak cmake build.John Thompson
2010-10-07Move tool_output_file into its own file.Dan Gohman
2010-10-05After printing "Running 'Graphviz' program... " and running theDan Gohman
2010-09-30Grow BumpPtrAllocator's slab size dynamically if we allocated many slabs. ThisBenjamin Kramer
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-09-28Make ConstantRange::makeICmpRegion handle all the edge cases properly. ThisNick Lewycky
2010-09-27Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer
2010-09-27Delete an unused declaration.Dan Gohman
2010-09-27Add support for viewing graphviz graphs with xdot.py.Dan Gohman
2010-09-16Add better support for environment portion of triple. Original patch byDuncan Sands
2010-09-16Some versions of gcc still warn about "ignoring return value ... declaredDuncan Sands
2010-09-07Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky
2010-09-07Add completely hokey binary-and and binary-or operations to ConstantRange andNick Lewycky
2010-09-06Add a new isSignWrappedSet() method to ConstantRange.Nick Lewycky
2010-09-02Use the FindProgramByName fallback only with known absolute paths.Dan Gohman
2010-09-02After some discussion with djg, teach SmallVector to grow from a zeroJohn McCall
2010-09-02llvm::FindExecutable(): Retrieve the name with suffix.exe, if available.NAKAMURA Takumi
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-30Remove a hack that tries to understand incorrect triples from theDuncan Sands
2010-08-26StringRef::compare_numeric also differed from StringRef::compare for characte...Benjamin Kramer
2010-08-26Do unsigned char comparisons in StringRef::compare_lower to be more consisten...Benjamin Kramer
2010-08-24Use Bits.data() instead of &Bits[0].Dan Gohman
2010-08-23Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef).Benjamin Kramer
2010-08-20Update CMake build.Benjamin Kramer
2010-08-20Delete SlowOperationInformer, which is no longer used.Dan Gohman
2010-08-20Make outs() close its file when its stream is destructed, so thatDan Gohman
2010-08-20Delete raw_stdout_ostream and raw_stderr_ostream, which are unusedDan Gohman
2010-08-20Move raw_ostream's Error flag into raw_fd_ostream, as that's the onlyDan Gohman
2010-08-20Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman
2010-08-19Do not assert when reading an exponent out of range.Dale Johannesen
2010-08-18Make raw_fd_ostream consider itself the owner of STDOUT_FILENO whenDan Gohman
2010-08-18Tidy.Dan Gohman
2010-08-18Revert r111321. This doesn't fix a problem.Dan Gohman
2010-08-18stomp some more undefined behavior, PR7775.Chris Lattner
2010-08-17include config.h to get config params, hopefully unbreaking mingw builder.Chris Lattner
2010-08-17Fix the rest of rdar://8318441 which happens when a raw_fd_ostreamChris Lattner
2010-08-17report_fatal_error can't use errs(), because errs() can call Chris Lattner
2010-08-17CrashRecovery: Clear the current context on the first crash, to avoid re-ente...Daniel Dunbar
2010-08-17CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar
2010-08-17CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar
2010-08-17remove trailing whitespaceJim Grosbach
2010-08-16Add hooks to FoldingSetTrait to allow specializations to provideDan Gohman