- d2b40b7 Fix typos. Regularize include guard. by Brian Gaeke · 21 years ago
- 1abc87e New bugs fixed by Chris Lattner · 21 years ago
- e6b72a2 Testcase for PR202 by Chris Lattner · 21 years ago
- 329c1c6 Improve encapsulation in the Loop and LoopInfo classes by eliminating the by Chris Lattner · 21 years ago
- f789d40 explain the jump for llvm-db by Chris Lattner · 21 years ago
- 7d629b5 Add a separate list of fixed intervals. This improves the running time by Alkis Evlogimenos · 21 years ago
- 1283d86 Minor cleanups. by Alkis Evlogimenos · 21 years ago
- 75ca6a3 Remove declared but undefined method. by Alkis Evlogimenos · 21 years ago
- 2e142f5 Change perl interpreter path to the standard /usr/bin/perl. by Alkis Evlogimenos · 21 years ago
- 80b378c Change implementation of LiveIntervals::overlap(). This results in a by Alkis Evlogimenos · 21 years ago
- f6608dd Ugh, fix some copy and pasted code that somehow never got compiled or something by Chris Lattner · 21 years ago
- d2c39e9 Pass std::string to constructor as const reference to avoid multiple copies. by Alkis Evlogimenos · 21 years ago
- 019314c restore comments to this file by Chris Lattner · 21 years ago
- e1567ae * Implement set/show args by Chris Lattner · 21 years ago
- 8b1125f implement the "null command" which repeats the last command by Chris Lattner · 21 years ago
- 90ab32f Add support for new intrinsic by Chris Lattner · 21 years ago
- b4ebc04 add new intrinsic by Chris Lattner · 21 years ago
- cdf31c6 add new method by Chris Lattner · 21 years ago
- 8ff7590 Add links to SLD from the LangRef.html doc by Chris Lattner · 21 years ago
- c2376a0 Fix some typos and copy-and-paste-os in comments, and doxygenify. by Brian Gaeke · 21 years ago
- 63caedf Remove simple coalescing. by Alkis Evlogimenos · 21 years ago
- d508776 /me slaps head by Chris Lattner · 21 years ago
- 60a5758 /me slaps forehead by Chris Lattner · 21 years ago
- 8c24036 fix warning by Chris Lattner · 21 years ago
- 77b1330 Add VMCore and code generator support for debugging intrinsics. By default by Chris Lattner · 21 years ago
- 6ac1875 Add some intrinsics by Chris Lattner · 21 years ago
- 94276b6 An example testcase for use in the debugger. Currently you can do stuff like by Chris Lattner · 21 years ago
- 6d47bae Add new directory by Chris Lattner · 21 years ago
- 7af5c12 Initial checkin of the LLVM Source-Level Debugger. This is incomplete, but by Chris Lattner · 21 years ago
- 6dddfff Add new dir by Chris Lattner · 21 years ago
- 2eacf26 Initial checkin of the LLVM source-level debugger. This is still not finished, by Chris Lattner · 21 years ago
- 4575dcb Initial implementation of some source-level debugging stuff by Chris Lattner · 21 years ago
- bdfb339 First version of this document. It is still missing some pretty big pieces, and by Chris Lattner · 21 years ago
- 271bd2d Currently we cannot handle two-address instructions of the form: by Alkis Evlogimenos · 21 years ago
- 50c047d Update description. by Alkis Evlogimenos · 21 years ago
- a29b94d Regression test for initializers with members of unknown size. by John Criswell · 21 years ago
- 2657aec Not all platforms supports sighandler_t, so I changed it to use the older by John Criswell · 21 years ago
- 55d8648 Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently by Chris Lattner · 21 years ago
- c8a07d7 Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently by Chris Lattner · 21 years ago
- 9e26027 * Add a new helper progress method by Chris Lattner · 21 years ago
- 6083782 Add some comments, add new getGlobalVariable method by Chris Lattner · 21 years ago
- 3f80453 Add some comments, add a new getGlobalVariable method by Chris Lattner · 21 years ago
- 0a5f033 Add missing #include by Chris Lattner · 21 years ago
- 6d28a26 * Make Module::getTypeName const by Chris Lattner · 21 years ago
- 69284b0 Make the lookup method const. by Chris Lattner · 21 years ago
- b0fa659 Add a bunch of fine tunings that Reid contributed. Thanks Reid! by Chris Lattner · 21 years ago
- 7a312bc add new function by Chris Lattner · 21 years ago
- 81a085a Add new function by Chris Lattner · 21 years ago
- cf90277 clarify comments by Chris Lattner · 21 years ago
- a2e9363 New class, useful for command-line interactive programs. by Chris Lattner · 21 years ago
- a7e2321 doxygenify by Chris Lattner · 21 years ago
- 579155e testcase for PR198 by Chris Lattner · 21 years ago
- 3b41e0e Fix PR198 by Chris Lattner · 21 years ago
- 4b1be10 Add comments by Chris Lattner · 21 years ago
- c7d3f6b Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn't by Chris Lattner · 21 years ago
- 35fce0b Updated from files in llvm/autoconf. This was done immediently following by John Criswell · 21 years ago
- c91c871 Moved aclocal.m4 to acinclude.m4. To re-generate the configure script, by John Criswell · 21 years ago
- f63aeec remove some useless #includes by Chris Lattner · 21 years ago
- c4ee274 Remove some pointless #includes by Chris Lattner · 21 years ago
- b74f4d0 Use getFileSize() instead of sys/stat.h directly by Chris Lattner · 21 years ago
- 97f752f Use new getFileSize function. Eliminate some using directives. Reorder #includes a bit by Chris Lattner · 21 years ago
- b70abe1 Use new getFileSize function instead of sys/stat.h directly. by Chris Lattner · 21 years ago
- 316cb08 Add new method by Chris Lattner · 21 years ago
- 9c4c66e Add new function by Chris Lattner · 21 years ago
- 74295c0 Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt just by Chris Lattner · 21 years ago
- 9899ae3 Further revisions of the FDHandle idea. In this version we use ownership by Chris Lattner · 21 years ago
- 6dea527 Add a new class useful for providing fully materialized modules to ExecutionEngine's by Chris Lattner · 21 years ago
- b1f5cfe Allow C++ programs to end in .cc. This allows C++ test programs in the by John Criswell · 21 years ago
- 9b448b7 Add trivial exception specs to produce better code since the methods cannot by Chris Lattner · 21 years ago
- 2d6481c Factor FDHandle out of the bytecode reader into the FileUtilities.h support by Chris Lattner · 21 years ago
- 872ccce implement new getToken function by Chris Lattner · 21 years ago
- 9fc8a3e add new function by Chris Lattner · 21 years ago
- 590c6cf What do you know, we actually do accomplish some things around here :) by Chris Lattner · 21 years ago
- f70e0c2 Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering by Chris Lattner · 21 years ago
- 27490a6 Reserve ECX and EDI instead of EBX and EDI. Since EBX is a callee by Alkis Evlogimenos · 21 years ago
- 26bfc08 Add coalescing to register allocator. A hint is added to each interval by Alkis Evlogimenos · 21 years ago
- 5e30002 Add TargetInstrInfo::isMoveInstr() to support coalescing in register allocation. by Alkis Evlogimenos · 21 years ago
- aed386e Whoops, don't try to lower non intrinsic calls by Chris Lattner · 21 years ago
- 6fb6ce3 Pass extra arguments around n stuph by Chris Lattner · 21 years ago
- cd824d7 We may now pass IntrinsicLowering implementations into these methods by Chris Lattner · 21 years ago
- 4482715 implement support for the intrinsic lowering functionality by Chris Lattner · 21 years ago
- 37b1826 Eliminate some code that is not needed now that we have the intrinsic lowering pass by Chris Lattner · 21 years ago
- 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 21 years ago
- f8742b3 Use the intrinsic lowering functionality by Chris Lattner · 21 years ago
- 09c692b add argument by Chris Lattner · 21 years ago
- 624affb ABC's must have virtual dtors! Shame on me! by Chris Lattner · 21 years ago
- 42450d8 Move into the VMCore library by Chris Lattner · 21 years ago
- 8a1931a Move header into top-level llvm dir by Chris Lattner · 21 years ago
- 3b66ecb Implement the default implementation of the intrinsic lowering class by Chris Lattner · 21 years ago
- 3f52c15 Add new interface that allows removal of some code from the code generators, by Chris Lattner · 21 years ago
- aa4c91f finegrainify namespacification minor cleanups by Chris Lattner · 21 years ago
- 0898c78 Merging constants can cause further room for improvement. Iterate until by Chris Lattner · 21 years ago
- 6cdc42b Add a note by Chris Lattner · 21 years ago
- 87f0310 Factor code out of LLI by Chris Lattner · 21 years ago
- e5dbbf2 New method by Chris Lattner · 21 years ago
- 269a428 Factor out code to ExecutionEngine by Chris Lattner · 21 years ago
- 3ef3dd3 Simplify code by Chris Lattner · 21 years ago
- ddceeb7 minor cleanups by Chris Lattner · 21 years ago
- efec966 * eliminate the -f argument to lli, as it was silly and never useful anyway by Chris Lattner · 21 years ago
- ff0f1bb No longer run atExit functions from run() by Chris Lattner · 21 years ago