- 54e2b14 Use integer log for metric calculation by Anton Korobeynikov · 18 years ago
- c415afc Insert new pre-header before new header. Original pre-header may by Devang Patel · 18 years ago
- 050d541 add a default ctor for AddrMode. by Chris Lattner · 18 years ago
- 24e90d3 Fix a bug where calling materializeModule could corrupt the module, reading by Chris Lattner · 18 years ago
- 5464b96 Preserve canonical loop form. by Devang Patel · 18 years ago
- 44f5fb4 When the number of elements is zero, don't malloc 32GB on 64-bit systems. by Jeff Cohen · 18 years ago
- 9101d86 Don't link against System or Support library. These things will already by Reid Spencer · 18 years ago
- 0522d8b Speed up installation a bit by ignoring .svn directories. by Reid Spencer · 18 years ago
- e988154 Do not create new pre-header. Reuse original pre-header. by Devang Patel · 18 years ago
- fa3e912 For PR1146: by Reid Spencer · 18 years ago
- 3aad26e Remove a memory leak, until ParamAttrsList is uniqued. by Reid Spencer · 18 years ago
- 4522c8a Simpler for() loops. by Devang Patel · 18 years ago
- cfde959 Fix future bug. Of course, Chris spotted this. by Devang Patel · 18 years ago
- 24a1c49 More cosmetic changes. by Devang Patel · 18 years ago
- 3223133 Only cosmetic changes. Zero functionality Change. by Devang Patel · 18 years ago
- 4746ecf For PR1146: by Reid Spencer · 18 years ago
- efc3662 Unbreak VC++ build. by Jeff Cohen · 18 years ago
- 4198c58 Next stage into switch lowering refactoring by Anton Korobeynikov · 18 years ago
- a9f120b Convert ImmediateDominators::DFSPass from being recursive to being iterative. by Chris Lattner · 18 years ago
- 5694b6e For PR1146: by Reid Spencer · 18 years ago
- 7b5d466 Regenerate by Reid Spencer · 18 years ago
- 460dd9b For PR1146: Adapt handling of parameter attributes to use ParamAttrsList class. by Reid Spencer · 18 years ago
- 91ac04a For PR1146: by Reid Spencer · 18 years ago
- 8129a39 For PR1146: Simplify construction of FunctionType to use default arguments. by Reid Spencer · 18 years ago
- ac66f42 For PR1146: Parameter attributes can now be defaulted for intrinsics. by Reid Spencer · 18 years ago
- b138a06 For PR1146: Adjust writing of parameter attributes to use ParamAttrList class. by Reid Spencer · 18 years ago
- 8645fb9 minor cleanups by Chris Lattner · 18 years ago
- 89b1f46 For PR1146: Move parameter attributes functionality to ParamAttrsList class. by Reid Spencer · 18 years ago
- e365af5 For PR1146: by Reid Spencer · 18 years ago
- 0f65cad move a bunch of register constraints from being handled by by Chris Lattner · 18 years ago
- e5a24ec implement support for CodeGen/X86/inline-asm-x-scalar.ll:test3 - i32/i64 values by Chris Lattner · 18 years ago
- 1a6acc2 implement CodeGen/X86/inline-asm-x-scalar.ll:test3 by Chris Lattner · 18 years ago
- 7dadb92 add another test by Chris Lattner · 18 years ago
- ff33cc4 add some assertions by Chris Lattner · 18 years ago
- ad043e8 implement CodeGen/X86/inline-asm-x-scalar.ll by Chris Lattner · 18 years ago
- d4dbaf8 The x constraint allows scalar FP values as well as vectors. by Chris Lattner · 18 years ago
- 8ea3257 Move isReachableFromEntry out of line to avoid an unnecessary #include by Owen Anderson · 18 years ago
- 39a6a36 Fix a bug that caused alignment information to occasionally get stripped off by Chris Lattner · 18 years ago
- 3d6b71e Regenerate by Reid Spencer · 18 years ago
- 744d036 Drop the implementation keyword. by Reid Spencer · 18 years ago
- 021220c Chris convinced me that the default size of the SmallVector (2) was too by Reid Spencer · 18 years ago
- 8546409 Fix PR1304 and Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll by Chris Lattner · 18 years ago
- 7cae8ad new testcase for PR1304 by Chris Lattner · 18 years ago
- 1f831ff Remove redundancy. by Reid Spencer · 18 years ago
- 0ebe9c1 Fix a bug introduced with my previous patch, where it didn't correctly handle by Chris Lattner · 18 years ago
- 599ded1 Eliminate useless insertelement instructions. This implements by Chris Lattner · 18 years ago
- 2d87734 new testcase for PR1286 by Chris Lattner · 18 years ago
- 558fc74 Cleanup some from my DomSet-removal changes. Add a new by Owen Anderson · 18 years ago
- d2eae62 Fix CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll and PR1308: by Chris Lattner · 18 years ago
- 7c05827 new testcase for PR1308 by Chris Lattner · 18 years ago
- 4b993b1 Fix PR1316 by Chris Lattner · 18 years ago
- 8dd4f53 No functional change, this is just easier to read and debug. by Reid Spencer · 18 years ago
- b2ff383 Fix a typo. by Reid Spencer · 18 years ago
- a3c4112 Implement more feedback: by Reid Spencer · 18 years ago
- 921169b Fix for CodeGen/X86/2007-04-08-InlineAsmCrash.ll and PR1314 by Chris Lattner · 18 years ago
- 363a6df testcase for PR1314 by Chris Lattner · 18 years ago
- 0697ca0 Implement review feedback. by Reid Spencer · 18 years ago
- 27dcbe5 Fix this testcase to fail if the bug were reintroduced. by Nick Lewycky · 18 years ago
- cd4abb7 Remove DomSet completely. This concludes work on PR1171. by Owen Anderson · 18 years ago
- 3a37b6b Track new header file. by Jeff Cohen · 18 years ago
- e281259 Make sure temporary data is not used past its life span. by Reid Spencer · 18 years ago
- b9125b1 Make TempDir a PathWithStatus so we don't have to cast it to one. by Reid Spencer · 18 years ago
- 7b57fe3 Avoid temporary construction and potential for corrupted data access. by Reid Spencer · 18 years ago
- 84c8a9c Implement the output inserter for PathWithStatus by Reid Spencer · 18 years ago
- 184e67e Don't rely on destructed local storage. Thanks, Chris. by Reid Spencer · 18 years ago
- 5104785 Fix a typo that broke SimplifyLibCalls/SPrintF.ll (pr1315) by Chris Lattner · 18 years ago
- 6091ebd For PR1146: New header file to provide parameter attribute declarations. by Reid Spencer · 18 years ago
- 993243b this xform is correct, not an xfail by Chris Lattner · 18 years ago
- 044e533 reenable this xform, whoops :) by Chris Lattner · 18 years ago
- 6d8cdf1 make xfail info more nice by Chris Lattner · 18 years ago
- 6cae0e0 Fix regression on Instcombine/apint-or2.ll by Chris Lattner · 18 years ago
- 87ff2dd tweak this to test the right thing. by Chris Lattner · 18 years ago
- 35921fa testrunner should print out xfail info. by Chris Lattner · 18 years ago
- c5e7ea4 Generalize the code that handles (A&B)|(A&C) to work where B/C are not constants. by Chris Lattner · 18 years ago
- 251396a new testcase, should simplify down to a xor/and/xor sequence. by Chris Lattner · 18 years ago
- 5cef3c6 implement a fixme: move optimizations for fwrite out of fputs into a new by Chris Lattner · 18 years ago
- a397ce1 Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson. by Nick Lewycky · 18 years ago
- 51bc779 Don't crash when encountering a BasicBlock that hasn't been registered yet. by Nick Lewycky · 18 years ago
- 0cd3a23 Significantly simplify the clients of GetConstantStringInfo, by having it by Chris Lattner · 18 years ago
- 73f5d42 Fix problems in the sprintf optimizer by Chris Lattner · 18 years ago
- 3492cda Change CastToCStr to take a pointer instead of a reference. by Chris Lattner · 18 years ago
- 3110289 Unbreak VC++ build. by Jeff Cohen · 18 years ago
- b600669 these test a pass that no longer exists. by Chris Lattner · 18 years ago
- af33e65 Fix an off-by-one error that broke Prolangs/deriv2 with llc on x86 by Chris Lattner · 18 years ago
- a41c7b4 xfail these until owen can figure out the right fix by Chris Lattner · 18 years ago
- a021d5d Avoid a useless temporary constrution. by Reid Spencer · 18 years ago
- be5dcf5 For PR1291: Change to use PathWithStatus by Reid Spencer · 18 years ago
- 8e27acf Update for PathWithStatus by Reid Spencer · 18 years ago
- 44218f9 Fix another PathWithStatus issue. by Reid Spencer · 18 years ago
- c74b461 For PR1291: by Reid Spencer · 18 years ago
- 2ae9d11 For PR1291: by Reid Spencer · 18 years ago
- e9ed445 Add DomSet back, and revert the changes to LoopSimplify. Apparently the by Owen Anderson · 18 years ago
- 414de4d Eliminate unnecessary APInt construction. by Zhou Sheng · 18 years ago
- 6db928a Rephrase linker explanation. by Duncan Sands · 18 years ago
- fdc1e16 Make APInt variables do the computation stuffs instead of by Zhou Sheng · 18 years ago
- 8342836 Eliminate unnecessary zext/trunc stuffs. by Zhou Sheng · 18 years ago
- a3b12dd Regenerate. by Reid Spencer · 18 years ago
- b289f19 For PR1312: by Reid Spencer · 18 years ago
- ac4d664 Add support for cast instructions. by Nick Lewycky · 18 years ago
- e32157c Add signExtend to ConstantRange, to complement zeroExtend and truncate. by Nick Lewycky · 18 years ago