aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update description.Alkis Evlogimenos2004-01-041-5/+10
* Regression test for initializers with members of unknown size.John Criswell2004-01-011-0/+12
* Not all platforms supports sighandler_t, so I changed it to use the olderJohn Criswell2004-01-011-1/+1
* Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficientlyChris Lattner2003-12-311-5/+21
* Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficientlyChris Lattner2003-12-311-6/+25
* * Add a new helper progress methodChris Lattner2003-12-313-4/+31
* Add some comments, add new getGlobalVariable methodChris Lattner2003-12-311-1/+43
* Add some comments, add a new getGlobalVariable methodChris Lattner2003-12-311-4/+28
* Add missing #includeChris Lattner2003-12-311-0/+1
* * Make Module::getTypeName constChris Lattner2003-12-312-17/+28
* Make the lookup method const.Chris Lattner2003-12-312-4/+4
* Add a bunch of fine tunings that Reid contributed. Thanks Reid!Chris Lattner2003-12-316-10/+137
* add new functionChris Lattner2003-12-312-0/+12
* Add new functionChris Lattner2003-12-311-0/+13
* clarify commentsChris Lattner2003-12-312-20/+18
* New class, useful for command-line interactive programs.Chris Lattner2003-12-313-0/+206
* doxygenifyChris Lattner2003-12-312-8/+8
* testcase for PR198Chris Lattner2003-12-311-0/+5
* Fix PR198Chris Lattner2003-12-311-8/+11
* Add commentsChris Lattner2003-12-311-2/+5
* Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn'tChris Lattner2003-12-311-15/+20
* Updated from files in llvm/autoconf. This was done immediently followingJohn Criswell2003-12-301-38/+26
* Moved aclocal.m4 to acinclude.m4. To re-generate the configure script,John Criswell2003-12-301-0/+0
* remove some useless #includesChris Lattner2003-12-301-9/+0
* Remove some pointless #includesChris Lattner2003-12-301-6/+1
* Use getFileSize() instead of sys/stat.h directlyChris Lattner2003-12-301-9/+2
* Use new getFileSize function. Eliminate some using directives. Reorder #inc...Chris Lattner2003-12-301-27/+20
* Use new getFileSize function instead of sys/stat.h directly.Chris Lattner2003-12-304-28/+19
* Add new methodChris Lattner2003-12-301-0/+10
* Add new functionChris Lattner2003-12-302-56/+26
* Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt justChris Lattner2003-12-301-0/+7
* Further revisions of the FDHandle idea. In this version we use ownershipChris Lattner2003-12-303-18/+44
* Add a new class useful for providing fully materialized modules to ExecutionE...Chris Lattner2003-12-301-0/+12
* Allow C++ programs to end in .cc. This allows C++ test programs in theJohn Criswell2003-12-291-1/+2
* Add trivial exception specs to produce better code since the methods cannotChris Lattner2003-12-293-9/+9
* Factor FDHandle out of the bytecode reader into the FileUtilities.h supportChris Lattner2003-12-294-16/+69
* implement new getToken functionChris Lattner2003-12-291-0/+43
* add new functionChris Lattner2003-12-292-0/+20
* What do you know, we actually do accomplish some things around here :)Chris Lattner2003-12-281-11/+0
* Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner2003-12-2821-107/+76
* Reserve ECX and EDI instead of EBX and EDI. Since EBX is a calleeAlkis Evlogimenos2003-12-281-8/+8
* Add coalescing to register allocator. A hint is added to each intervalAlkis Evlogimenos2003-12-285-2/+32
* Add TargetInstrInfo::isMoveInstr() to support coalescing in registerAlkis Evlogimenos2003-12-283-0/+33
* Whoops, don't try to lower non intrinsic callsChris Lattner2003-12-284-0/+4
* Pass extra arguments around n stuphChris Lattner2003-12-282-4/+4
* We may now pass IntrinsicLowering implementations into these methodsChris Lattner2003-12-282-17/+24
* implement support for the intrinsic lowering functionalityChris Lattner2003-12-288-59/+126
* Eliminate some code that is not needed now that we have the intrinsic lowerin...Chris Lattner2003-12-284-58/+30
* Pass around IntrinsicLowering instances as appropriate.Chris Lattner2003-12-287-50/+74
* Use the intrinsic lowering functionalityChris Lattner2003-12-282-30/+88