- 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
- 2edd22b Emit module-level constants. by Chris Lattner · 18 years ago
- 00d56b9 modify per review commentary by Dale Johannesen · 18 years ago
- 2a5fa18 Fix by Devang Patel · 18 years ago
- 0b2482a Read global symtab by Chris Lattner · 18 years ago
- 8c99a8e fix off-by one by Chris Lattner · 18 years ago
- b992be1 write out the symtab for globals. by Chris Lattner · 18 years ago
- 56c42ef Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintaining by Dale Johannesen · 18 years ago
- bd24f3f add Align field, and use when generating function alignment by Dale Johannesen · 18 years ago
- 24fb52d add isThumb (unused as yet) by Dale Johannesen · 18 years ago
- 3bb6283 Fix generic getInlineAsmLength by Dale Johannesen · 18 years ago
- 19f5469 make EmitAlignment work the way Chris says it should by Dale Johannesen · 18 years ago
- d127c1b implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 18 years ago
- 36d5e7d first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 18 years ago
- 2e40d03 Cygwin doesn't have the RSS_LIMIT for get/setrlimit. by Reid Spencer · 18 years ago
- ede1d78 X86 TLS: optimize the implementation of "local exec" model. by Lauro Ramos Venancio · 18 years ago
- 47f96bf promote LLVMBitCodes to be a public header by Chris Lattner · 18 years ago
- 95c218a PR400 phase 2. Propagate attributed load/store information through DAGs. by Christopher Lamb · 18 years ago
- 7d2cc2b X86 TLS: fix and optimize the implementation of "initial exec" model. by Lauro Ramos Venancio · 18 years ago
- 032507d PR400 phase 1 implementation feedback. by Christopher Lamb · 18 years ago
- dc4cb35 Have compiler enforce this. by Jeff Cohen · 18 years ago
- a7f0d3c Support alignment queries for degenerate (length 1) vectors. by Christopher Lamb · 18 years ago
- 5c10424 Regenerated by Christopher Lamb · 18 years ago
- 43c7f37 PR400 work phase 1. Add attributed load/store instructions for volatile/align to LLVM. by Christopher Lamb · 18 years ago
- cb403d6 Fix build problem with Gentoo 4.1.1-r3. by Jeff Cohen · 18 years ago
- b90909e For PR1136: by Reid Spencer · 18 years ago
- b9707d5 add llvm ir bitcode definition file by Chris Lattner · 18 years ago
- 6742b4d build the bitcode dir by Chris Lattner · 18 years ago
- fd57cec Initial support for writing bitcode files. This currently only writes types, by Chris Lattner · 18 years ago
- caee0dc Initial support for reading bitcode files. They currently only read types, by Chris Lattner · 18 years ago
- 4f859aa For PR1146: by Reid Spencer · 18 years ago
- 0ae4a33 Implement PIC for arm-linux. by Lauro Ramos Venancio · 18 years ago
- 2c5c111 X86 TLS: Implement review feedback. by Lauro Ramos Venancio · 18 years ago
- c67bdc2 Revert Christopher Lamb's load/store alignment changes. by Reid Spencer · 18 years ago
- b3b0727 We only need one putchar which gives it a shot at getting matched by its users. by Reid Spencer · 18 years ago
- 2330e4d by Christopher Lamb · 18 years ago
- 1b7f584 Make PredicateSimplifier not use DominatorTree. by Owen Anderson · 18 years ago
- cdacc49 Fix a comment. by Owen Anderson · 18 years ago
- 3831c55 Reset vertex. by Devang Patel · 18 years ago
- d1458f1 Fix a bug that prevented the JIT from working correctly after llvm_shutdown. by Chris Lattner · 18 years ago
- cd07075 Fix regressions introduced by my previous patch: opt calls verifier in a by Chris Lattner · 18 years ago
- 0d3b678 Allow the lowering of ISD::GLOBAL_OFFSET_TABLE. by Lauro Ramos Venancio · 18 years ago
- 108ec4b avoid mutating a global in an accessor by Chris Lattner · 18 years ago
- f7e968a fit in 80 cols by Chris Lattner · 18 years ago
- 09b362c Comment out usage of write() for now. by Jeff Cohen · 18 years ago
- 2c639ad rename JIT::state -> JIT::jitstate to avoid shadowing ExecutionEngine::state by Chris Lattner · 18 years ago
- a5f5a9c Fix a problem where primitive types lose their name after llvm_shutdown is called. by Chris Lattner · 18 years ago
- 19b6dcd catch a case that was biting jeffc by Chris Lattner · 18 years ago
- b3a0417 Implement "general dynamic", "initial exec" and "local exec" TLS models for by Lauro Ramos Venancio · 18 years ago
- ba647be Specify S registers as D registers' sub-registers. by Evan Cheng · 18 years ago
- 6120433 Specify sub-register relations. e.g. RAX: [EAX], EAX: [AX], AX: [AL,AH]. by Evan Cheng · 18 years ago
- 3cafbf7 Add sub-registers sets. by Evan Cheng · 18 years ago
- 93305bc add a crazy idea by Chris Lattner · 18 years ago
- 58d7fbf Avoid recursion. by Devang Patel · 18 years ago
- df07335 Move more passes to using ETForest instead of DominatorTree. by Owen Anderson · 18 years ago
- 5d4d7f1 Make Microsoft assembler and linker happy. by Jeff Cohen · 18 years ago
- 3e1b03f Fix a message, patch by Christopher Lamb. by Chris Lattner · 18 years ago
- 267bfb5 Fix a bug in getFrameRegister. Reported by Raul Herbster. by Lauro Ramos Venancio · 18 years ago