- 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
- eba0bf5 PR736 has already been fixed. Remove XFAIL marker. by Evan Cheng · 18 years ago
- 1b6ab32 New test case for vector type argument pass by value. by Evan Cheng · 18 years ago
- 65b889f Fix call_adj.ll by Andrew Lenharth · 18 years ago
- 3aa92e4 Added sanity check for obviously bogus immediates by Andrew Lenharth · 18 years ago
- 1a93f1c Added regression that breaks gcc4 build by Andrew Lenharth · 18 years ago
- 4ac8974 Should pass by reference. by Evan Cheng · 18 years ago
- 4dfa85d Another entry by Evan Cheng · 18 years ago
- 9d62fa4 Add a note about a note by Chris Lattner · 18 years ago
- c703a8f Make PPC call lowering more aggressive, making the isel matching code simple by Chris Lattner · 18 years ago
- 7e399c1 Another typo. Pointed out by Nate Begeman. by Evan Cheng · 18 years ago
- 6c43f35 Fixed a LowerCallTo and LowerArguments bug. They were introducing illegal by Evan Cheng · 18 years ago
- e9b3da1 Fix an obvious bug in getPackedTypeBreakdown. Return 1 if type is legal. by Evan Cheng · 18 years ago
- 5beaacc Fix a mis-leading comment. by Evan Cheng · 18 years ago
- 782e601 Add a CloneModule call that exposes the mapping of values from the old module by Chris Lattner · 18 years ago
- c5d7d7c When we legalize target nodes, do not use getNode to create a new node, by Chris Lattner · 18 years ago
- b248e16 Add an assertion, avoid some unneeded work for each call. No functionality by Chris Lattner · 18 years ago
- 9a2a497 Switch PPC over to a call-selection model where the lowering code creates by Chris Lattner · 18 years ago
- 732baf3 add an external symbol testcase by Chris Lattner · 18 years ago
- 413100f new test for various forms of calls by Chris Lattner · 18 years ago
- 4e64b5b test for support to pass/return vectors to calls. by Chris Lattner · 18 years ago
- c8b682c 3 changes, 2 of which are cleanup one of which changes codegen: by Chris Lattner · 18 years ago
- c04ba7a implement passing/returning vector regs to calls, at least non-varargs calls. by Chris Lattner · 18 years ago
- da098e7 Add support for calls that pass and return legal vectors. by Chris Lattner · 18 years ago
- abde460 Instead of implementing LowerCallTo directly, let the default impl produce an by Chris Lattner · 18 years ago
- f4ec817 Add a new ISD::CALL node, make the default impl of TargetLowering::LowerCallTo by Chris Lattner · 18 years ago
- 6c0bfc7 Add a new CALL node. by Chris Lattner · 18 years ago
- 6cacaee There is now a default impl of this method by Chris Lattner · 18 years ago