Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Inline asm multiple alternative constraints development phase 2 - improved ↵ | John Thompson | 2010-10-29 | 1 | -1/+1 | |
| | | | | | | basic logic, added initial platform support. llvm-svn: 117667 | |||||
* | ComputeLinearIndex doesn't need its TLI argument. | Dan Gohman | 2010-10-06 | 1 | -5/+5 | |
| | | | | llvm-svn: 115792 | |||||
* | Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value. | Bill Wendling | 2010-07-26 | 1 | -1/+1 | |
| | | | | llvm-svn: 109462 | |||||
* | Split -enable-finite-only-fp-math to two options: | Evan Cheng | 2010-07-15 | 1 | -1/+1 | |
| | | | | | | -enable-no-nans-fp-math and -enable-no-infs-fp-math. All of the current codegen fp math optimizations only care whether the fp arithmetics arguments and results can never be NaN. llvm-svn: 108465 | |||||
* | Move several SelectionDAG-independent utility functions out of the | Dan Gohman | 2010-04-21 | 1 | -0/+285 | |
SelectionDAG directory and into a new Analysis.cpp file. llvm-svn: 101975 |