aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-2916-16/+16
* Missed a spot.Michael J. Spencer2010-11-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-2969-36/+7414
* PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad2010-11-281-4/+2
* Remove PIC16 remnants.Benjamin Kramer2010-11-271-5/+0
* raw_ostream::write_escaped: Add a UseHexEscapes argument.Daniel Dunbar2010-11-271-6/+15
* Fix Whitespace.Michael J. Spencer2010-11-262-27/+27
* Move tree navigation to a new Path class that doesn't have to be a template.Jakob Stoklund Olesen2010-11-261-1/+102
* add a MemoryBuffer::getOpenFile method, which turns an openChris Lattner2010-11-231-0/+7
* Revert functionality doug added in r98575 that was neverChris Lattner2010-11-231-15/+11
* Fix a use after free. Patch by Frits van Bommel.Rafael Espindola2010-11-191-6/+9
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-192-0/+61
* Revert "Add ADT/IntervalMap.", GCC doesn't like it.Jakob Stoklund Olesen2010-11-192-61/+0
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-192-0/+61
* Aligned and unaligned copies of the same stringDale Johannesen2010-11-191-7/+22
* Bounds-check APInt's operator[].Dan Gohman2010-11-181-0/+1
* now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate theChris Lattner2010-11-171-2/+1
* report_fatal_error: Simplify a possible ambiguity.Daniel Dunbar2010-11-131-0/+4
* Fix memory leak in StringRef::edit_distance(). 'Allocated' could be leaked o...Ted Kremenek2010-11-071-5/+6
* CrashRecoveryContext: Add RunSafelyOnThread helper function.Daniel Dunbar2010-11-051-0/+23
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-031-7/+8
* Print an error as one big string instead of breaking it up.Dan Gohman2010-11-031-3/+3
* Revert r118057, this is better fixed in appendSuffix itself.Mikhail Glushenkov2010-11-021-3/+1
* Don't append a dot on platforms which don't use exe suffixes.Dan Gohman2010-11-021-1/+3
* FindExecutable: remove the executability check.Mikhail Glushenkov2010-11-021-16/+6
* Fix these error messages to be less confusing. These errorDan Gohman2010-10-291-9/+5
* Remove an unnecessary check and an unnecessary temporary.Mikhail Glushenkov2010-10-281-3/+2
* Extend StringRef's edit-distance algorithm to permit an upper bound on the al...Douglas Gregor2010-10-191-1/+8
* lib/Support/raw_ostream.cpp: Fix Cygwin's build.NAKAMURA Takumi2010-10-191-0/+4
* CrashRecoveryContext: Add missing return, so that the signal fires after we ourDaniel Dunbar2010-10-181-0/+3
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-171-0/+3
* Always use binary mode for output stream. This is important to prevent unwant...Francois Pichet2010-10-141-0/+13
* fix a bug I introduced, no idea how this didn't repro right.Chris Lattner2010-10-141-2/+2
* add uadd_ov/usub_ov to apint, consolidate constant foldingChris Lattner2010-10-141-0/+12
* constify these methods.Chris Lattner2010-10-131-5/+5
* add a few operations for signed operations that also Chris Lattner2010-10-131-0/+46
* Unbreak cmake build.John Thompson2010-10-071-0/+1
* Move tool_output_file into its own file.Dan Gohman2010-10-072-32/+43
* After printing "Running 'Graphviz' program... " and running theDan Gohman2010-10-051-6/+10
* Grow BumpPtrAllocator's slab size dynamically if we allocated many slabs. ThisBenjamin Kramer2010-09-301-0/+6
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-2/+0
* Make ConstantRange::makeICmpRegion handle all the edge cases properly. ThisNick Lewycky2010-09-281-10/+28
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-271-8/+8
* Delete an unused declaration.Dan Gohman2010-09-271-2/+0
* Add support for viewing graphviz graphs with xdot.py.Dan Gohman2010-09-271-0/+26
* Add better support for environment portion of triple. Original patch byDuncan Sands2010-09-161-6/+32
* Some versions of gcc still warn about "ignoring return value ... declaredDuncan Sands2010-09-161-1/+2
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-071-0/+13
* Add completely hokey binary-and and binary-or operations to ConstantRange andNick Lewycky2010-09-071-0/+26
* Add a new isSignWrappedSet() method to ConstantRange.Nick Lewycky2010-09-061-3/+15