2004-06-25 |
John Criswell | Removed the interrupt_handler instrinsic section that... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
John Criswell | Grammar and punctuation fixes. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | * Be consistent about MachineBB labels and references... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
John Criswell | Added missing quote. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | * Initialize the entire array statically, not member... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | Fix bug in previous checkin. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | * Wrap long lines |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | Excise X86-specific comments. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | Vladimir Prus also contributed the LowerConstantExprs... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | New constant expression lowering pass to simplify your... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | New testcase for constant expression lowering pass... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Prototype for new ConstantExpr lowering pass, contribut... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Brian Gaeke | Don't try to run qmtests if we fail to build the tree... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Make sure to link all IPA's into opt, so that it has... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Fix header |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Reid Spencer | - Changed Handler.h -> BytecodeHandler.h |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Okay, Module have not been known as 'C' for a LONG... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Fix more warnings building with VC++ |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Unbreak the build. tsk tsk |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Tanya Lattner | Made a fix so that you can print out MachineInstrs... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | fix warnings |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | Add option to print out machine code before register... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | Use DEBUG() guard for printing out debug info. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | Add a `break' in the switch/case statement between... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | * Lowercase the register names |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | Add a LowercaseString() utility function, courtesy... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | * LowercaseString moved to StringExtras.h |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | * Tabs to spaces |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Reid Spencer | Definition of the Bytecode Handler interface. Subclasse... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | * Tabs to spaces |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | Unindent some more code to be consistent. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | Unindent some code, it only needs 2 spaces. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | In emitting code for a GEP instr, iterate over GEPTypes... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | * Capitalize `Java' |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | Convert tabs to spaces. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Add FSTOD and FDTOS conversion instructions. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Support cast float to float, cast double to float,... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Chris Lattner | Add a section about running the nightly tester proper. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Vikram S. Adve | This file is unused, and duplicates functionality in... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Chris Lattner | etags isn't portable at all. Make it not run by defaul... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | * Order #includes |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Make the double-fp pseudo registers be "NamedRegs". |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Fix a dyn_cast in copyConstantToRegister which should... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | The long integer pseudo-regs are history. So long,... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Use correct add*Imm form in more BuildMI calls. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Rename the load and store opcodes. The non-fp ones... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Rename the load and store opcodes. The non-fp ones... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Rename the load and store opcodes. The non-fp ones... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Chris Lattner | Remove distasteful method which is really part of the... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Chris Lattner | Two fixes. First, stop using the ugly shouldSubstitute... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Strange as it may sound, we'll not use LDD/STD to store... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Support constant cast expressions. |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Brian Gaeke | Make the most commonly preselected instructions add... |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Misha Brukman | TransformUtils library is no longer needed since Linker... |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Misha Brukman | Linker.h moved to include/llvm/Support |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Misha Brukman | Moved to include/llvm/Support |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Misha Brukman | Linker.h moved to include/llvm/Support |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Misha Brukman | Moved to lib/VMCore |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Reid Spencer | Move the tests for readability of the template and... |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Reid Spencer | Added a -noexternals options to avoid performing the... |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Reid Spencer | Make sure GetRegEx returns something gnuplot can deal... |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Reid Spencer | Added a note about the new llvmgrep utility. |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Chris Lattner | Fix merging of nodes whose incoming offset is not zero... |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Brian Gaeke | Use new IsNAN() wrapper. |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Brian Gaeke | Provide prototypes for IsNAN() wrapper. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Brian Gaeke | Wrapper for c99 isnan() |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Brian Gaeke | Regenerated. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Brian Gaeke | Regenerated. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Brian Gaeke | Call custom check (AC_FUNC_ISNAN) instead of using... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Brian Gaeke | Implement isnan check (AC_FUNC_ISNAN) in terms of three... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
John Criswell | Added the llvm/test/Programs/Makefile.test Makefile. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Brian Gaeke | Add pseudo-registers and register class for 64-bit... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Brian Gaeke | link to qmtest-2.0.3 tar file |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Misha Brukman | File requires IPA, moved to lib/Analysis/IPA |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Misha Brukman | Mention a note about having gccas and gccld in the... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Misha Brukman | File depends on MemoryDepAnalysis (DSA); moved to lib... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Misha Brukman | Files depend on DSA, moved to lib/Analysis/DataStructure |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Misha Brukman | File depends on DSA, moved to lib/Analysis/DataStructure |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Misha Brukman | Making an archive version of the CodeGen library is... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Misha Brukman | Provide archive version of CodeGen library (for those... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Chris Lattner | Isnan became unordered |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Reid Spencer | - Added the -nice option for nicing the build processes. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Misha Brukman | Regenerated with autoconf-2.57 for AIX detection support. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Misha Brukman | Add AIX to the list of recognized operating systems. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Reid Spencer | Added start time, finish time, and platform (uname... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Tanya Lattner | Fixing broken links |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Chris Lattner | If an edge points to a field of another memory object... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Tanya Lattner | Removed extra href close tag |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Chris Lattner | Elimiante ^M's |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Tanya Lattner | Fixed broken links. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Tanya Lattner | Fixing broken link to gcc manual |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Chris Lattner | test/Libraries have been long gone for a long time... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Tanya Lattner | Changing absolute link. Remembering to logout as root ;) |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Tanya Lattner | Fixed small typo to symtab link. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Tanya Lattner | Just a stub command guide for llvm-db for now. Will... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Chris Lattner | Fix some broken links |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Order #includes as per style guide. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Use a reference instead of a pointer for the ostream... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Direct declaration of namespace-ified globals does... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Specify variables' namespace directly instead of using... |
commit | commitdiff | tree | snapshot |
next |