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-07-02
Fix use-before-def thinko
Brian Gaeke
2004-07-02
Add a note about implementing interprocedural register allocation.
Reid Spencer
2004-07-02
Build llvm-bcanalyzer
Brian Gaeke
2004-07-02
Revert patches 1.79 and 1.80 which had to do with dead MBB's. Now that they
Chris Lattner
2004-07-02
Fix potential problems with unreachable basic blocks.
Chris Lattner
2004-07-02
Fix all of those problems that the PPC backend has running 176.gcc :)
Chris Lattner
2004-07-02
Remove dead blocks
Chris Lattner
2004-07-02
Add a trivially simple pass to delete unreachable blocks from the CFG. This
Chris Lattner
2004-07-02
Add a new pass for code generators to use
Chris Lattner
2004-07-02
Make this testcase more interesting
Chris Lattner
2004-07-02
Get rid of a dead variable, and fix a typo in a comment.
Brian Gaeke
2004-07-02
Add M_TERMINATOR_FLAG to terminator instructions (branches and returns).
Brian Gaeke
2004-07-02
RETURN instructions are not used in the sparc backend.
Brian Gaeke
2004-07-02
llvm-abcd tool name changed to llvm-bcanalyzer: see llvm-bcanalyzer.pod.
Reid Spencer
2004-07-02
Podified documentation for the llvm-bcanalyzer tool (nee llvm-abcd).
Reid Spencer
2004-07-02
Name Change: llvm-abcd -> llvm-bcanalyzer
Reid Spencer
2004-07-01
* Follow the PowerPC convention of leaving 24 bytes for linking on the stack.
Misha Brukman
2004-07-01
* Get rid of constant-expr handling code: we use the ConstantExpr lowering pass
Misha Brukman
2004-07-01
Wrap long line
Misha Brukman
2004-07-01
* Do not allocate r0 as we use it indiscriminantly in the instr selector.
Misha Brukman
2004-07-01
Check if operand has an allocated reg before requesting it.
Misha Brukman
2004-07-01
* Doxygenify comments
Misha Brukman
2004-07-01
Fix broken links
Chris Lattner
2004-07-01
bug. point. pod.
Brian Gaeke
2004-07-01
Add much better assertion checking for load and store insts.
Chris Lattner
2004-07-01
Move init methods out of line to enable better assertions, contributed
Chris Lattner
2004-07-01
bugpoint command guide has been designated a full-fledged "doc".
Brian Gaeke
2004-07-01
abcd pod document
Brian Gaeke
2004-07-01
llvm-nm pod format man page.
Brian Gaeke
2004-07-01
Make this pass use a more specific debug message than "Processing:".
Brian Gaeke
2004-07-01
Fix grammar: remove `our' as it no longer makes sense.
Misha Brukman
2004-07-01
This is more of an "llvm team" thing by now
Chris Lattner
2004-07-01
llvm-db is in alpha stage, this document is a placeholder.
Misha Brukman
2004-07-01
Fix links to llvmgcc and llvmgxx
Misha Brukman
2004-07-01
gccld enters the Hall of POD.
Misha Brukman
2004-07-01
Make the text of the link to llvmgxx.html more appropriate: `llvmg++'.
Misha Brukman
2004-07-01
Handle targets where alignment can be bigger than the size of the data.
Chris Lattner
2004-07-01
Fix grammar in Stacker doc description.
Misha Brukman
2004-07-01
Mention llvm-abcd, point out difference between it and `analyze'.
Misha Brukman
2004-07-01
Change format of CommandGuide index page to look like other docs.
Misha Brukman
2004-07-01
* `The' isn't necessary in front of LLVM
Misha Brukman
2004-07-01
Fresh from the LLVM baker's oven: opt and analyze pods.
Misha Brukman
2004-07-01
Add llvm-g++ and llvm-gcc pod documentation.
Misha Brukman
2004-07-01
Fix link to llvmgcc.
Misha Brukman
2004-07-01
Make links relative instead of absolute.
Misha Brukman
2004-07-01
Make sure that we destroy the MBB's, with all of their instructions, before
Chris Lattner
2004-07-01
Now that MachineFunction/MachineBasicBlock keep a mapping of blocks to ID #'s
Chris Lattner
2004-07-01
Now that we have happy mappings from MBBs->numbers, use them instead of keeping
Chris Lattner
2004-07-01
Change MBB autonumber a bit to get the reverse mapping as well as a forward
Chris Lattner
2004-07-01
Instance var no longer exists
Chris Lattner
[prev]
[next]