2003-05-10 |
Joel Stanley | Fixed comment. |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Chris Lattner | Update out of date comment |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Chris Lattner | Updates to match recent timer updates |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Chris Lattner | Add a new info-output-file option (hidden from --help... |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Chris Lattner | Enable the new C front-end for targets which define... |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Chris Lattner | Switch over to using the new C front-end by default. |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Chris Lattner | Add support for function stubs, which allow calling... |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Chris Lattner | Add new method to check to see if a global is available |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Chris Lattner | This blank line has GOT to go. |
commit | commitdiff | tree | snapshot |
2003-05-09 |
Chris Lattner | Allow const functions |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Fix bug in last checkin |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Add methods for stub function generation |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Add new methods for stub generation |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Minor speedup by avoiding callbacks to functions alread... |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Improve efficiency of JIT by having it use direct funct... |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | assert early instead of late for unimplemented feature |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Add support for Add, Sub, And, Or, & Xor constant exprs |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Remvoe testcase that should never be implemented |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Add support for variable argument functions! |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Add support for variable argument functions! |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Implement varargs support for LLI! |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Add a pointersize/endianness safe load routine to match... |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | A large number of simple changes: |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Add support for recording arguments passed through... |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | va_start only takes on argument now. |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | llvm.va_start only takes on argument now |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Update information about the switch instruction |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | * Add information about LLVM intrinsics |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Add more support for intrinsic functions and for vararg... |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Test the whole range of varargs handling stuff |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Initial support for intrinsic functions |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Initial checkin for LLVM intrinsic functions |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Handle va_arg instruction correctly |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Add support for the new va_arg instruction |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Add support for the new VarArgInst instruction, reinden... |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Add new VarArgInst class for the va_arg instruction |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Add support for new va_arg instruction |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Don't inline functions that take variable numbers of... |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Remove using decl |
commit | commitdiff | tree | snapshot |
2003-05-08 |
Chris Lattner | Remove using declarations |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Misha Brukman | Added the initial version of the TableGen description... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Misha Brukman | Fixed syntax error (in documentation!): missing parenth... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Misha Brukman | Grammar fix: `of course' is separated from the sentence... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Chris Lattner | Fix bug: Jello/2003-05-07-ArgumentTest.llx |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Chris Lattner | New testcase for problem that is actually generic to... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Chris Lattner | Add a vector to keep track of which registers are alloc... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Chris Lattner | Add comments, add a vector to keep track of which regis... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Chris Lattner | IMPLICIT_DEF was not the beautiful elegant solution... |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Chris Lattner | Re-add gross hack, it's still necessary. :( |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Chris Lattner | Remove hideously nasty hack |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Chris Lattner | Emit pseudo instructions to indicate that some register... |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Chris Lattner | Don't have a cow with new pseudo instructions |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Chris Lattner | Add two new pseudo instructions |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Chris Lattner | Add a new open project |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Chris Lattner | New testcase distilled from the fhourstones benchmark |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Chris Lattner | Make sure to compiel the LowerSwitch tests |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Chris Lattner | Fix memory corruption problem |
commit | commitdiff | tree | snapshot |
2003-05-04 |
Misha Brukman | Debug output should go to cerr, not cout, because that... |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Chris Lattner | Fix bug: UnitTests/2003-05-02-DependantPHI.c |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Chris Lattner | Fix miscompilation in Fhourstones and bug: LICM/2003... |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Chris Lattner | Fix miscompilation found in Fhourstones by bugpoint |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Misha Brukman | It's 'separate'. The 'i.e.' is kinda nit-picking, but... |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Chris Lattner | Make a comment more accurate |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Chris Lattner | Add support for debugging miscompilations with the... |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Chris Lattner | Bugpoint is always verbose, eliminate option |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Chris Lattner | * Eliminate using decls |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Chris Lattner | Fix buggy tests |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Misha Brukman | The Hyphenation-Adding Committee is now in session. |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Misha Brukman | The Grammar Police is out on patrol. |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Chris Lattner | Attempt to fix sumant's typesafety issue |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Chris Lattner | Fix spelling |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Chris Lattner | Fix a bug which occurred with empty basic blocks |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Chris Lattner | Add an instcombine pass before levelraise |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Chris Lattner | Fix Bug: LowerSwitch/2003-05-01-PHIProblem.ll |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Chris Lattner | Reduce testcase a bit |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Chris Lattner | New testcase for the lowerswitch pass |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Chris Lattner | Minor cleanup |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Chris Lattner | Fix bug: LevelRaise/2003-05-01-CallCast.ll |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Chris Lattner | New testcase: do not "raise" a call that is not through... |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Chris Lattner | Eliminate use of NonCopyable so that doxygen documentat... |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Chris Lattner | Fix another case where constexprs could cause a crash |
commit | commitdiff | tree | snapshot |
2003-04-30 |
Chris Lattner | Fix constant folding of constexprs |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Chris Lattner | Remove implemented project, add a new one |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Chris Lattner | Add a new option to disable stripping of bytecode files |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Chris Lattner | Create constant expression casts instead of constant... |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Chris Lattner | Fix several bugs: |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Chris Lattner | Avoid naming things exactly the same |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Chris Lattner | New testcase distilled from a problem identified by... |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Chris Lattner | Remove two fields from TargetData which are target... |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Chris Lattner | The promotion rules are the same for all targets, they... |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Chris Lattner | IntegerRegSize is always 8 for sparc |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Chris Lattner | Switch insns actually DO work. |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Chris Lattner | Fix bug: LoopPreheaders/2003-04-25-AssertFail.ll |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Chris Lattner | Add comment to testcase |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Chris Lattner | Whoever checked this testcase in apparently never teste... |
commit | commitdiff | tree | snapshot |
2003-04-26 |
Chris Lattner | Revert last checkin. Note that PHI nodes can use basic... |
commit | commitdiff | tree | snapshot |
2003-04-25 |
Chris Lattner | Remove long-dead obsolete cruft |
commit | commitdiff | tree | snapshot |
next |