| Commit message (Expand) | Author | Age | Files | Lines |
* | if functiontype is going to have a pointer to a paramattr object, it better | Chris Lattner | 2007-05-04 | 1 | -2/+2 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-05-03 | 1 | -2/+2 |
* | Use iterative while loop instead of recursive function call. | Devang Patel | 2007-05-03 | 1 | -13/+33 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 4 | -16/+16 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 4 | -16/+16 |
* | Re-install patch to enable use of PassID. | Devang Patel | 2007-05-02 | 1 | -15/+14 |
* | revert enough of devang's recent patches to get the tree basically working again | Chris Lattner | 2007-05-02 | 1 | -15/+16 |
* | disable this assertion as a hack to get the build more unbroken :( | Chris Lattner | 2007-05-02 | 1 | -1/+1 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 5 | -32/+51 |
* | Fix typo. Interesting, but old variant worked too :) | Anton Korobeynikov | 2007-04-30 | 1 | -1/+1 |
* | Implement protected visibility. This partly implements PR1363. Linker | Anton Korobeynikov | 2007-04-29 | 1 | -0/+3 |
* | Implement review feedback | Anton Korobeynikov | 2007-04-29 | 3 | -9/+30 |
* | Let Verifier check aliasees | Anton Korobeynikov | 2007-04-28 | 1 | -0/+7 |
* | Implement review feedback. Aliasees can be either GlobalValue's or | Anton Korobeynikov | 2007-04-28 | 4 | -12/+30 |
* | add a way to make this less brittle | Chris Lattner | 2007-04-28 | 1 | -3/+7 |
* | represent indirect operands explicitly in inline asm strings. | Chris Lattner | 2007-04-28 | 1 | -8/+9 |
* | add a GEP helper function | Chris Lattner | 2007-04-27 | 1 | -0/+11 |
* | Move ~Pass() from Pass.h into Pass.cpp | Devang Patel | 2007-04-26 | 1 | -0/+5 |
* | Use toplevel function pass manager as OnTheFly manager. | Devang Patel | 2007-04-26 | 1 | -10/+17 |
* | print aliases before functions | Chris Lattner | 2007-04-26 | 1 | -5/+6 |
* | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 4 | -11/+150 |
* | simplify some code | Chris Lattner | 2007-04-25 | 1 | -5/+2 |
* | Have compiler enforce this. | Jeff Cohen | 2007-04-22 | 1 | -1/+0 |
* | PR400 work phase 1. Add attributed load/store instructions for volatile/align... | Christopher Lamb | 2007-04-22 | 2 | -0/+49 |
* | For PR1136: | Reid Spencer | 2007-04-22 | 2 | -0/+40 |
* | For PR1146: | Reid Spencer | 2007-04-22 | 4 | -60/+46 |
* | Revert Christopher Lamb's load/store alignment changes. | Reid Spencer | 2007-04-21 | 2 | -49/+0 |
* | add support for alignment attributes on load/store instructions | Christopher Lamb | 2007-04-21 | 2 | -0/+49 |
* | Reset vertex. | Devang Patel | 2007-04-21 | 1 | -0/+1 |
* | Fix a bug that prevented the JIT from working correctly after llvm_shutdown. | Chris Lattner | 2007-04-21 | 1 | -6/+16 |
* | Fix regressions introduced by my previous patch: opt calls verifier in a | Chris Lattner | 2007-04-20 | 1 | -1/+3 |
* | Fix a problem where primitive types lose their name after llvm_shutdown is ca... | Chris Lattner | 2007-04-20 | 1 | -12/+16 |
* | catch a case that was biting jeffc | Chris Lattner | 2007-04-20 | 1 | -1/+7 |
* | don't access argument list of prototypes | Chris Lattner | 2007-04-18 | 1 | -7/+24 |
* | eliminate a use of Instruction::getPrev(), patch by Gabor Greif in 2005. | Chris Lattner | 2007-04-17 | 1 | -1/+2 |
* | merge several fields in GlobalValue to use the same word, move CallingConv | Chris Lattner | 2007-04-17 | 1 | -1/+0 |
* | The (negative) offset from a SymbolTableListTraits-using ilist to its container | Chris Lattner | 2007-04-17 | 4 | -14/+9 |
* | Refactor SymbolTableListTraits to only have a single pointer in it, instead | Chris Lattner | 2007-04-17 | 5 | -59/+77 |
* | Proivde getAnalysis<FPAnalysis>(Func) support. | Devang Patel | 2007-04-16 | 1 | -0/+5 |
* | Do not assert during analysis implementation initialization. | Devang Patel | 2007-04-16 | 1 | -1/+3 |
* | Print and delete on the fly pass managers. | Devang Patel | 2007-04-16 | 1 | -3/+19 |
* | Update module pass manager to support module passes that require | Devang Patel | 2007-04-16 | 1 | -11/+44 |
* | Give each pass manager chance to manage lower level analysis pass, which is | Devang Patel | 2007-04-16 | 1 | -20/+60 |
* | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 1 | -3/+3 |
* | Don't return 0 if the len == 5, let the assert handle that case. | Reid Spencer | 2007-04-16 | 1 | -1/+1 |
* | Fix test/CodeGen/Generic/vector-constantexpr.ll | Reid Spencer | 2007-04-16 | 1 | -0/+2 |
* | For PR1328: | Reid Spencer | 2007-04-16 | 1 | -3/+4 |
* | Tabs -> Spaces | Owen Anderson | 2007-04-15 | 1 | -7/+7 |
* | Remove ImmediateDominator analysis. The same information can be obtained fro... | Owen Anderson | 2007-04-15 | 1 | -85/+49 |
* | Fix some unsafe code. Also, tabs -> spaces. | Owen Anderson | 2007-04-14 | 1 | -6/+6 |