2003-10-17 |
Misha Brukman | Chris says it's better to assert that TheModule is... |
tree | commitdiff |
2003-10-17 |
Brian Gaeke | You can't just blat the address into memory, you have... |
tree | commitdiff |
2003-10-17 |
Misha Brukman | Don't release the Module, as that invalidates the Modul... |
tree | commitdiff |
2003-10-17 |
Brian Gaeke | Implement replaceMachineCodeForFunction() for x86. |
tree | commitdiff |
2003-10-17 |
Brian Gaeke | Refactor jump insertion code from CompilationCallback... |
tree | commitdiff |
2003-10-17 |
Brian Gaeke | Add prototype for replaceMachineCodeForFunction(). |
tree | commitdiff |
2003-10-17 |
Misha Brukman | Return the Module that we just materialized. |
tree | commitdiff |
2003-10-17 |
Brian Gaeke | Tidy up doxygen comment for getPointerToFunction(). |
tree | commitdiff |
2003-10-17 |
Brian Gaeke | Refactor running the JIT passes on a single function... |
tree | commitdiff |
2003-10-17 |
Brian Gaeke | Remove extra blank line. |
tree | commitdiff |
2003-10-17 |
Chris Lattner | Do not crash on empty structures |
tree | commitdiff |
2003-10-17 |
Chris Lattner | Tighten up handling of checks for shift instructions |
tree | commitdiff |
2003-10-17 |
Alkis Evlogimenos | Eliminate some extraneous code in SlotCalculator::inser... |
tree | commitdiff |
2003-10-16 |
Brian Gaeke | Fix typo in comment. |
tree | commitdiff |
2003-10-16 |
Brian Gaeke | Fix a typo in a comment, and zap a blank line. |
tree | commitdiff |
2003-10-16 |
Misha Brukman | Add separator between different types of readers. |
tree | commitdiff |
2003-10-16 |
Misha Brukman | JIT.cpp: |
tree | commitdiff |
2003-10-16 |
Misha Brukman | * Reorder includes as per the style guide |
tree | commitdiff |
2003-10-16 |
Chris Lattner | Minor cleanups |
tree | commitdiff |
2003-10-16 |
Chris Lattner | Add support for 'weak' linkage. |
tree | commitdiff |
2003-10-16 |
Chris Lattner | Add support for 'weak' linkage. |
tree | commitdiff |
2003-10-16 |
Chris Lattner | Completely rewrite support for the Value::use_* list... |
tree | commitdiff |
2003-10-16 |
Chris Lattner | This code does not require random access use_lists |
tree | commitdiff |
2003-10-16 |
Chris Lattner | Eliminate using declaration |
tree | commitdiff |
2003-10-15 |
Chris Lattner | #include vector which we will need here soon |
tree | commitdiff |
2003-10-15 |
Brian Gaeke | Fix up error message. |
tree | commitdiff |
2003-10-15 |
Chris Lattner | Decrease usage of use_size() |
tree | commitdiff |
2003-10-15 |
Chris Lattner | Cleanup |
tree | commitdiff |
2003-10-14 |
Chris Lattner | Generalize abstract interpreter interface to allow... |
tree | commitdiff |
2003-10-14 |
Misha Brukman | Order #includes as per the style guide. |
tree | commitdiff |
2003-10-14 |
Misha Brukman | Enabling incremental bytecode loading in the JIT: |
tree | commitdiff |
2003-10-14 |
Misha Brukman | Enabling incremental bytecode loading in the JIT: |
tree | commitdiff |
2003-10-14 |
Misha Brukman | Enabling incremental bytecode loading in the JIT: |
tree | commitdiff |
2003-10-14 |
Chris Lattner | Substantial cleanups: |
tree | commitdiff |
2003-10-14 |
Chris Lattner | Actually return an error if something bad happens,... |
tree | commitdiff |
2003-10-14 |
Chris Lattner | Output a contorted sequence of instructions to make... |
tree | commitdiff |
2003-10-14 |
Chris Lattner | Disable the leaf function optimization, which is appare... |
tree | commitdiff |
2003-10-14 |
Chris Lattner | Do not move variable sized allocations to the top of... |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Do not allow fallthroughs in switch statements. This... |
tree | commitdiff |
2003-10-13 |
Brian Gaeke | Remove WordsEmitted statistic; there's already a non... |
tree | commitdiff |
2003-10-13 |
Chris Lattner | LLI no longer has -abort-on-exception |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Use the autoconf macro John wrote |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Whoops, we inserted into the wrong set. What's up... |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Use external df iterators to avoid revisiting blocks... |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Make use of "external" depth-first iterators to avoid... |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Stop using "reverse depth first" order |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Minor cleanups |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Speed up TypesEqual by specializing it for all of the... |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Avoid calling getTypeSlot more |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Avoid creating lots of pointless opaque types, with... |
tree | commitdiff |
2003-10-13 |
Chris Lattner | This is a header file, hear me roar |
tree | commitdiff |
2003-10-13 |
Chris Lattner | * Remove extraneous #includes |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Wrap code at 80 columns |
tree | commitdiff |
2003-10-13 |
Chris Lattner | This is a header file, thus it needs a -*-C++-*- |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Regularize header file comments |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Regularize header file comment, eliminate using's |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Minor cleanups |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Checkin an improvement contributed by Bill: |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Add support to the loop canonicalization pass to make... |
tree | commitdiff |
2003-10-12 |
Chris Lattner | Make getNumBackEdges more efficient |
tree | commitdiff |
2003-10-12 |
Chris Lattner | Rename loop preheaders pass to loop simplify |
tree | commitdiff |
2003-10-12 |
Chris Lattner | File is renamed to LoopSimplify.cpp |
tree | commitdiff |
2003-10-12 |
Chris Lattner | First step in renaming the preheaders pass to loopsimplify |
tree | commitdiff |
2003-10-12 |
Chris Lattner | The preheader insertion pass only depends on the CFG... |
tree | commitdiff |
2003-10-12 |
Chris Lattner | Rename method |
tree | commitdiff |
2003-10-12 |
Chris Lattner | * Spell "necessary" correctly |
tree | commitdiff |
2003-10-12 |
Chris Lattner | * Be TBAA safe |
tree | commitdiff |
2003-10-11 |
Brian Gaeke | Make mmap's fd for anonymous memory acquisition default... |
tree | commitdiff |
2003-10-10 |
Brian Gaeke | Don't include "Config/stdlib.h". |
tree | commitdiff |
2003-10-10 |
Brian Gaeke | Include <cctype> and <cstdlib> instead of <ctype.h... |
tree | commitdiff |
2003-10-10 |
Brian Gaeke | Include <cstdio> instead of <stdio.h>. |
tree | commitdiff |
2003-10-10 |
Brian Gaeke | Don't include Config/stdio.h or <stdio.h>. |
tree | commitdiff |
2003-10-10 |
Misha Brukman | Fix spelling. |
tree | commitdiff |
2003-10-10 |
Misha Brukman | Fix spelling/grammar. |
tree | commitdiff |
2003-10-10 |
Misha Brukman | * Tabs to spaces |
tree | commitdiff |
2003-10-10 |
Misha Brukman | Fix spelling. |
tree | commitdiff |
2003-10-10 |
Misha Brukman | * Doxygenified comments |
tree | commitdiff |
2003-10-10 |
Brian Gaeke | Never set any signal handlers. |
tree | commitdiff |
2003-10-10 |
Brian Gaeke | Rewrite head-of-file comment. |
tree | commitdiff |
2003-10-10 |
Brian Gaeke | Change to use GetAddressOfSymbol instead of dlsym. |
tree | commitdiff |
2003-10-10 |
Brian Gaeke | Change to use LinkDynamicObject instead of dlopen. |
tree | commitdiff |
2003-10-10 |
Brian Gaeke | Change to use strtoul instead of strtoll. |
tree | commitdiff |
2003-10-10 |
Misha Brukman | Fixing the spelling of this filename. |
tree | commitdiff |
2003-10-10 |
Brian Gaeke | Add my abstracted dynamic linker support files. |
tree | commitdiff |
2003-10-10 |
Chris Lattner | Reserve space for PHI operands |
tree | commitdiff |
2003-10-10 |
Chris Lattner | Ok, the "fix" for this is to do a real associative... |
tree | commitdiff |
2003-10-10 |
Chris Lattner | Accept 'weak' as a linkage type. For now, just turn... |
tree | commitdiff |
2003-10-10 |
Chris Lattner | Add better checking |
tree | commitdiff |
2003-10-09 |
Chris Lattner | Another 10% performance improvement by not using replac... |
tree | commitdiff |
2003-10-09 |
Chris Lattner | Reserve space for PHI nodes when we read them in. ... |
tree | commitdiff |
2003-10-09 |
Chris Lattner | Use the version of getValue that takes the type plane... |
tree | commitdiff |
2003-10-09 |
Chris Lattner | Pass a vector around to reduce dynamic allocation |
tree | commitdiff |
2003-10-09 |
Chris Lattner | Change getConstantValue to throw an exception on error... |
tree | commitdiff |
2003-10-09 |
Chris Lattner | Do not read past the end of the contained type list |
tree | commitdiff |
2003-10-09 |
Chris Lattner | Remove potentially N^2 algorithm from symbol table... |
tree | commitdiff |
2003-10-09 |
Chris Lattner | Major refactoring of the bytecode reader. This include... |
tree | commitdiff |
2003-10-09 |
Chris Lattner | Significantly clean up parsing of instructions. This... |
tree | commitdiff |
2003-10-09 |
Chris Lattner | Eliminate the instruction placeholder. Simplify a... |
tree | commitdiff |
2003-10-09 |
Chris Lattner | Eliminate the old LateResolveValues data structure... |
tree | commitdiff |
2003-10-09 |
Chris Lattner | Remove a dead method |
tree | commitdiff |
next |