- a14b0d4 Check in two changes: by Chris Lattner · 22 years ago
- 91d7efb Hrm, another minor cleanup, which I missed before by Chris Lattner · 22 years ago
- 9a08179 Minor cleanup by Chris Lattner · 22 years ago
- 2cacc0a3 Update obsolete comments by Chris Lattner · 22 years ago
- 737d3cd Do not bother to emit a BytecodeBlock for an empty symbol table. This commonly by Chris Lattner · 22 years ago
- ae7fc3a Remove use of llvm/CodeGen/InstrSelection.h by Chris Lattner · 22 years ago
- e275fe8 Remove standard C header wrappers by Chris Lattner · 22 years ago
- 74b1f45 Remove config wrapper around <cerrno> by Chris Lattner · 22 years ago
- c9d2d08 Remove standard C file wrapper by Chris Lattner · 22 years ago
- f3c212a Remove wrapper for standard C file, use <cstdlib> instead by Chris Lattner · 22 years ago
- 335eb9d Remove wrappers around std c files by Chris Lattner · 22 years ago
- 9d51de1 Dead file, use <cstring> instead of this. by Chris Lattner · 22 years ago
- 32abce6 Err, we don't need Config/*.h files for things that are standard C++ by Chris Lattner · 22 years ago
- 1499934 minor comment tweaks by Chris Lattner · 22 years ago
- 8165313 remove obsolete file by Chris Lattner · 22 years ago
- 3446ae8 * finegrainify namespacification of ArchiveReader.cpp by Chris Lattner · 22 years ago
- 4443019 Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This is by Chris Lattner · 22 years ago
- 44f549b Finegrainify namespacification by Chris Lattner · 22 years ago
- be39e43 Fix annoying warnings. W doesn't have a revision number by Chris Lattner · 22 years ago
- b3da2fd Live var is now in lib/Target/Sparc by Chris Lattner · 22 years ago
- 12023d6 Move sparc-specific code into lib/Target/Sparc by Chris Lattner · 22 years ago
- 9982e21 Move sparc-specific livevar code into lib/Target/Sparc by Chris Lattner · 22 years ago
- 1d415a9 Fix more incestuous #includage. by Chris Lattner · 22 years ago
- d5da197 Finegrainify namespacification. by Chris Lattner · 22 years ago
- 2abcf52 Move InstrSelection into lib/Target/Sparc, as it's sparc specific by Chris Lattner · 22 years ago
- 46de01e Move InstrSelection into lib/Target/Sparc, as it's sparc specific. This by Chris Lattner · 22 years ago
- 75e2609 Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific by Chris Lattner · 22 years ago
- f7703df Finegrainify namespacification by Chris Lattner · 22 years ago
- 21949d9 Remove dependence on structure index type. s/MT/FT by Chris Lattner · 22 years ago
- d745602 Finegrainify namespacification by Chris Lattner · 22 years ago
- 559d519 Finegrainify namespacification add flags for PR82 by Chris Lattner · 22 years ago
- f173842 Remove an obsolete method, including its _long_ out of date comment. by Chris Lattner · 22 years ago
- 63a917b Inching towards fixing PR82 by Chris Lattner · 22 years ago
- 258b537 Inching our way towards fixing PR82 by Chris Lattner · 22 years ago
- a25b355 Remove yet another obsolete comment :) by Chris Lattner · 22 years ago
- 33310b4 Fix typos. Rewrite head-of-file comment. by Brian Gaeke · 22 years ago
- d2b40b7 Fix typos. Regularize include guard. by Brian Gaeke · 22 years ago
- 1abc87e New bugs fixed by Chris Lattner · 22 years ago
- e6b72a2 Testcase for PR202 by Chris Lattner · 22 years ago
- 329c1c6 Improve encapsulation in the Loop and LoopInfo classes by eliminating the by Chris Lattner · 22 years ago
- f789d40 explain the jump for llvm-db by Chris Lattner · 22 years ago
- 7d629b5 Add a separate list of fixed intervals. This improves the running time by Alkis Evlogimenos · 22 years ago
- 1283d86 Minor cleanups. by Alkis Evlogimenos · 22 years ago
- 75ca6a3 Remove declared but undefined method. by Alkis Evlogimenos · 22 years ago
- 2e142f5 Change perl interpreter path to the standard /usr/bin/perl. by Alkis Evlogimenos · 22 years ago
- 80b378c Change implementation of LiveIntervals::overlap(). This results in a by Alkis Evlogimenos · 22 years ago
- f6608dd Ugh, fix some copy and pasted code that somehow never got compiled or something by Chris Lattner · 22 years ago
- d2c39e9 Pass std::string to constructor as const reference to avoid multiple copies. by Alkis Evlogimenos · 22 years ago
- 019314c restore comments to this file by Chris Lattner · 22 years ago
- e1567ae * Implement set/show args by Chris Lattner · 22 years ago
- 8b1125f implement the "null command" which repeats the last command by Chris Lattner · 22 years ago
- 90ab32f Add support for new intrinsic by Chris Lattner · 22 years ago
- b4ebc04 add new intrinsic by Chris Lattner · 22 years ago
- cdf31c6 add new method by Chris Lattner · 22 years ago
- 8ff7590 Add links to SLD from the LangRef.html doc by Chris Lattner · 22 years ago
- c2376a0 Fix some typos and copy-and-paste-os in comments, and doxygenify. by Brian Gaeke · 22 years ago
- 63caedf Remove simple coalescing. by Alkis Evlogimenos · 22 years ago
- d508776 /me slaps head by Chris Lattner · 22 years ago
- 60a5758 /me slaps forehead by Chris Lattner · 22 years ago
- 8c24036 fix warning by Chris Lattner · 22 years ago
- 77b1330 Add VMCore and code generator support for debugging intrinsics. By default by Chris Lattner · 22 years ago
- 6ac1875 Add some intrinsics by Chris Lattner · 22 years ago
- 94276b6 An example testcase for use in the debugger. Currently you can do stuff like by Chris Lattner · 22 years ago
- 6d47bae Add new directory by Chris Lattner · 22 years ago
- 7af5c12 Initial checkin of the LLVM Source-Level Debugger. This is incomplete, but by Chris Lattner · 22 years ago
- 6dddfff Add new dir by Chris Lattner · 22 years ago
- 2eacf26 Initial checkin of the LLVM source-level debugger. This is still not finished, by Chris Lattner · 22 years ago
- 4575dcb Initial implementation of some source-level debugging stuff by Chris Lattner · 22 years ago
- bdfb339 First version of this document. It is still missing some pretty big pieces, and by Chris Lattner · 22 years ago
- 271bd2d Currently we cannot handle two-address instructions of the form: by Alkis Evlogimenos · 22 years ago
- 50c047d Update description. by Alkis Evlogimenos · 22 years ago
- a29b94d Regression test for initializers with members of unknown size. by John Criswell · 22 years ago
- 2657aec Not all platforms supports sighandler_t, so I changed it to use the older by John Criswell · 22 years ago
- 55d8648 Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently by Chris Lattner · 22 years ago
- c8a07d7 Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently by Chris Lattner · 22 years ago
- 9e26027 * Add a new helper progress method by Chris Lattner · 22 years ago
- 6083782 Add some comments, add new getGlobalVariable method by Chris Lattner · 22 years ago
- 3f80453 Add some comments, add a new getGlobalVariable method by Chris Lattner · 22 years ago
- 0a5f033 Add missing #include by Chris Lattner · 22 years ago
- 6d28a26 * Make Module::getTypeName const by Chris Lattner · 22 years ago
- 69284b0 Make the lookup method const. by Chris Lattner · 22 years ago
- b0fa659 Add a bunch of fine tunings that Reid contributed. Thanks Reid! by Chris Lattner · 22 years ago
- 7a312bc add new function by Chris Lattner · 22 years ago
- 81a085a Add new function by Chris Lattner · 22 years ago
- cf90277 clarify comments by Chris Lattner · 22 years ago
- a2e9363 New class, useful for command-line interactive programs. by Chris Lattner · 22 years ago
- a7e2321 doxygenify by Chris Lattner · 22 years ago
- 579155e testcase for PR198 by Chris Lattner · 22 years ago
- 3b41e0e Fix PR198 by Chris Lattner · 22 years ago
- 4b1be10 Add comments by Chris Lattner · 22 years ago
- c7d3f6b Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn't by Chris Lattner · 22 years ago
- 35fce0b Updated from files in llvm/autoconf. This was done immediently following by John Criswell · 22 years ago
- c91c871 Moved aclocal.m4 to acinclude.m4. To re-generate the configure script, by John Criswell · 22 years ago
- f63aeec remove some useless #includes by Chris Lattner · 22 years ago
- c4ee274 Remove some pointless #includes by Chris Lattner · 22 years ago
- b74f4d0 Use getFileSize() instead of sys/stat.h directly by Chris Lattner · 22 years ago
- 97f752f Use new getFileSize function. Eliminate some using directives. Reorder #includes a bit by Chris Lattner · 22 years ago
- b70abe1 Use new getFileSize function instead of sys/stat.h directly. by Chris Lattner · 22 years ago
- 316cb08 Add new method by Chris Lattner · 22 years ago
- 9c4c66e Add new function by Chris Lattner · 22 years ago