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
2004-05-14
This is the stylesheet used by perldoc.com; we shall modify it as we see fit.
Misha Brukman
2004-05-14
Put outputs of each type into a separate subdirectory.
Misha Brukman
2004-05-14
More pods... work in progress
Brian Gaeke
2004-05-14
Use <pre> instead of <p><tt> combo to decrease space used for code blocks.
Misha Brukman
2004-05-14
Mention the --tool-args option that Brian and Chris added.
Misha Brukman
2004-05-14
Make link to HowToSubmitABug.html local instead of to LLVM website.
Misha Brukman
2004-05-14
NAME section is supposed to have a brief description, for apropos(1) & whatis(1)
Brian Gaeke
2004-05-14
This seems like as good a place as any to keep POD files.
Brian Gaeke
2004-05-14
Don't keep track of references to LLVM BasicBlocks while emitting; use
Brian Gaeke
2004-05-14
Support MachineBasicBlock operands on RawFrm instructions.
Brian Gaeke
2004-05-14
Generate branch machine instructions with MachineBasicBlock operands instead of
Brian Gaeke
2004-05-13
This was not meant to be committed
Chris Lattner
2004-05-13
Fix a nasty bug that caused us to unroll EXTREMELY large loops due to overflow
Chris Lattner
2004-05-13
New testcase that used to cause the unroller to try to unroll the loop 2G tim...
Chris Lattner
2004-05-13
Specify units in padding length.
Misha Brukman
2004-05-13
Make page HTML-4.01 compliant (& => & in URL).
Misha Brukman
2004-05-13
Two more improvements for null pointer handling: storing a null pointer
Chris Lattner
2004-05-13
Second half of my fixed-sized-alloca patch. This folds the LEA to compute
Chris Lattner
2004-05-13
Substantially improve code generation for address exposed locals (aka fixed
Chris Lattner
2004-05-13
Reduce line length to about 80 chars.
Reid Spencer
2004-05-13
Insert spacing between the table and the next section.
Misha Brukman
2004-05-13
* Use stylesheets for table borders so we factor out the formatting and can
Misha Brukman
2004-05-12
Fix a comment.
Brian Gaeke
2004-05-12
Fix a really nasty bug from my changes on Monday to PHIElim. These changes
Chris Lattner
2004-05-12
Break lines at 80 cols; eliminate extra space caused by a single <p> tag on a
Misha Brukman
2004-05-12
Start NextMBBNumber out at zero.
Brian Gaeke
2004-05-12
Add non-const MachineBasicBlock::getParent() accessor method.
Brian Gaeke
2004-05-12
Add a NextMBBNumber field w/ incrementing accessor method, for
Brian Gaeke
2004-05-12
Add a Number field w/ accessor method, for function-level unique numbering
Brian Gaeke
2004-05-12
Make the subsubsections stand out a bit more
Chris Lattner
2004-05-12
These images have been moved to img/
Misha Brukman
2004-05-12
Use the images in the img/ directory.
Misha Brukman
2004-05-12
Finally, switch to a stylesheet that makes the documentation easier on the eyes
Misha Brukman
2004-05-12
Centralize images in this dir; add lines.gif from website for consistent
Misha Brukman
2004-05-12
Make file use stylesheets and be HTML-4.01 (Strict)-compliant.
Misha Brukman
2004-05-12
Made document HTML-4.01 (Strict)-compliant.
Misha Brukman
2004-05-12
Make file standard-compliant once again.
Misha Brukman
2004-05-12
Made file comply with HTML-4.01 (Strict)
Misha Brukman
2004-05-12
Turn the block extractor on by default now that it basically works, eliminati...
Chris Lattner
2004-05-12
Made file HTML-4.01 (Strict)-compliant.
Misha Brukman
2004-05-12
Made to be HTML-4.01 (Strict)-compliant.
Misha Brukman
2004-05-12
Made to be HTML-4.01 (Strict) -compliant.
Misha Brukman
2004-05-12
Add proper footer since this file is HTML-4.01 compliant.
Misha Brukman
2004-05-12
Make document HTML-4.01 (Strict) compliant.
Misha Brukman
2004-05-12
Fix grammar: remove `the' before LLVM.
Misha Brukman
2004-05-12
* Make the document format follow the stringent purple standards (like the rest
Misha Brukman
2004-05-12
Pass boolean constants into function calls more efficiently, generating:
Chris Lattner
2004-05-12
Do not pass in the same argument to the extracted function more than once, and
Chris Lattner
2004-05-12
Check to see if all blocks are extractible first.
Chris Lattner
2004-05-12
Implement support for code extracting basic blocks that have a return
Chris Lattner
[next]