projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2004-05-23
Brian Gaeke
Fix a typo in a comment.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-23
Brian Gaeke
Fix a typo in the head-of-file comment.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-22
Reid Spencer
Some additional data added to the bytecode specification.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-22
Reid Spencer
Added an initial template/overview for documentation...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-22
Reid Spencer
Removed the 64-bit fix from the "to do" list since...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-21
Misha Brukman
Pass the Makefile flags to recursive makes in {PARALLEL...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-21
Chris Lattner
It's not clear to me whether the old version was correc...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-21
Chris Lattner
Starting an identifier with an _ is not legal C/C+...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-21
Chris Lattner
Bug fixed
commit
|
commitdiff
|
tree
|
snapshot
2004-05-21
Chris Lattner
Fix for PR340: Verifier misses malformed switch instruction
commit
|
commitdiff
|
tree
|
snapshot
2004-05-21
Chris Lattner
Testcase for PR340: Verifier misses malformed switch...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-21
Misha Brukman
Pass given flags on to recursive sub-makes.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-20
Alkis Evlogimenos
Change DEPRECATED macro to ATTR_DEPRECATED as this...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-20
Chris Lattner
Fix to make the CBE always emit comparisons inline...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-20
Brian Gaeke
Fix a bug in outputting branches to constant PCs. Since...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-19
Brian Gaeke
Minor simplification: eliminate a dyn_cast.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-19
Misha Brukman
Add hint about syntax-highlighting non-standardly-named...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-19
Alkis Evlogimenos
Declare function defined in namespace llvm as gcc-3...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-19
Brian Gaeke
Add CloneTraceInto(), which is based on (and has mostly...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-19
Brian Gaeke
Move RemapInstruction() to ValueMapper, so that it...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-17
Misha Brukman
Minor aesthetic alignments; no functional changes.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-17
Misha Brukman
* Minor aesthetic alignment of iterator declarations
commit
|
commitdiff
|
tree
|
snapshot
2004-05-17
Brian Gaeke
Define erase forwarding method on traces
commit
|
commitdiff
|
tree
|
snapshot
2004-05-17
Brian Gaeke
Fold two assertions with backwards error messages into...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Brian Gaeke
Clean up this pass somewhat:
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Misha Brukman
Rename "User's Guide" to "Command Guide" to be consiste...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Misha Brukman
Ignore generated ps files.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Misha Brukman
Ignore generated man files.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Misha Brukman
Ignore generated HTML files.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Misha Brukman
This is the stylesheet used by perldoc.com; we shall...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Misha Brukman
Put outputs of each type into a separate subdirectory.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Brian Gaeke
More pods... work in progress
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Misha Brukman
Use <pre> instead of <p><tt> combo to decrease space...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Misha Brukman
Mention the --tool-args option that Brian and Chris...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Misha Brukman
Make link to HowToSubmitABug.html local instead of...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Brian Gaeke
NAME section is supposed to have a brief description...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Brian Gaeke
This seems like as good a place as any to keep POD...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Brian Gaeke
Don't keep track of references to LLVM BasicBlocks...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Brian Gaeke
Support MachineBasicBlock operands on RawFrm instructions.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-14
Brian Gaeke
Generate branch machine instructions with MachineBasicB...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-13
Chris Lattner
This was not meant to be committed
commit
|
commitdiff
|
tree
|
snapshot
2004-05-13
Chris Lattner
Fix a nasty bug that caused us to unroll EXTREMELY...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-13
Chris Lattner
New testcase that used to cause the unroller to try...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-13
Misha Brukman
Specify units in padding length.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-13
Misha Brukman
Make page HTML-4.01 compliant (& => & in URL).
commit
|
commitdiff
|
tree
|
snapshot
2004-05-13
Chris Lattner
Two more improvements for null pointer handling: storin...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-13
Chris Lattner
Second half of my fixed-sized-alloca patch. This folds...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-13
Chris Lattner
Substantially improve code generation for address expos...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-13
Reid Spencer
Reduce line length to about 80 chars.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-13
Misha Brukman
Insert spacing between the table and the next section.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-13
Misha Brukman
* Use stylesheets for table borders so we factor out...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Brian Gaeke
Fix a comment.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Chris Lattner
Fix a really nasty bug from my changes on Monday to...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Break lines at 80 cols; eliminate extra space caused...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Brian Gaeke
Start NextMBBNumber out at zero.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Brian Gaeke
Add non-const MachineBasicBlock::getParent() accessor...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Brian Gaeke
Add a NextMBBNumber field w/ incrementing accessor...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Brian Gaeke
Add a Number field w/ accessor method, for function...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Chris Lattner
Make the subsubsections stand out a bit more
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
These images have been moved to img/
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Use the images in the img/ directory.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Finally, switch to a stylesheet that makes the document...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Centralize images in this dir; add lines.gif from websi...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Make file use stylesheets and be HTML-4.01 (Strict...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Made document HTML-4.01 (Strict)-compliant.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Make file standard-compliant once again.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Made file comply with HTML-4.01 (Strict)
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Chris Lattner
Turn the block extractor on by default now that it...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Made file HTML-4.01 (Strict)-compliant.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Made to be HTML-4.01 (Strict)-compliant.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Made to be HTML-4.01 (Strict) -compliant.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Add proper footer since this file is HTML-4.01 compliant.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Make document HTML-4.01 (Strict) compliant.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Fix grammar: remove `the' before LLVM.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
* Make the document format follow the stringent purple...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Chris Lattner
Pass boolean constants into function calls more efficie...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Chris Lattner
Do not pass in the same argument to the extracted funct...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Chris Lattner
Check to see if all blocks are extractible first.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Chris Lattner
Implement support for code extracting basic blocks...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Chris Lattner
Implement splitting of PHI nodes, allowing block extrac...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Chris Lattner
* Pull some code out into the definedInRegion/definedIn...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Chris Lattner
Generate substantially better code when there are a...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Chris Lattner
Two minor improvements:
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Chris Lattner
Don't leave dead bytecode.output files around if the...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
This file has been superseded by docs/index.html .
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Chris Lattner
Implement the final missing bits for block extractor...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-12
Misha Brukman
Add link to Valgrind.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-11
Chris Lattner
Implement basic block extraction for the miscompilation...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-11
Chris Lattner
A class that is meant to be a base class should have...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-11
Chris Lattner
Add a note to make sure the program is memory correct
commit
|
commitdiff
|
tree
|
snapshot
2004-05-11
John Criswell
Added obsequi.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-11
Brian Gaeke
Use inttypes.h, which exists on all of Linux, Solaris...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-11
Chris Lattner
Unbreak the build on X86.
commit
|
commitdiff
|
tree
|
snapshot
2004-05-11
Brian Gaeke
Squash warnings on Solaris/sparc... the test suite...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-11
Brian Gaeke
Do not hardcode the name of gcc, because its full pathn...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-11
Brian Gaeke
Do not depend on the path to bash
commit
|
commitdiff
|
tree
|
snapshot
2004-05-11
Brian Gaeke
Include <sys/types.h> to get the definition of int64_t...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-10
Chris Lattner
Switch this from using an std::map to using a DenseMap...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-10
Chris Lattner
Use a new VRegPHIUseCount to compute uses of PHI values...
commit
|
commitdiff
|
tree
|
snapshot
2004-05-10
Chris Lattner
Now that we use an ilist of machine instructions, itera...
commit
|
commitdiff
|
tree
|
snapshot
next