| Commit message (Expand) | Author | Age | Files | Lines |
* | FrameIndex could be used as a value (addressof (arg)) or as an address. | Sanjiv Gupta | 2009-06-03 | 4 | -6/+62 |
* | Fixed a bug in which signed comparisons were being used instead of unsigned c... | Sanjiv Gupta | 2009-06-03 | 2 | -2/+4 |
* | Comment grammaro/clarification. | Dale Johannesen | 2009-06-01 | 1 | -2/+2 |
* | Untabification. | Bill Wendling | 2009-05-30 | 2 | -2/+2 |
* | Emit debug info for locals with proper scope. | Sanjiv Gupta | 2009-05-28 | 5 | -70/+195 |
* | Mark the branch insns correctly. | Sanjiv Gupta | 2009-05-28 | 1 | -1/+2 |
* | Fixing problems that got exposed after the refactoring of LegalizeDAG done in... | Sanjiv Gupta | 2009-05-28 | 1 | -4/+2 |
* | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov | 2009-05-23 | 1 | -1/+2 |
* | CMake: Use libpthread in tblgen when needed. Updated list of source | Oscar Fuentes | 2009-05-22 | 1 | -0/+1 |
* | Emit debug information for globals (which include automatic variables as well... | Sanjiv Gupta | 2009-05-22 | 4 | -0/+282 |
* | Change MachineInstrBuilder::addReg() to take a flag instead of a list of | Bill Wendling | 2009-05-13 | 1 | -2/+2 |
* | Run through the list of globals once and sectionize all types of globlas incl... | Sanjiv Gupta | 2009-05-13 | 4 | -38/+72 |
* | Iterate over globals once and sectionize them into appropriate sections. | Sanjiv Gupta | 2009-05-12 | 4 | -78/+111 |
* | We do not need to create a label for external defs and decls, | Sanjiv Gupta | 2009-05-12 | 2 | -17/+4 |
* | Mark mayLoad, mayStore for insns correctly and use them | Sanjiv Gupta | 2009-05-12 | 3 | -24/+14 |
* | Fix more naming issues. | Sanjiv Gupta | 2009-05-11 | 4 | -30/+69 |
* | Detect calls to compiler intrinsics and emit an extern declarations | Sanjiv Gupta | 2009-05-11 | 4 | -10/+43 |
* | Module iterator contains list of filescope functions as well, we don't need t... | Sanjiv Gupta | 2009-05-10 | 1 | -2/+2 |
* | Changed lowering and asmprinter to use ABI Names class called PAN. | Sanjiv Gupta | 2009-05-10 | 7 | -202/+281 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 2 | -6/+6 |
* | Use 16 bit arithmetic while retrieving the address of callee's frame during i... | Sanjiv Gupta | 2009-05-09 | 1 | -7/+16 |
* | Add missing #include for "strlen" which is used inline in this header. Fixes | Nick Lewycky | 2009-05-08 | 1 | -0/+1 |
* | Moved pic16 naming functions to correct place. | Sanjiv Gupta | 2009-05-08 | 3 | -84/+79 |
* | Eliminate compiler warnings. | Evan Cheng | 2009-05-07 | 1 | -2/+2 |
* | CMake: Updated lib/Target/PIC16/CMakeLists.txt. | Oscar Fuentes | 2009-05-06 | 1 | -0/+1 |
* | Emit banksel and movlp instructions. | Sanjiv Gupta | 2009-05-06 | 12 | -142/+586 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 5 | -8/+13 |
* | Add a public method called getAddressSpace() to the GlobalAddressSDNode. | Sanjiv Gupta | 2009-04-29 | 1 | -2/+1 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 5 | -11/+13 |
* | GlobalValue is always pointer type, so an assert isn't required. | Sanjiv Gupta | 2009-04-28 | 1 | -6/+1 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 5 | -13/+11 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 5 | -11/+13 |
* | Banksel immediate constant will always immediately follow the GA/ES, so scan ... | Sanjiv Gupta | 2009-04-23 | 1 | -18/+20 |
* | Make the function begin label start after ther data pointer. | Sanjiv Gupta | 2009-04-22 | 3 | -9/+12 |
* | Handle direct aggregate type arguments. | Sanjiv Gupta | 2009-04-21 | 2 | -51/+36 |
* | Remove unused variable. | Daniel Dunbar | 2009-04-20 | 1 | -1/+0 |
* | Emit the auto variables of a function into a different section than parameters. | Sanjiv Gupta | 2009-04-20 | 2 | -24/+46 |
* | Handle aggregate type arguments to direct and indirect calls. | Sanjiv Gupta | 2009-04-14 | 4 | -35/+101 |
* | While passing arg of types larger than char only one byte at lower end was ge... | Sanjiv Gupta | 2009-04-13 | 1 | -1/+1 |
* | Added code to handle spilling and reloading of FSRs. | Sanjiv Gupta | 2009-04-10 | 4 | -14/+61 |
* | The way we are trying to figure out banksel immediate operand may yield diffe... | Sanjiv Gupta | 2009-04-09 | 1 | -2/+3 |
* | Arguments to indirect calls were being passed incorrectly. They are not fixed... | Sanjiv Gupta | 2009-04-09 | 1 | -2/+6 |
* | r68576 unconverd a bug in PIC16 port (Thanks to Dan Gohman) where we were cus... | Sanjiv Gupta | 2009-04-09 | 1 | -5/+10 |
* | Emit .line debug directives for stoppoints. The debug location is retrieved b... | Sanjiv Gupta | 2009-04-08 | 5 | -24/+19 |
* | Handle indirect function calls. | Sanjiv Gupta | 2009-04-08 | 5 | -89/+346 |
* | Map stack based frameindices for spills to zero based indices that can be acc... | Sanjiv Gupta | 2009-04-06 | 5 | -33/+62 |
* | Fixed build warnings. | Sanjiv Gupta | 2009-04-02 | 1 | -2/+0 |
* | To convert the StopPoint insn into an assembler directive by ISel, we need to... | Sanjiv Gupta | 2009-04-02 | 4 | -0/+31 |
* | Params are not being generated as static globals now. The caller passes them ... | Sanjiv Gupta | 2009-04-02 | 5 | -53/+133 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 5 | -9/+10 |