2003-07-30 |
Chris Lattner | Add comments
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Add support for code fragments
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Initial support for the 'code' type.
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | We no longer need to preprocess SparcV9.td before sending...
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Move err() to the lexer, implement file inclusion capabiliti...
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Add test of file inclusion capability for bugpoint
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Minor reorganization, move ParseFile to the lexer
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Make tablegen take an input filename to parse if one...
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Initial tests for tblgen
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Directly support C style comments in tblgen, but allow...
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Fix a bug that brian reported
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Add variable to capture arguments that should be passed...
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Add support for "named positional arguments"
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Conform to the new interface for describing target...
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Add all of the necessary classes to describe the contents...
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Only regenerate the .inc file if IT has changed, not...
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Use target specific interface instead of forcing it...
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Code generation passes don't need access to raw LLVM...
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Fix coredump for when an ID is used illegally outside...
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Don't pollute the namespace with template arguments...
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Implement TODO: disallow 'def's with template arguments.
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Allow specification of anonymous definitions
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Allow passing lists through variables
|
commit | commitdiff | tree |
2003-07-30 |
Chris Lattner | Implement resolution of variables to the value of the...
|
commit | commitdiff | tree |
2003-07-29 |
Chris Lattner | No this file is not actually Sparc.td :)
|
commit | commitdiff | tree |
2003-07-29 |
Chris Lattner | Do not use 'cpp' directly
|
commit | commitdiff | tree |
2003-07-29 |
Chris Lattner | Add namespace specifier, add flags used by the X86 BE
|
commit | commitdiff | tree |
2003-07-29 |
Chris Lattner | Don't crash if there is no Inst class in the tablegen...
|
commit | commitdiff | tree |
2003-07-29 |
Chris Lattner | Fix copy and paste-o
|
commit | commitdiff | tree |
2003-07-29 |
Chris Lattner | Move "register flags" definition the type of registers...
|
commit | commitdiff | tree |
2003-07-29 |
Chris Lattner | Move value type enums to CodeGen/ValueTypes.h
|
commit | commitdiff | tree |
2003-07-29 |
Chris Lattner | Define target value types in a form usable by target...
|
commit | commitdiff | tree |
2003-07-28 |
Chris Lattner | Add support for Alpha intrinsics, contributed by Rahul...
|
commit | commitdiff | tree |
2003-07-28 |
Chris Lattner | Add alpha intrinsics, contributed by Rahul Joshi
|
commit | commitdiff | tree |
2003-07-28 |
Chris Lattner | Specify the value type for the register, not just the...
|
commit | commitdiff | tree |
2003-07-28 |
Chris Lattner | Instead of specifying the SIZE of the register, go...
|
commit | commitdiff | tree |
2003-07-28 |
Chris Lattner | Add support for Set statements without {}'s. Now we...
|
commit | commitdiff | tree |
2003-07-28 |
Chris Lattner | Allow initializing variable initializers with variables
|
commit | commitdiff | tree |
2003-07-27 |
Chris Lattner | Somehow "simplest" test became a hello world test....
|
commit | commitdiff | tree |
2003-07-26 |
Chris Lattner | Rename function to be more consistent with filename
|
commit | commitdiff | tree |
2003-07-26 |
Chris Lattner | Code generation phases are not allowed to modify the...
|
commit | commitdiff | tree |
2003-07-26 |
Chris Lattner | Making this code const-correct would be a pain, so...
|
commit | commitdiff | tree |
2003-07-26 |
Chris Lattner | Const correctness fixes
|
commit | commitdiff | tree |
2003-07-26 |
Chris Lattner | Be const correct
|
commit | commitdiff | tree |
2003-07-26 |
Chris Lattner | Hrm, another necesary one :(
|
commit | commitdiff | tree |
2003-07-26 |
Chris Lattner | Whoops, this one was needed
|
commit | commitdiff | tree |
2003-07-26 |
Chris Lattner | We don't modify the LLVM rep, remain const correct
|
commit | commitdiff | tree |
2003-07-26 |
Chris Lattner | If the pass changes _anything_ it must return true
|
commit | commitdiff | tree |
2003-07-26 |
Chris Lattner | This code doesn't modify the LLVM structure, keep stuff...
|
commit | commitdiff | tree |
2003-07-26 |
Chris Lattner | Remove #include
|
commit | commitdiff | tree |
2003-07-26 |
Chris Lattner | Remove extraneous #includes
|
commit | commitdiff | tree |
2003-07-26 |
Chris Lattner | Fix another minor bug
|
commit | commitdiff | tree |
2003-07-26 |
Chris Lattner | Remove #includes
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Simplify some makefile magic, no functional changes
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Add fixmes
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | This test has been automatized
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Update to use more modern graph checker
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | New testcase, an automatized version of Vikrams ggcollapse...
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Remove testcase which has been automatized
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Checkin of Vikram's ggfuncptr.c test adapted for automatic...
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Dont' try to parse the colon
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Add a more general check-flags which can be used to...
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | More cassert inclusion for GCC 3.3
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Change reference to assert.h to mention cassert
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Brian implemented the static compiler, take it off...
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | #include <cassert> as necessary...
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Fix another accessibility problem illuminated by GCC 3.3
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Fix visibility problem exposed by GCC 3.3
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Remove inline declarations that GCC 3.3 doesn't like...
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Regardless of whether C provides assert.h, C++ source...
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Use the C++ <cassert> header, not the C <assert.h>...
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | This header works with GCC 3.3
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Use C++ headers, not C headers
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Add includes of assert
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Fix accessibility problems GCC 3.3
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Add assert.h include
|
commit | commitdiff | tree |
2003-07-25 |
Chris Lattner | Convert to C++ style comments
|
commit | commitdiff | tree |
2003-07-24 |
Chris Lattner | More testcases, which I'll implement later
|
commit | commitdiff | tree |
2003-07-24 |
Chris Lattner | Modernize testcase
|
commit | commitdiff | tree |
2003-07-24 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2003-07-24 |
Chris Lattner | Instcombine: (A >> c1) << c2 for signed integers
|
commit | commitdiff | tree |
2003-07-24 |
Chris Lattner | New testcases for signed shifts
|
commit | commitdiff | tree |
2003-07-24 |
Chris Lattner | Reorganization of code, no functional changes.
|
commit | commitdiff | tree |
2003-07-24 |
Chris Lattner | Allow folding several instructions into casts, which...
|
commit | commitdiff | tree |
2003-07-24 |
Chris Lattner | Minor cleanups
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | Disable sample project until it works
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | Add new tests, make existing tests more difficult
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | Fix bug: FunctionResolve/2003-07-23-CPR-Reference.ll
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | Add comments
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | Remove explicit check for: not (not X) = X, it is already...
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | New testcases
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | Renumber tests sequentially
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | Split the or and xor tests into two separate files
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | Remove obscure test
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | Check in old testcase sitting in my tree
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs...
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | Make Module::getNamedFunction prefer non-external functions...
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | Fix space
|
commit | commitdiff | tree |
2003-07-23 |
Chris Lattner | InstCombine: (X ^ C1) & C2 --> (X & C2) iff (C1&C2...
|
commit | commitdiff | tree |
next |