summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* After printing "Running 'Graphviz' program... " and running theDan Gohman2010-10-05
* Grow BumpPtrAllocator's slab size dynamically if we allocated many slabs. ThisBenjamin Kramer2010-09-30
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-28
* Make ConstantRange::makeICmpRegion handle all the edge cases properly. ThisNick Lewycky2010-09-28
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* Delete an unused declaration.Dan Gohman2010-09-27
* Add support for viewing graphviz graphs with xdot.py.Dan Gohman2010-09-27
* Add better support for environment portion of triple. Original patch byDuncan Sands2010-09-16
* Some versions of gcc still warn about "ignoring return value ... declaredDuncan Sands2010-09-16
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-07
* Add completely hokey binary-and and binary-or operations to ConstantRange andNick Lewycky2010-09-07
* Add a new isSignWrappedSet() method to ConstantRange.Nick Lewycky2010-09-06
* Use the FindProgramByName fallback only with known absolute paths.Dan Gohman2010-09-02
* After some discussion with djg, teach SmallVector to grow from a zeroJohn McCall2010-09-02
* llvm::FindExecutable(): Retrieve the name with suffix.exe, if available.NAKAMURA Takumi2010-09-02
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Remove a hack that tries to understand incorrect triples from theDuncan Sands2010-08-30
* StringRef::compare_numeric also differed from StringRef::compare for characte...Benjamin Kramer2010-08-26
* Do unsigned char comparisons in StringRef::compare_lower to be more consisten...Benjamin Kramer2010-08-26
* Use Bits.data() instead of &Bits[0].Dan Gohman2010-08-24
* Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef).Benjamin Kramer2010-08-23
* Update CMake build.Benjamin Kramer2010-08-20
* Delete SlowOperationInformer, which is no longer used.Dan Gohman2010-08-20
* Make outs() close its file when its stream is destructed, so thatDan Gohman2010-08-20
* Delete raw_stdout_ostream and raw_stderr_ostream, which are unusedDan Gohman2010-08-20
* Move raw_ostream's Error flag into raw_fd_ostream, as that's the onlyDan Gohman2010-08-20
* Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman2010-08-20
* Do not assert when reading an exponent out of range.Dale Johannesen2010-08-19
* Make raw_fd_ostream consider itself the owner of STDOUT_FILENO whenDan Gohman2010-08-18
* Tidy.Dan Gohman2010-08-18
* Revert r111321. This doesn't fix a problem.Dan Gohman2010-08-18
* stomp some more undefined behavior, PR7775.Chris Lattner2010-08-18
* include config.h to get config params, hopefully unbreaking mingw builder.Chris Lattner2010-08-17
* Fix the rest of rdar://8318441 which happens when a raw_fd_ostreamChris Lattner2010-08-17
* report_fatal_error can't use errs(), because errs() can call Chris Lattner2010-08-17
* CrashRecovery: Clear the current context on the first crash, to avoid re-ente...Daniel Dunbar2010-08-17
* CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar2010-08-17
* CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar2010-08-17
* remove trailing whitespaceJim Grosbach2010-08-17
* Add hooks to FoldingSetTrait to allow specializations to provideDan Gohman2010-08-16
* Reverse the order of GetNodeProfile's arguments, for consistencyDan Gohman2010-08-16
* Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands2010-08-12
* Clean up ConstantRange a bit:Nick Lewycky2010-08-11
* Fix a couple of warnings.Eric Christopher2010-08-08
* Roll back my last two commits, valgrind complains.Benjamin Kramer2010-08-07
* Kill rarely used std::sort.Benjamin Kramer2010-08-07
* Remove layering violation.Owen Anderson2010-08-07
* Add an inverse() method to ConstantRange.Owen Anderson2010-08-07
* Add a convenience constructor.Owen Anderson2010-08-07