Owen Anderson
|
485eff5f90
|
Reorder the optimization and bitcode tutorials.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43240 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-23 06:02:14 +00:00 |
|
Chris Lattner
|
d93a584eae
|
Fix up a broken #include, move code to its own section, add conclusions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43239 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-23 05:43:01 +00:00 |
|
Chris Lattner
|
d3f0cddb62
|
Finish up expr codegen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43238 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-23 04:51:30 +00:00 |
|
Chris Lattner
|
28571edba8
|
several improvements suggested by Dan, thanks!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43237 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-23 04:27:44 +00:00 |
|
Chris Lattner
|
bee175b3dc
|
fit in 80 cols :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43222 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-22 16:44:31 +00:00 |
|
Chris Lattner
|
2e90204d59
|
start of chapter 3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43221 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-22 07:01:42 +00:00 |
|
Owen Anderson
|
c6311b9d62
|
Fix a few typos I noticed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43220 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-22 06:48:28 +00:00 |
|
Owen Anderson
|
c333e4f0cb
|
Add downloadable code samples.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43219 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-22 06:35:07 +00:00 |
|
Chris Lattner
|
e6c9104eb9
|
Check in part 2: parser and ast.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43218 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-22 06:34:15 +00:00 |
|
Owen Anderson
|
d2ae9a9481
|
Fix some code to make it actually work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43217 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-22 06:29:31 +00:00 |
|
Bill Wendling
|
8c6c72d0ba
|
Put correct link in example
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43216 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-22 05:10:05 +00:00 |
|
Chris Lattner
|
c38ef54f0b
|
add part 1, review appreciated.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43215 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-22 04:32:37 +00:00 |
|
Chris Lattner
|
9de3c39bcf
|
add an outline for "part 2".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43214 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-22 03:19:07 +00:00 |
|
Chris Lattner
|
7d63bea49c
|
rename tutorial 1 -> JITTutorial1, make unimplemented links not be dead links.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43213 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-22 03:12:24 +00:00 |
|
Owen Anderson
|
0ec16ee98e
|
Some improvements based on feedback from Anders.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43203 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-20 06:12:33 +00:00 |
|
Owen Anderson
|
7d69c95759
|
Fix some weird indenting in code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43202 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-20 05:41:39 +00:00 |
|
Owen Anderson
|
2d279f843c
|
Use getOrInsertFunction() in tutorial 1. This makes for shorter, simpler, and better example code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43201 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-20 05:40:47 +00:00 |
|
Owen Anderson
|
6f1fd94fd3
|
Add the beginnings of an LLVM tutorial. If anyone has suggestions, comments,
or would like to contribute, let me know!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43200 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-20 05:23:06 +00:00 |
|
Dan Gohman
|
ba83b7eb40
|
Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is
assumed to globally mutate the spec.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43078 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-17 18:05:13 +00:00 |
|
Dan Gohman
|
e9bb13d494
|
Document the -view-sunit-dags option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43015 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-15 21:07:59 +00:00 |
|
Dan Gohman
|
91c284c0a6
|
Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics. Feedback
is welcome!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43007 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-15 20:30:11 +00:00 |
|
Gordon Henriksen
|
8ac04ff5ac
|
Fixing a typo. Found by Kevin André!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42956 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-14 00:34:53 +00:00 |
|
Chris Lattner
|
f19b8e43b3
|
Various improvements to the documentation, contributed by
Joshua Haberman!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42763 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-08 18:42:45 +00:00 |
|
Evan Cheng
|
7794935327
|
LLVM does not use the old style simple isel any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42758 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-08 17:54:24 +00:00 |
|
Chris Lattner
|
6ccc2d579e
|
Clarify that shifts that are too large are undefined.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42588 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-03 21:01:14 +00:00 |
|
Chris Lattner
|
cc68939ba6
|
remove extraneous tag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42581 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-03 17:34:29 +00:00 |
|
Chris Lattner
|
4ef2b76cd1
|
remove misleading documentation: LLVM has no atomic support yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42580 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-03 17:33:51 +00:00 |
|
Dale Johannesen
|
408f9c1968
|
Document new sqrt and powi handling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42540 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-02 17:47:38 +00:00 |
|
Owen Anderson
|
d8b4728353
|
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42521 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-02 00:44:20 +00:00 |
|
Owen Anderson
|
5a726b8ecf
|
Mention memdep in the AA documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42519 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-02 00:43:25 +00:00 |
|
Chris Lattner
|
c28476f1d9
|
document DenseSet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42475 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-30 00:58:59 +00:00 |
|
Gordon Henriksen
|
422937113d
|
PR1601: etags not configured correctly
Resolving this by deleting vestigal etags remnants.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42460 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-29 00:42:21 +00:00 |
|
Tanya Lattner
|
763856526f
|
Update how to release document.
Add release version to getting started guide.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42454 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-28 22:50:54 +00:00 |
|
Gordon Henriksen
|
326e24fff0
|
GarbageCollection.html is expanded to encompass the coming
capabilities. This is a major rewrite and is easier to read en toto
rather than patchwise.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42414 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-27 19:31:36 +00:00 |
|
Tanya Lattner
|
ff37adc0ce
|
Couple of fixes to mention bunzip2 and make instructions more clear.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42407 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-27 18:14:33 +00:00 |
|
Bill Wendling
|
0678f60bf2
|
No, really, it *is* SSSE3. ;-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42393 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-27 08:47:31 +00:00 |
|
Duncan Sands
|
97f214ce97
|
SSSE3 -> SSE3. Reported by Alex Kellett.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42392 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-27 08:24:36 +00:00 |
|
Duncan Sands
|
20acdce0ed
|
Grammer fix reported by Alex Kellett.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42391 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-27 08:24:02 +00:00 |
|
Duncan Sands
|
0869f4acec
|
X86 -> X86-32 in appropriate places.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42357 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-26 16:24:52 +00:00 |
|
Duncan Sands
|
c90d68bf3d
|
Various cleanups. Especially, EH is turned on by default!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42356 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-26 15:59:54 +00:00 |
|
Chris Lattner
|
9412489650
|
ok ok we get it. CBE and vectors don't like each other yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42355 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-26 15:50:21 +00:00 |
|
Chris Lattner
|
b323ca805f
|
be less redundantly redundant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42354 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-26 15:48:33 +00:00 |
|
Chris Lattner
|
6b588d9255
|
make old crappy browsers produce less crappy output :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42349 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-26 06:38:59 +00:00 |
|
Chris Lattner
|
11d120f9c0
|
we support attribute(noinline) now :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42343 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-26 06:04:15 +00:00 |
|
Chris Lattner
|
725a0d86ea
|
update bugs list
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42342 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-26 06:01:35 +00:00 |
|
Chris Lattner
|
d4298715f6
|
now with more prose.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42341 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-26 05:44:21 +00:00 |
|
Chris Lattner
|
7086ce7268
|
explain why not vector<bool>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42324 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-25 22:37:50 +00:00 |
|
Bill Wendling
|
ee143ade09
|
Grammar fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42318 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-25 20:45:10 +00:00 |
|
Owen Anderson
|
50fd00024f
|
Fill in the sections about my contributions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42286 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-25 02:10:58 +00:00 |
|
Daniel Berlin
|
1939ace3ba
|
Add section on bit containers.
(Not the most well written stuff in the universe :P)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42267 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-24 17:52:25 +00:00 |
|