2003-08-13 |
Brian Gaeke | Deconstify parameter to getPointerToFunction(). |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Brian Gaeke | In ExecutionEngine::getPointerToGlobal(), throw away... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Brian Gaeke | addPassesToJITCompile now takes a FunctionPassManager... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Brian Gaeke | Factory methods for FunctionPasses now return type... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Brian Gaeke | Factory methods for FunctionPasses now return type... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Assign arguments different ranks so they get grouped... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Implement constant folding of casts from boolean consta... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
John Criswell | Removing the pool allocator from the main CVS tree. |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Implement InstCombine/2003-08-12-AllocaNonNull.ll |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Do not cannonicalize (X != 0) into (cast X to bool) |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Reorganize tests because we no longer cannonicalize... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Update test to represent new cannonicalization rules... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Change cannonicalization rules: add X,X is represented... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Adjust files for move of mapping info stuff into the... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Mapping directory no longer exists |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Incorporate mapping library into the sparc library |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Obsolete file |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Brian Gaeke | Just incorporating some notes I wrote for myself into... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Vikram S. Adve | Make MInst2LVSetBI and MInst2LVSetAI be hash_maps inste... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Vikram S. Adve | For instructions in a delay slot of another instruction, |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Vikram S. Adve | For an instruction with delay slots, mark all live... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Brian Gaeke | Give std::map<BasicBlock *, BasicBlock *> the short... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | Allow pulling logical operations through shifts. |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | Fix bug: Reassociate/2003-08-12-InfiniteLoop.ll |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | Right, instcombine cannot remove ((X >> C) << C) if... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | Reenable optimized build |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | Assign finer grained ranks, make sure to reassociate... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | Simplify code |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | Implement testcases InstCombine/or.ll:test16/test17 |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2003-08-12 |
John Criswell | Merged in changes between PRE11_ROOT and LLVM_PRE111... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Brian Gaeke | Add FunctionPassManager - it's like a PassManager,... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Vikram S. Adve | Disable emitting LLVM-to-MI maps, by default. |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | Testcase for feature we should support eventually |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | Fix emission of instructions that directly reference... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | Make LOC count more accurate by not including the table... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | Add support for the Any type. Minor fixes and enhancem... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | Rename DNVT_bool to DNVT_i1 to be consistent with type... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | Add support for basicblocks, setCC instructions, and... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Chris Lattner | Add support for a bool argty |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Vikram S. Adve | Fix va_arg to generate LDDFi for floating point values... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Sumant Kowshik | Bug fix: Some nodes pointed to by globals may not be... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Sumant Kowshik | Minor fix so that the program exits upon a poolfree... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | It is not an error if a rule does not match, it's just... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | Initial checkin of the LLEE, the (LL)VM (E)xecution... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Add basic support for 16 and 32 bit function arguments! |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | add frameidx support |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Add support for frameidx and literal immediates for... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Add support for naming the destination of a "set" in... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Add support for the Arg1 argument type |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Sort #includes, eliminate #include of "llvm/Type.h... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Cygwin apparently works with %'s on registers! |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Brian Gaeke | If we can't find INT64_MAX, set it to a reasonable... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Whoops, accidental checkin. :( |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Add a new -enable-cygwin-compatible-output argument... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Add support to the mangler for targets which require... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | Added keyword `include', and a FIXME for hex and binary... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | * Added pointers to the README files in emacs/ and... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | * Added (X)Emacs mode for TableGen description files |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Brian Gaeke | Print % signs before register names; turn off "noprefix... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Geez, this misha guy is a _horrible_ speller. :) |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | * Added a section describing the hidden gems in llvm... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Vikram S. Adve | Register argument to va_start must be marked as defined! |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | tablegen.vim: |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Add .llx |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | Added a TableGen syntax highlighting mode for VIM and... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Add (ret int) expander so that we can at least write... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Don't forget to initializer result field to 0! |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | Converted tabs to spaces. |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | Removed `-debug' so that spurious printouts of patterns... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Remove dead code |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Add patterns for multiply, and, or, and xor |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | add support for more nodes |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | Put printouts of acquired patterns under the DEBUG... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Until the pattern matching instruction selector is... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Fix handling of 'free' if it has absolutely no prototype |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Include the new selection library for the X86 target |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Add support for a pattern matching instruction selector... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Build the SelectionDAG library |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Initial checkin of SelectionDAG implementation. This... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Initial checkin of SelectionDAG header file |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Add full support for code generating expanders! |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Implement autopromotion of leaf trees from arguments... |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Implement correct parsing, representation, and printing... |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Recognize $foo as a variable |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Implement real code emission, at least for Instruction... |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | First cut at emitting the reducer. This reducer just... |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Make imm be a leaf instead of a nonterminal |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Finish the matcher! |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Add new function |
commit | commitdiff | tree | snapshot |
2003-08-08 |
John Criswell | Removed information on the Pool Allocator as it is... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
John Criswell | Added a FAQ about how to clean the directory if it... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
John Criswell | Updated for the 1.1 pre-release. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Chris Lattner | This implements a large amount of the matcher, in fact... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Chris Lattner | Emit the first half of the instruction selector. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Misha Brukman | Chomped spurious blank lines. |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Finish implementation of nonterminal instantiation. |
commit | commitdiff | tree | snapshot |
next |