aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-28PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad
2010-11-27Remove PIC16 remnants.Benjamin Kramer
2010-11-27raw_ostream::write_escaped: Add a UseHexEscapes argument.Daniel Dunbar
2010-11-26Fix Whitespace.Michael J. Spencer
2010-11-26Move tree navigation to a new Path class that doesn't have to be a template.Jakob Stoklund Olesen
2010-11-23add a MemoryBuffer::getOpenFile method, which turns an openChris Lattner
2010-11-23Revert functionality doug added in r98575 that was neverChris Lattner
2010-11-19Fix a use after free. Patch by Frits van Bommel.Rafael Espindola
2010-11-19Add ADT/IntervalMap.Jakob Stoklund Olesen
2010-11-19Revert "Add ADT/IntervalMap.", GCC doesn't like it.Jakob Stoklund Olesen
2010-11-19Add ADT/IntervalMap.Jakob Stoklund Olesen
2010-11-19Aligned and unaligned copies of the same stringDale Johannesen
2010-11-18Bounds-check APInt's operator[].Dan Gohman
2010-11-17now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate theChris Lattner
2010-11-13report_fatal_error: Simplify a possible ambiguity.Daniel Dunbar
2010-11-07Fix memory leak in StringRef::edit_distance(). 'Allocated' could be leaked o...Ted Kremenek
2010-11-05CrashRecoveryContext: Add RunSafelyOnThread helper function.Daniel Dunbar
2010-11-03Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov
2010-11-03Print an error as one big string instead of breaking it up.Dan Gohman
2010-11-02Revert r118057, this is better fixed in appendSuffix itself.Mikhail Glushenkov
2010-11-02Don't append a dot on platforms which don't use exe suffixes.Dan Gohman
2010-11-02FindExecutable: remove the executability check.Mikhail Glushenkov
2010-10-29Fix these error messages to be less confusing. These errorDan Gohman
2010-10-28Remove an unnecessary check and an unnecessary temporary.Mikhail Glushenkov
2010-10-19Extend StringRef's edit-distance algorithm to permit an upper bound on the al...Douglas Gregor
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