- 2d2cec1 Add support to print 4-, 8-, and 16- byte constant literals in special by Evan Cheng · 18 years ago
- c521409 Add support for hidden visibility by Chris Lattner · 18 years ago
- c9094db Allow EmitConstantPool to be redefined by derived classes. by Evan Cheng · 18 years ago
- 9d5b532 For PR801: by Reid Spencer · 18 years ago
- 69fd7a3 Add a new method. by Chris Lattner · 18 years ago
- 89d67fa Add and sort "sections" in debug lines. This always stepping through by Jim Laskey · 18 years ago
- 52b510b Added jump table address relocation. by Evan Cheng · 18 years ago
- 72a8e6f Whoops, missed a couple more C-style casts. by Reid Spencer · 18 years ago
- 54cb985 Use C++ style casts instead of C-style casts to shut up compiler warnings by Reid Spencer · 18 years ago
- 70aa33e Add some out-of-line virtual dtors so that the class has a "home", preventing by Chris Lattner · 18 years ago
- 76f6115 Fix non-64-bit clean code. by Evan Cheng · 18 years ago
- a51139f Fix build on old compilers by Andrew Lenharth · 18 years ago
- ab390d0 Do partial inlining in BU. This resolves more call sites. Also add options to merge in globals during recursion and to back annotate DSNodes when function pointers are resolved. This makes PA work for a whole lot more things (unresolved call sites being what has been killing various DSA based passes) by Andrew Lenharth · 18 years ago
- 6149668 Clean up by Evan Cheng · 18 years ago
- c91dc67 Simplify the targetdata ctor by not passing in a "targetname" which is always by Chris Lattner · 18 years ago
- acbc07a Remove ctor with each piece specifyable (which causes overload ambiguities), by Chris Lattner · 18 years ago
- 73a38a9 move header by Andrew Lenharth · 18 years ago
- 7089f45 1. Revise vector debug support. by Jim Laskey · 18 years ago
- f8a01a9 1. Support standard dwarf format (was bootstrapping in Apple format.) by Jim Laskey · 18 years ago
- 1f2d22a Add some more matcher classes for shifts. by Chris Lattner · 18 years ago
- f4432fa Avoid undesirable behavior when assert is not enabled. by Evan Cheng · 18 years ago
- 8d3af5e Instructions with variable operands (variable_ops) can have a number required by Evan Cheng · 18 years ago
- ed4e566 Change versioning to per debug info descriptor (merged with tag.) by Jim Laskey · 18 years ago
- 014f98c Place dwarf headers at earliest possible point. Well behaved when skipping by Jim Laskey · 18 years ago
- 232c910 Start on my todo list by Andrew Lenharth · 18 years ago
- c2cc15c Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe parts. by Owen Anderson · 18 years ago
- b9b2b30 Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bison (and perhaps others). by Evan Cheng · 18 years ago
- f25c19c Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass assert by Owen Anderson · 18 years ago
- a452932 Update some comments, and expose LCSSAID in preparation for having other passes by Owen Anderson · 18 years ago
- 393830a For PR804: by Reid Spencer · 18 years ago
- dd49dbf New method BasicBlock::getFirstNonPHI. by Vladimir Prus · 18 years ago
- 32f5553 For PR787: by Reid Spencer · 18 years ago
- af303d5 For PR780: by Reid Spencer · 18 years ago
- 3bdac51 Add a virtual dtor to the InlineAsm class so that the principle method of by Chris Lattner · 18 years ago
- 454d85b Previous version of this file wasn't supposed to be committed. This version by Reid Spencer · 18 years ago
- 4f1bd9e For PR780: by Reid Spencer · 18 years ago
- 170da9b For PR780: by Reid Spencer · 18 years ago
- 6df60a9 For PR780: by Reid Spencer · 18 years ago
- fc79016 Move toolrunner out of libsupport into the bugpoint tool by Chris Lattner · 18 years ago
- 001db45 Add PowerPC intrinsics to support dcbz[l] by Chris Lattner · 18 years ago
- 51ab5c8 Add the -Xlinker option to bugpoint which allows an option to be passed by Reid Spencer · 18 years ago
- bddcb94 For PR778: by Reid Spencer · 18 years ago
- 515b5b3 Make it possible to override the standard version printer. Not all tools by Reid Spencer · 18 years ago
- cdb08a3 For PR633: by Reid Spencer · 18 years ago
- caf0ece Some enhancements for gv/graphviz/dot/dotty support and better handling of by Reid Spencer · 18 years ago
- ecbd242 For PR798: Have configure find the "dotty" program and adjust configuration. by Reid Spencer · 18 years ago
- 191b0ba Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.h by Chris Lattner · 18 years ago
- 76c8710 Remove some flags backed out from earlier attempts at getting MING32W by Reid Spencer · 18 years ago
- 080e25d Fix -pedantic warning by Chris Lattner · 18 years ago
- 484fc8e Provide support for detecting if the Win32 imaghlp and psapi libraries by Reid Spencer · 18 years ago
- 79818a4 Favor C++ casts over C casts in C++ code. by Reid Spencer · 18 years ago
- 192913e Change from using a stub function to a stub variable for passing to the by Reid Spencer · 18 years ago
- 6fb568f Fix utostr once and for all, by making there only be one function named by Chris Lattner · 18 years ago
- 9e3264a 4 billion names is enough for anyone. And really fix the build on alpha this time by Andrew Lenharth · 18 years ago
- 37e8bde Fix build breakage on alpha, without causing it on x86. as a bonus, all platforms can invent the same number of unique names now by Andrew Lenharth · 18 years ago
- f48ec61 revert for now by Andrew Lenharth · 18 years ago
- cffba3a make 64-bit safe and fix the build on alpha by Andrew Lenharth · 18 years ago
- 0b2375e Make the getNamedFunction and getNamedGlobal methods be const. They don't by Reid Spencer · 18 years ago
- e2e83c9 Clarify type naming. by Vladimir Prus · 18 years ago
- ef27d89 Improve InstVisitor docs. by Vladimir Prus · 18 years ago
- 461bed2 Provide a simpler interface for getting a ConstantArray from a character by Reid Spencer · 18 years ago
- e167af3 Make doc comment visible in doxygen output. Clarify Type construction. by Vladimir Prus · 18 years ago
- efcaa42 Properly document the second form of ConstArray::get() by Reid Spencer · 18 years ago
- 8949477 Adjust the interface to ConstantArray::get. The previous by Reid Spencer · 18 years ago
- 632cd52 Since there was interest on the mailing list, this is a utility pass that by Andrew Lenharth · 18 years ago
- 3ccc7b4 Replace an old C-style cast with a C++ cast (squelch warning) by Reid Spencer · 18 years ago
- c83769a Fix pastos in comments by Chris Lattner · 18 years ago
- f72716d Implement a new method: CloneAndPruneFunctionInto, as documented. by Chris Lattner · 18 years ago
- b5a554e Add an interface to constant fold and instruction given it's opcode, type by Chris Lattner · 18 years ago
- 3258ed6 Add a new sentry node type, allowing assertions to catch trivial by Chris Lattner · 18 years ago
- 8e7d056 Change RET node to include signness information of the return values. e.g. by Evan Cheng · 18 years ago
- 11f510b Skeletal LCSSA pass. This is currently non-functional. Expect functionality by Owen Anderson · 18 years ago
- 32cdb66 Fix breakage on platforms where string/cassert don't pull in int64_t. by Chris Lattner · 18 years ago
- 9657eac CALL node change: now containing signness of each argument. by Evan Cheng · 18 years ago
- 19b7e0e For PR786: by Reid Spencer · 18 years ago
- d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
- 80235d5 -enable-unsafe-fp-math implies -enable-finite-only-fp-math by Evan Cheng · 18 years ago
- 1fd8a4f Make class comment visible in Doxygen. by Vladimir Prus · 18 years ago
- 95942d7 Added option -enable-finite-only-fp-math. When on, the codegen can assume that by Evan Cheng · 18 years ago
- bcd8a82 Make TargetData strings less redundant. by Owen Anderson · 18 years ago
- 91b1848 Add new calling convention, as documented in LangRef.html by Chris Lattner · 18 years ago
- c773de6 Fix some doxygen usage in these headers. by Reid Spencer · 18 years ago
- 6fe8ff4 Use class tags instead of struct tags. The coding standards specify this by Chris Lattner · 18 years ago
- 21d03f2 lib/Target/Target.td by Evan Cheng · 18 years ago
- 1d8b853 Change Module to use TargetData-compatible strings internally. by Owen Anderson · 18 years ago
- 7e399c1 Another typo. Pointed out by Nate Begeman. by Evan Cheng · 18 years ago
- 5beaacc Fix a mis-leading comment. by Evan Cheng · 18 years ago
- 782e601 Add a CloneModule call that exposes the mapping of values from the old module by Chris Lattner · 18 years ago
- 6c0bfc7 Add a new CALL node. by Chris Lattner · 18 years ago
- 6cacaee There is now a default impl of this method by Chris Lattner · 18 years ago
- dae9cbe Move this code to a common place by Andrew Lenharth · 18 years ago
- c1a8ad7 Add a chain to FORMAL_ARGUMENTS. by Chris Lattner · 18 years ago
- 6413fb7 For PR778: Improve doxygenification of this header file. by Reid Spencer · 18 years ago
- 6460bec Improve comments, patch provided by Vladimir Prus! by Chris Lattner · 18 years ago
- f1925cb Doxygenify the comments, bringing the file level comments down to be attached by Reid Spencer · 18 years ago
- c3bb700 improve comment. by Chris Lattner · 19 years ago
- 59e8de3 Improve documentation on throwing, it is not complete still though. :( by Chris Lattner · 19 years ago
- fd50080 This is a proper fix for the compiler warning. A termination condition is by Chris Lattner · 19 years ago
- ca960c9 Fix an infinite loop bug that Vladimir Prus identified. by Reid Spencer · 19 years ago
- c7365a9 Add a #include <cassert> for situations where Casting.h is used standalone. by Reid Spencer · 19 years ago