Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it | Nate Begeman | 2006-08-23 | 6 | -44/+518 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -1/+0 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -83/+75 |
* | Turn off exception handling for this library. It no longer throws nor | Reid Spencer | 2006-08-23 | 1 | -1/+0 |
* | For PR797: | Reid Spencer | 2006-08-23 | 3 | -109/+63 |
* | For PR797: | Reid Spencer | 2006-08-23 | 6 | -45/+38 |
* | Make the ProgramName variable a std::string so we can eliminate the path | Reid Spencer | 2006-08-23 | 1 | -26/+14 |
* | For PR797: | Reid Spencer | 2006-08-23 | 2 | -11/+18 |
* | For PR797: | Reid Spencer | 2006-08-23 | 3 | -19/+30 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -5/+10 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -9/+18 |
* | Update for changes in Path class interface for exception removal. | Reid Spencer | 2006-08-22 | 1 | -16/+6 |
* | Make the sys::Path::GetTemporaryDirectory method not throw exceptions and | Reid Spencer | 2006-08-22 | 1 | -23/+30 |
* | Improve the LiveInterval class to keep track of which machine instruction | Chris Lattner | 2006-08-22 | 2 | -17/+40 |
* | Fix another occurrence of inverted logic on the result of MappedFile::map | Reid Spencer | 2006-08-22 | 1 | -1/+1 |
* | Inverse the error check logic for the MappedFile::map() call. It returns | Reid Spencer | 2006-08-22 | 2 | -2/+2 |
* | Don't throw needlessly. Failure of gettimeofday is *very* unlinkely so | Reid Spencer | 2006-08-22 | 1 | -2/+7 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -8/+16 |
* | For PR797: | Reid Spencer | 2006-08-22 | 2 | -118/+119 |
* | For PR797: | Reid Spencer | 2006-08-22 | 4 | -12/+38 |
* | For PR797: | Reid Spencer | 2006-08-22 | 2 | -7/+17 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -10/+15 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -8/+13 |
* | add a README.txt | Rafael Espindola | 2006-08-22 | 1 | -0/+9 |
* | Make an error message a little more intelligible. | Reid Spencer | 2006-08-22 | 1 | -1/+1 |
* | Print physreg names symbolically in dumps | Chris Lattner | 2006-08-21 | 1 | -2/+3 |
* | Print debug info as: | Chris Lattner | 2006-08-21 | 1 | -2/+5 |
* | initial support for select | Rafael Espindola | 2006-08-21 | 3 | -1/+42 |
* | Adding C++ member support. | Jim Laskey | 2006-08-21 | 2 | -62/+152 |
* | Adding new Dwarf constants. | Jim Laskey | 2006-08-21 | 1 | -0/+1 |
* | Fix PR861 | Chris Lattner | 2006-08-21 | 1 | -0/+1 |
* | Fix PR885 | Chris Lattner | 2006-08-21 | 2 | -7/+6 |
* | add the and instruction | Rafael Espindola | 2006-08-21 | 1 | -0/+4 |
* | Added a check so that if we have two machine instructions in this form | Bill Wendling | 2006-08-21 | 1 | -10/+30 |
* | For PR797: | Reid Spencer | 2006-08-21 | 1 | -8/+10 |
* | For PR797: | Reid Spencer | 2006-08-21 | 4 | -54/+126 |
* | For PR797: | Reid Spencer | 2006-08-21 | 3 | -3/+5 |
* | call computeRegisterProperties | Rafael Espindola | 2006-08-20 | 1 | -0/+6 |
* | regenerate | Chris Lattner | 2006-08-18 | 4 | -3844/+2881 |
* | trivial optimization | Chris Lattner | 2006-08-18 | 1 | -1/+4 |
* | Add a comment about the mechanisms used to rid AsmParser of exceptions. | Reid Spencer | 2006-08-18 | 4 | -214/+244 |
* | For PR797: | Reid Spencer | 2006-08-18 | 1 | -1/+0 |
* | Fix a grammaro in a comment. | Reid Spencer | 2006-08-18 | 1 | -1/+1 |
* | For PR797: | Reid Spencer | 2006-08-18 | 9 | -3256/+4729 |
* | Constify some methods. Patch provided by Anton Vayvod, thanks! | Chris Lattner | 2006-08-17 | 9 | -35/+35 |
* | Revert this patch, the front-end has been fixed to make it unneccesary. | Chris Lattner | 2006-08-17 | 1 | -15/+0 |
* | 'g' is handled by the front-end. | Chris Lattner | 2006-08-17 | 1 | -4/+0 |
* | Fix handling of 'g'. Closes 883 | Andrew Lenharth | 2006-08-17 | 1 | -0/+4 |
* | add a "load effective address" | Rafael Espindola | 2006-08-17 | 4 | -10/+30 |
* | Add the 'c' constraint as needed by the linux kernel | Andrew Lenharth | 2006-08-17 | 1 | -2/+7 |