aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When inlining through an 'nounwind' call, mark inlinedDuncan Sands2007-12-199-21/+114
* More working CellSPU test cases:Scott Michel2007-12-1912-0/+1164
* Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.llScott Michel2007-12-195-6/+325
* fix formattingChris Lattner2007-12-191-1/+1
* Simplify LowerCallTo by using a callsite.Duncan Sands2007-12-191-41/+27
* The C++ exception handling personality function wantsDuncan Sands2007-12-193-28/+60
* Add new immed16.ll test case, fix CellSPU errata to make test case work.Scott Michel2007-12-196-13/+61
* Modified to support comments better.Bill Wendling2007-12-191-53/+42
* Mark the "isRemat" instruction as never having side effects.Bill Wendling2007-12-191-1/+1
* fix more table abuses.Chris Lattner2007-12-191-50/+46
* Don't leave newly created nodes around if it turns out they are not needed.Evan Cheng2007-12-191-2/+4
* Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek2007-12-183-0/+24
* Add debugging info. Use the newly created "hasUnmodelledSideEffects" method.Bill Wendling2007-12-181-21/+38
* Fold subtracts into integer compares vs. zero. This improves generate code fo...Christopher Lamb2007-12-181-1/+18
* Support more insane CEP's in AsmPrinter (Yes, PyPy folks do really use them).Anton Korobeynikov2007-12-181-1/+24
* Fix commentsChristopher Lamb2007-12-181-4/+2
* Remove an orthogonal transformation of the selection condition from my most r...Christopher Lamb2007-12-182-40/+3
* Added "isDirectory" method to llvm::sys::Path.Ted Kremenek2007-12-183-1/+22
* Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / ...Evan Cheng2007-12-182-20/+28
* Ignore shell scripts when doing "dsymutil" call.Bill Wendling2007-12-181-1/+2
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-187-13/+0
* Also print alignment and volatileness.Evan Cheng2007-12-181-13/+19
* remove a dead annotationChris Lattner2007-12-182-4/+0
* Added some sectioning comments to Serialize.h.Ted Kremenek2007-12-181-14/+71
* add an obvious load folding missed optzn.Chris Lattner2007-12-181-0/+21
* Rename isNoReturn to doesNotReturn, and isNoUnwind toDuncan Sands2007-12-188-21/+21
* Fix typos.Christopher Lamb2007-12-182-2/+2
* Fold certain additions through selects (and their compares) so as to eliminat...Christopher Lamb2007-12-183-18/+99
* FIX for PR1799: When a load is unfolded from an instruction, check if it is a...Evan Cheng2007-12-182-26/+71
* SelectionDAG::dump() should print SrcValue of LoadSDNode and StoreSDNode.Evan Cheng2007-12-181-0/+18
* avoid confusing terminology (what is a "word"?), fix scary markup, add sectio...Chris Lattner2007-12-181-21/+12
* Don't forget to print address space qualifiers when printing out the type tab...Christopher Lamb2007-12-182-2/+5
* Testcase for preceding FE fixDale Johannesen2007-12-181-0/+18
* add a missed case.Chris Lattner2007-12-181-0/+18
* Remove int_x86_sse2_movl_dq. It's replaced with a string compare.Evan Cheng2007-12-182-7/+3
* These have matching builtin's in 4.2.Evan Cheng2007-12-181-2/+2
* i32 immediate constant test case for CellSPUScott Michel2007-12-171-0/+70
* s/hasSideEffects/hasUnmodelledSideEffects/gBill Wendling2007-12-171-3/+4
* Add "mayHaveSideEffects" and "neverHasSideEffects" flags to some instructions. IBill Wendling2007-12-177-21/+57
* Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sureEvan Cheng2007-12-176-26/+78
* - Restore some i8 functionality in CellSPUScott Michel2007-12-179-63/+612
* Modified Deserializer::ReadCStr to allow C-strings to be read into aTed Kremenek2007-12-172-4/+11
* LD_Fp64m should have "isRematerializable" set.Bill Wendling2007-12-171-1/+2
* Add "hasSideEffects" method to MachineInstrInfo class.Bill Wendling2007-12-171-1/+10
* Add MachineLICM.cppBill Wendling2007-12-171-0/+2
* As per feedback, revised comments to (hopefully) make the different side effectBill Wendling2007-12-172-14/+38
* Add cast operators in LLVMFoldingBuilder.Devang Patel2007-12-171-0/+123
* cleanup this code, making it more "llvm-like".Chris Lattner2007-12-171-85/+80
* Make invokes of inline asm legal. Teach codegenDuncan Sands2007-12-175-22/+39
* GLIBCXX_DEBUG fix. std::vector<>::end() is invalidated by erase.David Greene2007-12-171-1/+1