2010-10-19 |
Douglas Gregor | Extend StringRef's edit-distance algorithm to permit... |
tree | commitdiff |
2010-10-19 |
NAKAMURA Takumi | lib/Support/raw_ostream.cpp: Fix Cygwin's build. |
tree | commitdiff |
2010-10-18 |
Daniel Dunbar | CrashRecoveryContext: Add missing return, so that the... |
tree | commitdiff |
2010-10-17 |
Oscar Fuentes | Build with RTTI and exceptions disabled. Only in GCC... |
tree | commitdiff |
2010-10-14 |
Francois Pichet | Always use binary mode for output stream. This is impor... |
tree | commitdiff |
2010-10-14 |
Chris Lattner | fix a bug I introduced, no idea how this didn't repro... |
tree | commitdiff |
2010-10-14 |
Chris Lattner | add uadd_ov/usub_ov to apint, consolidate constant... |
tree | commitdiff |
2010-10-13 |
Chris Lattner | constify these methods. |
tree | commitdiff |
2010-10-13 |
Chris Lattner | add a few operations for signed operations that also |
tree | commitdiff |
2010-10-07 |
John Thompson | Unbreak cmake build. |
tree | commitdiff |
2010-10-07 |
Dan Gohman | Move tool_output_file into its own file. |
tree | commitdiff |
2010-10-05 |
Dan Gohman | After printing "Running 'Graphviz' program... " and... |
tree | commitdiff |
2010-09-30 |
Benjamin Kramer | Grow BumpPtrAllocator's slab size dynamically if we... |
tree | commitdiff |
2010-09-28 |
Oscar Fuentes | Removed a bunch of unnecessary target_link_libraries. |
tree | commitdiff |
2010-09-28 |
Nick Lewycky | Make ConstantRange::makeICmpRegion handle all the edge... |
tree | commitdiff |
2010-09-27 |
Benjamin Kramer | Push twines deeper into SourceMgr's error handling... |
tree | commitdiff |
2010-09-27 |
Dan Gohman | Delete an unused declaration. |
tree | commitdiff |
2010-09-27 |
Dan Gohman | Add support for viewing graphviz graphs with xdot.py. |
tree | commitdiff |
2010-09-16 |
Duncan Sands | Add better support for environment portion of triple... |
tree | commitdiff |
2010-09-16 |
Duncan Sands | Some versions of gcc still warn about "ignoring return... |
tree | commitdiff |
2010-09-07 |
Nick Lewycky | Create PTX backend. Patch by Che-Liang Chiou! |
tree | commitdiff |
2010-09-07 |
Nick Lewycky | Add completely hokey binary-and and binary-or operation... |
tree | commitdiff |
2010-09-06 |
Nick Lewycky | Add a new isSignWrappedSet() method to ConstantRange. |
tree | commitdiff |
2010-09-02 |
Dan Gohman | Use the FindProgramByName fallback only with known... |
tree | commitdiff |
2010-09-02 |
John McCall | After some discussion with djg, teach SmallVector to... |
tree | commitdiff |
2010-09-02 |
NAKAMURA Takumi | llvm::FindExecutable(): Retrieve the name with suffix... |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
tree | commitdiff |
2010-08-30 |
Duncan Sands | Remove a hack that tries to understand incorrect triple... |
tree | commitdiff |
2010-08-26 |
Benjamin Kramer | StringRef::compare_numeric also differed from StringRef... |
tree | commitdiff |
2010-08-26 |
Benjamin Kramer | Do unsigned char comparisons in StringRef::compare_lowe... |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Use Bits.data() instead of &Bits[0]. |
tree | commitdiff |
2010-08-23 |
Benjamin Kramer | Avoid O(n*m) complexity in StringRef::find_first(_not... |
tree | commitdiff |
2010-08-20 |
Benjamin Kramer | Update CMake build. |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Delete SlowOperationInformer, which is no longer used. |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Make outs() close its file when its stream is destructe... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Delete raw_stdout_ostream and raw_stderr_ostream, which... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Move raw_ostream's Error flag into raw_fd_ostream,... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Introduce a new tool_output_file class, which extends... |
tree | commitdiff |
2010-08-19 |
Dale Johannesen | Do not assert when reading an exponent out of range. |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Make raw_fd_ostream consider itself the owner of STDOUT... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Tidy. |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Revert r111321. This doesn't fix a problem. |
tree | commitdiff |
2010-08-18 |
Chris Lattner | stomp some more undefined behavior, PR7775. |
tree | commitdiff |
2010-08-17 |
Chris Lattner | include config.h to get config params, hopefully unbrea... |
tree | commitdiff |
2010-08-17 |
Chris Lattner | Fix the rest of rdar://8318441 which happens when a... |
tree | commitdiff |
2010-08-17 |
Chris Lattner | report_fatal_error can't use errs(), because errs(... |
tree | commitdiff |
2010-08-17 |
Daniel Dunbar | CrashRecovery: Clear the current context on the first... |
tree | commitdiff |
2010-08-17 |
Daniel Dunbar | CrashRecovery: Add CrashRecoveryContext::GetCurrent... |
tree | commitdiff |
2010-08-17 |
Daniel Dunbar | CrashRecovery: Make CrashRecoveryContext static methods... |
tree | commitdiff |
2010-08-17 |
Jim Grosbach | remove trailing whitespace |
tree | commitdiff |
2010-08-16 |
Dan Gohman | Add hooks to FoldingSetTrait to allow specializations... |
tree | commitdiff |
2010-08-16 |
Dan Gohman | Reverse the order of GetNodeProfile's arguments, for... |
tree | commitdiff |
2010-08-12 |
Duncan Sands | Add a 'normalize' method to the Triple class, which... |
tree | commitdiff |
2010-08-11 |
Nick Lewycky | Clean up ConstantRange a bit: |
tree | commitdiff |
2010-08-08 |
Eric Christopher | Fix a couple of warnings. |
tree | commitdiff |
2010-08-07 |
Benjamin Kramer | Roll back my last two commits, valgrind complains. |
tree | commitdiff |
2010-08-07 |
Benjamin Kramer | Kill rarely used std::sort. |
tree | commitdiff |
2010-08-07 |
Owen Anderson | Remove layering violation. |
tree | commitdiff |
2010-08-07 |
Owen Anderson | Add an inverse() method to ConstantRange. |
tree | commitdiff |
2010-08-07 |
Owen Anderson | Add a convenience constructor. |
tree | commitdiff |
2010-08-03 |
Chris Lattner | avoid undef behavior on minint, fixing PR7783. |
tree | commitdiff |
2010-07-30 |
Daniel Dunbar | Fix -Wmissing-field-initializers warnings. |
tree | commitdiff |
2010-07-29 |
Daniel Dunbar | CrashRecovery: Use ThreadLocal::erase() instead of... |
tree | commitdiff |
2010-07-29 |
Daniel Dunbar | Make sure to include config.h, to pickup LLVM_ON_WIN32. |
tree | commitdiff |
2010-07-29 |
Daniel Dunbar | CrashRecoveryContext: Add a simple POSIX implementation. |
tree | commitdiff |
2010-07-28 |
Douglas Gregor | Unbreak my CMake build, say you'll compile for me again... |
tree | commitdiff |
2010-07-28 |
Daniel Dunbar | Support: Add CrashRecoveryContext helper object. |
tree | commitdiff |
2010-07-14 |
Benjamin Kramer | Don't pass StringRef by reference. |
tree | commitdiff |
2010-07-07 |
Chris Lattner | add some triple for minix, patch by Kees van Reeuwijk... |
tree | commitdiff |
2010-06-30 |
Duncan Sands | Rather than giving SmallPtrSetImpl a member field Small... |
tree | commitdiff |
2010-06-28 |
Eric Christopher | Fix thinko. |
tree | commitdiff |
2010-06-28 |
Eric Christopher | Pull in the libCrashReporterClient.a information with... |
tree | commitdiff |
2010-06-25 |
Benjamin Kramer | Rewrite MemoryBuffer::getSTDIN to use read(2) and a... |
tree | commitdiff |
2010-06-25 |
Benjamin Kramer | Bring back the empty vector workaround I removed in... |
tree | commitdiff |
2010-06-25 |
Benjamin Kramer | Tweak MemoryBuffer to allocate the class itself, the... |
tree | commitdiff |
2010-06-24 |
Dan Gohman | Add overloads for getFile and getFileOrSTDIN which... |
tree | commitdiff |
2010-06-22 |
Eric Christopher | Look for and use a different darwin crash reporter... |
tree | commitdiff |
2010-06-22 |
Dan Gohman | Add an explicit keyword. |
tree | commitdiff |
2010-06-19 |
Benjamin Kramer | Use calloc instead of new/memset, it is more efficient... |
tree | commitdiff |
2010-06-18 |
Dan Gohman | Give NamedRegionTimer an Enabled flag, allowing all... |
tree | commitdiff |
2010-06-17 |
Jason Molenda | Add the entire range of DW_OP_lit[0..31], DW_OP_reg... |
tree | commitdiff |
2010-06-15 |
Daniel Dunbar | fpcmp: Fix bug where fpcmp wouldn't early exit when... |
tree | commitdiff |
2010-06-15 |
Daniel Dunbar | fpcmp: Fix a possible infinite loop when comparing... |
tree | commitdiff |
2010-06-08 |
Daniel Dunbar | Use const_iterator where appropriate. |
tree | commitdiff |
2010-06-08 |
Daniel Dunbar | DeltaAlgorithm: Tweak split to split by first/second... |
tree | commitdiff |
2010-06-08 |
Daniel Dunbar | ADT: Add DAGDeltaAlgorithm, which is a DAG minimization... |
tree | commitdiff |
2010-06-08 |
Benjamin Kramer | Use realloc instead of malloc+memcpy when growing a... |
tree | commitdiff |
2010-05-28 |
Dan Gohman | Minor code simplification. |
tree | commitdiff |
2010-05-28 |
Dan Gohman | Fix a redundant-return warning. |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Add basic error checking to MemoryBuffer::getSTDIN. |
tree | commitdiff |
2010-05-26 |
Jakob Stoklund Olesen | Add StringRef::compare_numeric and use it to sort Table... |
tree | commitdiff |
2010-05-20 |
Daniel Dunbar | Fix __crashreport_info__ declaration. |
tree | commitdiff |
2010-05-19 |
Dan Gohman | Add a comment explaining why this code uses Append... |
tree | commitdiff |
2010-05-18 |
Dan Gohman | Usage of O_NONBLOCK in bjam is now confirmed as a bug... |
tree | commitdiff |
2010-05-15 |
Chris Lattner | improve portability to systems that don't have round... |
tree | commitdiff |
2010-05-10 |
Daniel Dunbar | Add new configure option, --disable-timestamps, intende... |
tree | commitdiff |
2010-05-08 |
Daniel Dunbar | Run interrupt routines as part of report_fatal_error... |
tree | commitdiff |
2010-05-06 |
Dan Gohman | Handle the case where open(2) or close(2) is interrupte... |
tree | commitdiff |
2010-05-06 |
Dan Gohman | Handle EWOULDBLOCK as EAGAIN. And add a comment explain... |
tree | commitdiff |
2010-05-05 |
Chris Lattner | Implement rdar://7415680 - Twine integer support lacks... |
tree | commitdiff |
next |