2007-04-28 |
Chris Lattner | Fix several latent bugs in EmitGEPOffset that didn... |
commit | commitdiff | tree | snapshot |
2007-04-28 |
Chris Lattner | Fix this to match change to InlineAsm class. |
commit | commitdiff | tree | snapshot |
2007-04-28 |
Chris Lattner | uhn zap cvs |
commit | commitdiff | tree | snapshot |
2007-04-28 |
Chris Lattner | represent indirect operands explicitly in inline asm... |
commit | commitdiff | tree | snapshot |
2007-04-28 |
Chris Lattner | Implement PR1345 and Transforms/InstCombine/bitcast... |
commit | commitdiff | tree | snapshot |
2007-04-28 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-04-28 |
Dale Johannesen | change per review |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Dale Johannesen | Prevent Thumb code from generating ARM instructions |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Lauro Ramos... | fix the test tls1. |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Lauro Ramos... | add TLS tests. |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Chris Lattner | add a GEP helper function |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Lauro Ramos... | add parenthesis. |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Evan Cheng | Doh. ARM::LEApcrel is a single instruction MI. |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Lauro Ramos... | In Thumb mode, the frame register must be R7. |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Chris Lattner | refactor some code relating to pointer cast xforms... |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Chris Lattner | Fix incorrect legalization of EHSELECTOR. This fixes |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Chris Lattner | make this testcase harder, to cover PR1326 |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Chris Lattner | reset errno to zero on entry to the application's main... |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Jeff Cohen | Fix prolific source of 'possible loss of data' warnings. |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Lauro Ramos... | ARM TLS: implement "general dynamic", "initial exec... |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Evan Cheng | Darwin runtime library does not have these. |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Evan Cheng | Special handling of LEApcrel and tLEApcrel. |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Evan Cheng | Back out previous check-in. Incorrect. |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Evan Cheng | tLEApcrel is a AddrModeTs, i.e. pc relative. |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Evan Cheng | Expand UINT_TO_FP in turns of SINT_TO_FP when UINTTOFP_... |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Duncan Sands | Test that eh_selector lowering accepts global variables... |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Chris Lattner | improve EH global handling, patch by Duncan Sands. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Devang Patel | Move ~Pass() from Pass.h into Pass.cpp |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Anton Korobeynikov | Unxfail tests |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Lattner | enable Anton's shift/and switch lowering stuff! It... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Dan Gohman | Fix PR1339 and CodeGen/X86/dollar-name.ll |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Bill Wendling | Have MMX registers clobbered in x86-64 too. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Devang Patel | Delete Analysis Resolver. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Dan Gohman | testcase for PR1339: http://llvm.org/PR1339 |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Anton Korobeynikov | Add test to proper place. Also, XFAIL until ppc bootstr... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Anton Korobeynikov | Fixx off-by-one bug, which prevents llvm-gcc bootstrap... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Dan Gohman | Update a comment to reflect recent changes in the type... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Andrew Lenharth | An example for PR1362 |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Evan Cheng | Rename findRegisterUseOperand to findRegisterUseOperand... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Reid Spencer | 1. Don't swap byte order in scanf. It isn't necessary... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Devang Patel | Use toplevel function pass manager as OnTheFly manager. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Lauro Ramos... | bugfix: remember that ResNode was declared. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Zhou Sheng | Add two test cases to cover apintification change. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Zhou Sheng | Using APInt more efficiently. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Jeff Cohen | Rename identifier that GCC uses as a macro, breaking... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Evan Cheng | Minor bug. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Lattner | start code for writing out instructions. Separate... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Lattner | start defining codes for instructions |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Lattner | regen |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Lattner | wrap long lines |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Lattner | enumerate BB's separately from other function values. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Reid Spencer | For PR1355: |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Lattner | add support for incorporating and purging functions... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Lattner | improve a comment |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Lattner | move some code around, fix a bug in the reader reading... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Lattner | add a new code |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Lattner | add bitcode alias support |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Lattner | add alias support to bitcode |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Chris Lattner | print aliases before functions |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Evan Cheng | Be careful when to add implicit kill / dead operands... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Evan Cheng | PR1348 test case. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Evan Cheng | Fix for PR1348. If stack inc / dec amount is > 32-bits... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Bill Wendling | Quiet a compiler warning about assignment in an if... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Chris Lattner | && no longer needed |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Evan Cheng | Match MachineFunction::UsedPhysRegs changes. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Evan Cheng | Change UsedPhysRegs from array bool to BitVector to... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Bill Wendling | Testcase for codegen bug. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Evan Cheng | Clean up. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Bill Wendling | Add SSSE3 as a feature of Core2. Add MMX registers... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Evan Cheng | Data structure change to improve compile time (especial... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Devang Patel | Mem2Reg does not need TargetData. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Evan Cheng | This was lefted out. Fixed sumarray-dbl. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Devang Patel | Mem2Reg does not need TargetData. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Anton Korobeynikov | Add missed semicolon. Resotre compatibility with older... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Chris Lattner | do the multiplication as signed, so that 2*-2 == -4... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Devang Patel | Remove unused function argument. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Jeff Cohen | Note new header file. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Anton Korobeynikov | Add missed file |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Lauro Ramos... | remember to emit weak reference in one more case. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Anton Korobeynikov | Regenerate |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Anton Korobeynikov | Implement aliases. This fixes PR1017 and it's dependent... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Evan Cheng | Fix for PR1306. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Evan Cheng | Test if a register is sub- or super-register of another. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Evan Cheng | Minor speed tweak. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Evan Cheng | Clean up. |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Evan Cheng | Relex assertions to account for additional implicit... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Chris Lattner | If an alloca only has two types of uses: 1) reads 2... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Chris Lattner | new testcase, should be able to eliminate the alloca... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Chris Lattner | simplify some code |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Chris Lattner | refactor the SROA code out into its own method, no... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Chris Lattner | support for >4G stack frames |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Chris Lattner | support for >4G frames |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Chris Lattner | support >4G stack frames |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Chris Lattner | support > 4G stack objects |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Owen Anderson | Undo my previous changes. Since my approach to this... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Chris Lattner | allow support for 64-bit stack objects |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Chris Lattner | allow 64-bit stack objects |
commit | commitdiff | tree | snapshot |
next |