| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a new getLoopLatch() method. | Chris Lattner | 2005-09-12 | 1 | -1/+25 |
| | | | | | llvm-svn: 23315 | ||||
| * | floor/ceil don't read/write memory. This allows gcse to eliminate 6 calls | Chris Lattner | 2005-08-24 | 1 | -0/+2 |
| | | | | | | | in mesa. llvm-svn: 23015 | ||||
| * | Fix Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll | Chris Lattner | 2005-08-16 | 1 | -2/+3 |
| | | | | | llvm-svn: 22797 | ||||
| * | Teach LLVM to know how many times a loop executes when constructed with | Chris Lattner | 2005-08-15 | 1 | -2/+110 |
| | | | | | | | a < expression, e.g.: for (i = m; i < n; ++i) llvm-svn: 22793 | ||||
| * | Fix an obvious oops | Chris Lattner | 2005-08-10 | 1 | -1/+1 |
| | | | | | llvm-svn: 22742 | ||||
| * | implement two helper methods | Chris Lattner | 2005-08-09 | 1 | -0/+28 |
| | | | | | llvm-svn: 22736 | ||||
| * | * Unbreak optimized build (noticed by Eric van Riet Paap) | Misha Brukman | 2005-08-04 | 1 | -3/+5 |
| | | | | | | | * Comment #endif clauses for readability llvm-svn: 22646 | ||||
| * | add support for Graphviz when viewing CFGs | Chris Lattner | 2005-08-03 | 1 | -0/+20 |
| | | | | | llvm-svn: 22620 | ||||
| * | Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that | Nate Begeman | 2005-07-30 | 1 | -0/+105 |
| | | | | | | | other passes may use it. llvm-svn: 22557 | ||||
| * | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 22523 | ||||
| * | Remove glibc specific functions, and mark a couple as C99 | Andrew Lenharth | 2005-07-11 | 1 | -3/+1 |
| | | | | | llvm-svn: 22384 | ||||
| * | because on alpha: | Andrew Lenharth | 2005-07-11 | 1 | -0/+1 |
| | | | | | | | | | # define errno (*__errno_location ()) *shakes head llvm-svn: 22383 | ||||
| * | the correct fix was to fix AliasAnalysis.getModRefInfo | Andrew Lenharth | 2005-06-20 | 1 | -4/+0 |
| | | | | | llvm-svn: 22268 | ||||
| * | prevent GCSE from forwarding stores to loads around vaarg. This is uggly, ↵ | Andrew Lenharth | 2005-06-20 | 1 | -0/+4 |
| | | | | | | | and I am trying to fix the AliasInfo, as it should catch the problem instead. llvm-svn: 22266 | ||||
| * | core changes for varargs | Andrew Lenharth | 2005-06-18 | 2 | -10/+1 |
| | | | | | llvm-svn: 22254 | ||||
| * | By definition, 'tail' calls cannot access the stack frame of their caller. | Chris Lattner | 2005-05-08 | 1 | -0/+6 |
| | | | | | | | | Expose this as a simple form of mod/ref information. This implements BasicAA/tailcall-modref.ll llvm-svn: 21796 | ||||
| * | These intrinsics do not access memory | Chris Lattner | 2005-05-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 21718 | ||||
| * | Remove extra blank line | Misha Brukman | 2005-05-05 | 1 | -1/+0 |
| | | | | | llvm-svn: 21706 | ||||
| * | Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad | Chris Lattner | 2005-04-30 | 1 | -1/+1 |
| | | | | | llvm-svn: 21627 | ||||
| * | These functions can set errno! | Chris Lattner | 2005-04-28 | 1 | -2/+2 |
| | | | | | llvm-svn: 21609 | ||||
| * | Make interval partition print correctly, patch contributed by | Chris Lattner | 2005-04-26 | 1 | -2/+2 |
| | | | | | | | Vladimir Prus! llvm-svn: 21566 | ||||
| * | Correctly handle global-argument aliases induced in main | Chris Lattner | 2005-04-25 | 1 | -2/+30 |
| | | | | | llvm-svn: 21537 | ||||
| * | Don't mess up SCC traversal when a node has null edges out of it. | Chris Lattner | 2005-04-25 | 1 | -5/+6 |
| | | | | | llvm-svn: 21536 | ||||
| * | Propagate eq sets through the bu graphs to the cbu and eq graphs, fixing | Chris Lattner | 2005-04-23 | 1 | -0/+1 |
| | | | | | | | a crash of the sfv on 188.ammp llvm-svn: 21478 | ||||
| * | Malloc/Free have mod/ref effects. Do not allow CSE of function calls that | Chris Lattner | 2005-04-22 | 1 | -0/+2 |
| | | | | | | | call malloc/free. This fixes PR555. llvm-svn: 21443 | ||||
| * | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 7 | -28/+28 |
| | | | | | llvm-svn: 21439 | ||||
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 37 | -439/+439 |
| | | | | | llvm-svn: 21416 | ||||
| * | add support for taking and resolving the address of free. | Chris Lattner | 2005-04-21 | 1 | -2/+31 |
| | | | | | llvm-svn: 21396 | ||||
| * | Fix a crash analyzing MultiSource/Benchmarks/MallocBench/gs | Chris Lattner | 2005-04-12 | 1 | -2/+1 |
| | | | | | llvm-svn: 21245 | ||||
| * | Don't make this require loopsimplify. It works BETTER with loop simplify | Chris Lattner | 2005-04-06 | 1 | -1/+0 |
| | | | | | | | but should not require it. llvm-svn: 21123 | ||||
| * | do not crash when using -debug | Chris Lattner | 2005-04-05 | 1 | -0/+4 |
| | | | | | llvm-svn: 21092 | ||||
| * | do not dereference an extra layer of pointers to determine if an external | Chris Lattner | 2005-04-04 | 1 | -12/+5 |
| | | | | | | | | call can modify a memory location. This fixes test/Regression/Analysis/Andersens/modreftest.ll llvm-svn: 21088 | ||||
| * | fix some VC compilation problems, thanks to Jeff C for pointing this out! | Chris Lattner | 2005-04-02 | 1 | -4/+3 |
| | | | | | llvm-svn: 21044 | ||||
| * | EquivClassGraphs is now in DataStructure.h | Chris Lattner | 2005-04-02 | 2 | -3/+1 |
| | | | | | llvm-svn: 21042 | ||||
| * | use a callee_iterator typedef. | Chris Lattner | 2005-04-02 | 3 | -9/+7 |
| | | | | | llvm-svn: 21038 | ||||
| * | Change the ActualCallees callgraph from hash_multimap<Instruction,Function> | Chris Lattner | 2005-04-02 | 5 | -78/+40 |
| | | | | | | | | | | to std::set<std::pair<Inst,Func>> to avoid duplicate entries. This speeds up the CompleteBU pass from 1.99s to .15s on povray and the eqgraph passes from 1.5s to .16s on the same. llvm-svn: 21031 | ||||
| * | import all of the rest of the stubs that dsa uses for direct comparison | Chris Lattner | 2005-03-29 | 1 | -11/+43 |
| | | | | | llvm-svn: 20932 | ||||
| * | learn about some more functions. | Chris Lattner | 2005-03-29 | 1 | -4/+7 |
| | | | | | llvm-svn: 20929 | ||||
| * | Fix a problem where we not marking incoming arguments to functions with | Chris Lattner | 2005-03-29 | 2 | -5/+14 |
| | | | | | | | external linkage as incomplete. llvm-svn: 20927 | ||||
| * | there is no point comparing against null pointer. | Chris Lattner | 2005-03-29 | 1 | -2/+3 |
| | | | | | llvm-svn: 20925 | ||||
| * | Fix a major problem with global variable initializers. This could cause | Chris Lattner | 2005-03-29 | 1 | -1/+2 |
| | | | | | | | | us to have stuff pointing to the null pointer, which makes no sense (the null ptr is an ssa value, not the null object) llvm-svn: 20922 | ||||
| * | add some more functions, ignore setcc for constraints! | Chris Lattner | 2005-03-29 | 1 | -4/+9 |
| | | | | | llvm-svn: 20917 | ||||
| * | Handle "known" external calls context sensitively, add support for realloc | Chris Lattner | 2005-03-29 | 1 | -17/+29 |
| | | | | | | | | | and a couple of other functions that are important. Handle aggregate undef values for gv initializers llvm-svn: 20914 | ||||
| * | Teach andersens that non-escaping memory cannot be mod/ref'd by external fn ↵ | Chris Lattner | 2005-03-28 | 1 | -2/+40 |
| | | | | | | | calls. llvm-svn: 20891 | ||||
| * | Fix grammar | Misha Brukman | 2005-03-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 20890 | ||||
| * | Make anders-aa much more precise by not being completely pessimistic about | Chris Lattner | 2005-03-28 | 1 | -1/+39 |
| | | | | | | | external functions. Teach it about a few important ones. llvm-svn: 20889 | ||||
| * | wrap some long lines | Chris Lattner | 2005-03-27 | 1 | -5/+10 |
| | | | | | llvm-svn: 20884 | ||||
| * | remove ... | Chris Lattner | 2005-03-27 | 1 | -2/+2 |
| | | | | | llvm-svn: 20883 | ||||
| * | speed up steens by using spliceFrom, improve its precision by realizing that | Chris Lattner | 2005-03-27 | 1 | -5/+10 |
| | | | | | | | an incomplete node cannot alias a complete node. llvm-svn: 20882 | ||||
| * | teach andersens about undef | Chris Lattner | 2005-03-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 20881 | ||||

