index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-08-20
Add myself to the blame list.
Benjamin Kramer
2009-08-20
Correct ARM v7-A architecture name spelling and add note about hard float.
Sandeep Patel
2009-08-20
Don't try to build .bc version of libprofile if LLVMGCC isn't available.
Daniel Dunbar
2009-08-20
Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE
Erick Tryzelaar
2009-08-20
Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;
Daniel Dunbar
2009-08-20
fix this back, thanks Eli
Chris Lattner
2009-08-20
Add some comments clarifying what appear to be the intent of various
Dan Gohman
2009-08-20
Reword a few comments for AnalyzeBranch and InsertBranch, and fix
Dan Gohman
2009-08-20
Check for shared landing pads when assigning call site values. Invokes which
Jim Grosbach
2009-08-20
minor grammar tweak
Chris Lattner
2009-08-19
Add an extra line to conform with preferred style.
Dale Johannesen
2009-08-19
Modify an assert to avoid what looks like a GCC 4.2.4 signed-ness bug.
Reid Kleckner
2009-08-19
Fix a few places to check if TargetData is available before using it.
Dan Gohman
2009-08-19
Add a fast path for setName("") on an unnamed value.
Daniel Dunbar
2009-08-19
Loosen up the regex for this test so that it doesn't implicitly
Dan Gohman
2009-08-19
Add targetdata strings to these tests, since SimplifyLibCalls uses
Dan Gohman
2009-08-19
Update the release process some more. Lots of good details now.
Tanya Lattner
2009-08-19
Remove an unnecessary include. Now we won't have circular include
David Greene
2009-08-19
AttrListPtr operations need to be atomic.
Owen Anderson
2009-08-19
Fix a bug in the over-index constant folding. When over-indexing an
Dan Gohman
2009-08-19
Handle 'a' modifier in X86 asms. PR 4742.
Dale Johannesen
2009-08-19
Fixed error in CPPBackend from a contextification API change.
Reid Kleckner
2009-08-19
Switch IRBuilder to using Twine references for names.
Daniel Dunbar
2009-08-19
Add missing forward declaration.
David Greene
2009-08-19
Add missing includes.
David Greene
2009-08-19
Add missing includes.
David Greene
2009-08-19
Add missing includes.
David Greene
2009-08-19
Add a REQUIRES_FRAME_POINTER option to disable the frame pointer
Nicolas Geoffray
2009-08-19
Add missing includes.
David Greene
2009-08-19
Add missing includes.
David Greene
2009-08-19
Add missing includes.
David Greene
2009-08-19
Add missing includes.
David Greene
2009-08-19
Get rid of a helgrind warning. If this is _actually_ a performance problem,
Owen Anderson
2009-08-19
Add missing includes.
David Greene
2009-08-19
Add missing includes.
David Greene
2009-08-19
Add missing includes.
David Greene
2009-08-19
Build runtime libraries by default.
Daniel Dunbar
2009-08-19
Add missing header.
David Greene
2009-08-19
Add triple parsing support for TCE.
Eli Friedman
2009-08-19
Unbreak GetBufferSize() on uninitialized streams. This fixes a problem
Dan Gohman
2009-08-19
Tweak svn:ignore
Daniel Dunbar
2009-08-19
Switch to SmallString::str from SmallString::c_str, and remove
Daniel Dunbar
2009-08-19
Add min and max tests.
Daniel Dunbar
2009-08-19
Add SmallString::str (which returns a StringRef); this is more efficient than
Daniel Dunbar
2009-08-19
Remove SmallString::append_*int* unit tests.
Benjamin Kramer
2009-08-19
Remove SmallString::append_*int* methods; how many copies of int -> str
Daniel Dunbar
2009-08-19
Change ValueSymbolTable to use raw_svector_ostream for string concatenation.
Daniel Dunbar
2009-08-19
Make this test platform neutral.
Bill Wendling
2009-08-19
Change raw_svector_ostream to reserve the input buffer if necessary, Ted was
Daniel Dunbar
2009-08-19
Fix typo
Daniel Dunbar
[next]