- 0c58340 Significant refactoring of the inline asm stuff, to support future changes. by Chris Lattner · 18 years ago
- 9c9b63a Regenerate. by Reid Spencer · 18 years ago
- 863dd88 Revert the premature portion of the last commit. by Reid Spencer · 18 years ago
- 7dde0ff This is not "FIXME" anymore by Anton Korobeynikov · 18 years ago
- 0f53f7f Let Verifier check aliasees by Anton Korobeynikov · 18 years ago
- 3cb4dda Fix a compilation error (jump to case label). by Reid Spencer · 18 years ago
- 38e0980 Regenerate by Anton Korobeynikov · 18 years ago
- a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 18 years ago
- 44b2c50 memory inputs to an inline asm are required to have an address available. by Chris Lattner · 18 years ago
- f2f3cd5 Fix CodeGen/Generic/2007-04-27-LargeMemObject.ll and by Chris Lattner · 18 years ago
- bb58b9c add a way to make this less brittle by Chris Lattner · 18 years ago
- 7f3c4d4 fix a bug triggered by 403.gcc by Chris Lattner · 18 years ago
- e62f021 Fix several latent bugs in EmitGEPOffset that didn't manifest with its by Chris Lattner · 18 years ago
- b017318 Fix this to match change to InlineAsm class. by Chris Lattner · 18 years ago
- 53c22fc uhn zap cvs by Chris Lattner · 18 years ago
- 73d0d0d represent indirect operands explicitly in inline asm strings. by Chris Lattner · 18 years ago
- 9bc1464 Implement PR1345 and Transforms/InstCombine/bitcast-gep.ll by Chris Lattner · 18 years ago
- caa8055 change per review by Dale Johannesen · 18 years ago
- 25c1f9e Prevent Thumb code from generating ARM instructions by Dale Johannesen · 18 years ago
- 6b0974c add a GEP helper function by Chris Lattner · 18 years ago
- 4c6d20a add parenthesis. by Lauro Ramos Venancio · 18 years ago
- 185ea1e Doh. ARM::LEApcrel is a single instruction MI. by Evan Cheng · 18 years ago
- fdc9692 In Thumb mode, the frame register must be R7. by Lauro Ramos Venancio · 18 years ago
- d3e2834 refactor some code relating to pointer cast xforms, pulling it out of the codepath by Chris Lattner · 18 years ago
- eb7f34f Fix incorrect legalization of EHSELECTOR. This fixes by Chris Lattner · 18 years ago
- 64f4fa5 ARM TLS: implement "general dynamic", "initial exec" and "local exec" models. by Lauro Ramos Venancio · 18 years ago
- b1df8f2 Darwin runtime library does not have these. by Evan Cheng · 18 years ago
- 768c9f7 Special handling of LEApcrel and tLEApcrel. by Evan Cheng · 18 years ago
- eec041a Back out previous check-in. Incorrect. by Evan Cheng · 18 years ago
- 33fdc98 tLEApcrel is a AddrModeTs, i.e. pc relative. by Evan Cheng · 18 years ago
- 4c6cfad Expand UINT_TO_FP in turns of SINT_TO_FP when UINTTOFP_* libcalls are not available. by Evan Cheng · 18 years ago
- 99f9a77 improve EH global handling, patch by Duncan Sands. by Chris Lattner · 18 years ago
- 6e21ff0 Move ~Pass() from Pass.h into Pass.cpp by Devang Patel · 18 years ago
- 64c0f84 enable Anton's shift/and switch lowering stuff! It now passes ppc bootstrap by Chris Lattner · 18 years ago
- 2a3250c Fix PR1339 and CodeGen/X86/dollar-name.ll by Dan Gohman · 18 years ago
- bff35d1 Have MMX registers clobbered in x86-64 too. by Bill Wendling · 18 years ago
- ab8fd40 Fixx off-by-one bug, which prevents llvm-gcc bootstrap on ppc32 by Anton Korobeynikov · 18 years ago
- edc1d15 Fix a typo in a comment. by Dan Gohman · 18 years ago
- faa5107 Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion. by Evan Cheng · 18 years ago
- 6bc6333 1. Don't swap byte order in scanf. It isn't necessary and leads to by Reid Spencer · 18 years ago
- dfa1ec3 Use toplevel function pass manager as OnTheFly manager. by Devang Patel · 18 years ago
- c125c00 Using APInt more efficiently. by Zhou Sheng · 18 years ago
- 8e29b21 Minor bug. by Evan Cheng · 18 years ago
- b9d0c2a start code for writing out instructions. Separate BB#s from normal value #'s. by Chris Lattner · 18 years ago
- 6cdc682 regen by Chris Lattner · 18 years ago
- 4989b84 wrap long lines by Chris Lattner · 18 years ago
- c59c0af enumerate BB's separately from other function values. by Chris Lattner · 18 years ago
- 8d35c79 add support for incorporating and purging functions to the value enumerator by Chris Lattner · 18 years ago
- 51d5f29 improve a comment by Chris Lattner · 18 years ago
- 198f34a move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 18 years ago
- 07d98b4 add bitcode alias support by Chris Lattner · 18 years ago
- 69dacfc print aliases before functions by Chris Lattner · 18 years ago
- 0535028 Be careful when to add implicit kill / dead operands. Don't add them during / post reg-allocation. by Evan Cheng · 18 years ago
- a24dddd Fix for PR1348. If stack inc / dec amount is > 32-bits, issue a series of add / sub instructions. by Evan Cheng · 18 years ago
- 9de1371 Quiet a compiler warning about assignment in an if-then conditional. by Bill Wendling · 18 years ago
- 6c087e5 Match MachineFunction::UsedPhysRegs changes. by Evan Cheng · 18 years ago
- 505e551 Change UsedPhysRegs from array bool to BitVector to save some space. Setting / getting its states now go through MachineFunction. by Evan Cheng · 18 years ago
- ade31f9 Clean up. by Evan Cheng · 18 years ago
- 3f3a17d Add SSSE3 as a feature of Core2. Add MMX registers to the list of registers by Bill Wendling · 18 years ago
- e96f501 Data structure change to improve compile time (especially in debug mode). by Evan Cheng · 18 years ago
- c1a3520 This was lefted out. Fixed sumarray-dbl. by Evan Cheng · 18 years ago
- 68c01b3 Mem2Reg does not need TargetData. by Devang Patel · 18 years ago
- c0fabcb Add missed semicolon. Resotre compatibility with older bisons by Anton Korobeynikov · 18 years ago
- 7c6eefa do the multiplication as signed, so that 2*-2 == -4 instead of 4294967292 by Chris Lattner · 18 years ago
- 41968df Remove unused function argument. by Devang Patel · 18 years ago
- 305b8a5 remember to emit weak reference in one more case. by Lauro Ramos Venancio · 18 years ago
- 77d0f97 Regenerate by Anton Korobeynikov · 18 years ago
- 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 18 years ago
- 24a3cc4 Fix for PR1306. by Evan Cheng · 18 years ago
- 92efbfc Clean up. by Evan Cheng · 18 years ago
- 1e341729 Relex assertions to account for additional implicit def / use operands. by Evan Cheng · 18 years ago
- 79b3bd3 If an alloca only has two types of uses: 1) reads 2) a memcpy/memmove that by Chris Lattner · 18 years ago
- 1a34b7b simplify some code by Chris Lattner · 18 years ago
- a10b29b refactor the SROA code out into its own method, no functionality change. by Chris Lattner · 18 years ago
- ea84c5e support for >4G stack frames by Chris Lattner · 18 years ago
- 6180780 support >4G stack frames by Chris Lattner · 18 years ago
- a401b1e support > 4G stack objects by Chris Lattner · 18 years ago
- ab0e4d3 Undo my previous changes. Since my approach to this problem is being revised, by Owen Anderson · 18 years ago
- 6266c18 allow support for 64-bit stack objects by Chris Lattner · 18 years ago
- 75abc1e Fix by Devang Patel · 18 years ago
- 964dd86 Be more careful about folding op(x, undef) when we have vector operands. by Chris Lattner · 18 years ago
- 6c2d260 Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll by Chris Lattner · 18 years ago
- a2c38ae Update. by Bill Wendling · 18 years ago
- b53e98e Add the PADDQ to the list. by Bill Wendling · 18 years ago
- 69dc533 Add the final MMX instructions. Correct a few wrong patterns. by Bill Wendling · 18 years ago
- 6dd29e0 Remove some invalid instructions from this check. by Bill Wendling · 18 years ago
- 2f9bb1a Support for the special case of a vector with the canonical form: by Bill Wendling · 18 years ago
- 95b3955 Assertion when using a 1-element vector for an add operation. Get the by Bill Wendling · 18 years ago
- f66d20d ensure that every error return sets a message (and goes through Error, for by Chris Lattner · 18 years ago
- 084a844 fix memory leak by Chris Lattner · 18 years ago
- 4ab2d20 fix a memory leak by Chris Lattner · 18 years ago
- f581c3b implement reading and writing of constant exprs. by Chris Lattner · 18 years ago
- 3a2b58f Rollback some changes that adversely affected performance. I'm currently rethinking by Owen Anderson · 18 years ago
- 522b7b1 implement support for reading aggregate constants, including handling forward by Chris Lattner · 18 years ago
- 0eef080 add supprot for FP constants, wide integers, and fix the encoding of MININT by Chris Lattner · 18 years ago
- e16504e read basic constants: null, undef, integers <= 64bits by Chris Lattner · 18 years ago
- 631a8ed fix off-by-one computing size for section abbrevs by Chris Lattner · 18 years ago
- f147a8d Use '-1U' where '-1UL' is obvious overkill, eliminating gcc warnings about by Scott Michel · 18 years ago
- e84bcb9 move check to the right place :) by Chris Lattner · 18 years ago
- 6dbfd7b track global inits by Chris Lattner · 18 years ago