- a9d6566 Add new method by Chris Lattner · 21 years ago
- 332f0aa Be more const correct by Chris Lattner · 21 years ago
- fa45c7a Constness changes by Chris Lattner · 21 years ago
- 17fefa3 Substantial revamp: DSGraphs now may contain the graphs for multiple functions by Chris Lattner · 21 years ago
- 1a36443 Add argument by Chris Lattner · 21 years ago
- 0baec25 Remove prototype for dead method by Chris Lattner · 21 years ago
- 62b5c16 Add support for gathering sets of must aliases by Chris Lattner · 21 years ago
- 35de11f Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issues by Chris Lattner · 21 years ago
- 2769e6c Add new 'isComplete' method by Chris Lattner · 21 years ago
- d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 21 years ago
- d7908f6 Nice tasty llc fixes. These should fix LLC for x86 for everything in by Brian Gaeke · 21 years ago
- 9b2a14b Add argument to DAE to allow operation on non-internal functions by Chris Lattner · 21 years ago
- 1ee7855 Add prototype for tail-dup pass by Chris Lattner · 21 years ago
- 680a7c2 Get rid of WORDSIZE macro which can pollute untold numbers of translation units by Chris Lattner · 21 years ago
- 3889a2c Remove a ton of extraneous #includes by Chris Lattner · 21 years ago
- 18345bb Whoops, accidentally lost a #include by Chris Lattner · 21 years ago
- 5bb8776 Remove support for the MultiObject flag, which was just fundamentally broken by Chris Lattner · 21 years ago
- 160cf48 Lots of changes to make the NodeType field private to DSNode. by Chris Lattner · 21 years ago
- 936f771 Update comments by Chris Lattner · 21 years ago
- 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 21 years ago
- 697a00f * Add new CallSite::get factory method by Chris Lattner · 21 years ago
- a599f87 Add new op_erase method by Chris Lattner · 21 years ago
- 57ec659 Make sure accessor is properly doxygenized. It wants two lines by Chris Lattner · 21 years ago
- 95ab3d4 Add accessor by Chris Lattner · 21 years ago
- ad110d2 Make CallSite's default constructable, copyable, and assignable (explicitly) by Chris Lattner · 21 years ago
- a9f6e4a Regularize the names of #include-guards. by Brian Gaeke · 21 years ago
- ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
- 5c91898 Whoops. I didn't mean to step on John's changes. by Brian Gaeke · 21 years ago
- 6d3b7fa This version supports FreeBSD. by Brian Gaeke · 21 years ago
- 1989d34 Add prototype for the new DAE pass by Chris Lattner · 21 years ago
- a277ca8 Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG. by John Criswell · 21 years ago
- be583b9 Included assert.h so that the code compiles under newer versions of GCC. by John Criswell · 21 years ago
- 9271ade Made changes suggested by Chris by Sumant Kowshik · 21 years ago
- a3e5764 Made changes suggested by Chris; Renamed 'union' function to unionSetsWith by Sumant Kowshik · 21 years ago
- 9dad6d7 Add new setCondition member by Chris Lattner · 21 years ago
- b05497e Minor cleanups: by Chris Lattner · 21 years ago
- 4052cf9 Remove use of enum by Chris Lattner · 21 years ago
- 0c0583a There are now no uses of NonCopyableV by Chris Lattner · 21 years ago
- bf0ac3f Add doxygen comment for namespace by Chris Lattner · 21 years ago
- 0519bdc Add comment for doxygen for namespace by Chris Lattner · 21 years ago
- 5b595b9 Minor cleanups: by Chris Lattner · 21 years ago
- 4ade9ed Remove noncopyable base class as it was making the doxygen docs harder to read by Chris Lattner · 21 years ago
- 17035c0 Remove noncopyableV base classes, as they were confusing the doxygen documentation, by Chris Lattner · 21 years ago
- 9452b07 Remove NonCopyable base class to clean up doxygen output by Chris Lattner · 21 years ago
- f2e364a Hack up MachineCodeEmitter to actually be target independent. by Chris Lattner · 21 years ago
- 658c5bc Fixed comment width, changed arg to be const, fixed indentation, removed unnecessary includes. by Tanya Lattner · 21 years ago
- 3fd7bf4 Made a single common InvalidRegNum = -1. by Vikram S. Adve · 21 years ago
- 2263df0 Renamed a variable. by Vikram S. Adve · 21 years ago
- 9f495b5 Support for annul/pred and other future flags on op codes. by Vikram S. Adve · 21 years ago
- f3d3ca1 Added MachineCodeForInstruction object as an argument to by Vikram S. Adve · 21 years ago
- da3a8b1 Added saveBBreferences() for BasicBlock resolution. by Misha Brukman · 21 years ago
- 7cf322f Sorry, correcting small typo. by Tanya Lattner · 21 years ago
- 2c49fc0 Added support for cloning a trace. by Tanya Lattner · 21 years ago
- 87a991e Implementation of Equivalence Classes by Sumant Kowshik · 21 years ago
- 5e587d7 Changes to support function pointers by Sumant Kowshik · 21 years ago
- f0afa50 Don't require the user to do something like isa<foo>(II->get()). The ->get by Chris Lattner · 21 years ago
- 1ff1da7 dyn_cast_or_null should work just the same as dyn_cast does by Chris Lattner · 21 years ago
- aa101c3 Doxygenify comments by Chris Lattner · 21 years ago
- e5841da Fixed misspelling and broke a line that was wrapping. by Misha Brukman · 21 years ago
- 6b5e054 Defines a pass-through debugging emitter -- it writes to a file for inspection by Misha Brukman · 21 years ago
- 504905f Allow allocation of a Sparc TargetMachine. by Misha Brukman · 21 years ago
- a161f0c Expose proto for SRoA pass. by Chris Lattner · 21 years ago
- bfebd79 (1) Added special register class containing (for now) %fsr. by Vikram S. Adve · 21 years ago
- a22eace Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly() by Vikram S. Adve · 21 years ago
- 28fc440 Make case of GetNumOfInt/FloatArgRegs functions to be use lower case by Vikram S. Adve · 21 years ago
- 12745c5 Reword to remove reference to how things worked in the past. by Misha Brukman · 21 years ago
- 00b05bd7 NOP instructions are pseudo-instructions. We should not have them explicitly in by Misha Brukman · 21 years ago
- 6cc89aa Remove some cruft, add some methods to allow implementation of bugfix for by Chris Lattner · 21 years ago
- baf850a Minor rewording/cleanups by Chris Lattner · 21 years ago
- 7594b29 Remove long dead code by Chris Lattner · 21 years ago
- b3b729b Add support for a new "CommaSeparated" modifier by Chris Lattner · 21 years ago
- 67d8e1a New method by Chris Lattner · 21 years ago
- 82c89b9 Hopefully, the final fix for `[Pp]ropogate'. by Misha Brukman · 21 years ago
- f117cc9 s/convertable/convertible/g by Misha Brukman · 21 years ago
- d5bd008 The plural of `Pass' is Passes, not Pass's. by Misha Brukman · 21 years ago
- c436b37 Add support for setjmp/longjmp primitives Patch checked in for Bill Wendling :) by Chris Lattner · 21 years ago
- 17aefb1 Add some methods to make type safety a bit easier by Chris Lattner · 22 years ago
- bc4a15f Beef up interface, move getVarInfo out-of-line. by Chris Lattner · 22 years ago
- 9c34136 Expand API for updating live var info. by Chris Lattner · 22 years ago
- 56adf15 Make sure that globals are emitted AFTER the passmanager is set up for the JIT, by Chris Lattner · 22 years ago
- b450b20 Fixed comment. by Joel Stanley · 22 years ago
- fbe3ecd Update out of date comment by Chris Lattner · 22 years ago
- 806cebc Updates to match recent timer updates by Chris Lattner · 22 years ago
- 70bca51 Add new method to check to see if a global is available by Chris Lattner · 22 years ago
- e0e7217 Allow const functions by Chris Lattner · 22 years ago
- eccf8d0 Fix bug in last checkin by Chris Lattner · 22 years ago
- 1f25d88 Add new methods for stub generation by Chris Lattner · 22 years ago
- f88b9a6 Add a pointersize/endianness safe load routine to match the store routine by Chris Lattner · 22 years ago
- 4804824 Initial support for intrinsic functions by Chris Lattner · 22 years ago
- eea3543 Initial checkin for LLVM intrinsic functions by Chris Lattner · 22 years ago
- 97b315a Add support for the new VarArgInst instruction, reindent some stuff by Chris Lattner · 22 years ago
- fb892e5 Add new VarArgInst class for the va_arg instruction by Chris Lattner · 22 years ago
- 8a88563 Add comments, add a vector to keep track of which registers are allocatable by Chris Lattner · 22 years ago
- 6a4e634 Fix memory corruption problem by Chris Lattner · 22 years ago
- 1d06fbe It's 'separate'. The 'i.e.' is kinda nit-picking, but think of it this way: by Misha Brukman · 22 years ago
- 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 22 years ago
- 6ad5a31 Revert last checkin. Note that PHI nodes can use basic blocks also! by Chris Lattner · 22 years ago
- 90117cb Remove long-dead obsolete cruft by Chris Lattner · 22 years ago
- 322bc2b Fix method name type-o by Chris Lattner · 22 years ago
- eca8e8f *** Huge: Make constantexprs be handled correctly, conservatively by Chris Lattner · 22 years ago