- 32fe103 Switch X86 over to a call-selection model where the lowering code creates by Evan Cheng · 18 years ago
- 4360bdc CALL node change (arg / sign pairs instead of just arguments). by Evan Cheng · 18 years ago
- f6d62c2 CALL node change: now including signness of every argument. by Evan Cheng · 18 years ago
- 9657eac CALL node change: now containing signness of each argument. by Evan Cheng · 18 years ago
- 6a3d5a6 Assert if InflightSet is not cleared after instruction selecting a BB. by Evan Cheng · 18 years ago
- b0793f9 Fixed a really ugly bug. The TableGen'd isel is not freeing the "inflight set" by Evan Cheng · 18 years ago
- d63b964 Abstract out the current optimization level into a flag that can be overridden by Chris Lattner · 18 years ago
- f07ddcd Remove flags implied by -O3 by Chris Lattner · 18 years ago
- c98deeb Update testcase with recent cbe change by Chris Lattner · 18 years ago
- afe358e Clear HandleMap and ReplaceMap after instruction selection. Or it may cause by Evan Cheng · 18 years ago
- 19b7e0e For PR786: by Reid Spencer · 18 years ago
- 077b387 For PR786: Remove a spurious ; by Reid Spencer · 18 years ago
- e5aa8f3 Don't use -fomit-frame-pointer on darwin, it breaks stacktrace collection. by Chris Lattner · 18 years ago
- a04c0c4 Patch for a new instcombine xform, patch contributed by Nick Lewycky! by Chris Lattner · 18 years ago
- b464997 Testcase for a new instcombine xform, patch contributed by Nick Lewycky! by Chris Lattner · 18 years ago
- 243be2c Don't make zero-sized static arrays by Chris Lattner · 18 years ago
- d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
- c22158d One of these xforms is only safe with unsafe math enabled. by Chris Lattner · 18 years ago
- 2ef5e89 Fix CodeGen/Generic/vector.ll:test_div with altivec. by Chris Lattner · 18 years ago
- 5ecc0ac New testcase by Chris Lattner · 18 years ago
- 5734012 Handle SETO* like we handle SET*, restoring behavior after Evan's setcc by Chris Lattner · 18 years ago
- 0c54d89 Print struct return functions and calls as actually returning the hidden by Chris Lattner · 18 years ago
- c6d0567 Fix file header comment by Chris Lattner · 18 years ago
- 4db3af3 Better way to check for vararg. by Evan Cheng · 18 years ago
- 25caf63 Remove PreprocessCCCArguments and PreprocessFastCCArguments now that by Evan Cheng · 18 years ago
- 2d29709 Implement an annoying part of the Darwin/X86 abi: the callee of a struct by Chris Lattner · 18 years ago
- 80235d5 -enable-unsafe-fp-math implies -enable-finite-only-fp-math by Evan Cheng · 18 years ago
- 1fd8a4f Make class comment visible in Doxygen. by Vladimir Prus · 18 years ago
- 1247291 Fix missing include by Vladimir Prus · 18 years ago
- 13fcf6f Added a test case for FP equality check. by Evan Cheng · 18 years ago
- f6f9581 Incorrect SETCC CondCode used for FP comparisons. by Evan Cheng · 18 years ago
- 95942d7 Added option -enable-finite-only-fp-math. When on, the codegen can assume that by Evan Cheng · 18 years ago
- 4b442b5 implement minimal versions of by Rafael Espindola · 18 years ago
- eb82da8 Describe how to add a custom test. by Chris Lattner · 18 years ago
- 792321a Wrap long lines fix typo by Chris Lattner · 18 years ago
- 435bcd7 A isel deficiency. by Evan Cheng · 18 years ago
- 0fa145d For PR784: by Reid Spencer · 18 years ago
- 3c380e7 Back out indirect branch load folding hack. It broke some tests. by Evan Cheng · 18 years ago
- e8263e6 Add a note by Chris Lattner · 18 years ago
- bcd8a82 Make TargetData strings less redundant. by Owen Anderson · 18 years ago
- 01859e8 Silence a bogus gcc warning by Chris Lattner · 18 years ago
- f489fb2 Fix a parsing bug that caused 7 llvm-test regressions on PPC last night. by Chris Lattner · 18 years ago
- 4f7f71d - Use of load's chain result should be redirected to load's chain operand. by Evan Cheng · 18 years ago
- 0d23bc4 A new entry by Evan Cheng · 18 years ago
- 6b2e254 Missing break statements. by Evan Cheng · 18 years ago
- fb914c4 Remove unused patterns. by Evan Cheng · 18 years ago
- b245d92 Handle indirect call which folds a load manually. This never matches by by Evan Cheng · 18 years ago
- 8f7f4cc Sparc is big-endian. by Owen Anderson · 18 years ago
- d988b32 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 18 years ago
- a831a6c new testcase for csretcc by Chris Lattner · 18 years ago
- 0deaab8 Print csretcc calls like this: by Chris Lattner · 18 years ago
- ebf8e6c Fix misencoding of calling conventions by Chris Lattner · 18 years ago
- 7dd29aa pretty print csretcc for calls by Chris Lattner · 18 years ago
- cdbaeb5 CSRet allows varargs by Chris Lattner · 18 years ago
- 25f88aa Asmprint csret nicely by Chris Lattner · 18 years ago
- 7546619 Regenerate by Chris Lattner · 18 years ago
- 515906d Add support for parsing csret by Chris Lattner · 18 years ago
- 80105dd csret functions can be varargs (as can target cc's). Verify restrictions on by Chris Lattner · 18 years ago
- 91b1848 Add new calling convention, as documented in LangRef.html by Chris Lattner · 18 years ago
- 5710ce9 New calling convention I will be adding shortly. by Chris Lattner · 18 years ago
- f00f68a Add a note by Chris Lattner · 18 years ago
- 778ae71 Add a note by Chris Lattner · 18 years ago
- c11ab17 Split the SSE readme items out into their own README. by Chris Lattner · 18 years ago
- 2420d81 Split FP-stack notes out of the main readme. Next up: splitting out SSE. by Chris Lattner · 18 years ago
- 870cf1b Move a target-independent note out of the X86 readme. by Chris Lattner · 18 years ago
- de050a7 Particularly ugly code. by Chris Lattner · 18 years ago
- 82743da new testcase by Chris Lattner · 18 years ago
- bc2eba1 Fix a doxygen problem and break lines at 80 columns by Reid Spencer · 18 years ago
- c773de6 Fix some doxygen usage in these headers. by Reid Spencer · 18 years ago
- 6de0163 These can be transformed into lea as well. Not that we use this feature by Evan Cheng · 18 years ago
- 09e3c80 - Use exact-width integer types, e.g. int32_t, to avoid confusion. by Evan Cheng · 18 years ago
- 6fe8ff4 Use class tags instead of struct tags. The coding standards specify this by Chris Lattner · 18 years ago
- fc8feb1 Explicitly specify MOV32mi can only be used store 32-bit GV, etc. by Evan Cheng · 18 years ago
- d15531b Now that iPTR is a fully resolved type. We end up losing the type check for by Evan Cheng · 18 years ago
- dc124a2 implement movri add a stub LowerFORMAL_ARGUMENTS by Rafael Espindola · 18 years ago
- ffd4364 Added a Flags field to TargetOperandInfo. Currently the only flag is by Evan Cheng · 18 years ago
- 21d03f2 lib/Target/Target.td by Evan Cheng · 18 years ago
- 8b437e0 Improve error output. Use the third parameter of the "catch" command to by Reid Spencer · 18 years ago
- 16abfdf add a note by Chris Lattner · 18 years ago
- 3f705e6 add a note by Chris Lattner · 18 years ago
- d56aa55 Fix a bogus gcc warning by Andrew Lenharth · 18 years ago
- 751458d ImmMask should be 3 for a two-bit field; Compact X86II by Evan Cheng · 18 years ago
- ac4c75b Fix some think-o's in my last commit. Thanks to Chris for pointing them out. by Owen Anderson · 18 years ago
- 1d8b853 Change Module to use TargetData-compatible strings internally. by Owen Anderson · 18 years ago
- 0f3ac8d getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd. by Evan Cheng · 18 years ago
- 0cfd73a Remove CalleeSavedRegisters from class Target. by Evan Cheng · 18 years ago
- 764811f Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore. by Evan Cheng · 18 years ago
- f0dee9b This test is buggy: printf is a varargs function. This fixes the test with by Chris Lattner · 18 years ago
- dd1aac3 Make some changes suggested by Chris: by Reid Spencer · 18 years ago
- 84cc6db Fix a stupid bug when parsing TargetData strings. by Owen Anderson · 18 years ago
- 7044aac Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before the by Chris Lattner · 18 years ago
- af78ef5 Use generic iPTR instead i32 to represent pointer type. by Evan Cheng · 18 years ago
- c8999f2 Another entry by Evan Cheng · 18 years ago
- adbc9b7 Remove the llvm-db and bugpoint restrictions from the win32 platform so by Reid Spencer · 18 years ago
- c01d497 Remove PointerType from class Target by Evan Cheng · 18 years ago
- ed96fe8 Declare that lowerinvoke doesn't interact with other lowering passes. by Chris Lattner · 18 years ago
- 6b12516 Typo by Evan Cheng · 18 years ago
- d202ca4 Fix the result of the call to use a correct vbitconvert. There is no need to by Chris Lattner · 18 years ago
- 1b8daae Correct a previous patch which broke CodeGen/PowerPC/vec_call.ll by Chris Lattner · 18 years ago
- 2618d07 Remove PointerType from target definition. Use abstract type MVT::iPTR to by Evan Cheng · 18 years ago