| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | eliminate a use of Instruction::getPrev(), patch by Gabor Greif in 2005. | Chris Lattner | 2007-04-17 | 1 | -1/+2 |
* | rename X86FunctionInfo to X86MachineFunctionInfo to match the header file | Chris Lattner | 2007-04-17 | 7 | -21/+23 |
* | Implemented correct stack probing on mingw/cygwin for dynamic alloca's. | Anton Korobeynikov | 2007-04-17 | 7 | -11/+102 |
* | Make it work on 64-bit systems. | Jeff Cohen | 2007-04-17 | 1 | -1/+1 |
* | Fix build breakage on 64-bit systems. | Jeff Cohen | 2007-04-17 | 3 | -5/+5 |
* | merge several fields in GlobalValue to use the same word, move CallingConv | Chris Lattner | 2007-04-17 | 3 | -11/+13 |
* | Use this nifty Constraints thing and fix the inverted conditional moves | Andrew Lenharth | 2007-04-17 | 2 | -17/+21 |
* | this is fixed | Andrew Lenharth | 2007-04-17 | 1 | -1/+1 |
* | The (negative) offset from a SymbolTableListTraits-using ilist to its container | Chris Lattner | 2007-04-17 | 8 | -17/+70 |
* | Refactor SymbolTableListTraits to only have a single pointer in it, instead | Chris Lattner | 2007-04-17 | 13 | -113/+138 |
* | urr, yeah. | Chris Lattner | 2007-04-17 | 1 | -4/+2 |
* | Remove "ModulePasses requiring FunctionPasses" from the list of future | Devang Patel | 2007-04-17 | 1 | -28/+1 |
* | SSE4 is apparently public now. | Chris Lattner | 2007-04-17 | 1 | -0/+2 |
* | Add PR number for reference. | Devang Patel | 2007-04-16 | 1 | -0/+1 |
* | Make long line fit in 80 cols. | Reid Spencer | 2007-04-16 | 1 | -1/+1 |
* | Fix | Devang Patel | 2007-04-16 | 1 | -0/+6 |
* | New test case. | Devang Patel | 2007-04-16 | 1 | -0/+17 |
* | Fix problems in the PartSet lowering having to do with incorrect bit width. | Reid Spencer | 2007-04-16 | 1 | -3/+5 |
* | Regenerate | Reid Spencer | 2007-04-16 | 2 | -2/+2 |
* | Okay, yes there *is* a getKeyLength method on ValueName. And, it should be | Reid Spencer | 2007-04-16 | 1 | -1/+1 |
* | In the event that some really old non-Intel or -AMD CPU is encountered... | Jeff Cohen | 2007-04-16 | 1 | -2/+5 |
* | Fix this test from Duncan's experiment. | Reid Spencer | 2007-04-16 | 1 | -1/+1 |
* | Also validate that the code generation of IntrinsicLowering for LLI works. | Reid Spencer | 2007-04-16 | 1 | -6/+25 |
* | Implement @sext and @zext parameter attribute handling properly instead of | Reid Spencer | 2007-04-16 | 1 | -11/+20 |
* | Before assuming that the original code didn't work for Athlon64, the person who | Jeff Cohen | 2007-04-16 | 1 | -6/+2 |
* | refix this | Chris Lattner | 2007-04-16 | 1 | -1/+1 |
* | Document how, module pass can require function pass. | Devang Patel | 2007-04-16 | 1 | -2/+18 |
* | use an x86 t-t for an x86 test. Thanks to Dan for noticing this! | Chris Lattner | 2007-04-16 | 1 | -2/+2 |
* | fix incorrectly upgraded test | Chris Lattner | 2007-04-16 | 1 | -1/+1 |
* | Fix 80 col violations. | Reid Spencer | 2007-04-16 | 1 | -4/+4 |
* | We shouldn't have tests for features we don't have yet. | Chris Lattner | 2007-04-16 | 1 | -35/+0 |
* | remove bogus test | Chris Lattner | 2007-04-16 | 1 | -17/+0 |
* | Spelling fix. | Duncan Sands | 2007-04-16 | 1 | -1/+1 |
* | MAke this test portable. | Chris Lattner | 2007-04-16 | 1 | -1/+3 |
* | Test code quality for variable length array references. | Duncan Sands | 2007-04-16 | 1 | -0/+7 |
* | Check handling of arrays of variable sized components. | Duncan Sands | 2007-04-16 | 1 | -0/+10 |
* | Heal this test | Anton Korobeynikov | 2007-04-16 | 1 | -2/+2 |
* | fix this test | Chris Lattner | 2007-04-16 | 1 | -3/+2 |
* | Proivde getAnalysis<FPAnalysis>(Func) support. | Devang Patel | 2007-04-16 | 3 | -0/+46 |
* | 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 |
* | Regenerate. | Reid Spencer | 2007-04-16 | 2 | -6/+6 |
* | Check length of string before we walk off the end of it. | Reid Spencer | 2007-04-16 | 1 | -3/+3 |
* | 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 | 2 | -25/+80 |
* | Fixes tests and remove xfail. | Evan Cheng | 2007-04-16 | 1 | -3/+2 |
* | One more callee-saved register used. | Evan Cheng | 2007-04-16 | 1 | -1/+1 |
* | Fix test. | Evan Cheng | 2007-04-16 | 1 | -1/+1 |
* | Add getPotentialPassManagerType(). No functionality change, yet. | Devang Patel | 2007-04-16 | 3 | -1/+31 |
* | Testcase for C front-end crash. | Duncan Sands | 2007-04-16 | 1 | -0/+6 |