- 7a4f03d Add LLVM with Visual Studio overview by Jeff Cohen · 21 years ago
- 2f503e6 Implement the trivial cases in InstCombine/store.ll by Chris Lattner · 21 years ago
- 71dd598 New testcase by Chris Lattner · 21 years ago
- 2a73a0b Rename these to start with %c, as they are the only ones that are checked. by Chris Lattner · 21 years ago
- f952785 Implement Transforms/InstCombine/cast-load-gep.ll, which allows us to devirtualize by Chris Lattner · 21 years ago
- 36559a4 New testcase by Chris Lattner · 21 years ago
- b8b6e6a indirect call fix by Andrew Lenharth · 21 years ago
- 7efadce fp to int and back conversion sequences by Andrew Lenharth · 21 years ago
- 6132332 Fix the regressions my User changes introduced. Apparently some parts of by Chris Lattner · 21 years ago
- f9aace2 Rename variables to work with VC++'s hokey scoping rules. by Chris Lattner · 21 years ago
- cff8ac2 Fix some scary bugs that VC++ detected. by Chris Lattner · 21 years ago
- 6538f42 Make things more const-correct, adjust to changes in DSA interfaces. by Chris Lattner · 21 years ago
- a9548d9 * Make some methods more const correct. by Chris Lattner · 21 years ago
- 7b2a527 added fp extend and removed a forgotten assert in more than 6 arg support (should break somewhere else now :) ) and fix an incorrect asm sequence for indirect calls by Andrew Lenharth · 21 years ago
- b32d785 Silence VC++ warnings about using 'this' in base member initializations. by Jeff Cohen · 21 years ago
- e2752dd This code is really unreachable. by Chris Lattner · 21 years ago
- d7b59d0 Fix warnings. by Chris Lattner · 21 years ago
- 684f229 support for larger calls by Andrew Lenharth · 21 years ago
- bbec41d Improve spelling by Chris Lattner · 21 years ago
- bca8144 Improve conformance with the Misha spelling benchmark suite by Chris Lattner · 21 years ago
- 5c3fa1e Make this work on systems where size_t == unsigned and where they are not by Tanya Lattner · 21 years ago
- 445cdd3 Make this work on systems where size_t is not the same as unsigned. by Tanya Lattner · 21 years ago
- ea622d5 Unbreak the build :( by Chris Lattner · 21 years ago
- 02accae Adjust to ilist changes. by Chris Lattner · 21 years ago
- 9d5d759 adjust to ilist changes. by Chris Lattner · 21 years ago
- 3cf8e68 Adjust to ilist changes. by Chris Lattner · 21 years ago
- 38653f0 Adjust to changes in ilist by Chris Lattner · 21 years ago
- ed4d467 Rename createNode -> createSentinal. by Chris Lattner · 21 years ago
- 5ea56e5 clean up comments by Chris Lattner · 21 years ago
- 4b724b1 This has been deprecated for long enough, nuke it. by Chris Lattner · 21 years ago
- 5ae3571 This file was schizophrenic when it came to representing sizes. In some by Chris Lattner · 21 years ago
- 74a77cd There is no reason to include ostream here, include iosfwd instead. by Chris Lattner · 21 years ago
- 8c2cb42 After reading in a bc file, trim the resultant buffer down to what we by Chris Lattner · 21 years ago
- 52b8752 Finegrainify namespacification by Chris Lattner · 21 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 · 21 years ago
- 3725c12 Due to previous simplifications, we can simplify the data structures being by Chris Lattner · 21 years ago
- ee379a1 Properly handle volatile. by Chris Lattner · 21 years ago
- 4f16bd7 Remove some useless map operations. Loads/stores that are in the same by Chris Lattner · 21 years ago
- 15774df Before doing expensive global analysis, check to make sure the pointer is by Chris Lattner · 21 years ago
- 8b80ecd Fix quotes. by Chris Lattner · 21 years ago
- 2cc2ab9 Unbreak VC++ build by Jeff Cohen · 21 years ago
- e212d62 Minor simplification/speedup. Replaces a set lookup with a pointer comparison. by Chris Lattner · 21 years ago
- e233b8c Eliminate generality that is not buying us anything. In particular, this by Chris Lattner · 21 years ago
- 2652da6 If we see: by Chris Lattner · 21 years ago
- 6cfbd62 Memory used is a delta between memuse at the start of the time and the by Chris Lattner · 21 years ago
- 03aef68 Unbreak VC++ build by Jeff Cohen · 21 years ago
- 1f377fc Make sure that we always grow a multiple of 2 operands. by Chris Lattner · 21 years ago
- 204fcae noteworthy. by Chris Lattner · 21 years ago
- 5551706 Adjust to changes in instruction interfaces. by Chris Lattner · 21 years ago
- 667fdae Switchinst takes a hint for the number of cases it will have. by Chris Lattner · 21 years ago
- 3788059 switchinst ctor now takes a hint for the number of cases that it will have. by Chris Lattner · 21 years ago
- 5598aa0 Adjust Valuehandle to hold its operand directly in it. by Chris Lattner · 21 years ago
- 23ba420 Finegrainify namespacification. by Chris Lattner · 21 years ago
- 3d80f90 add namespace qualifier by Chris Lattner · 21 years ago
- cad28bd Adjust to changes in User class and minor changes in instruction ctors. by Chris Lattner · 21 years ago
- ce1df9e Adjust to slight changes in instruction interfaces. by Chris Lattner · 21 years ago
- 96d83f6 Adjust to changes in User class. by Chris Lattner · 21 years ago
- b12261a Merge InstrTypes.cpp into this file by Chris Lattner · 21 years ago
- e467147 Adjust to changes in User class. Aggregate constants now must explicitly by Chris Lattner · 21 years ago
- 265287f This file is now merged into Instructions.cpp by Chris Lattner · 21 years ago
- 5181ac8 Adjust to changes in the User class. by Chris Lattner · 21 years ago
- ec28570 Adjust to changes in the User class. Introduce a new UnaryInstruction class. by Chris Lattner · 21 years ago
- 519ccaf Adjust to user changes. by Chris Lattner · 21 years ago
- 454928e Many changes to cope with the User.h changes. Instructions now generally by Chris Lattner · 21 years ago
- b8d5b12 Adjust to User.h changes. by Chris Lattner · 21 years ago
- f718e70 Instead of storing operands as std::vector<Use>, just maintain a pointer by Chris Lattner · 21 years ago
- cc1b16f fix ExprMap, partially teach about add long by Andrew Lenharth · 21 years ago
- f4aa335 Fix a nasty thinko in my previous commit. by Chris Lattner · 21 years ago
- 99939d3 Alpha doesn't have a native f32 extload instruction. by Chris Lattner · 21 years ago
- e76ad6d implement legalization of truncates whose results and sources need to be by Chris Lattner · 21 years ago
- e560521 Get alpha working with memset/memcpy/memmove by Chris Lattner · 21 years ago
- f8f5740 Fix some typos in the Makefile.rules. Patch contributed by Vladimer Merzliakov. by Reid Spencer · 21 years ago
- 05dd08f Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd. by Chris Lattner · 21 years ago
- ad5fec1 * add some DEBUG statements * Properly compile this: by Chris Lattner · 21 years ago
- ce04a6d Fix ConstProp/2005-01-28-SetCCGEP.ll: indexing over zero sized elements does by Chris Lattner · 21 years ago
- 2fac727 New testcase. by Chris Lattner · 21 years ago
- 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