index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Rewrite
/
RewriteRope.h
Age
Commit message (
Expand
)
Author
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-27
restore indentation
Gabor Greif
2009-08-27
iterator.h is no more. Be standards compliant.
Gabor Greif
2008-07-05
Fix warnings
Seo Sanghyeon
2008-05-29
Update to follow recent LLVM changes
Anton Korobeynikov
2008-05-28
Fix rewrite rope to keep the leaf list up-to-date as it erases leaves
Chris Lattner
2008-05-24
This fixes a VC++ build failure.
Steve Naroff
2008-05-23
add some assertions to catch bad things before they die
Chris Lattner
2008-04-23
fix a rewriter crash on zero length files.
Chris Lattner
2008-04-14
Add a bunch of comments, move RewriteRope::MakeRopeString out of line.
Chris Lattner
2008-04-14
move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp
Chris Lattner
2008-04-14
remove ifdefs
Chris Lattner
2008-04-14
Change the RewriteRope::Chunks data structure from an std::list into
Chris Lattner
2008-04-12
Default argument cleanups and minor improvements, patch by
Chris Lattner
2008-04-06
don't dereference hte end iterator when inserting at end of buffer.
Chris Lattner
2008-03-10
Add some missing #includes for GCC mainline, patch by Shantonu Sen!
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-08
add a getAtOffset() member to simplify some code.
Chris Lattner
2007-11-08
add a fixme.
Chris Lattner
2007-11-08
significantly simplify the implementation of RewriteRope by changing the
Chris Lattner
2007-11-08
improve MakeRopeString to avoid doing a malloc for every 2-character string
Chris Lattner
2007-11-08
Simplify interface to MakeRopeString.
Chris Lattner
2007-11-08
Add a new RewriteRope data structure which is a smarter way to represent the ...
Chris Lattner