Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 1 | -2/+2 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 1 | -2/+3 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Emit an error when a library is not found. It is the GNU ld behavior and it i... | Lauro Ramos Venancio | 2008-02-27 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Improve error handling in the linker by: | Reid Spencer | 2007-08-16 | 1 | -6/+6 |
* | Ensure that error messages a propagated from calls to LinkInModule so they get | Reid Spencer | 2007-08-16 | 1 | -3/+4 |
* | Allow the filename "-" to be a place holder for stdin. This allows directing | Reid Spencer | 2007-08-08 | 1 | -0/+16 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+221 |