- 778fab2 Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h". by Brian Gaeke · 21 years ago
- 17634f7 Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 21 years ago
- e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 21 years ago
- cf00c4a Fix spelling. by Misha Brukman · 21 years ago
- 6b63452 Fix spelling/grammar. by Misha Brukman · 21 years ago
- 4afac18 * Tabs to spaces by Misha Brukman · 21 years ago
- d5d96b9 Fix spelling. by Misha Brukman · 21 years ago
- aa41c3c * Doxygenified comments by Misha Brukman · 21 years ago
- 235b200 Never set any signal handlers. Never call setjmp(), longjmp() or strsignal(). by Brian Gaeke · 21 years ago
- 58a6faa Rewrite head-of-file comment. by Brian Gaeke · 21 years ago
- 322cdb2 Change to use GetAddressOfSymbol instead of dlsym. by Brian Gaeke · 21 years ago
- 56d8616 Change to use LinkDynamicObject instead of dlopen. by Brian Gaeke · 21 years ago
- 2d6a236 Change to use strtoul instead of strtoll. by Brian Gaeke · 21 years ago
- 9c9c90d Fixing the spelling of this filename. by Misha Brukman · 21 years ago
- f212e47 Add my abstracted dynamic linker support files. by Brian Gaeke · 21 years ago
- bd2531f Reserve space for PHI operands by Chris Lattner · 21 years ago
- 39cacce Ok, the "fix" for this is to do a real associative container. Symbol tables by Chris Lattner · 21 years ago
- f797cab Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage by Chris Lattner · 21 years ago
- 0f3bc5e Add better checking by Chris Lattner · 21 years ago
- 97330cf Another 10% performance improvement by not using replaceAllUsesWith by Chris Lattner · 21 years ago
- 4c52392 Reserve space for PHI nodes when we read them in. This provides a VERY by Chris Lattner · 21 years ago
- 35d2ca6 Use the version of getValue that takes the type plane instead of the type by Chris Lattner · 21 years ago
- 6fcf503 Pass a vector around to reduce dynamic allocation by Chris Lattner · 21 years ago
- c9456ca Change getConstantValue to throw an exception on error, not return null by Chris Lattner · 21 years ago
- ae19bf7 Do not read past the end of the contained type list by Chris Lattner · 21 years ago
- 9073613 Remove potentially N^2 algorithm from symbol table reader. No speedup by Chris Lattner · 21 years ago
- 927b185 Major refactoring of the bytecode reader. This includes the following by Chris Lattner · 21 years ago
- 3483f54 Significantly clean up parsing of instructions. This exceptionizes and by Chris Lattner · 21 years ago
- bf43ac6 Eliminate the instruction placeholder. Simplify a bunch of code. by Chris Lattner · 21 years ago
- 8eb10ce Eliminate the old LateResolveValues data structure, replacing it with a by Chris Lattner · 21 years ago
- 13eb871 Remove a dead method by Chris Lattner · 21 years ago
- 4ee8ef2 This patch substantially simplifies and cleans up handling of basic blocks by Chris Lattner · 21 years ago
- 6e44802 Inline the postResolveValues method. It was poorly named anyway by Chris Lattner · 21 years ago
- 36392bc Various cleanups and simplifications. This speeds up reading a bytecode file by Chris Lattner · 21 years ago
- 7f58de2 Destroy allocated resources on exception. by Misha Brukman · 21 years ago
- 608e75c Make more error messages have gccld's name in them. by Brian Gaeke · 21 years ago
- 929c6fb Update comment by Chris Lattner · 21 years ago
- 16b18fd Use a set to keep track of which edges have been noticed as executable already by Chris Lattner · 21 years ago
- 3d405b0 Minor fixes here and there by Chris Lattner · 21 years ago
- 7d275f4 Avoid building data structures we don't really need. This improves the runtime by Chris Lattner · 21 years ago
- 73ff512 Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs by Alkis Evlogimenos · 21 years ago
- d558dc3 whoops, don't accidentally lose variable names by Chris Lattner · 21 years ago
- 6c266db Fix bug: InstCombine/cast.ll:test11 / PR#7 by Chris Lattner · 21 years ago
- a44d8a2 Refactor code a bit by Chris Lattner · 21 years ago
- 9eacf8a Add a sanity check for constant expression casts by Chris Lattner · 21 years ago
- da78b00 Fix bugzilla bug #5 by Chris Lattner · 21 years ago
- ebbc1a5 Bill contributed this major rewrite of the -lowerswitch pass to make it generate by Chris Lattner · 21 years ago
- 6061000 Fix bug in previous checkin by Chris Lattner · 21 years ago
- 011efae Actually _PASS IN_ NO_RESERVE if we have it. by Chris Lattner · 21 years ago
- 6873450 ToolRunner.h has been moved from include/Support to include/llvm/Support. by Misha Brukman · 21 years ago
- 4e84e77 Users can never be null by Chris Lattner · 21 years ago
- 4bb7c02 Minor speedups for the instcombine pass by Chris Lattner · 21 years ago
- 884d6c4 Speed up the predicate used to decide when to inline by caching the size by Chris Lattner · 21 years ago
- 2c9b913 Add # of printed instructions statistic to both the SPARC and X86 LLC backends. by Brian Gaeke · 21 years ago
- 5f92e2b Avoid doing pointless work. Amazingly, this makes us go faster. by Chris Lattner · 21 years ago
- d5a310e Implement the NamedRegionTimer class by Chris Lattner · 21 years ago
- 378b524 All of our supported operating systems (so far) and FreeBSD technically by Brian Gaeke · 21 years ago
- 69091be This changes the PromoteMemToReg function to create "pruned" SSA form, not by Chris Lattner · 21 years ago
- 43f820d Change the interface to PromoteMemToReg to also take a DominatorTree by Chris Lattner · 21 years ago
- 24011be Speed up the mem2reg transform for allocas which are only read/written in a single by Chris Lattner · 21 years ago
- f708c79 Move support/lib/Support back to lib/Support by Chris Lattner · 21 years ago
- d324e25 Add support for the Invoke instruction by using the LowerInvoke pass by Chris Lattner · 21 years ago
- c58c169 Instead of hacking in custom support for Invoke/Unwind, use the LowerInvoke pass by Chris Lattner · 21 years ago
- 86e4445 Initial checkin of the LLVM->LLVM transform to support code generators which by Chris Lattner · 21 years ago
- b55803a simplify-cfg is really a function pass by Chris Lattner · 21 years ago
- bede31f Be more careful handling PHI nodes, which might be of potentially high degree. by Chris Lattner · 21 years ago
- 92e4975 The first PHI node may be null, scan for the first non-null one by Chris Lattner · 21 years ago
- 3c881cb The VersionNumbers vector is only used during PHI placement. Turn it into an argument, allowing us to get rid of the vector. by Chris Lattner · 21 years ago
- afa060e * Update file header comment by Chris Lattner · 21 years ago
- 521c16a Simplify the loop a bit by Chris Lattner · 21 years ago
- 92581c2 There is no need for separate WriteSets and PhiNodeBlocks lists. It is just a by Chris Lattner · 21 years ago
- 036f1e7 The PhiNodes 2D vector is only used during PHI node placement. It doesn't by Chris Lattner · 21 years ago
- 9e38fbf * Document instance vars better by Chris Lattner · 21 years ago
- 9157f04 Two small cleanups/speedups: by Chris Lattner · 21 years ago
- 0fa1571 * Minor cleanups by Chris Lattner · 21 years ago
- dd76aca A couple of minor code cleanups. by Chris Lattner · 21 years ago
- ed468e37 Type tables are now AbstractTypeUsers. This allows them to merge together by Chris Lattner · 21 years ago
- 00413e3 Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, by Chris Lattner · 21 years ago
- 9e460f2 Transform two methods to return pointers directly instead of returning them by Chris Lattner · 21 years ago
- 51ca860 Use V for values, not D. by Chris Lattner · 21 years ago
- a983359 Do not leak the ModuleProvider if releaseModule() throws. by Chris Lattner · 21 years ago
- 70b06fc Minor random speedup: make Constant::getNullValue only call ConstantFOO::get by Chris Lattner · 21 years ago
- 23c3288 Explicit copy ctors are no longer needed by Chris Lattner · 21 years ago
- af6f93c Minor cleanups by Chris Lattner · 21 years ago
- 7685ac8 This checkin basically amounts to a complete rewrite of the type-resolution by Chris Lattner · 21 years ago
- 9ad4dac These methods are dead, remove them. Because the bodies will soon be by Chris Lattner · 21 years ago
- 8ef852f Dramatically simplify DerivedType::refineAbstractTypeToInternal by Chris Lattner · 21 years ago
- 1c5164e Make the PATypeHolder use a simple union-find implementation to handle by Chris Lattner · 21 years ago
- c7b6f03 There is no need for BytecodeParser to be an AbstractTypeUser. Instead, it by Chris Lattner · 21 years ago
- 3200219 There is no reason for Value to be an AbstractTypeUser. This just makes things by Chris Lattner · 21 years ago
- 876dc57 The objects mapped are really PATypeHolders, not PATypeHandles by Chris Lattner · 21 years ago
- 7237ece Moved enum and command-line option in separate file. Also added function that returns the user selected register allocator to the caller. by Alkis Evlogimenos · 21 years ago
- 6b03205 Implement InstCombine/add.ll:test17 & 18 by Chris Lattner · 21 years ago
- eed462b Change llc command line for register allocators by Alkis Evlogimenos · 21 years ago
- b5c1af4 Use std::string::size_type for for ColonPos to stop gcc from giving a warning by Alkis Evlogimenos · 21 years ago
- 77e78d0 Revert previous change. For some reason this went into the main branch by Alkis Evlogimenos · 21 years ago
- 6ac2c8c Added command line option for linear scan allocator by Alkis Evlogimenos · 21 years ago
- 99b2d3d The comment seems irrelevant as the pass has become a BasicBlock pass. by Misha Brukman · 21 years ago
- 56d2251 Make sure to get the definition of getRegisterAllocator by Chris Lattner · 21 years ago
- 9cd3fe9 RegisterAllocation.h is going away by Chris Lattner · 21 years ago