- 7dd46b0 Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll by Chris Lattner · 22 years ago
- 77d2f51 Rename -emitmaps to -enable-maps by Brian Gaeke · 22 years ago
- 53b99a0 Fix typo in comment by Brian Gaeke · 22 years ago
- c48ef2a lib/Support/CommandLine.cpp: by Brian Gaeke · 22 years ago
- d2dfc96 Now that the JIT memory manager allocates as many bytes as necessary rather than by Misha Brukman · 22 years ago
- 15d1d57 Fix register and parameter numbers in saving double FP registers. by Misha Brukman · 22 years ago
- e3561c2 Remove uses of the NonCopyable class, to make the doxygen output look better by Chris Lattner · 22 years ago
- 80df463 rename selection library to selectiondag by Chris Lattner · 22 years ago
- 79ba7c1 rename selection directory and library to SelectionDAG by Chris Lattner · 22 years ago
- 7dc97ff Add a bunch of new node types, etc by Chris Lattner · 22 years ago
- f3c274d Adjust to new API, add expandCall stub by Chris Lattner · 22 years ago
- 51970b2 Add support for unconditional branches and for emitting JE instructions by Chris Lattner · 22 years ago
- b6ef5c8 Add a bunch of new node types, including a new Void dummy register class by Chris Lattner · 22 years ago
- fad4929 * Must save FP registers when calling CompilationCallback(), because FP by Misha Brukman · 22 years ago
- 06b06c5 Add support for reading command line arguments from an environment variable. by Brian Gaeke · 22 years ago
- 891bd82 Improvement to the previous fix: branch following a delay slot of by Vikram S. Adve · 22 years ago
- 2925592 Stop annoying warnings about mismatched types with the argument of a free by Chris Lattner · 22 years ago
- 688506d Implement a _REAL_ memory manager for the code generated by the JIT. This by Chris Lattner · 22 years ago
- 640b928 Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need by Misha Brukman · 22 years ago
- a8e40f5 Restore 'nice name' to pass by Chris Lattner · 22 years ago
- bf3c4cf Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 22 years ago
- 1d3fa21 Add new method to FunctionPassManager to add ImmutablePasses. by Brian Gaeke · 22 years ago
- e69f727 Unbreak SPARC backend: addPassesToJITCompile and by Brian Gaeke · 22 years ago
- 277aad2 Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 22 years ago
- d7d6bbe Unbreak SPARC backend: addPassesToJITCompile and by Brian Gaeke · 22 years ago
- 0118995 Dramatically simplify how -time-passes works. by Chris Lattner · 22 years ago
- 250d91b Fix FIXME by removing FIXME by Chris Lattner · 22 years ago
- a4ca41e This file uses stable_sort by Chris Lattner · 22 years ago
- aa9c1f1 Implement instcombine optimizations: by Chris Lattner · 22 years ago
- 3e3c805 X86 static backend: smacked Function at a time: smacked by Brian Gaeke · 22 years ago
- 564a727 Generalize some of the add tests to allow for reassociation to take place by Chris Lattner · 22 years ago
- 19df387 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 22 years ago
- fb0ef2e Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 22 years ago
- 8844a0b addPassesToJITCompile and addPassesToEmitMachineCode now take a by Brian Gaeke · 22 years ago
- c227c1f Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 22 years ago
- 71d8478 Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 22 years ago
- 37df460 In ExecutionEngine::getPointerToGlobal(), throw away const qualifier by Brian Gaeke · 22 years ago
- b428654 addPassesToJITCompile now takes a FunctionPassManager, to support by Brian Gaeke · 22 years ago
- 9826bdb Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 22 years ago
- 9d99b43 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 22 years ago
- fb5be09 Assign arguments different ranks so they get grouped together by Chris Lattner · 22 years ago
- 3ccd0fd Implement constant folding of casts from boolean constants to other values by Chris Lattner · 22 years ago
- 478b3a9 Removing the pool allocator from the main CVS tree. by John Criswell · 22 years ago
- 3ccd17e Implement InstCombine/2003-08-12-AllocaNonNull.ll by Chris Lattner · 22 years ago
- 934754b Do not cannonicalize (X != 0) into (cast X to bool) by Chris Lattner · 22 years ago
- e92d2f4 Change cannonicalization rules: add X,X is represented as multiplies, multiplies by Chris Lattner · 22 years ago
- 48e6079 Adjust files for move of mapping info stuff into the Sparc directory by Chris Lattner · 22 years ago
- 7f2438f Mapping directory no longer exists by Chris Lattner · 22 years ago
- 4c7fc1e Incorporate mapping library into the sparc library by Chris Lattner · 22 years ago
- c09f429 Obsolete file by Chris Lattner · 22 years ago
- 99c27d7 Just incorporating some notes I wrote for myself into a place where they won't by Brian Gaeke · 22 years ago
- feb3298 For instructions in a delay slot of another instruction, by Vikram S. Adve · 22 years ago
- 88d962a For an instruction with delay slots, mark all live values before by Vikram S. Adve · 22 years ago
- aee2fdf Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because by Brian Gaeke · 22 years ago
- df17af1 Allow pulling logical operations through shifts. by Chris Lattner · 22 years ago
- e9608e3 Fix bug: Reassociate/2003-08-12-InfiniteLoop.ll by Chris Lattner · 22 years ago
- 33fbad7 Reenable optimized build by Chris Lattner · 22 years ago
- 6007cb6 Assign finer grained ranks, make sure to reassociate top-level after reassociating bottom level by Chris Lattner · 22 years ago
- e132d95 Simplify code by Chris Lattner · 22 years ago
- 67ca768 Implement testcases InstCombine/or.ll:test16/test17 by Chris Lattner · 22 years ago
- 8ab1ef2 Add FunctionPassManager - it's like a PassManager, but it only deals in by Brian Gaeke · 22 years ago
- 20a3be3 Disable emitting LLVM-to-MI maps, by default. by Vikram S. Adve · 22 years ago
- c12a614 Rename DNVT_bool to DNVT_i1 to be consistent with type system by Chris Lattner · 22 years ago
- c847796 Add support for basicblocks, setCC instructions, and branches by Chris Lattner · 22 years ago
- 9d27514 Fix va_arg to generate LDDFi for floating point values, instead of LDXi. by Vikram S. Adve · 22 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 · 22 years ago
- 00b4094 Add basic support for 16 and 32 bit function arguments! by Chris Lattner · 22 years ago
- c0bb13d add frameidx support by Chris Lattner · 22 years ago
- d59414f Sort #includes, eliminate #include of "llvm/Type.h" which was redundant by Chris Lattner · 22 years ago
- 67488a9 Cygwin apparently works with %'s on registers! by Chris Lattner · 22 years ago
- 2bcee34 Whoops, accidental checkin. :( by Chris Lattner · 22 years ago
- 93c1afa Add a new -enable-cygwin-compatible-output argument, which make the output more by Chris Lattner · 22 years ago
- 2b3860f Add support to the mangler for targets which require _'s on global symbols by Chris Lattner · 22 years ago
- 2a09877 Print % signs before register names; turn off "noprefix" mode in gas output. by Brian Gaeke · 22 years ago
- 4ecff5d Register argument to va_start must be marked as defined! by Vikram S. Adve · 22 years ago
- e7e33c0 Add (ret int) expander so that we can at least write testcases by Chris Lattner · 22 years ago
- bf2f8a9 Converted tabs to spaces. by Misha Brukman · 22 years ago
- 859e5cc Removed `-debug' so that spurious printouts of patterns are not seen at by Misha Brukman · 22 years ago
- 7c2af6e Remove dead code by Chris Lattner · 22 years ago
- b84fe1c Add patterns for multiply, and, or, and xor by Chris Lattner · 22 years ago
- 622003f add support for more nodes by Chris Lattner · 22 years ago
- 2aa3a66 Until the pattern matching instruction selector is finished, enable debug output from it by Chris Lattner · 22 years ago
- 1f28e8c Fix handling of 'free' if it has absolutely no prototype by Chris Lattner · 22 years ago
- 4c08840 Include the new selection library for the X86 target by Chris Lattner · 22 years ago
- ac0c868 Add support for a pattern matching instruction selector. This is still in by Chris Lattner · 22 years ago
- fa7ed53 Build the SelectionDAG library by Chris Lattner · 22 years ago
- 78ec311 Initial checkin of SelectionDAG implementation. This is still rough and by Chris Lattner · 22 years ago
- f8dfa6f Make imm be a leaf instead of a nonterminal by Chris Lattner · 22 years ago
- da81eca close() requires "unistd.h" . by Misha Brukman · 22 years ago
- f7066c7 Doxygen-ify the comments by using '///' instead of '//'. by Misha Brukman · 22 years ago
- 35d402f Remove references to `bugpoint' from the now-generic system utilities. by Misha Brukman · 22 years ago
- 3d1b0c7 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 22 years ago
- b8db66e Implement LLVM intrinsics `llvm.setjmp' and `llvm.longjmp' as follows: by Misha Brukman · 22 years ago
- 2010f7b Fix assertion in MachineInstr::substituteValue(). by Vikram S. Adve · 22 years ago
- 97a95bd Fix sanity-checking in 'maskUnsigned' code to be more precise: by Vikram S. Adve · 22 years ago
- 7d3c579 Fixed a segfault in gccld. by John Criswell · 22 years ago
- ec4f523 Update tablegen interfaces by Chris Lattner · 22 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 · 22 years ago
- 69666e5 This register is never used, disable it. by Chris Lattner · 22 years ago
- fe8a796 Changing command-line option formats to be more consistent with LLVM style. by Misha Brukman · 22 years ago