- aa5bcb5 Add some initial documentation for the SelectionDAG based instruction selectors by Chris Lattner · 21 years ago
- e6585ab Do not clean up if the MappedFile was never used or if the client already by Chris Lattner · 21 years ago
- 6b9870a fix ExprMap and constant check in setcc by Andrew Lenharth · 21 years ago
- a5ba894 Get VC++ compiling again by Jeff Cohen · 21 years ago
- be4922a Convert some old C-style casts to C++ style. by Reid Spencer · 21 years ago
- 40831c5 move FP into it's own select by Andrew Lenharth · 21 years ago
- 13c184d CopyFromReg produces two values. Make sure that we remember that both are by Chris Lattner · 21 years ago
- 1fe848e These passes are no more. by Chris Lattner · 21 years ago
- 9cb992a Remove this code as it is currently completely broken and unmaintained. by Chris Lattner · 21 years ago
- d19d89a Properly close mapped files. by Jeff Cohen · 21 years ago
- 097b763 Mark -parallel pass as `experimental' by Misha Brukman · 21 years ago
- 04c868e stack frame fix and zero FP reg fix by Andrew Lenharth · 21 years ago
- 10b4007 Floating point instructions like Floating point registers by Andrew Lenharth · 21 years ago
- d2bb960 int to float conversion and another setcc by Andrew Lenharth · 21 years ago
- 1bae291 Fix grammar by Misha Brukman · 21 years ago
- 3d65d31 teach isel about comparison with constants and zero extending bits by Andrew Lenharth · 21 years ago
- 9437bb6 Fix some Path bugs by Jeff Cohen · 21 years ago
- 7e57bd5 perhaps this will let me have calls again by Andrew Lenharth · 21 years ago
- c0d502e minor bug fix by Andrew Lenharth · 21 years ago
- 51d3ab4 minor bug fix by Andrew Lenharth · 21 years ago
- 98a32d0 added instructions for fp to int to fp moves by Andrew Lenharth · 21 years ago
- 3e98fde initial fp support by Andrew Lenharth · 21 years ago
- 9b5cb04 xfail this. by Chris Lattner · 21 years ago
- c74b5a1 XFAIL this for now. by Chris Lattner · 21 years ago
- fc16691 hum, writing on one machine, testing on another... by Andrew Lenharth · 21 years ago
- 0298118 add some operations, fix others. should compile several more tests now by Andrew Lenharth · 21 years ago
- 3576c84 We can fold promoted and non-promoted loads into divs also! by Chris Lattner · 21 years ago
- 44129b5 Fold promoted loads into binary ops for FP, allowing us to generate m32 forms by Chris Lattner · 21 years ago
- d279b41 problems with bools, and their work arounds by Andrew Lenharth · 21 years ago
- 193904a Add a dependency to the trace library so that it gets pulled in automatically. by Alkis Evlogimenos · 21 years ago
- 9846a34 Document the --load option. by Reid Spencer · 21 years ago
- 2f8fb77 more load choices, better add with imm by Andrew Lenharth · 21 years ago
- 851b534 Make -ds-aa more useful, allowing it to be updated as xforms hack on the program. by Chris Lattner · 21 years ago
- d5af7c4 Add some methods. by Chris Lattner · 21 years ago
- 2d6f022 Clean ups, and taught the instruction selector about immediate forms by Andrew Lenharth · 21 years ago
- a7246ca Alpha JIT prune by Andrew Lenharth · 21 years ago
- 886470e include prune and JIT prune by Andrew Lenharth · 21 years ago
- 0126952 Pruned includes by Andrew Lenharth · 21 years ago
- dd106c2 let configure recognize Alphas by Andrew Lenharth · 21 years ago
- 501cb27 let configure recognize Alphas by Andrew Lenharth · 21 years ago
- 47d2796 Mark CVS versions different from releases by Misha Brukman · 21 years ago
- bcb18fa `primitive' has no `a' by Misha Brukman · 21 years ago
- 49266b2 Do not return true from isSized for things without a size (like functions and by Chris Lattner · 21 years ago
- d23a298 This giant patch speeds up Type::isSized(). Before, this would have to search by Chris Lattner · 21 years ago
- bb4dca3 Fix a spurious warning. by Chris Lattner · 21 years ago
- 0a07883 Silence a warning. by Chris Lattner · 21 years ago
- fed5577 Silence optimized warnings. by Chris Lattner · 21 years ago
- 42e25b3 Allow the FP stackifier to completely ignore functions that do not use FP at by Chris Lattner · 21 years ago
- 3563015 Simplify/speedup the PEI by not having to scan for uses of the callee saved by Chris Lattner · 21 years ago
- 471f090 Add an accessor. by Chris Lattner · 21 years ago
- 7861163 Update physregsused info. by Chris Lattner · 21 years ago
- 0648b16 Update this pass to set PhysRegsUsed info in MachineFunction. by Chris Lattner · 21 years ago
- b0f31bf Update these register allocators to set the PhysRegUsed info in MachineFunction. by Chris Lattner · 21 years ago
- ce9c41e Add support for the PhysRegsUsed array. by Chris Lattner · 21 years ago
- d6b210c Expose more information from register allocation to passes that run after it. by Chris Lattner · 21 years ago
- 92b9fce Speed this up a bit by making ModifiedRegs a vector<char> not vector<bool> by Chris Lattner · 21 years ago
- ad1e302 Get rid of a several dozen more and instructions in specint. by Chris Lattner · 21 years ago
- da7e70e Fix crash comparing empty file against nonempty file. by Chris Lattner · 21 years ago
- 9c32d3b Adjust to changes in SelectionDAG interfaces by Chris Lattner · 21 years ago
- b48da39 Remove the 3 HACK HACK HACKs I put in before, fixing them properly with by Chris Lattner · 21 years ago
- ac9dc08 Adjust to changes in SelectionDAG interface. by Chris Lattner · 21 years ago
- 063287a Give SelectionDAG a TargetLowering instance instead of TM instance. by Chris Lattner · 21 years ago
- 1fefef1 Build Alpha by default. by Chris Lattner · 21 years ago
- a8411a6 Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_alloca by Reid Spencer · 21 years ago
- 5dc81f6 Support Cygwin assembly generation. The cygwin version of Gnu ASsembler by Reid Spencer · 21 years ago
- a328c51 Add support for fp tolerances by Chris Lattner · 21 years ago
- 417c4d5 This method takes sys::Path objects now. by Chris Lattner · 21 years ago
- cf989fd Adjust to changed interface. by Chris Lattner · 21 years ago
- cc1b90b Make DiffFilesWithTolerance take sys::Path's instead of std::strings by Chris Lattner · 21 years ago
- f61c001 Remove two dead methods and improve the comments for DiffFilesWithTolerance. by Chris Lattner · 21 years ago
- c95b560 Fix a bug in previous checkin by Chris Lattner · 21 years ago
- 220df9c Drop dead #include by Chris Lattner · 21 years ago
- 537a49a The meat of this utility has been moved to FileUtilities, where it can be by Chris Lattner · 21 years ago
- 4454253 Add a new method, refactored out of fpcmp by Chris Lattner · 21 years ago
- fc54a35 New method. by Chris Lattner · 21 years ago
- 304d0f3 Let me introduce you to the early stages of the llvm backend for the alpha processor by Andrew Lenharth · 21 years ago
- 68cd65e Get this to work for 64-bit systems. by Chris Lattner · 21 years ago
- ae6ec8e We're working towards LLVM 1.5 now so bump the version number. This change by Reid Spencer · 21 years ago
- 131ca38 Minor fix. by Chris Lattner · 21 years ago
- 38c0751 This is the final big of factoring. This shares cases in suboperand by Chris Lattner · 21 years ago
- f876668 Implement *even more* factoring. In particular, if all of the instruction by Chris Lattner · 21 years ago
- d648867 Refactor code for numbering instructions into CodeGenTarget. by Chris Lattner · 21 years ago
- 615ed99 Fix VC++ compilation error by Jeff Cohen · 21 years ago
- da1f03c QOI feature implemented. by Chris Lattner · 21 years ago
- 870c016 Implement factoring of instruction pattern strings. In particular, instead of by Chris Lattner · 21 years ago
- f11ad9e Fix the ::: problem by Chris Lattner · 21 years ago
- 5765dba Minor refactoring, no functionality change. by Chris Lattner · 21 years ago
- 741c118 oops by Jeff Cohen · 21 years ago
- 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
- 695c9bd Add (non-working) project bugpoint to Visual Studio by Jeff Cohen · 21 years ago
- b0b55e7 Seperate asmstring parsing from emission. This allows the code to be simpler by Chris Lattner · 21 years ago
- 2fce6d1 Don't exclude FileUtilies and ToolRunner from VC++ build by Jeff Cohen · 21 years ago
- 8388195 Fix VC++ complaint by Jeff Cohen · 21 years ago
- c690cc0 Fix destroyDirectory bug by Jeff Cohen · 21 years ago
- 5037a15 Implicitly defined registers can clobber callee saved registers too! by Chris Lattner · 21 years ago
- 2202bfa make double-dollar properly escape asmstrings by Andrew Lenharth · 21 years ago
- 7cd50cf More bugfixes for IA64 shifts. by Chris Lattner · 21 years ago
- 27ff112 Fix problems with non-x86 targets. by Chris Lattner · 21 years ago
- a7306db Add a nasty hack to fix Alpha/IA64 multiplies by a power of two. by Chris Lattner · 21 years ago
- 9bb86f4 Remove unneeded line. by Chris Lattner · 21 years ago