- Jun 16, 2009
-
-
Owen Anderson authored
llvm-svn: 73551
-
Douglas Gregor authored
llvm-svn: 73516
-
Owen Anderson authored
calls for convenience. llvm-svn: 73512
-
- Jun 04, 2009
-
-
Torok Edwin authored
llvm-svn: 72854
-
- May 30, 2009
-
-
Mike Stump authored
added in clang. llvm-svn: 72606
-
Bill Wendling authored
llvm-svn: 72604
-
- May 27, 2009
-
-
Douglas Gregor authored
llvm-svn: 72480
-
- May 22, 2009
-
-
Daniel Dunbar authored
DragonFly OS type. llvm-svn: 72242
-
Evan Cheng authored
llvm-svn: 72235
-
- May 20, 2009
-
-
Owen Anderson authored
initialization succeeded or not, rather than just asserting. llvm-svn: 72182
-
Owen Anderson authored
Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-safe mode. Provide double-check locking initialization of ManagedStatic's when running in thread-safe mode. llvm-svn: 72151
-
- May 18, 2009
-
-
Eli Friedman authored
It doesn't matter for piped input, but it's annoying when typing at the console. llvm-svn: 71998
-
- May 14, 2009
-
-
Mike Stump authored
Radar 6867696 llvm-svn: 71750
-
Mike Stump authored
llvm-svn: 71738
-
- Apr 30, 2009
-
-
Jay Foad authored
class. llvm-svn: 70488
-
Bill Wendling authored
llvm-svn: 70437
-
- Apr 25, 2009
-
-
Chris Lattner authored
patch by Jeff Yasskin! llvm-svn: 70058
-
- Apr 20, 2009
-
-
Douglas Gregor authored
llvm-svn: 69583
-
- Apr 15, 2009
-
-
Chris Lattner authored
llvm-svn: 69211
-
- Apr 08, 2009
-
-
Chris Lattner authored
abstraction for CommandLine. llvm-svn: 68588
-
- Apr 02, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 68269
-
- Apr 01, 2009
-
-
Daniel Dunbar authored
- The code is silly, I'm just amusing myself. Rewrite to be efficient if you like. :) Also, if you wish to debate the proper names of the triple components I'm all ears. llvm-svn: 68252
-
Dan Gohman authored
is appropriate. This helps visually differentiate host-oriented calculations from target-oriented calculations. llvm-svn: 68227
-
Misha Brukman authored
* Simplified if statement llvm-svn: 68163
-
- Mar 28, 2009
-
-
Chris Lattner authored
llvm-svn: 67892
-
- Mar 23, 2009
-
-
Dale Johannesen authored
same as a normal i80 {low64, high16} rather than its own {high64, low16}. A depressing number of places know about this; I think I got them all. Bitcode readers and writers convert back to the old form to avoid breaking compatibility. llvm-svn: 67562
-
Dan Gohman authored
explicitly flush it. llvm-svn: 67526
-
- Mar 19, 2009
-
-
Duncan Sands authored
llvm-svn: 67302
-
- Mar 17, 2009
-
-
Daniel Dunbar authored
- Use for exceptional buffer conditions in raw_ostream:write to shave off a cycle or two. - Please rename if you have a better one. llvm-svn: 67103
-
Daniel Dunbar authored
under a single branch. Also, add a FIXME for formatted output. llvm-svn: 67069
-
Daniel Dunbar authored
a single character requires only one branch to follow slow path. - Never use a buffer when writing on an unbuffered stream. - Move default buffer size to header. llvm-svn: 67066
-
Daniel Dunbar authored
write as arguments. - Add raw_ostream::GetNumBytesInBuffer. - Privatize buffer pointers. - Get rid of slow and unnecessary code for writing out large strings. llvm-svn: 67060
-
- Mar 16, 2009
-
-
Daniel Dunbar authored
- Flush a known non-empty buffers; enforces the interface to flush_impl and kills off HandleFlush (which I saw no reason to be an inline method, Chris?). - Clarify invariant that flush_impl is only called with OutBufCur > OutBufStart. - This also cleary collects all places where we have to deal with the buffer possibly not existing. - A few more comments and fixing the unbuffered behavior remain in this commit sequence. llvm-svn: 67057
-
Daniel Dunbar authored
it is easy. llvm-svn: 67054
-
Daniel Dunbar authored
single characters writes outside of the fast path in raw_ostream.h llvm-svn: 67053
-
- Mar 13, 2009
-
-
Stuart Hastings authored
large for the testsuite) took over six minutes to compile on my Mac. The patched LLVM-GCC compiles that testcase in three seconds (GCC takes less than one second). This hash function is more complex (about 35 instructions on x86) than what Chris wanted, but I expect it will be well-behaved with arbitrary inputs. Thank you to everyone who responded to my previous request for advice. llvm-svn: 66962
-
Chris Lattner authored
llvm-svn: 66850
-
Chris Lattner authored
to the stack. This shrinks all llvm tools by 9k, and improves reentrancy. llvm-svn: 66847
-
Chris Lattner authored
llvm-svn: 66845
-
- Mar 10, 2009
-
-
Daniel Dunbar authored
- Add unbuffered flag to raw_ostream, forwarded by raw_fd_ostream and used by raw_stderr_ostream. llvm-svn: 66545
-