2003-08-15 |
Chris Lattner | Update readme |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Chris Lattner | Convert libraries into the BYTECODE_LIBRARY style |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Chris Lattner | Disable this library for now |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Chris Lattner | Some of this gets hoisted up to Makefile.common |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Chris Lattner | Implement BYTECODE_LIBRARY support |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Misha Brukman | * Must save FP registers when calling CompilationCallba... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Chris Lattner | Remove extraneous cl:: namespace qualifiers |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Brian Gaeke | Add support for reading command line arguments from... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Chris Lattner | Simplifications to Makefile.common, remove support... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Chris Lattner | Disable this support stuff, it doesn't work under linux... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Vikram S. Adve | Improvement to the previous fix: branch following a... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Chris Lattner | Stop annoying warnings about mismatched types with... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Chris Lattner | I just moved papi to a new directory |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Chris Lattner | Implement a _REAL_ memory manager for the code generate... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Misha Brukman | Using `std::remove' requires `cstdio.h'. |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Misha Brukman | * Enable SPEC testing in the `configure' script command... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Misha Brukman | Since we now have TableGen editing modes for VIM and... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Chris Lattner | Restore 'nice name' to pass |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Brian Gaeke | Factory methods for function passes now return type... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Brian Gaeke | Add new method to FunctionPassManager to add ImmutableP... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Brian Gaeke | Unbreak SPARC backend: addPassesToJITCompile and |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Brian Gaeke | Factory methods for function passes now return type... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Brian Gaeke | Unbreak SPARC backend: addPassesToJITCompile and |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Chris Lattner | Dramatically simplify how -time-passes works. |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Misha Brukman | Using std::string requires `#include <string>', says... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Fix FIXME by removing FIXME |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | This file uses stable_sort |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | I must have missed these when eliminating the cast... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Implement instcombine optimizations: |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Add some more tests for: (A <setcc1> B) logicalop ... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Brian Gaeke | X86 static backend: smacked |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Generalize some of the add tests to allow for reassocia... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Chris Lattner | Add some tests for difficult reassociation cases |
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 | Deconstify parameter to getPointerToFunction(). |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Brian Gaeke | addPassesToJITCompile and addPassesToEmitMachineCode... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Brian Gaeke | Deconstify parameter to getPointerToFunction(). |
commit | commitdiff | tree | snapshot |
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 |
next |