aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add getCaller() method.Vikram S. Adve2004-05-231-0/+5
* Inline both direct and indirect callees in the CBU phase becauseVikram S. Adve2004-05-231-34/+34
* Complete rewrite of the code that merges DS graphs for equivalence classesVikram S. Adve2004-05-232-0/+604
* Fix size/offset assertion to allow negative offsets and folded nodes.Vikram S. Adve2004-05-232-2/+16
* Fix a typo in a comment.Brian Gaeke2004-05-231-1/+1
* Fix a typo in the head-of-file comment.Brian Gaeke2004-05-231-14/+21
* Some additional data added to the bytecode specification.Reid Spencer2004-05-221-20/+35
* Added an initial template/overview for documentation of the LLVM BytecodeReid Spencer2004-05-222-0/+249
* Removed the 64-bit fix from the "to do" list since the bug is fixed.Reid Spencer2004-05-221-5/+0
* Pass the Makefile flags to recursive makes in {PARALLEL,OPTIONAL}_DIRS targets.Misha Brukman2004-05-211-2/+2
* It's not clear to me whether the old version was correct C++ code, but inChris Lattner2004-05-211-3/+3
* Starting an identifier with an _ is not legal C/C++ code.Chris Lattner2004-05-211-7/+7
* Bug fixedChris Lattner2004-05-211-0/+1
* Fix for PR340: Verifier misses malformed switch instructionChris Lattner2004-05-211-0/+12
* Testcase for PR340: Verifier misses malformed switch instructionChris Lattner2004-05-211-0/+11
* Pass given flags on to recursive sub-makes.Misha Brukman2004-05-211-1/+1
* Change DEPRECATED macro to ATTR_DEPRECATED as this conflicts with someAlkis Evlogimenos2004-05-201-1/+1
* Fix to make the CBE always emit comparisons inline. Hopefully this willChris Lattner2004-05-202-0/+8
* Fix a bug in outputting branches to constant PCs. Since the PC is supplied asBrian Gaeke2004-05-201-2/+3
* Minor simplification: eliminate a dyn_cast.Brian Gaeke2004-05-191-9/+4
* Add hint about syntax-highlighting non-standardly-named LLVM Makefiles.Misha Brukman2004-05-191-0/+9
* Declare function defined in namespace llvm as gcc-3.4 doesn't accept a defini...Alkis Evlogimenos2004-05-191-0/+8
* Add CloneTraceInto(), which is based on (and has mostly the sameBrian Gaeke2004-05-191-0/+33
* Move RemapInstruction() to ValueMapper, so that it can be shared withBrian Gaeke2004-05-193-22/+26
* Minor aesthetic alignments; no functional changes.Misha Brukman2004-05-171-3/+3
* * Minor aesthetic alignment of iterator declarationsMisha Brukman2004-05-171-5/+2
* Define erase forwarding method on tracesBrian Gaeke2004-05-171-0/+3
* Fold two assertions with backwards error messages into one with aBrian Gaeke2004-05-171-6/+3
* Clean up this pass somewhat:Brian Gaeke2004-05-141-42/+38
* Rename "User's Guide" to "Command Guide" to be consistent with current scheme.Misha Brukman2004-05-141-1/+1
* Ignore generated ps files.Misha Brukman2004-05-141-0/+1
* Ignore generated man files.Misha Brukman2004-05-141-0/+1
* Ignore generated HTML files.Misha Brukman2004-05-141-0/+1
* This is the stylesheet used by perldoc.com; we shall modify it as we see fit.Misha Brukman2004-05-142-0/+512
* Put outputs of each type into a separate subdirectory.Misha Brukman2004-05-141-8/+8
* More pods... work in progressBrian Gaeke2004-05-143-0/+303
* Use <pre> instead of <p><tt> combo to decrease space used for code blocks.Misha Brukman2004-05-141-27/+33
* Mention the --tool-args option that Brian and Chris added.Misha Brukman2004-05-141-4/+10
* Make link to HowToSubmitABug.html local instead of to LLVM website.Misha Brukman2004-05-141-4/+4
* NAME section is supposed to have a brief description, for apropos(1) & whatis(1)Brian Gaeke2004-05-141-1/+1
* This seems like as good a place as any to keep POD files.Brian Gaeke2004-05-141-0/+58
* Don't keep track of references to LLVM BasicBlocks while emitting; useBrian Gaeke2004-05-141-11/+9
* Support MachineBasicBlock operands on RawFrm instructions.Brian Gaeke2004-05-142-54/+24
* Generate branch machine instructions with MachineBasicBlock operands instead ofBrian Gaeke2004-05-142-14/+18
* This was not meant to be committedChris Lattner2004-05-131-7/+0
* Fix a nasty bug that caused us to unroll EXTREMELY large loops due to overflowChris Lattner2004-05-132-3/+10
* New testcase that used to cause the unroller to try to unroll the loop 2G tim...Chris Lattner2004-05-131-0/+15
* Specify units in padding length.Misha Brukman2004-05-131-1/+1
* Make page HTML-4.01 compliant (& => &amp; in URL).Misha Brukman2004-05-131-1/+1
* Two more improvements for null pointer handling: storing a null pointerChris Lattner2004-05-132-6/+24