- 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
- 3b6d56c If the register allocator cannot find a register to spill, try the aliases. If by Evan Cheng · 19 years ago
- 0bbac9f Remove dead code by Evan Cheng · 19 years ago
- 095cc37 Fix accidentally committed patch. by Chris Lattner · 19 years ago
- 666b042 Actually override the right method. :) by Chris Lattner · 19 years ago
- dd28ba2 remove dead variable. by Chris Lattner · 19 years ago
- 2b80e8d Fix iterator invalidation bug, identified by Coverity. by Chris Lattner · 19 years ago
- bbea124 Fix a hypothetical memory leak, identified by Coverity. In practice, this by Chris Lattner · 19 years ago
- b5d9319 Remove dead vars by Chris Lattner · 19 years ago
- f1343c1 remove dead vars by Chris Lattner · 19 years ago
- c485e55 Remove dead variable by Chris Lattner · 19 years ago
- 5eed34d Comment out dead variables by Chris Lattner · 19 years ago
- ffb4d62 When reading the symbol table, make sure to delete the ArchiveMember by Reid Spencer · 19 years ago
- 9dcb780 Remove dead var by Chris Lattner · 19 years ago
- 82db069 Remove dead variable by Chris Lattner · 19 years ago
- b57b516 remove dead variable. by Chris Lattner · 19 years ago
- 27aaa39 Remove dead variable. by Chris Lattner · 19 years ago
- 433698b Avoid defining dead result by Chris Lattner · 19 years ago
- b923b2e Remove dead return value. by Chris Lattner · 19 years ago
- e41102b Compile: by Chris Lattner · 19 years ago
- 0949ed5 Fix PowerPC/2006-05-12-rlwimi-crash.ll by Chris Lattner · 19 years ago
- 83cdf40 new testcase for a recent rlwimi crash. by Chris Lattner · 19 years ago
- 9812f1c Noop instruction by Evan Cheng · 19 years ago
- d9d4518 Unused instruction by Evan Cheng · 19 years ago
- 2577c22 Add a method to generate a string representation from a TargetData. by Owen Anderson · 19 years ago
- 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
- 571a13f Fix some tabbing issues. by Owen Anderson · 19 years ago