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-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
2009-08-19
Remove temporary testing code.
Dan Gohman
2009-08-19
Make SROA and PredicateSimplifier cope if TargetData is not
Dan Gohman
2009-08-19
Use hasDefinitiveInitializer() instead of testing the same thing
Dan Gohman
2009-08-19
Canonicalize indices in a constantexpr GEP. If Indices exceed the
Dan Gohman
2009-08-19
Add an x86 peep that narrows TEST instructions to forms that use
Dan Gohman
2009-08-19
Switch Twine::str() to use toVector(), which is now efficient.
Daniel Dunbar
2009-08-19
Update Cortex-A8 instruction itineraries for integer instructions.
David Goodwin
2009-08-19
Add a first stab at describing LLVMContext.
Owen Anderson
2009-08-19
Switch raw_svector_ostream to use the vector as the ostream buffer.
Daniel Dunbar
2009-08-19
Add SmallVector::{capacity,set_size}.
Daniel Dunbar
2009-08-19
BasicBlock::getContext can no longer return a NULL so update the doc.
Erick Tryzelaar
2009-08-19
Update the ocaml docs to work with LLVMContext.
Erick Tryzelaar
2009-08-19
Convert the rest of the ocaml types and functions to use context.
Erick Tryzelaar
2009-08-19
Reapply my less-lock-contention-in-leak-detector patch, now with new files
Owen Anderson
2009-08-19
Add support for Neon VEXT (vector extract) shuffles.
Bob Wilson
2009-08-19
Fix a commento.
Daniel Dunbar
2009-08-19
Speculatively revert r79375, which may be breaking bootstrap, although in a
Daniel Dunbar
2009-08-19
Use the schedule itinerary operand use/def cycle information to adjust depend...
David Goodwin
2009-08-19
Test commit access with a first act of vanity.
Sandeep Patel
2009-08-19
Fix cmake build on non-x86 targets. Patch by
Duncan Sands
2009-08-19
Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.
Benjamin Kramer
2009-08-19
Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...
Benjamin Kramer
2009-08-19
PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.
Eli Friedman
2009-08-19
Add the ocaml binding to LLVMBuildAggregateRet.
Erick Tryzelaar
2009-08-19
Expose some extra functions to llvm-c
Erick Tryzelaar
2009-08-19
Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also
Nick Lewycky
2009-08-19
Allow passing around LLVMContext in ocaml.
Erick Tryzelaar
2009-08-19
ExuberantAsm is no more.
Chris Lattner
2009-08-19
fix asmstreaming of 2/4 byte elements with pow-2 alignments.
Chris Lattner
2009-08-19
Be more careful when modifying PHI nodes. Patch by Andre Tavares.
Nick Lewycky
2009-08-19
switch asmprinter to emit alignments through OutStreamer.
Chris Lattner
2009-08-19
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
Broke line before break.
Andreas Neustifter
2009-08-19
Make a SmallVector size more reasonable.
Daniel Dunbar
[prev]
[next]