- fad4929 * Must save FP registers when calling CompilationCallback(), because FP by Misha Brukman · 21 years ago
- 06b06c5 Add support for reading command line arguments from an environment variable. by Brian Gaeke · 21 years ago
- 891bd82 Improvement to the previous fix: branch following a delay slot of by Vikram S. Adve · 21 years ago
- 2925592 Stop annoying warnings about mismatched types with the argument of a free by Chris Lattner · 21 years ago
- 688506d Implement a _REAL_ memory manager for the code generated by the JIT. This by Chris Lattner · 21 years ago
- 640b928 Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need by Misha Brukman · 21 years ago
- a8e40f5 Restore 'nice name' to pass by Chris Lattner · 21 years ago
- bf3c4cf Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 21 years ago
- 1d3fa21 Add new method to FunctionPassManager to add ImmutablePasses. by Brian Gaeke · 21 years ago
- e69f727 Unbreak SPARC backend: addPassesToJITCompile and by Brian Gaeke · 21 years ago
- 277aad2 Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 21 years ago
- d7d6bbe Unbreak SPARC backend: addPassesToJITCompile and by Brian Gaeke · 21 years ago
- 0118995 Dramatically simplify how -time-passes works. by Chris Lattner · 21 years ago
- 250d91b Fix FIXME by removing FIXME by Chris Lattner · 21 years ago
- a4ca41e This file uses stable_sort by Chris Lattner · 21 years ago
- aa9c1f1 Implement instcombine optimizations: by Chris Lattner · 21 years ago
- 3e3c805 X86 static backend: smacked Function at a time: smacked by Brian Gaeke · 21 years ago
- 564a727 Generalize some of the add tests to allow for reassociation to take place by Chris Lattner · 21 years ago
- 19df387 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 21 years ago
- fb0ef2e Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 21 years ago
- 8844a0b addPassesToJITCompile and addPassesToEmitMachineCode now take a by Brian Gaeke · 21 years ago
- c227c1f Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 21 years ago
- 71d8478 Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 21 years ago
- 37df460 In ExecutionEngine::getPointerToGlobal(), throw away const qualifier by Brian Gaeke · 21 years ago
- b428654 addPassesToJITCompile now takes a FunctionPassManager, to support by Brian Gaeke · 21 years ago
- 9826bdb Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 21 years ago
- 9d99b43 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 21 years ago
- fb5be09 Assign arguments different ranks so they get grouped together by Chris Lattner · 21 years ago
- 3ccd0fd Implement constant folding of casts from boolean constants to other values by Chris Lattner · 21 years ago
- 478b3a9 Removing the pool allocator from the main CVS tree. by John Criswell · 21 years ago
- 3ccd17e Implement InstCombine/2003-08-12-AllocaNonNull.ll by Chris Lattner · 21 years ago
- 934754b Do not cannonicalize (X != 0) into (cast X to bool) by Chris Lattner · 21 years ago
- e92d2f4 Change cannonicalization rules: add X,X is represented as multiplies, multiplies by Chris Lattner · 21 years ago
- 48e6079 Adjust files for move of mapping info stuff into the Sparc directory by Chris Lattner · 21 years ago
- 7f2438f Mapping directory no longer exists by Chris Lattner · 21 years ago
- 4c7fc1e Incorporate mapping library into the sparc library by Chris Lattner · 21 years ago
- c09f429 Obsolete file by Chris Lattner · 21 years ago
- 99c27d7 Just incorporating some notes I wrote for myself into a place where they won't by Brian Gaeke · 21 years ago
- feb3298 For instructions in a delay slot of another instruction, by Vikram S. Adve · 21 years ago
- 88d962a For an instruction with delay slots, mark all live values before by Vikram S. Adve · 21 years ago
- aee2fdf Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because by Brian Gaeke · 21 years ago
- df17af1 Allow pulling logical operations through shifts. by Chris Lattner · 21 years ago
- e9608e3 Fix bug: Reassociate/2003-08-12-InfiniteLoop.ll by Chris Lattner · 21 years ago
- 33fbad7 Reenable optimized build by Chris Lattner · 21 years ago
- 6007cb6 Assign finer grained ranks, make sure to reassociate top-level after reassociating bottom level by Chris Lattner · 21 years ago
- e132d95 Simplify code by Chris Lattner · 21 years ago
- 67ca768 Implement testcases InstCombine/or.ll:test16/test17 by Chris Lattner · 21 years ago
- 8ab1ef2 Add FunctionPassManager - it's like a PassManager, but it only deals in by Brian Gaeke · 21 years ago
- 20a3be3 Disable emitting LLVM-to-MI maps, by default. by Vikram S. Adve · 21 years ago
- c12a614 Rename DNVT_bool to DNVT_i1 to be consistent with type system by Chris Lattner · 21 years ago
- c847796 Add support for basicblocks, setCC instructions, and branches by Chris Lattner · 21 years ago
- 9d27514 Fix va_arg to generate LDDFi for floating point values, instead of LDXi. by Vikram S. Adve · 21 years ago
- 233d075 Bug fix: Some nodes pointed to by globals may not be marked incomplete and need to be tracked to find pool arguments by Sumant Kowshik · 21 years ago
- 00b4094 Add basic support for 16 and 32 bit function arguments! by Chris Lattner · 21 years ago
- c0bb13d add frameidx support by Chris Lattner · 21 years ago
- d59414f Sort #includes, eliminate #include of "llvm/Type.h" which was redundant by Chris Lattner · 21 years ago
- 67488a9 Cygwin apparently works with %'s on registers! by Chris Lattner · 21 years ago
- 2bcee34 Whoops, accidental checkin. :( by Chris Lattner · 21 years ago
- 93c1afa Add a new -enable-cygwin-compatible-output argument, which make the output more by Chris Lattner · 21 years ago
- 2b3860f Add support to the mangler for targets which require _'s on global symbols by Chris Lattner · 21 years ago
- 2a09877 Print % signs before register names; turn off "noprefix" mode in gas output. by Brian Gaeke · 21 years ago
- 4ecff5d Register argument to va_start must be marked as defined! by Vikram S. Adve · 21 years ago
- e7e33c0 Add (ret int) expander so that we can at least write testcases by Chris Lattner · 21 years ago
- bf2f8a9 Converted tabs to spaces. by Misha Brukman · 21 years ago
- 859e5cc Removed `-debug' so that spurious printouts of patterns are not seen at by Misha Brukman · 21 years ago
- 7c2af6e Remove dead code by Chris Lattner · 21 years ago
- b84fe1c Add patterns for multiply, and, or, and xor by Chris Lattner · 21 years ago
- 622003f add support for more nodes by Chris Lattner · 21 years ago
- 2aa3a66 Until the pattern matching instruction selector is finished, enable debug output from it by Chris Lattner · 21 years ago
- 1f28e8c Fix handling of 'free' if it has absolutely no prototype by Chris Lattner · 21 years ago
- 4c08840 Include the new selection library for the X86 target by Chris Lattner · 21 years ago
- ac0c868 Add support for a pattern matching instruction selector. This is still in by Chris Lattner · 21 years ago
- fa7ed53 Build the SelectionDAG library by Chris Lattner · 21 years ago
- 78ec311 Initial checkin of SelectionDAG implementation. This is still rough and by Chris Lattner · 21 years ago
- f8dfa6f Make imm be a leaf instead of a nonterminal by Chris Lattner · 21 years ago
- da81eca close() requires "unistd.h" . by Misha Brukman · 21 years ago
- f7066c7 Doxygen-ify the comments by using '///' instead of '//'. by Misha Brukman · 21 years ago
- 35d402f Remove references to `bugpoint' from the now-generic system utilities. by Misha Brukman · 21 years ago
- 3d1b0c7 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 21 years ago
- b8db66e Implement LLVM intrinsics `llvm.setjmp' and `llvm.longjmp' as follows: by Misha Brukman · 21 years ago
- 2010f7b Fix assertion in MachineInstr::substituteValue(). by Vikram S. Adve · 21 years ago
- 97a95bd Fix sanity-checking in 'maskUnsigned' code to be more precise: by Vikram S. Adve · 21 years ago
- 7d3c579 Fixed a segfault in gccld. by John Criswell · 21 years ago
- ec4f523 Update tablegen interfaces by Chris Lattner · 21 years ago
- 8e37bd0 Added code for pool allocating only the pool-allocatable data structures in the presence of collapsed nodes + a couple of bug fixes by Sumant Kowshik · 21 years ago
- 69666e5 This register is never used, disable it. by Chris Lattner · 21 years ago
- fe8a796 Changing command-line option formats to be more consistent with LLVM style. by Misha Brukman · 21 years ago
- 58ba50f * Renamed option from `nopreselect' to `nopreopt' since it disables more than by Misha Brukman · 21 years ago
- 0870e97 Use the registers g1 and g5 as temporaries for making far jumps and far calls, by Misha Brukman · 21 years ago
- c232818 Add a bunch of new Alpha Intrinsics for Rahul Joshi by Chris Lattner · 21 years ago
- e895a74 1. Bug fix: was using SLL instead of SLLX for ULongTy. Chump. by Vikram S. Adve · 21 years ago
- 5ac1175 Remove conversion of fp-to-uint cast into a multi-step cast: by Vikram S. Adve · 21 years ago
- 326e40a The HAVE_JUMP code is dead, these intrinsics should _never_ be expanded by Chris Lattner · 21 years ago
- 8043127 Remove unnecessary use of NonCopyable by Chris Lattner · 21 years ago
- 0897c60 SparcV9CodeEmitter.cpp: by Misha Brukman · 21 years ago
- 2959b6e Completely eliminate the isVoid TSFlag, shifting over all other fields by Chris Lattner · 21 years ago
- d87b59c add a pattern for RET, immediates no longer need to be explicitly typed by Chris Lattner · 21 years ago
- 3e77d6e Start adding usefulness to the DAG node definitions, add a new Expander class by Chris Lattner · 21 years ago
- 3fd1f5b Use a new local data structure instead of the MachineInstr::regsUsed set by Chris Lattner · 21 years ago
- c393c57 Add a map by Chris Lattner · 21 years ago