index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add triple parsing support for TCE.
Eli Friedman
2009-08-19
2
-0
/
+6
*
Unbreak GetBufferSize() on uninitialized streams. This fixes a problem
Dan Gohman
2009-08-19
1
-1
/
+1
*
Tweak svn:ignore
Daniel Dunbar
2009-08-19
0
-0
/
+0
*
Switch to SmallString::str from SmallString::c_str, and remove
Daniel Dunbar
2009-08-19
5
-16
/
+9
*
Add min and max tests.
Daniel Dunbar
2009-08-19
1
-0
/
+8
*
Add SmallString::str (which returns a StringRef); this is more efficient than
Daniel Dunbar
2009-08-19
1
-0
/
+3
*
Remove SmallString::append_*int* unit tests.
Benjamin Kramer
2009-08-19
1
-16
/
+0
*
Remove SmallString::append_*int* methods; how many copies of int -> str
Daniel Dunbar
2009-08-19
1
-41
/
+0
*
Change ValueSymbolTable to use raw_svector_ostream for string concatenation.
Daniel Dunbar
2009-08-19
1
-5
/
+6
*
Make this test platform neutral.
Bill Wendling
2009-08-19
1
-1
/
+1
*
Change raw_svector_ostream to reserve the input buffer if necessary, Ted was
Daniel Dunbar
2009-08-19
2
-5
/
+13
*
Fix typo
Daniel Dunbar
2009-08-19
1
-1
/
+1
*
Remove temporary testing code.
Dan Gohman
2009-08-19
1
-1
/
+0
*
Make SROA and PredicateSimplifier cope if TargetData is not
Dan Gohman
2009-08-19
2
-6
/
+16
*
Use hasDefinitiveInitializer() instead of testing the same thing
Dan Gohman
2009-08-19
6
-9
/
+8
*
Canonicalize indices in a constantexpr GEP. If Indices exceed the
Dan Gohman
2009-08-19
2
-4
/
+98
*
Add an x86 peep that narrows TEST instructions to forms that use
Dan Gohman
2009-08-19
5
-7
/
+278
*
Switch Twine::str() to use toVector(), which is now efficient.
Daniel Dunbar
2009-08-19
1
-14
/
+4
*
Update Cortex-A8 instruction itineraries for integer instructions.
David Goodwin
2009-08-19
6
-365
/
+650
*
Add a first stab at describing LLVMContext.
Owen Anderson
2009-08-19
1
-0
/
+45
*
Switch raw_svector_ostream to use the vector as the ostream buffer.
Daniel Dunbar
2009-08-19
2
-1
/
+33
*
Add SmallVector::{capacity,set_size}.
Daniel Dunbar
2009-08-19
2
-2
/
+38
*
BasicBlock::getContext can no longer return a NULL so update the doc.
Erick Tryzelaar
2009-08-19
1
-2
/
+1
*
Update the ocaml docs to work with LLVMContext.
Erick Tryzelaar
2009-08-19
5
-13
/
+18
*
Convert the rest of the ocaml types and functions to use context.
Erick Tryzelaar
2009-08-19
10
-164
/
+217
*
Reapply my less-lock-contention-in-leak-detector patch, now with new files
Owen Anderson
2009-08-19
4
-93
/
+122
*
Add support for Neon VEXT (vector extract) shuffles.
Bob Wilson
2009-08-19
4
-1
/
+106
*
Fix a commento.
Daniel Dunbar
2009-08-19
1
-1
/
+1
*
Speculatively revert r79375, which may be breaking bootstrap, although in a
Daniel Dunbar
2009-08-19
1
-15
/
+10
*
Use the schedule itinerary operand use/def cycle information to adjust depend...
David Goodwin
2009-08-19
6
-19
/
+107
*
Test commit access with a first act of vanity.
Sandeep Patel
2009-08-19
1
-0
/
+4
*
Fix cmake build on non-x86 targets. Patch by
Duncan Sands
2009-08-19
1
-4
/
+2
*
Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.
Benjamin Kramer
2009-08-19
1
-7
/
+2
*
Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...
Benjamin Kramer
2009-08-19
1
-0
/
+5
*
PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.
Eli Friedman
2009-08-19
2
-1
/
+17
*
Add the ocaml binding to LLVMBuildAggregateRet.
Erick Tryzelaar
2009-08-19
1
-0
/
+6
*
Expose some extra functions to llvm-c
Erick Tryzelaar
2009-08-19
1
-1
/
+2
*
Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also
Nick Lewycky
2009-08-19
2
-7
/
+52
*
Allow passing around LLVMContext in ocaml.
Erick Tryzelaar
2009-08-19
13
-138
/
+207
*
ExuberantAsm is no more.
Chris Lattner
2009-08-19
1
-1
/
+1
*
fix asmstreaming of 2/4 byte elements with pow-2 alignments.
Chris Lattner
2009-08-19
2
-3
/
+10
*
Be more careful when modifying PHI nodes. Patch by Andre Tavares.
Nick Lewycky
2009-08-19
1
-1
/
+2
*
switch asmprinter to emit alignments through OutStreamer.
Chris Lattner
2009-08-19
2
-22
/
+34
*
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
19
-138
/
+167
*
Broke line before break.
Andreas Neustifter
2009-08-19
1
-1
/
+2
*
Make a SmallVector size more reasonable.
Daniel Dunbar
2009-08-19
1
-1
/
+1
*
Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType.
Erick Tryzelaar
2009-08-19
1
-1
/
+6
*
Added an option to have the PBQP allocator attempt coalescing during allocation.
Lang Hames
2009-08-19
1
-1
/
+10
*
Revert my last patch temporarily.
Owen Anderson
2009-08-19
3
-32
/
+93
*
Privatize part of the leak detector mechanism, which turned out to be heavily...
Owen Anderson
2009-08-19
3
-93
/
+32
[next]