- 60a3c55 Don't worry about converting each function's reg. alloc. state into One Big by Brian Gaeke · 21 years ago
- b8dc21e Add prototype for verifySavedState(). by Brian Gaeke · 21 years ago
- af84370 Doxygenify method comments. by Brian Gaeke · 21 years ago
- b7c4c99 This is a disgusting hack that improves code substantially, by making by Chris Lattner · 21 years ago
- 15a2a25 Clarify our testing experience. by Brian Gaeke · 21 years ago
- a493aa3 Do not check for strings.h. This is an old, old, old pre-C89 header that by Brian Gaeke · 21 years ago
- e1ff6cd I think this file is not included by anything. by Brian Gaeke · 21 years ago
- afac73e * Changed URL referring to zion to use llvm instead * Close <li> tags by Misha Brukman · 21 years ago
- 59dc178 Do not add unreachable code to a natural loop! by Chris Lattner · 21 years ago
- d073ea0 Make sure to print labels on nodes without names by Chris Lattner · 21 years ago
- a75b3ef If the basic block has no name, make sure to print the % number of it by Chris Lattner · 21 years ago
- 002362c Implement the Function::viewCFG* methods, for use in a debugger. Also, the by Chris Lattner · 21 years ago
- c149c47 Add two new function stubs for viewing the CFG of a function inside of the by Chris Lattner · 21 years ago
- 3b39537 Delete the -print-cfg pass from this file by Chris Lattner · 21 years ago
- 4d37c7b Added information on using Bugzilla. by John Criswell · 21 years ago
- 0b51e4a Add comments to describe what these functions actually do. by Misha Brukman · 21 years ago
- 3494329 * Use <cmath> instead of <math.h> by Misha Brukman · 21 years ago
- f978ef5 Removed completely duplicated function comment (an identical one appears later). by Misha Brukman · 21 years ago
- bb8c863 No, really, order the #includes correctly. by Misha Brukman · 21 years ago
- 6be5e56 Update the 'used' flag correctly by Chris Lattner · 21 years ago
- 4cb766a Loop over the module, not the symbol table. This makes the code handle by Chris Lattner · 21 years ago
- 20678b9 New library needed by Chris Lattner · 21 years ago
- efd47ba Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll by Chris Lattner · 21 years ago
- f4e643f New testcase for fun hack that is absolutely necessary for the C++ stdlib. by Chris Lattner · 21 years ago
- 523b30c * Fix order of #includes to follow style guide by Misha Brukman · 21 years ago
- 2e385b4 Converted tabs to spaces. by Misha Brukman · 21 years ago
- 5858e1e Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll by Chris Lattner · 21 years ago
- 4b61163 New testcase: globals should be linked if they are the wrong type. We should by Chris Lattner · 21 years ago
- aeb18ce Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll by Chris Lattner · 21 years ago
- 3d6a08d New testcase. The linker should not consider it an error if two types by Chris Lattner · 21 years ago
- 46079d2 Add C/C++ build instructions, first draft. by Brian Gaeke · 21 years ago
- f85770c Fix message to make more sense and confuse Chris less by Chris Lattner · 21 years ago
- db15798 New testcase, fixed in the C++ frontend by Chris Lattner · 21 years ago
- e04c263 Added the name of the public CVS repository. by John Criswell · 21 years ago
- f1fce08 Fix off-by-one error in processing of libraries named on command line. by Brian Gaeke · 21 years ago
- 2b89a6a Adding information on what testing support is provided by the LLVM build by John Criswell · 21 years ago
- 2a211c4 Add dummy content for libgdbm. by Misha Brukman · 21 years ago
- 724d084 Fix libm's name to be `libm' by Misha Brukman · 21 years ago
- 60d3ba8 Fix library name and fix line to fit within 80 columns. by Misha Brukman · 21 years ago
- c536545 Add tools-only target, for bootstrapping the C/C++ front end. by Brian Gaeke · 21 years ago
- 48c9cb6 This was not a lower-switch bug, it was a preselection bug by Chris Lattner · 21 years ago
- 771ed15 When linking the runtime libraries, do not link -lc and -lgcc into the libraries by Chris Lattner · 21 years ago
- 68172da Fix strcpy implementation and trie by Chris Lattner · 21 years ago
- b5ee509 Fix the first FIXME in this file: automatically pick a "good" by Brian Gaeke · 21 years ago
- 2765c41 Make sure to add a type for va_next operands, which may not other wise by Chris Lattner · 21 years ago
- 389dbfb Fix problem which effected linking apache by Chris Lattner · 21 years ago
- 08d702b Hrm, unbreak stuph :( by Chris Lattner · 21 years ago
- ff3d5d9 Fix preselection/lowerswitches bug by Chris Lattner · 21 years ago
- 4c62e79 Pull the PHI special case into it's own visit* method by Chris Lattner · 21 years ago
- d48a1d7 The lastOp operand is never used by Chris Lattner · 21 years ago
- 91480ff Add more space! by Chris Lattner · 21 years ago
- 2c1bbd8 Hrm, for some reason, my fingers like typing va_begin. Weird by Chris Lattner · 21 years ago
- 84a6f39 Syntax highlight the new operators by Chris Lattner · 21 years ago
- 25e6e99 Update test to new style by Chris Lattner · 21 years ago
- 7939597 Removed LLVM copyright from sample Makefile. by John Criswell · 21 years ago
- c2bc2f1 Removed LLVM copyright notice from sample Makefile. by John Criswell · 21 years ago
- aefb666 Added LLVM copyright notice. by John Criswell · 21 years ago
- 856ba76 Added LLVM copyright header. by John Criswell · 21 years ago
- dac9131 Preselection is _not_ a basicblock pass, because it adds global variables to by Chris Lattner · 21 years ago
- d8846c1 Added LLVM copyright notice. by John Criswell · 21 years ago
- d248652 When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr), by Vikram S. Adve · 21 years ago
- 472c304 Why does g++ not even generate a warning when you miss a break statement? by Vikram S. Adve · 21 years ago
- 40dee51 Implement the new varargs instructions and intrinsics. by Vikram S. Adve · 21 years ago
- 648cbd9 Only fails on the Sparc, only when run via the JIT. by Misha Brukman · 21 years ago
- e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
- e26ba9f Added LLVM copyrights to Makefiles. by John Criswell · 21 years ago
- e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 21 years ago
- 5f7e61d Add a new map by Chris Lattner · 21 years ago
- e9d3c6b Convert this code from using annotations to using a local map by Chris Lattner · 21 years ago
- 5c288be Goodbye, AddRegNumToValues by Brian Gaeke · 21 years ago
- 1ee1e64 Removed extraneous comment line. by John Criswell · 21 years ago
- 0beae0c Remove using declaration by Chris Lattner · 21 years ago
- 60f1445 This #include is no longer necessary by Chris Lattner · 21 years ago
- 01d4582 Added LLVM copyright header. by John Criswell · 21 years ago
- 6fbcc26 Added LLVM copyright header (for lack of a better term). by John Criswell · 21 years ago
- 1fc0d67 Oops. Typo. by John Criswell · 21 years ago
- 2efc5b5 Added LLVM header notice. by John Criswell · 21 years ago
- 65797b8 Fixed the documentation to coincide with the code. by Misha Brukman · 21 years ago
- b2109ce Added LLVM notice. by John Criswell · 21 years ago
- 06ea151 Made error message more comprehensible. by Misha Brukman · 21 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
- ce439b5 "Function"[0] == 'F', not 'M' by Chris Lattner · 21 years ago
- e84843b Update release notes by Chris Lattner · 21 years ago
- 0522b08 Minor leftover fixups from replaceMachineCodeForFunction () change. by Brian Gaeke · 21 years ago
- 1dd27b1 fix file header by Chris Lattner · 21 years ago
- 9432111 fix file headers by Chris Lattner · 21 years ago
- 10cf8fa Fix file header by Chris Lattner · 21 years ago
- 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
- 3ab7136 Made the Requirements information its own major section and moved it by John Criswell · 21 years ago
- 17b53a8 Make replaceMachineCodeForFunction() return void. by Brian Gaeke · 21 years ago
- 682ce72 Make replaceMachineCodeForFunction return void. by Brian Gaeke · 21 years ago
- a42649e Make replaceMachineCodeForFunction return void. Make it assert by default. by Brian Gaeke · 21 years ago
- f6cd38d Apparently the dependencies are wrong for this file, so it didn't rebuild it by Chris Lattner · 21 years ago
- bacc773 Reorder for minor efficiency gain by Chris Lattner · 21 years ago
- 43a5ff8 Emit x86 instructions for: A = B op C, where A and B are 16-bit registers, by Chris Lattner · 21 years ago
- e738656 Hrm, a relic from the past. How cute :) by Chris Lattner · 21 years ago
- 6ac1d71 Further cleanups and simplifications by Chris Lattner · 21 years ago
- 6c09db2 Eliminate code for pointer size and endianness emulation. by Chris Lattner · 21 years ago
- 44ffd5a The Grammar Police was here. by Misha Brukman · 21 years ago
- 0fc20c8 * Fixed grammar in header * Added description of `mem2reg' by Misha Brukman · 21 years ago