- 1b8daae Correct a previous patch which broke CodeGen/PowerPC/vec_call.ll by Chris Lattner · 19 years ago
- 2618d07 Remove PointerType from target definition. Use abstract type MVT::iPTR to by Evan Cheng · 19 years ago
- eba0bf5 PR736 has already been fixed. Remove XFAIL marker. by Evan Cheng · 19 years ago
- 1b6ab32 New test case for vector type argument pass by value. by Evan Cheng · 19 years ago
- 65b889f Fix call_adj.ll by Andrew Lenharth · 19 years ago
- 3aa92e4 Added sanity check for obviously bogus immediates by Andrew Lenharth · 19 years ago
- 1a93f1c Added regression that breaks gcc4 build by Andrew Lenharth · 19 years ago
- 4ac8974 Should pass by reference. by Evan Cheng · 19 years ago
- 4dfa85d Another entry by Evan Cheng · 19 years ago
- 9d62fa4 Add a note about a note by Chris Lattner · 19 years ago
- c703a8f Make PPC call lowering more aggressive, making the isel matching code simple by Chris Lattner · 19 years ago
- 7e399c1 Another typo. Pointed out by Nate Begeman. by Evan Cheng · 19 years ago
- 6c43f35 Fixed a LowerCallTo and LowerArguments bug. They were introducing illegal by Evan Cheng · 19 years ago
- e9b3da1 Fix an obvious bug in getPackedTypeBreakdown. Return 1 if type is legal. by Evan Cheng · 19 years ago
- 5beaacc Fix a mis-leading comment. by Evan Cheng · 19 years ago
- 782e601 Add a CloneModule call that exposes the mapping of values from the old module by Chris Lattner · 19 years ago
- c5d7d7c When we legalize target nodes, do not use getNode to create a new node, by Chris Lattner · 19 years ago
- b248e16 Add an assertion, avoid some unneeded work for each call. No functionality by Chris Lattner · 19 years ago
- 9a2a497 Switch PPC over to a call-selection model where the lowering code creates by Chris Lattner · 19 years ago
- 732baf3 add an external symbol testcase by Chris Lattner · 19 years ago
- 413100f new test for various forms of calls by Chris Lattner · 19 years ago
- 4e64b5b test for support to pass/return vectors to calls. by Chris Lattner · 19 years ago
- c8b682c 3 changes, 2 of which are cleanup one of which changes codegen: by Chris Lattner · 19 years ago
- c04ba7a implement passing/returning vector regs to calls, at least non-varargs calls. by Chris Lattner · 19 years ago
- da098e7 Add support for calls that pass and return legal vectors. by Chris Lattner · 19 years ago
- abde460 Instead of implementing LowerCallTo directly, let the default impl produce an by Chris Lattner · 19 years ago
- f4ec817 Add a new ISD::CALL node, make the default impl of TargetLowering::LowerCallTo by Chris Lattner · 19 years ago
- 6c0bfc7 Add a new CALL node. by Chris Lattner · 19 years ago
- 6cacaee There is now a default impl of this method by Chris Lattner · 19 years ago
- af4ec0c Simplify the argument counting logic by only incrementing the index. by Chris Lattner · 19 years ago
- b375b5e Simplify the dead argument handling code. by Chris Lattner · 19 years ago
- be4849a Vector args passed in registers don't reserve stack space. by Chris Lattner · 19 years ago
- 7c65a30 Another testcase that shouldn't need vrsave twiddling by Chris Lattner · 19 years ago
- 8ab5fe5 Switch the PPC backend over to using FORMAL_ARGUMENTS for formal argument by Chris Lattner · 19 years ago
- 3e34849 this should be 128 I think by Andrew Lenharth · 19 years ago
- dae9cbe Move this code to a common place by Andrew Lenharth · 19 years ago
- 258926a Remove this xfail-d test, which doesn't make any sense by Chris Lattner · 19 years ago
- aa9406b Implement the custom lowering hook right, returning values for all of the by Chris Lattner · 19 years ago
- e7746c9 Fix a bug I introduced yesterday, which broke functions with *no* arguments. by Chris Lattner · 19 years ago
- 0582887 Make sure to default ${prefix} to /usr/local if the user didn't specify it. by Reid Spencer · 19 years ago
- 069287d X86 integer register classes naming changes. Make them consistent with FP, vector classes. by Evan Cheng · 19 years ago
- 44a65fa Allow patterns to refer to physical registers that belong to multiple by Evan Cheng · 19 years ago
- c14c936 Make sure that $(CXX.Flags) is passed to the linker so that the same options by Reid Spencer · 19 years ago
- f3af4ff Make this print the right start pointer by Chris Lattner · 19 years ago
- 8c0c10c Add a chain to FORMAL_ARGUMENTS. This is a minimal port of the X86 backend, by Chris Lattner · 19 years ago
- c1a8ad7 Add a chain to FORMAL_ARGUMENTS. by Chris Lattner · 19 years ago
- e438c2a Replace "../whatever.td" with "whatever.td", so that out-of-tree backends by Vladimir Prus · 19 years ago
- 6413fb7 For PR778: Improve doxygenification of this header file. by Reid Spencer · 19 years ago
- ab51997 When linking, make sure the project libraries are linked before the LLVM by Reid Spencer · 19 years ago
- 9664541 Move function-live-in-handling code from the sdisel code to the scheduler. by Chris Lattner · 19 years ago
- 4e92027 Print the vreg that livein physregs are live in by Chris Lattner · 19 years ago
- e2e4173 Legalize FORMAL_ARGUMENTS nodes correctly, we don't want to legalize them once by Chris Lattner · 19 years ago
- 1100eea Add my homepage, as a test that commit access works by Vladimir Prus · 19 years ago
- 00402c7 Fit in 80 cols by Chris Lattner · 19 years ago
- 1c8f053 add an abort after every assert(0) by Rafael Espindola · 19 years ago
- c64f148 For PR777: by Reid Spencer · 19 years ago
- 80626a7 Upgrade in preparation for doxygen 1.4.4. The config file format changed, by Reid Spencer · 19 years ago
- 94ae9d3 Improve comment, patch provided by Vladimir Prus! by Chris Lattner · 19 years ago
- 374ab30 Update dox, patch by Vladimir Prus! by Chris Lattner · 19 years ago
- 6460bec Improve comments, patch provided by Vladimir Prus! by Chris Lattner · 19 years ago
- f1925cb Doxygenify the comments, bringing the file level comments down to be attached by Reid Spencer · 19 years ago
- f1d2337 Remove some dead code, identified by coverity. by Chris Lattner · 19 years ago
- 71a1872 Add myself to the credits. by Owen Anderson · 19 years ago
- 7bc59bc added a skeleton of the ARM backend by Rafael Espindola · 19 years ago
- a3fdc02 added myself to CREDITS.TXT by Rafael Espindola · 19 years ago
- c780982 Free memory allocated by copy_env. by Chris Lattner · 19 years ago
- 53bd1b9 print a nice error if bugpoint gets an error reading inputs. Bug identified by Chris Lattner · 19 years ago
- f877e60 Fix a bug found by inspection. by Chris Lattner · 19 years ago
- c3bb700 improve comment. by Chris Lattner · 19 years ago
- b461131 Catch a potentially thrown exception. by Chris Lattner · 19 years ago
- 59e8de3 Improve documentation on throwing, it is not complete still though. :( by Chris Lattner · 19 years ago
- 6f3ada5 LoadLibraryPermanently can theoretically throw an exception. Do not propagate by Chris Lattner · 19 years ago
- f883eb9 Bug noticed, by inspection. Filename can be null. by Chris Lattner · 19 years ago
- 505f9c8 This function is not documented as throwing an exception and callers don't by Chris Lattner · 19 years ago
- 5b5cc5f inverted logic, caught by coverity by Chris Lattner · 19 years ago
- a0fcc3e remove some dead code identified by coverity by Chris Lattner · 19 years ago
- 2f86362 Delete memory allocated by CopyEnv by Chris Lattner · 19 years ago
- ff8953a remove dead var by Chris Lattner · 19 years ago
- 36a169e remove dead variables by Chris Lattner · 19 years ago
- 76b8a33 Change token to match asmprinter output by Chris Lattner · 19 years ago
- 3e246dd Backing out last check-in for now. It's causing an infinite loop gccas lencode. by Evan Cheng · 19 years ago
- 506efda Update comment. by Chris Lattner · 19 years ago
- fd50080 This is a proper fix for the compiler warning. A termination condition is by Chris Lattner · 19 years ago
- ca960c9 Fix an infinite loop bug that Vladimir Prus identified. by Reid Spencer · 19 years ago
- c7365a9 Add a #include <cassert> for situations where Casting.h is used standalone. by Reid Spencer · 19 years ago
- 8820ad5 Fixing 2006-05-01-SchedCausingSpills.ll; some clean up by Evan Cheng · 19 years ago
- ee00a1d Revert an un-intended change by Evan Cheng · 19 years ago
- dd73e7f Don't try to reference uninitialized data. Make sure we can find "nm". by Reid Spencer · 19 years ago
- d42037a For PR741: by Reid Spencer · 19 years ago
- 033aaaf Add/Sub/Mul are safe to promote here as well. Incrementing a single-bit by Chris Lattner · 19 years ago
- a2d079a Merge identical code. by Chris Lattner · 19 years ago
- 70074e0 Implement simple promotion for cast elimination in instcombine. This is by Chris Lattner · 19 years ago
- 5250bae New testcase for instcombine by Chris Lattner · 19 years ago
- 2144c25 Remove some dead variables. by Chris Lattner · 19 years ago
- a87e9cd Remove dead stuff by Chris Lattner · 19 years ago
- 12d8f2b Fix build breakage :( by Chris Lattner · 19 years ago
- 98d0d7d More coverity fixes by Chris Lattner · 19 years ago
- 03ea4c8 Dead variable by Chris Lattner · 19 years ago
- b65e725 Remove dead var, fix bad override. by Chris Lattner · 19 years ago
- 3e41da2 Don't use old-style casts. This prevents compiler warnings when CommandLine.h by Reid Spencer · 19 years ago