- 3b3640a Shorten and correct some function-header comments. by Brian Gaeke · 21 years ago
- 1548c35 new testcase by Chris Lattner · 21 years ago
- b6e0631 Fix the problem with running cleanups in bugpoint: We were deleting arguments by Chris Lattner · 21 years ago
- b257e21 Bugpoint no longer has this option by Chris Lattner · 21 years ago
- fcb6ec0 I hate it when bugpoint is all ready to give me a bytecode file, then crashes by Chris Lattner · 21 years ago
- 3323f2a Split the DAE pass into DAE and DAH passes by Chris Lattner · 21 years ago
- fdcc3ac Split behavior into two pieces by Chris Lattner · 21 years ago
- 417477d Simplify the performFinalCleanups interface by Chris Lattner · 21 years ago
- e7a6663 Yet more fixes for constant expr shifts by Chris Lattner · 21 years ago
- d981f8a Further fixes for PR93 by Chris Lattner · 21 years ago
- 01f93a4 A few handy methods that seem to mesh well with what CallSite already provides. by Brian Gaeke · 21 years ago
- 095be96 no need for endl by Chris Lattner · 21 years ago
- 29e3b2b Add support for constant expr shifts by Chris Lattner · 21 years ago
- 80f0b57 Since this function returns an int, let's actually return something. by Misha Brukman · 21 years ago
- 26f51d6 New testcase by Chris Lattner · 21 years ago
- c4856f3 If we're not checking, don't check! by Chris Lattner · 21 years ago
- 1bcc70d Fix flawed logic that was breaking several SPEC benchmarks, including gzip and crafty. by Chris Lattner · 21 years ago
- 7f1affe We know exactly what the value of $< is, so instead of using `basename $<` to by Misha Brukman · 21 years ago
- b6d59a2 Output only the .y filename, not the full path to it for ease of reading. by Misha Brukman · 21 years ago
- de3bb57 Add three more bugs by Chris Lattner · 21 years ago
- 414d9d2 Do not use a class before it is defined. Be gcc 3.4 clean by Chris Lattner · 21 years ago
- 502dda0 Be friendly to gcc 3.4... good compiler. Nice compiler. by Chris Lattner · 21 years ago
- 646f8d7 Be gcc 3.4 clean by Chris Lattner · 21 years ago
- fe32bf5 Make -r work, fixing PR 91 by Chris Lattner · 21 years ago
- e292da2 Add std::pair tier. This is a much simplified version of boost::tie by Alkis Evlogimenos · 21 years ago
- 0271345 Fix name collision by Chris Lattner · 21 years ago
- d1bcf59 Add a dtor to ensure that they are called the right number of times. by Chris Lattner · 21 years ago
- f2f05a0 NEw testcase by Chris Lattner · 21 years ago
- e860e0d Make code gcc 3.4 clean by Chris Lattner · 21 years ago
- 4dcf5e6 New testcase by Chris Lattner · 21 years ago
- 748b487 This works with GCC 3.4 also by Chris Lattner · 21 years ago
- b56a6bc Abort when the user program calls abort, instead of printing a funny message and calling exit(1). by Brian Gaeke · 21 years ago
- d65460f Fix bug with previous implementation: by Chris Lattner · 21 years ago
- 9716eb7 New testcase for the other side by Chris Lattner · 21 years ago
- 2fa8212 Use regular old malloc to emulate malloc/alloca instructions. by Brian Gaeke · 21 years ago
- 3636f4e Remove a comment which no longer applies. by Brian Gaeke · 21 years ago
- ad5b4fb Minor cleanup, plus implement InstCombine/xor.ll:test17 by Chris Lattner · 21 years ago
- 519c696 Since we're in the neighborhood, test for the inverse by Chris Lattner · 21 years ago
- d5e4918 Fix spello Add negate overload by Chris Lattner · 21 years ago
- 689d24b Implement InstCombine/xor.ll:test(15|16) by Chris Lattner · 21 years ago
- 736cca6 Add a generalization of the previous case by Chris Lattner · 21 years ago
- f61641f New testcase for masking operation that frequently occurs in the pool allocator by Chris Lattner · 21 years ago
- 4dad76c Update documentation since it was misleading: make it clear that a by Alkis Evlogimenos · 21 years ago
- e668dab Change all machine basic block modifier functions in MRegisterInfo to by Alkis Evlogimenos · 21 years ago
- 55766e1 Update verifySavedState()'s comment, so that it reflects its current by Brian Gaeke · 21 years ago
- c2630f7 New file, for use by the pool allocator project by Chris Lattner · 21 years ago
- 2855ecd Substantial release notes updates by Chris Lattner · 21 years ago
- 6926dcb New testcase for PR80 by Chris Lattner · 21 years ago
- 871b150 New testcase by Chris Lattner · 21 years ago
- cce4e7a Add comments. by Brian Gaeke · 21 years ago
- 2bde8bd While working on the pool allocator, I noticed that basicaa is failing a scary by Chris Lattner · 21 years ago
- 9053356 Fix problems in previous changes. This fixes several regressions last night. by Chris Lattner · 21 years ago
- 700867b Checking in Chris's suggestions: by John Criswell · 21 years ago
- 62a7cc8 New testcase for PR84 by Chris Lattner · 21 years ago
- a4c5352 Modified build rules so that a messages appears before and after linking. by John Criswell · 21 years ago
- ac662d1 Significantly simplify constant emission by unifying the stuff which used to build up by Chris Lattner · 21 years ago
- 2fb1ef8 updates to release notes by Chris Lattner · 21 years ago
- 3e119c6 Incorporate printSingleConstantValue into its single caller by Chris Lattner · 21 years ago
- 603c562 * Reformat some code by Chris Lattner · 21 years ago
- 1d8addb New testcase by Chris Lattner · 21 years ago
- 5bc3e31 Fix InstCombine/2003-11-03-VarargsCallBug.ll by Chris Lattner · 21 years ago
- ab13ae8 New testcase for a bug in instcombine by Chris Lattner · 21 years ago
- 5ea326a Work around a bug in GCC where it can't handle common variables marked weak. by Chris Lattner · 21 years ago
- 2580d4f Fix bugs with attribute weak emission by Chris Lattner · 21 years ago
- fd35c64 If linking a library, do not link other libraries, like libc, into it! by Chris Lattner · 21 years ago
- 1edcb09 Closed the h2 header for the LLVM Test Suite Organization section. by John Criswell · 21 years ago
- 5fecdec More testcases by Chris Lattner · 21 years ago
- 4d3ba73 Move a test from cast-set to a new bit-tracking.ll file. Update file comments by Chris Lattner · 21 years ago
- 6870805 Implement InstCombine/cast-set.ll:test6[a]. This improves code generated for by Chris Lattner · 21 years ago
- 26f9c06 Add another case, which an implementation of test6 must be sure to handle by Chris Lattner · 21 years ago
- 8917d36 This simplifies the CWriter code, makes the generated code easier to read, by Chris Lattner · 21 years ago
- de90b76 Implement InstCombine/cast-set.ll: test1, test2, test7 by Chris Lattner · 21 years ago
- 40cfd9e Add the testcase from PR8 by Chris Lattner · 21 years ago
- a5c5666 Add another case, which occurs in em3d by Chris Lattner · 21 years ago
- 8ee9204 Fix bug with zero sized casts by Chris Lattner · 21 years ago
- 7635ea4 Eliminate the silly namedContext member of printType by Chris Lattner · 21 years ago
- ac50030 Allow CallSites to be used as the key of a map by Chris Lattner · 21 years ago
- 15869aa All DSGraphs keep a reference to the targetdata they are created with. This is by Chris Lattner · 21 years ago
- dbfe36e Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll by Chris Lattner · 21 years ago
- dab02ae New testcase for DSA which is improperly collapsed! by Chris Lattner · 21 years ago
- fc07a34 Fix bug in previous checkin by Chris Lattner · 21 years ago
- 766be1d The 'thefunc' function should not have weak linkage, it should have linkonce linkage. by Chris Lattner · 21 years ago
- bc61e66 Implement transmogriphication of allocation instructions by Chris Lattner · 21 years ago
- fc424c3 Add test for instcombine transmogrifying allocation instructions by Chris Lattner · 21 years ago
- f22d843 Add note about profile.sh by Chris Lattner · 21 years ago
- 1ca9221 Add -help option by Chris Lattner · 21 years ago
- 8222eca Bugz fixed by Chris Lattner · 21 years ago
- e66e73a Checkin an initial version of the llvm-prof documentation by Chris Lattner · 21 years ago
- d6d0d8c Fix PR78 by Chris Lattner · 21 years ago
- fa395ec The "correct" fix for CBackend/2003-10-23-UnusedType.ll is to not even try by Chris Lattner · 21 years ago
- ba12c23 Including the symbol table in the FindUsedTypes analysis was the WRONG way by Chris Lattner · 21 years ago
- 09dc5a6 New testcase for PR79 by Chris Lattner · 21 years ago
- a1b82c3 new testcase, for PR 81 by Chris Lattner · 21 years ago
- e524589 Regression test for PR 80 by Chris Lattner · 21 years ago
- 1926f69 Escape "'s, which are frequent visitors to C++ types by Chris Lattner · 21 years ago
- bb9ae15 Strip off CPR's manually, because if we don't, the inliner doesn't delete dead by Chris Lattner · 21 years ago
- 07a38e7 Make the call graph more precise despite the hated constantpointerrefs. by Chris Lattner · 21 years ago
- bc53943 Did I mention that I _HATE_ CPRs? by Chris Lattner · 21 years ago
- 9408239 Use stylesheets as much as we can. I admit, I still cannot make CSS do what I by Misha Brukman · 21 years ago
- b816d4a Obsolete file goes byebye by Chris Lattner · 21 years ago