| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Unbreak optimized build (noticed by Eric van Riet Paap) | Misha Brukman | 2005-08-04 | 1 | -3/+5 |
| * | add support for Graphviz when viewing CFGs | Chris Lattner | 2005-08-03 | 1 | -0/+20 |
| * | Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that | Nate Begeman | 2005-07-30 | 1 | -0/+105 |
| * | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -1/+1 |
| * | Remove glibc specific functions, and mark a couple as C99 | Andrew Lenharth | 2005-07-11 | 1 | -3/+1 |
| * | because on alpha: | Andrew Lenharth | 2005-07-11 | 1 | -0/+1 |
| * | the correct fix was to fix AliasAnalysis.getModRefInfo | Andrew Lenharth | 2005-06-20 | 1 | -4/+0 |
| * | prevent GCSE from forwarding stores to loads around vaarg. This is uggly, an... | Andrew Lenharth | 2005-06-20 | 1 | -0/+4 |
| * | core changes for varargs | Andrew Lenharth | 2005-06-18 | 2 | -10/+1 |
| * | By definition, 'tail' calls cannot access the stack frame of their caller. | Chris Lattner | 2005-05-08 | 1 | -0/+6 |
| * | These intrinsics do not access memory | Chris Lattner | 2005-05-06 | 1 | -1/+1 |
| * | Remove extra blank line | Misha Brukman | 2005-05-05 | 1 | -1/+0 |
| * | Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad | Chris Lattner | 2005-04-30 | 1 | -1/+1 |
| * | These functions can set errno! | Chris Lattner | 2005-04-28 | 1 | -2/+2 |
| * | Make interval partition print correctly, patch contributed by | Chris Lattner | 2005-04-26 | 1 | -2/+2 |
| * | Correctly handle global-argument aliases induced in main | Chris Lattner | 2005-04-25 | 1 | -2/+30 |
| * | Don't mess up SCC traversal when a node has null edges out of it. | Chris Lattner | 2005-04-25 | 1 | -5/+6 |
| * | Propagate eq sets through the bu graphs to the cbu and eq graphs, fixing | Chris Lattner | 2005-04-23 | 1 | -0/+1 |
| * | Malloc/Free have mod/ref effects. Do not allow CSE of function calls that | Chris Lattner | 2005-04-22 | 1 | -0/+2 |
| * | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 7 | -28/+28 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 37 | -439/+439 |
| * | add support for taking and resolving the address of free. | Chris Lattner | 2005-04-21 | 1 | -2/+31 |
| * | Fix a crash analyzing MultiSource/Benchmarks/MallocBench/gs | Chris Lattner | 2005-04-12 | 1 | -2/+1 |
| * | Don't make this require loopsimplify. It works BETTER with loop simplify | Chris Lattner | 2005-04-06 | 1 | -1/+0 |
| * | do not crash when using -debug | Chris Lattner | 2005-04-05 | 1 | -0/+4 |
| * | do not dereference an extra layer of pointers to determine if an external | Chris Lattner | 2005-04-04 | 1 | -12/+5 |
| * | fix some VC compilation problems, thanks to Jeff C for pointing this out! | Chris Lattner | 2005-04-02 | 1 | -4/+3 |
| * | EquivClassGraphs is now in DataStructure.h | Chris Lattner | 2005-04-02 | 2 | -3/+1 |
| * | use a callee_iterator typedef. | Chris Lattner | 2005-04-02 | 3 | -9/+7 |
| * | Change the ActualCallees callgraph from hash_multimap<Instruction,Function> | Chris Lattner | 2005-04-02 | 5 | -78/+40 |
| * | import all of the rest of the stubs that dsa uses for direct comparison | Chris Lattner | 2005-03-29 | 1 | -11/+43 |
| * | learn about some more functions. | Chris Lattner | 2005-03-29 | 1 | -4/+7 |
| * | Fix a problem where we not marking incoming arguments to functions with | Chris Lattner | 2005-03-29 | 2 | -5/+14 |
| * | there is no point comparing against null pointer. | Chris Lattner | 2005-03-29 | 1 | -2/+3 |
| * | Fix a major problem with global variable initializers. This could cause | Chris Lattner | 2005-03-29 | 1 | -1/+2 |
| * | add some more functions, ignore setcc for constraints! | Chris Lattner | 2005-03-29 | 1 | -4/+9 |
| * | Handle "known" external calls context sensitively, add support for realloc | Chris Lattner | 2005-03-29 | 1 | -17/+29 |
| * | Teach andersens that non-escaping memory cannot be mod/ref'd by external fn c... | Chris Lattner | 2005-03-28 | 1 | -2/+40 |
| * | Fix grammar | Misha Brukman | 2005-03-28 | 1 | -1/+1 |
| * | Make anders-aa much more precise by not being completely pessimistic about | Chris Lattner | 2005-03-28 | 1 | -1/+39 |
| * | wrap some long lines | Chris Lattner | 2005-03-27 | 1 | -5/+10 |
| * | remove ... | Chris Lattner | 2005-03-27 | 1 | -2/+2 |
| * | speed up steens by using spliceFrom, improve its precision by realizing that | Chris Lattner | 2005-03-27 | 1 | -5/+10 |
| * | teach andersens about undef | Chris Lattner | 2005-03-27 | 1 | -1/+1 |
| * | Don't give up completely, maybe other AA can say something about this. | Chris Lattner | 2005-03-27 | 1 | -1/+2 |
| * | Factor out percentage printing into its own function. Make two changes to | Chris Lattner | 2005-03-26 | 1 | -14/+19 |
| * | Cache mapping information for a call site after computing it for a mod/ref | Chris Lattner | 2005-03-26 | 1 | -27/+81 |
| * | Remove more long dead code: dsa doesn't provide must alias info | Chris Lattner | 2005-03-26 | 1 | -32/+0 |
| * | remove some unsafe code that has long been dead | Chris Lattner | 2005-03-26 | 1 | -24/+0 |
| * | slightly improve mod/ref for DSAA by checking the globals graph for fallback | Chris Lattner | 2005-03-26 | 1 | -0/+12 |