| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 95111
|
|
|
|
|
|
|
|
|
| |
This adds location info for all llvm_unreachable calls (which is a macro now) in
!NDEBUG builds.
In NDEBUG builds location info and the message is off (it only prints
"UREACHABLE executed").
llvm-svn: 75640
|
|
|
|
|
|
|
|
|
| |
Make llvm_unreachable take an optional string, thus moving the cerr<< out of
line.
LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for
NDEBUG builds.
llvm-svn: 75379
|
|
|
|
|
|
| |
Patch by Samuel Tardieu.
llvm-svn: 57291
|
|
|
|
| |
llvm-svn: 45418
|
|
|
|
| |
llvm-svn: 34740
|
|
|
|
| |
llvm-svn: 34040
|
|
|
|
|
|
|
|
| |
definition of it into the CodeGen library. This is so that a backend doesn't
necessarily add in these writers if it doesn't use them (like in the lli
program).
llvm-svn: 34034
|
|
|
|
|
|
| |
non-Mach-O-specific information.
llvm-svn: 33819
|
|
that the MachOWriter needs in order to do its writing stuff 'n things.
llvm-svn: 33475
|