2003-10-22 |
Chris Lattner | This is a disgusting hack that improves code substantia... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Brian Gaeke | Clarify our testing experience. |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Brian Gaeke | Do not check for strings.h. This is an old, old, old... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Brian Gaeke | I think this file is not included by anything. |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Misha Brukman | * Changed URL referring to zion to use llvm instead |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Chris Lattner | Do not add unreachable code to a natural loop! |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Chris Lattner | Make sure to print labels on nodes without names |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Chris Lattner | If the basic block has no name, make sure to print... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Chris Lattner | Implement the Function::viewCFG* methods, for use in... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Chris Lattner | Add two new function stubs for viewing the CFG of a... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Chris Lattner | Delete the -print-cfg pass from this file |
commit | commitdiff | tree | snapshot |
2003-10-22 |
John Criswell | Added information on using Bugzilla. |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Misha Brukman | Add comments to describe what these functions actually do. |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Misha Brukman | * Use <cmath> instead of <math.h> |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Misha Brukman | Removed completely duplicated function comment (an... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Misha Brukman | No, really, order the #includes correctly. |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Chris Lattner | Update the 'used' flag correctly |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Chris Lattner | Loop over the module, not the symbol table. This makes... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Chris Lattner | New library needed |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Chris Lattner | Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Chris Lattner | New testcase for fun hack that is absolutely necessary... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Misha Brukman | * Fix order of #includes to follow style guide |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Misha Brukman | Converted tabs to spaces. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | New testcase: globals should be linked if they are... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | New testcase. The linker should not consider it an... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Brian Gaeke | Add C/C++ build instructions, first draft. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | Fix message to make more sense and confuse Chris less |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | New testcase, fixed in the C++ frontend |
commit | commitdiff | tree | snapshot |
2003-10-21 |
John Criswell | Added the name of the public CVS repository. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Brian Gaeke | Fix off-by-one error in processing of libraries named... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
John Criswell | Adding information on what testing support is provided... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Misha Brukman | Add dummy content for libgdbm. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Misha Brukman | Fix libm's name to be `libm' |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Misha Brukman | Fix library name and fix line to fit within 80 columns. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Brian Gaeke | Add tools-only target, for bootstrapping the C/C++... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | This was not a lower-switch bug, it was a preselection bug |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | When linking the runtime libraries, do not link -lc... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | Fix strcpy implementation and trie |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Brian Gaeke | Fix the first FIXME in this file: automatically pick... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | Make sure to add a type for va_next operands, which... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | Fix problem which effected linking apache |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | Hrm, unbreak stuph :( |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | Fix preselection/lowerswitches bug |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | Pull the PHI special case into it's own visit* method |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | The lastOp operand is never used |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | Add more space! |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | Hrm, for some reason, my fingers like typing va_begin... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | Syntax highlight the new operators |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | Update test to new style |
commit | commitdiff | tree | snapshot |
2003-10-21 |
John Criswell | Removed LLVM copyright from sample Makefile. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
John Criswell | Removed LLVM copyright notice from sample Makefile. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
John Criswell | Added LLVM copyright notice. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
John Criswell | Added LLVM copyright header. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Chris Lattner | Preselection is _not_ a basicblock pass, because it... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
John Criswell | Added LLVM copyright notice. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Vikram S. Adve | When opcodes like ADD were split into reg. and immed... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Vikram S. Adve | Why does g++ not even generate a warning when you miss... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Vikram S. Adve | Implement the new varargs instructions and intrinsics. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Misha Brukman | Only fails on the Sparc, only when run via the JIT. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM copyright to Makefiles. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM copyrights to Makefiles. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM copyright notice to Makefiles. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Add a new map |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Convert this code from using annotations to using a... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Brian Gaeke | Goodbye, AddRegNumToValues |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Removed extraneous comment line. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Remove using declaration |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | This #include is no longer necessary |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM copyright header. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM copyright header (for lack of a better term). |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Oops. Typo. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM header notice. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Misha Brukman | Fixed the documentation to coincide with the code. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM notice. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Misha Brukman | Made error message more comprehensible. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM project notice to the top of every C++ sourc... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | "Function"[0] == 'F', not 'M' |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Update release notes |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Brian Gaeke | Minor leftover fixups from replaceMachineCodeForFunctio... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | fix file header |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | fix file headers |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Fix file header |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added copyright header to all C++ source files. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Made the Requirements information its own major section... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Brian Gaeke | Make replaceMachineCodeForFunction() return void. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Brian Gaeke | Make replaceMachineCodeForFunction return void. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Brian Gaeke | Make replaceMachineCodeForFunction return void. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Apparently the dependencies are wrong for this file... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Reorder for minor efficiency gain |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Emit x86 instructions for: A = B op C, where A and... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Hrm, a relic from the past. How cute :) |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Further cleanups and simplifications |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Eliminate code for pointer size and endianness emulation. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Misha Brukman | The Grammar Police was here. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Misha Brukman | * Fixed grammar in header |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | * Rename X86::IMULr16 -> X86::IMULrr16 |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | Don't bother forwarding function references which are... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | Ok, return an explicit path to the shared object, unbre... |
commit | commitdiff | tree | snapshot |
next |