- b6d465f Finegrainify namespacification by Chris Lattner · 22 years ago
- 721b4e5 I wonder how this didn't cause any tests to fail... by Alkis Evlogimenos · 22 years ago
- 4d7af65 Change interface of MachineOperand as follows: by Alkis Evlogimenos · 22 years ago
- 97323a4 Change preserve all claim to just preserve live variables and phielimination. by Alkis Evlogimenos · 22 years ago
- b40efb3 Rev the release notes to 1.2 by Chris Lattner · 22 years ago
- 00ad4a2 Do not promote volatile alias sets into registers by Chris Lattner · 22 years ago
- e260924 Finegrainify namespacification by Chris Lattner · 22 years ago
- bb8f476 Add capability to represent volatile AliasSet's by Chris Lattner · 22 years ago
- 15beaf7 Testcase for PR179 by Chris Lattner · 22 years ago
- 94743e4 When reserving a preallocated register spill the aliases of this register too. by Alkis Evlogimenos · 22 years ago
- 4c214d2 Ignore non-allocatable physical registers in live interval analysis. by Alkis Evlogimenos · 22 years ago
- 7d65a12 Expire any active intervals left when register allocation is done. by Alkis Evlogimenos · 22 years ago
- f6e610c Add instruction numbers to debugging output. by Alkis Evlogimenos · 22 years ago
- 359b65f Add a floating point killer pass. This pass runs before register by Alkis Evlogimenos · 22 years ago
- 9435eda Handle explicit physical register defs. by Alkis Evlogimenos · 22 years ago
- efe995a Remove unecessary if statements when looping on ImplicitDefs. by Alkis Evlogimenos · 22 years ago
- 1124e2c Try rewording stuff talking about unwinding. Hopefully it will make llvm sound less bad, and still make John happy. :) by Chris Lattner · 22 years ago
- 5eccca4 Link to lists, incorporate feedback from Tanya by Chris Lattner · 22 years ago
- 2f2741b Updated configure script so that it does not configure llvm/project by John Criswell · 22 years ago
- 9493c97 Don't configure directories that don't have a configure script (i.e Stacker). by John Criswell · 22 years ago
- 52b62de Modified cast so that it converts the int to a long before casting to by John Criswell · 22 years ago
- bb1bad5 Fixed some minor typos. by John Criswell · 22 years ago
- 6c9d582 Dynamically get the right-sized member of a GenericValue to hold a size_t, and by Brian Gaeke · 22 years ago
- 8b644f9 PR177 is no longer among the open by Chris Lattner · 22 years ago
- 993bdce Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding the by Chris Lattner · 22 years ago
- 65b05ce Implement the TargetMachine::getJITStubForFunction method for X86, finegrainify by Chris Lattner · 22 years ago
- 459ccab Add new getJITStubForFunction method, which may optionally be implemented by by Chris Lattner · 22 years ago
- 895be4b Doxygenify comments, remove extraneous #include by Chris Lattner · 22 years ago
- 8c1237e Note about bytecode format by Chris Lattner · 22 years ago
- 2798cd0 Since we are using a gep_type_iterator, we apparently must get the type by Brian Gaeke · 22 years ago
- 246372f Use uintptr_t for pointer values in the ExecutionEngine. by Brian Gaeke · 22 years ago
- 92c59d6 Fix typo in comment by Brian Gaeke · 22 years ago
- 97e4acd These aren't bugs, don't phrase them like they are. by Chris Lattner · 22 years ago
- 287c9e6 I'm a spaz by Chris Lattner · 22 years ago
- 3b368c7 Add note about Stacker, duh! by Chris Lattner · 22 years ago
- c4b7bee Break lines and add space after ':' to be consistent in layout. by Misha Brukman · 22 years ago
- 9e84809 More updates for the release by Chris Lattner · 22 years ago
- 27b40bc Throw better error messages, by calling strerror(errno) when we by Brian Gaeke · 22 years ago
- 3f6e798 Add an assertion to make sure we are at least getting argv[0] right. by Brian Gaeke · 22 years ago
- 2d9d4e7 Update release notes for PR86 and C++ support by Chris Lattner · 22 years ago
- 4a83088 Factor out some duplicated code, implement the rest of the cases in by Chris Lattner · 22 years ago
- de454ff Rename variable to avoid confusing it with the global G by Chris Lattner · 22 years ago
- b307c88 Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementptr's by Chris Lattner · 22 years ago
- ea9403f Fix LICM/2003-12-11-SinkingToPHI.ll, and quite possibly all of the other known problems in the universe. by Chris Lattner · 22 years ago
- 0ac4d92 New testcase that LICM is breaking crafty on by Chris Lattner · 22 years ago
- 1ca2a58 Finegrainify namespacification Add new -print-cfg-only pass by Chris Lattner · 22 years ago
- 1301515 verifyFunction depends on dominator info, which levelraise does not declare by Chris Lattner · 22 years ago
- 258f49c Fix test that was failing because we were optimizing the program better than expected :) by Chris Lattner · 22 years ago
- 5211296 New testcase for PR86 by Chris Lattner · 22 years ago
- ca6cc6f Run tailcall elimination in a more logical place by Chris Lattner · 22 years ago
- c54735e Fix a glaring bug by Chris Lattner · 22 years ago
- 88d3e03 Realize the gep P, <zeros> must aliases P. This is a partial fix for PR 86 by Chris Lattner · 22 years ago
- 8639145 With Brian's change to AA.h we can now clean out this uglyness by Chris Lattner · 22 years ago
- 8e32f5e IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h by Brian Gaeke · 22 years ago
- fc188b9 IncludeFile hack to pull in BasicAliasAnalysis whenever AliasAnalysis.h by Brian Gaeke · 22 years ago
- f19ae4c Separate out target for cleaning up qmtest garbage. by Brian Gaeke · 22 years ago
- a6ffa54 Add more fixed bugs. Keep llvm core section sorted by pr#. (Is that ok?) by Brian Gaeke · 22 years ago
- 7538469 Stop laughing Misha by Chris Lattner · 22 years ago
- 3c09636 In getObjectType(), doxygenify comment, and take a pointer to the by Brian Gaeke · 22 years ago
- 27f7a71 Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a by Brian Gaeke · 22 years ago
- dfa5849 Fix typo in comment. Add prototype for getConstantExprValue(). by Brian Gaeke · 22 years ago
- 63438cc Add support for --debug-only=interpreter, to print out instrs before by Brian Gaeke · 22 years ago
- f5ba89d This appears to fix Bug 172 and does not break any other feature tests or by John Criswell · 22 years ago
- 7d3ced9 Fix bug: LICM/sink_multiple_exits.ll by Chris Lattner · 22 years ago
- df45bd3 Don't allow dead instructions to stop sinking early. by Chris Lattner · 22 years ago
- 88369d2 Fix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llx by Chris Lattner · 22 years ago
- da7d069 A new testcase, reduced by bugpoint by Chris Lattner · 22 years ago
- dead993 Finegrainify namespacification Fix bug: LowerInvoke/2003-12-10-Crash.llx by Chris Lattner · 22 years ago
- 7d10417 new testcase by Chris Lattner · 22 years ago
- 2998d3f Fixed a comma error. by John Criswell · 22 years ago
- 265f0ec Support 'make install' for LLVM include files. by Brian Gaeke · 22 years ago
- 0284a42 Upon Chris's suggestion, moved the #ifdef's to the generated C code. by John Criswell · 22 years ago
- ba4f3f6 Finegrainify namespacification by Chris Lattner · 22 years ago
- 01b2d61 Fixed the CBE on Solaris/Sparc. We need to define the return value of by John Criswell · 22 years ago
- 7277826 New testcase by Chris Lattner · 22 years ago
- 66ea98e Finegrainify namespacification by Chris Lattner · 22 years ago
- baf9d2e New testcase which caused a bunch of tests to break last night with more by Chris Lattner · 22 years ago
- e3cfe8d Simplify code by Chris Lattner · 22 years ago
- f594a03 Avoid performing two identical lookups when one will suffice by Chris Lattner · 22 years ago
- 0ed2da9 Make LICM itself a bit more efficient, and make the generated code more efficient too: don't insert a store in every exit block, because a particular block may be exited to more than once by a loop by Chris Lattner · 22 years ago
- 5be28c5 Removed the pthread_once() function because it doesn't actually do by John Criswell · 22 years ago
- 381bf79 Finegrainify namespacification by Chris Lattner · 22 years ago
- 9a4f8ef Finegrainify namespacification Provide a context module to WriteAsOperand by Chris Lattner · 22 years ago
- a84962c Added the --host= option to the Sparc configuration directions. by John Criswell · 22 years ago
- 61eae03 Dummy implementation of the pthread library. by John Criswell · 22 years ago
- b592fc2 Make 'opt -o -' work correctly instead of creating a file named './-' by Chris Lattner · 22 years ago
- a270651 Implement instruction sinking out of loops. This still can do a little bit by Chris Lattner · 22 years ago
- 94046b2 new testcase, checking to ensure we handle yet-another spiffy case correctly by Chris Lattner · 22 years ago
- 47c1b6d Don't assume that system headers define 'uint' or 'ulong' as types. by Brian Gaeke · 22 years ago
- c745b49 Fix apparent copy-and-paste-o. by Brian Gaeke · 22 years ago
- 44909cf Add support for installing tool executables. by Brian Gaeke · 22 years ago
- 5339ada Add installation directories and commands, standardly provided by configure. by Brian Gaeke · 22 years ago
- a8d9c83 Yet another hard testcase by Chris Lattner · 22 years ago
- 010ba10 Do not insert one entry PHI nodes in split exit blocks! by Chris Lattner · 22 years ago
- 73d8d55 Check in the llvm-native-gcc script, which I use in the process of by Brian Gaeke · 22 years ago
- d0069a0 Add a new testcase which breaks the sinker because the loop canonnicalization by Chris Lattner · 22 years ago
- caef3cc Fix buggy test by Chris Lattner · 22 years ago
- 87d9e69 New testcase for sinking operations from loops with multiple exits by Chris Lattner · 22 years ago
- 8f25f46 Make the test a bit harder so that we test to ensure that _both_ instructions by Chris Lattner · 22 years ago
- ed6dfc2 Refactor code a little bit, eliminating the gratuitous InstVisitor, which by Chris Lattner · 22 years ago