aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* eliminate a use of Instruction::getPrev(), patch by Gabor Greif in 2005.Chris Lattner2007-04-171-1/+2
* rename X86FunctionInfo to X86MachineFunctionInfo to match the header fileChris Lattner2007-04-177-21/+23
* Implemented correct stack probing on mingw/cygwin for dynamic alloca's.Anton Korobeynikov2007-04-177-11/+102
* Make it work on 64-bit systems.Jeff Cohen2007-04-171-1/+1
* Fix build breakage on 64-bit systems.Jeff Cohen2007-04-173-5/+5
* merge several fields in GlobalValue to use the same word, move CallingConvChris Lattner2007-04-173-11/+13
* Use this nifty Constraints thing and fix the inverted conditional movesAndrew Lenharth2007-04-172-17/+21
* this is fixedAndrew Lenharth2007-04-171-1/+1
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-178-17/+70
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-1713-113/+138
* urr, yeah.Chris Lattner2007-04-171-4/+2
* Remove "ModulePasses requiring FunctionPasses" from the list of futureDevang Patel2007-04-171-28/+1
* SSE4 is apparently public now.Chris Lattner2007-04-171-0/+2
* Add PR number for reference.Devang Patel2007-04-161-0/+1
* Make long line fit in 80 cols.Reid Spencer2007-04-161-1/+1
* FixDevang Patel2007-04-161-0/+6
* New test case.Devang Patel2007-04-161-0/+17
* Fix problems in the PartSet lowering having to do with incorrect bit width.Reid Spencer2007-04-161-3/+5
* RegenerateReid Spencer2007-04-162-2/+2
* Okay, yes there *is* a getKeyLength method on ValueName. And, it should beReid Spencer2007-04-161-1/+1
* In the event that some really old non-Intel or -AMD CPU is encountered...Jeff Cohen2007-04-161-2/+5
* Fix this test from Duncan's experiment.Reid Spencer2007-04-161-1/+1
* Also validate that the code generation of IntrinsicLowering for LLI works.Reid Spencer2007-04-161-6/+25
* Implement @sext and @zext parameter attribute handling properly instead ofReid Spencer2007-04-161-11/+20
* Before assuming that the original code didn't work for Athlon64, the person whoJeff Cohen2007-04-161-6/+2
* refix thisChris Lattner2007-04-161-1/+1
* Document how, module pass can require function pass.Devang Patel2007-04-161-2/+18
* use an x86 t-t for an x86 test. Thanks to Dan for noticing this!Chris Lattner2007-04-161-2/+2
* fix incorrectly upgraded testChris Lattner2007-04-161-1/+1
* Fix 80 col violations.Reid Spencer2007-04-161-4/+4
* We shouldn't have tests for features we don't have yet.Chris Lattner2007-04-161-35/+0
* remove bogus testChris Lattner2007-04-161-17/+0
* Spelling fix.Duncan Sands2007-04-161-1/+1
* MAke this test portable.Chris Lattner2007-04-161-1/+3
* Test code quality for variable length array references.Duncan Sands2007-04-161-0/+7
* Check handling of arrays of variable sized components.Duncan Sands2007-04-161-0/+10
* Heal this testAnton Korobeynikov2007-04-161-2/+2
* fix this testChris Lattner2007-04-161-3/+2
* Proivde getAnalysis<FPAnalysis>(Func) support.Devang Patel2007-04-163-0/+46
* Do not assert during analysis implementation initialization.Devang Patel2007-04-161-1/+3
* Print and delete on the fly pass managers.Devang Patel2007-04-161-3/+19
* Regenerate.Reid Spencer2007-04-162-6/+6
* Check length of string before we walk off the end of it.Reid Spencer2007-04-161-3/+3
* Update module pass manager to support module passes that requireDevang Patel2007-04-161-11/+44
* Give each pass manager chance to manage lower level analysis pass, which isDevang Patel2007-04-162-25/+80
* Fixes tests and remove xfail.Evan Cheng2007-04-161-3/+2
* One more callee-saved register used.Evan Cheng2007-04-161-1/+1
* Fix test.Evan Cheng2007-04-161-1/+1
* Add getPotentialPassManagerType(). No functionality change, yet.Devang Patel2007-04-163-1/+31
* Testcase for C front-end crash.Duncan Sands2007-04-161-0/+6