- ed4d467 Rename createNode -> createSentinal. by Chris Lattner · 20 years ago
- 5ea56e5 clean up comments by Chris Lattner · 20 years ago
- 4b724b1 This has been deprecated for long enough, nuke it. by Chris Lattner · 20 years ago
- 5ae3571 This file was schizophrenic when it came to representing sizes. In some by Chris Lattner · 20 years ago
- 74a77cd There is no reason to include ostream here, include iosfwd instead. by Chris Lattner · 20 years ago
- 8c2cb42 After reading in a bc file, trim the resultant buffer down to what we by Chris Lattner · 20 years ago
- 52b8752 Finegrainify namespacification by Chris Lattner · 20 years ago
- 2c59435 first step towards a correct and complete stack. also add some forms for things that were getting stuck in the nightly tester. by Andrew Lenharth · 20 years ago
- 3725c12 Due to previous simplifications, we can simplify the data structures being by Chris Lattner · 20 years ago
- ee379a1 Properly handle volatile. by Chris Lattner · 20 years ago
- 4f16bd7 Remove some useless map operations. Loads/stores that are in the same by Chris Lattner · 20 years ago
- 15774df Before doing expensive global analysis, check to make sure the pointer is by Chris Lattner · 20 years ago
- 8b80ecd Fix quotes. by Chris Lattner · 20 years ago
- 2cc2ab9 Unbreak VC++ build by Jeff Cohen · 20 years ago
- e212d62 Minor simplification/speedup. Replaces a set lookup with a pointer comparison. by Chris Lattner · 20 years ago
- e233b8c Eliminate generality that is not buying us anything. In particular, this by Chris Lattner · 20 years ago
- 2652da6 If we see: by Chris Lattner · 20 years ago
- 6cfbd62 Memory used is a delta between memuse at the start of the time and the by Chris Lattner · 20 years ago
- 03aef68 Unbreak VC++ build by Jeff Cohen · 20 years ago
- 1f377fc Make sure that we always grow a multiple of 2 operands. by Chris Lattner · 20 years ago
- 204fcae noteworthy. by Chris Lattner · 20 years ago
- 5551706 Adjust to changes in instruction interfaces. by Chris Lattner · 20 years ago
- 667fdae Switchinst takes a hint for the number of cases it will have. by Chris Lattner · 20 years ago
- 3788059 switchinst ctor now takes a hint for the number of cases that it will have. by Chris Lattner · 20 years ago
- 5598aa0 Adjust Valuehandle to hold its operand directly in it. by Chris Lattner · 20 years ago
- 23ba420 Finegrainify namespacification. by Chris Lattner · 20 years ago
- 3d80f90 add namespace qualifier by Chris Lattner · 20 years ago
- cad28bd Adjust to changes in User class and minor changes in instruction ctors. by Chris Lattner · 20 years ago
- ce1df9e Adjust to slight changes in instruction interfaces. by Chris Lattner · 20 years ago
- 96d83f6 Adjust to changes in User class. by Chris Lattner · 20 years ago
- b12261a Merge InstrTypes.cpp into this file by Chris Lattner · 20 years ago
- e467147 Adjust to changes in User class. Aggregate constants now must explicitly by Chris Lattner · 20 years ago
- 265287f This file is now merged into Instructions.cpp by Chris Lattner · 20 years ago
- 5181ac8 Adjust to changes in the User class. by Chris Lattner · 20 years ago
- ec28570 Adjust to changes in the User class. Introduce a new UnaryInstruction class. by Chris Lattner · 20 years ago
- 519ccaf Adjust to user changes. by Chris Lattner · 20 years ago
- 454928e Many changes to cope with the User.h changes. Instructions now generally by Chris Lattner · 20 years ago
- b8d5b12 Adjust to User.h changes. by Chris Lattner · 20 years ago
- f718e70 Instead of storing operands as std::vector<Use>, just maintain a pointer by Chris Lattner · 20 years ago
- cc1b16f fix ExprMap, partially teach about add long by Andrew Lenharth · 20 years ago
- f4aa335 Fix a nasty thinko in my previous commit. by Chris Lattner · 20 years ago
- 99939d3 Alpha doesn't have a native f32 extload instruction. by Chris Lattner · 20 years ago
- e76ad6d implement legalization of truncates whose results and sources need to be by Chris Lattner · 20 years ago
- e560521 Get alpha working with memset/memcpy/memmove by Chris Lattner · 20 years ago
- f8f5740 Fix some typos in the Makefile.rules. Patch contributed by Vladimer Merzliakov. by Reid Spencer · 20 years ago
- 05dd08f Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd. by Chris Lattner · 20 years ago
- ad5fec1 * add some DEBUG statements * Properly compile this: by Chris Lattner · 20 years ago
- ce04a6d Fix ConstProp/2005-01-28-SetCCGEP.ll: indexing over zero sized elements does by Chris Lattner · 20 years ago
- 2fac727 New testcase. by Chris Lattner · 20 years ago
- aa5bcb5 Add some initial documentation for the SelectionDAG based instruction selectors by Chris Lattner · 20 years ago
- e6585ab Do not clean up if the MappedFile was never used or if the client already by Chris Lattner · 20 years ago
- 6b9870a fix ExprMap and constant check in setcc by Andrew Lenharth · 20 years ago
- a5ba894 Get VC++ compiling again by Jeff Cohen · 20 years ago
- be4922a Convert some old C-style casts to C++ style. by Reid Spencer · 20 years ago
- 40831c5 move FP into it's own select by Andrew Lenharth · 20 years ago
- 13c184d CopyFromReg produces two values. Make sure that we remember that both are by Chris Lattner · 20 years ago
- 1fe848e These passes are no more. by Chris Lattner · 20 years ago
- 9cb992a Remove this code as it is currently completely broken and unmaintained. by Chris Lattner · 20 years ago
- d19d89a Properly close mapped files. by Jeff Cohen · 20 years ago
- 097b763 Mark -parallel pass as `experimental' by Misha Brukman · 20 years ago
- 04c868e stack frame fix and zero FP reg fix by Andrew Lenharth · 20 years ago
- 10b4007 Floating point instructions like Floating point registers by Andrew Lenharth · 20 years ago
- d2bb960 int to float conversion and another setcc by Andrew Lenharth · 20 years ago
- 1bae291 Fix grammar by Misha Brukman · 20 years ago
- 3d65d31 teach isel about comparison with constants and zero extending bits by Andrew Lenharth · 20 years ago
- 9437bb6 Fix some Path bugs by Jeff Cohen · 20 years ago
- 7e57bd5 perhaps this will let me have calls again by Andrew Lenharth · 20 years ago
- c0d502e minor bug fix by Andrew Lenharth · 20 years ago
- 51d3ab4 minor bug fix by Andrew Lenharth · 20 years ago
- 98a32d0 added instructions for fp to int to fp moves by Andrew Lenharth · 20 years ago
- 3e98fde initial fp support by Andrew Lenharth · 20 years ago
- 9b5cb04 xfail this. by Chris Lattner · 20 years ago
- c74b5a1 XFAIL this for now. by Chris Lattner · 20 years ago
- fc16691 hum, writing on one machine, testing on another... by Andrew Lenharth · 20 years ago
- 0298118 add some operations, fix others. should compile several more tests now by Andrew Lenharth · 20 years ago
- 3576c84 We can fold promoted and non-promoted loads into divs also! by Chris Lattner · 20 years ago
- 44129b5 Fold promoted loads into binary ops for FP, allowing us to generate m32 forms by Chris Lattner · 20 years ago
- d279b41 problems with bools, and their work arounds by Andrew Lenharth · 20 years ago
- 193904a Add a dependency to the trace library so that it gets pulled in automatically. by Alkis Evlogimenos · 20 years ago
- 9846a34 Document the --load option. by Reid Spencer · 20 years ago
- 2f8fb77 more load choices, better add with imm by Andrew Lenharth · 20 years ago
- 851b534 Make -ds-aa more useful, allowing it to be updated as xforms hack on the program. by Chris Lattner · 20 years ago
- d5af7c4 Add some methods. by Chris Lattner · 20 years ago
- 2d6f022 Clean ups, and taught the instruction selector about immediate forms by Andrew Lenharth · 20 years ago
- a7246ca Alpha JIT prune by Andrew Lenharth · 20 years ago
- 886470e include prune and JIT prune by Andrew Lenharth · 20 years ago
- 0126952 Pruned includes by Andrew Lenharth · 20 years ago
- dd106c2 let configure recognize Alphas by Andrew Lenharth · 20 years ago
- 501cb27 let configure recognize Alphas by Andrew Lenharth · 20 years ago
- 47d2796 Mark CVS versions different from releases by Misha Brukman · 20 years ago
- bcb18fa `primitive' has no `a' by Misha Brukman · 20 years ago
- 49266b2 Do not return true from isSized for things without a size (like functions and by Chris Lattner · 20 years ago
- d23a298 This giant patch speeds up Type::isSized(). Before, this would have to search by Chris Lattner · 20 years ago
- bb4dca3 Fix a spurious warning. by Chris Lattner · 20 years ago
- 0a07883 Silence a warning. by Chris Lattner · 20 years ago
- fed5577 Silence optimized warnings. by Chris Lattner · 20 years ago
- 42e25b3 Allow the FP stackifier to completely ignore functions that do not use FP at by Chris Lattner · 20 years ago
- 3563015 Simplify/speedup the PEI by not having to scan for uses of the callee saved by Chris Lattner · 20 years ago
- 471f090 Add an accessor. by Chris Lattner · 20 years ago
- 7861163 Update physregsused info. by Chris Lattner · 20 years ago