| Commit message (Expand) | Author | Age | Files | Lines |
* | Put code that generates debug labels into TableGen so that it can be used by | Bill Wendling | 2009-02-18 | 1 | -3/+4 |
* | Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16. | Dale Johannesen | 2009-02-13 | 1 | -2/+3 |
* | Move debug loc info along when the spiller creates new instructions. | Bill Wendling | 2009-02-12 | 1 | -4/+11 |
* | Function temporaries can not overlap with retval or args.See the comment in s... | Sanjiv Gupta | 2009-02-10 | 1 | -8/+20 |
* | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman | 2009-02-07 | 2 | -2/+2 |
* | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen | 2009-02-07 | 2 | -8/+8 |
* | Remove more non-DebugLoc getNode variants. Use | Dale Johannesen | 2009-02-06 | 1 | -3/+5 |
* | Remove more non-DebugLoc versions of getNode. | Dale Johannesen | 2009-02-06 | 1 | -21/+28 |
* | Print globl directive for variables with external linkage (global variables). | Sanjiv Gupta | 2009-02-06 | 1 | -0/+2 |
* | Get rid of one more non-DebugLoc getNode and | Dale Johannesen | 2009-02-06 | 1 | -3/+3 |
* | Get rid of 3 non-DebugLoc getNode variants. | Dale Johannesen | 2009-02-05 | 2 | -42/+53 |
* | Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. | Dale Johannesen | 2009-02-05 | 1 | -2/+3 |
* | Remove a few non-DebugLoc versions of node creation | Dale Johannesen | 2009-02-04 | 1 | -3/+3 |
* | Made the common case of default address space directive as non-virtual for pe... | Sanjiv Gupta | 2009-02-02 | 2 | -26/+22 |
* | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen | 2009-01-30 | 2 | -4/+5 |
* | Fixed the comment. No functionality change. | Sanjiv Gupta | 2009-01-30 | 1 | -1/+1 |
* | Use sublw for comparison with literals instead of subwf. | Sanjiv Gupta | 2009-01-30 | 1 | -9/+11 |
* | Enable emitting of constant values in non-default address space as well. The ... | Sanjiv Gupta | 2009-01-30 | 4 | -42/+38 |
* | Fixed build warnings. Restoring changes done in 62600, they were lost in 62655. | Sanjiv Gupta | 2009-01-21 | 2 | -4/+5 |
* | Cleanup whitespace and comments, and tweak some | Duncan Sands | 2009-01-21 | 2 | -9/+11 |
* | Implement LowerOperationWrapper for legalizer. | Sanjiv Gupta | 2009-01-21 | 5 | -138/+174 |
* | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng | 2009-01-20 | 2 | -4/+5 |
* | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman | 2009-01-15 | 1 | -1/+1 |
* | Checking in conditionals, function call, arrays and libcalls implementation. | Sanjiv Gupta | 2009-01-13 | 12 | -275/+1149 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -4/+4 |
* | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -3/+3 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -2/+0 |
* | Change the interface to the type legalization method | Duncan Sands | 2008-12-01 | 2 | -47/+59 |
* | Add include files needed when building with | Duncan Sands | 2008-11-28 | 2 | -0/+2 |
* | Eliminate a compile time warning. | Evan Cheng | 2008-11-27 | 1 | -1/+1 |
* | Cosmetic. | Evan Cheng | 2008-11-26 | 1 | -2/+2 |
* | Emit declaration for globals and externs. | Sanjiv Gupta | 2008-11-26 | 5 | -38/+120 |
* | Move target independent td files from lib/Target/ to include/llvm/Target so t... | Evan Cheng | 2008-11-24 | 1 | -1/+1 |
* | CMake: Removed source file from lib/Target/PIC16/CMakeLists.txt. | Oscar Fuentes | 2008-11-19 | 1 | -1/+0 |
* | Forgot to add this in the previous commit. | Sanjiv Gupta | 2008-11-19 | 1 | -0/+62 |
* | Fixed build warnings. | Sanjiv Gupta | 2008-11-19 | 2 | -4/+6 |
* | Added a more function PIC16 backend. However to get this working a patch in | Sanjiv Gupta | 2008-11-19 | 23 | -2307/+1579 |
* | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman | 2008-11-18 | 2 | -4/+6 |
* | Adds extern "C" ints to the .cpp files that use RegisterTarget, as | Oscar Fuentes | 2008-11-15 | 1 | -0/+8 |
* | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman | 2008-11-03 | 1 | -2/+3 |
* | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene | 2008-10-27 | 1 | -1/+1 |
* | Trim #includes. | Dan Gohman | 2008-10-16 | 2 | -6/+0 |
* | mark some targets as experimental. Andrew, if you think that Alpha is | Chris Lattner | 2008-10-16 | 1 | -1/+1 |
* | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -3/+3 |
* | Fix command-line option printing to print two spaces where needed, | Dan Gohman | 2008-10-14 | 1 | -1/+1 |
* | Add <cstdio> include where needed by gcc-4.4. | Duncan Sands | 2008-10-08 | 1 | -0/+1 |
* | Avoid creating two TargetLowering objects for each target. | Dan Gohman | 2008-10-03 | 1 | -6/+2 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 3 | -10/+10 |
* | CMake: Builds all targets. | Oscar Fuentes | 2008-09-26 | 1 | -0/+23 |
* | Remove dead code for PIC16 (preparation to switch to new section handling stuff) | Anton Korobeynikov | 2008-09-24 | 1 | -11/+1 |