| Commit message (Expand) | Author | Age | Files | Lines |
* | Introducing external weak linkage. Darwin codegen should be added later. | Anton Korobeynikov | 2006-12-01 | 2 | -8/+22 |
* | gcc doesn't like an empty colbber list | Andrew Lenharth | 2006-11-28 | 2 | -2/+6 |
* | Make identity default, and fix PR1020 | Andrew Lenharth | 2006-11-28 | 2 | -14/+6 |
* | update comments | Andrew Lenharth | 2006-11-28 | 2 | -4/+8 |
* | Get the asminfo for the target most closely matching the module and use that ... | Andrew Lenharth | 2006-11-28 | 2 | -56/+52 |
* | Preliminary support for inline asm in the cbe. The target specific ugliness | Andrew Lenharth | 2006-11-27 | 2 | -4/+328 |
* | When truncating to bool, it is necessary to & with 1 for all casts that | Reid Spencer | 2006-11-27 | 2 | -6/+20 |
* | For PR950: | Reid Spencer | 2006-11-27 | 2 | -56/+246 |
* | Simplify IntrinsicLowering and clarify that it is only for use by the | Chris Lattner | 2006-11-15 | 2 | -2/+2 |
* | For PR950: | Reid Spencer | 2006-11-08 | 2 | -34/+48 |
* | Fix a bug in the last patch and convert to && instead of & for logical expr. | Reid Spencer | 2006-11-05 | 2 | -4/+4 |
* | Implement the -enabled-cbe-printf-a feature. | Reid Spencer | 2006-11-05 | 2 | -4/+4 |
* | Make CBackend -pedantic clean. | Reid Spencer | 2006-11-03 | 1 | -2/+1 |
* | For PR786: | Reid Spencer | 2006-11-02 | 2 | -4/+4 |
* | For PR950: | Reid Spencer | 2006-11-02 | 2 | -20/+56 |
* | Enclose a case in { and } so that the pickier compilers don't complain. | Reid Spencer | 2006-10-26 | 2 | -0/+4 |
* | For PR950: | Reid Spencer | 2006-10-26 | 2 | -14/+322 |
* | Don't generate a prototype for _setjmp. At least on Linux, this function | Reid Spencer | 2006-10-22 | 2 | -4/+4 |
* | For PR950: | Reid Spencer | 2006-10-20 | 2 | -22/+22 |
* | Simplify some code, reformat break's | Chris Lattner | 2006-09-28 | 2 | -12/+24 |
* | Added some eye-candy for Subtarget type checking | Anton Korobeynikov | 2006-09-17 | 2 | -2/+18 |
* | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov | 2006-09-14 | 2 | -2/+24 |
* | Add cbe support for powi | Chris Lattner | 2006-09-09 | 2 | -0/+20 |
* | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner | 2006-09-04 | 3 | -8/+12 |
* | Simplify target construction. | Chris Lattner | 2006-09-03 | 1 | -1/+1 |
* | Make functions with an "asm" name propagate that asm name into the cbe.c file. | Chris Lattner | 2006-07-28 | 2 | -0/+12 |
* | __i386__, __i386, etc. are not defined for x86-64. Use __x86_64__. | Evan Cheng | 2006-06-20 | 2 | -2/+4 |
* | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | 2006-06-16 | 1 | -2/+1 |
* | Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmp | Chris Lattner | 2006-06-06 | 2 | -0/+12 |
* | Add mingw support, patch contributed by Anton | Chris Lattner | 2006-06-02 | 2 | -2/+2 |
* | For PR786: | Reid Spencer | 2006-06-01 | 1 | -0/+3 |
* | For PR786: | Reid Spencer | 2006-06-01 | 1 | -1/+0 |
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | Fix casting so there's no warning on Alpha. | Reid Spencer | 2006-05-31 | 2 | -2/+2 |
* | For PR786: | Reid Spencer | 2006-05-24 | 2 | -2/+2 |
* | Print struct return functions and calls as actually returning the hidden | Chris Lattner | 2006-05-23 | 2 | -150/+342 |
* | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson | 2006-05-12 | 1 | -0/+1 |
* | Fix a bug in Owen's checkin that broke the CBE on all non sparc v9 platforms. | Chris Lattner | 2006-05-03 | 1 | -1/+1 |
* | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -1/+6 |
* | Add checks for __OpenBSD__. | Jeff Cohen | 2006-04-17 | 2 | -2/+2 |
* | Modify how CBE handles #lines. | Jim Laskey | 2006-03-23 | 2 | -18/+10 |
* | Eliminate IntrinsicLowering from TargetMachine. | Chris Lattner | 2006-03-23 | 3 | -10/+8 |
* | Handle builtins that directly correspond to GCC builtins. | Chris Lattner | 2006-03-13 | 2 | -4/+50 |
* | Handle the removal of the debug chain. | Jim Laskey | 2006-03-13 | 2 | -4/+4 |
* | Add #line support for CBE. | Jim Laskey | 2006-03-08 | 2 | -0/+34 |
* | Two things: | Chris Lattner | 2006-03-07 | 2 | -24/+178 |
* | Another hack due to allowing multiple symbols with the same name. | Chris Lattner | 2006-02-13 | 2 | -22/+104 |
* | Make the C writer work with packed types. printContainedStructs is | Robert Bocchino | 2006-01-20 | 2 | -8/+98 |
* | Simplify CWriter::printContainedStructs, also allowing it to work with | Chris Lattner | 2006-01-20 | 2 | -36/+22 |
* | yet more C++ standards-compliance stuff. | Duraid Madina | 2005-12-27 | 2 | -0/+2 |