aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix bug: Assembler/2003-05-15-SwitchBug.llChris Lattner2003-05-151-0/+5
* Fix bug: Assembler/2003-05-15-AssemblerProblem.llxChris Lattner2003-05-152-4/+14
* Fix long standing bugChris Lattner2003-05-151-1/+1
* Fix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.llChris Lattner2003-05-151-1/+7
* Fix Bug: Linker/2003-05-15-TypeProblem.llChris Lattner2003-05-153-60/+198
* Fix typeosChris Lattner2003-05-141-4/+4
* Add support for more constant expressionsChris Lattner2003-05-141-6/+35
* Remove unnecessary castsChris Lattner2003-05-142-13/+14
* Print opaque typesChris Lattner2003-05-141-0/+3
* Casts are now unnecessaryChris Lattner2003-05-142-12/+12
* Add support for atexit function, remove support for __main functionChris Lattner2003-05-145-14/+37
* Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.cChris Lattner2003-05-144-4/+35
* Fix compilation problems with previous checking *blush*Chris Lattner2003-05-141-3/+4
* Add a framework for intercepting system callsChris Lattner2003-05-142-21/+54
* Fix major problem with appending linkage changesChris Lattner2003-05-143-3/+6
* Fix bugChris Lattner2003-05-141-1/+2
* Implement another getelementptr folding opportunity that arises whenChris Lattner2003-05-131-0/+16
* Eliminate using declarationsChris Lattner2003-05-131-19/+14
* Implement linkage of appending global variables!Chris Lattner2003-05-133-18/+345
* Clean up castChris Lattner2003-05-131-1/+1
* Clean up #includesChris Lattner2003-05-132-16/+4
* Fix bug: CBackend/2003-05-13-VarArgFunction.llChris Lattner2003-05-132-4/+6
* Fix bug: Dominators/2003-05-12-UnreachableCode.llChris Lattner2003-05-121-9/+18
* Fix bug: LoopPreheaders/2003-05-12-PreheaderExitOfChild.llChris Lattner2003-05-121-5/+19
* Make abort more explicitChris Lattner2003-05-122-2/+6
* Remove the assertion failure of course... dohChris Lattner2003-05-122-14/+0
* Implement casts from unsigned integers to floating pointChris Lattner2003-05-122-22/+86
* Make error messages more useful than jsut an abortChris Lattner2003-05-122-4/+18
* Remove wierd printoutChris Lattner2003-05-121-1/+1
* Use a kill, not a dead definition, update commentChris Lattner2003-05-121-5/+4
* Fix bug: CWriter/2003-05-12-IntegerSizeWarning.cChris Lattner2003-05-122-2/+14
* Fix Bug: ConstProp/2003-05-12-DivideError.llChris Lattner2003-05-121-1/+13
* Fix Bug: Assembler/2003-05-12-MinIntProblem.llxChris Lattner2003-05-121-9/+3
* * Keep LiveVariable information more up-to-date and consistentChris Lattner2003-05-121-7/+87
* Fix bug where we could iterate off the end of a basic blockChris Lattner2003-05-121-2/+3
* * Keep the BBMap around as long as the pass is liveChris Lattner2003-05-121-8/+23
* Do not insert multiple initializations for the same value in a PHI nodeChris Lattner2003-05-122-18/+58
* Fix N^2 algorithmChris Lattner2003-05-121-25/+34
* * Fix several commentsChris Lattner2003-05-121-6/+37
* Fix tab infestation!Chris Lattner2003-05-121-45/+45
* Make sure that globals are emitted AFTER the passmanager is set up for the JIT,Chris Lattner2003-05-122-0/+2
* switch main LLI core execution to use an InstVisitor instead of a switch stat...Chris Lattner2003-05-102-67/+61
* Fix testcase: SingleSource/UnitTests/2003-05-02-DependantPHI.cChris Lattner2003-05-102-34/+55
* Add a new info-output-file option (hidden from --help) which is to be used byChris Lattner2003-05-092-45/+111
* Add support for function stubs, which allow calling functions which need toChris Lattner2003-05-095-8/+81
* This blank line has GOT to go.Chris Lattner2003-05-092-2/+0
* Allow const functionsChris Lattner2003-05-091-2/+3
* Add methods for stub function generationChris Lattner2003-05-081-0/+7
* Minor speedup by avoiding callbacks to functions already generatedChris Lattner2003-05-082-6/+9
* Improve efficiency of JIT by having it use direct function calls instead ofChris Lattner2003-05-084-36/+34