- d4fb793 Fix some validation errors. by Bill Wendling · 18 years ago
- 462fc8a Converted to "svn" and reformatted. by Bill Wendling · 18 years ago
- 0a4c8de Remove dead option. by Reid Spencer · 18 years ago
- 0dafa8d Small change. by Bill Wendling · 18 years ago
- ccef69d Point to the correct SVN repository. by Bill Wendling · 18 years ago
- 6a20cf0 Add missing SSE builtins: by Bill Wendling · 18 years ago
- 858dd54 Report an error if one occurs in releaseModule. by Reid Spencer · 18 years ago
- c640201 Disable the string map copy ctor and assignment operators, by Chris Lattner · 18 years ago
- 5392987 Remove -O1 in favour of making llvm-gcc-4.2 a bit smarter. by Duncan Sands · 18 years ago
- e29459e This xform isn't safe, removing it. by Chris Lattner · 18 years ago
- 5cd2aab Update for changes in library.sh by Reid Spencer · 18 years ago
- 00ae1a2 Apply temporary work around to fix llvm mis-compilation reported in PR 1556. by Devang Patel · 18 years ago
- ffbacca No more noResults. by Evan Cheng · 18 years ago
- c674a92 Don't assume that only Uses can be kills. Defs are marked as kills initially by Dan Gohman · 18 years ago
- b1d1f7a Simplify the logic for setVolatile. by Dan Gohman · 18 years ago
- 3e54953 Need -O1 or better to have these builtins lowered to by Duncan Sands · 18 years ago
- d2f0996 zext(undef) = 0 and sext(undef) = 0, not undef. by Chris Lattner · 18 years ago
- 3ccc6bc this xform is already done by the constant folder. by Chris Lattner · 18 years ago
- 8bd6035 Added -print-emitted-asm to print out JIT generated asm to cerr. by Evan Cheng · 18 years ago
- d485dc3 Update to include clean and install commands. by Reid Spencer · 18 years ago
- 6813c15 No longer referencing "shared memory" as this can confuse people. The memory is by Chandler Carruth · 18 years ago
- 1cff408 Silly HTML by Reid Spencer · 18 years ago
- 2067764 Fix validation errors. by Reid Spencer · 18 years ago
- 2eb93b3 This introduces the atomic operation intrinsics into the documentation. This is by Chandler Carruth · 18 years ago
- 398b406 Make the heuristic for shrinking DenseMap smarter. by Owen Anderson · 18 years ago
- edbef38 Use SmallVector instead of std::vector. by Devang Patel · 18 years ago
- ef3d016 Fixing some differences between CVS and SVN diff'ing. Reid fixed these already, by Chandler Carruth · 18 years ago
- 9941f74 Optimize alignment of loads and stores. by Dan Gohman · 18 years ago
- 9bc5dce Update these regression tests to accomodate X86InstrSSE.td now using movups/movaps by Dan Gohman · 18 years ago
- 6ad5fde Have DenseMap auto-shrink itself on clear(). This improves the time to optimize by Owen Anderson · 18 years ago
- e2abf12 Place SCCPSolver also in the anonymous namespace. This pacifies g++-4.2. by Duncan Sands · 18 years ago
- c9399be Fix a bug where we were marking GEP expressions with the wrong opcode. by Owen Anderson · 18 years ago
- 521a202 When removing instructions from the analysis, be sure to check the confirmed by Owen Anderson · 18 years ago
- 7800479 New test. by Evan Cheng · 18 years ago
- b4162fd Because we promote SSE logical ops and loads to v2i64, we often end up generate by Evan Cheng · 18 years ago
- 102dc19 No need for noResults anymore. by Evan Cheng · 18 years ago
- d5f181a Oops. These stores actually produce results. by Evan Cheng · 18 years ago
- 6674674 New test. by Evan Cheng · 18 years ago
- 158622c Try fixing it again. by Evan Cheng · 18 years ago
- d4d01b7 Fix custom lowering of SSE FXOR. by Evan Cheng · 18 years ago
- 31d3a65 Fix patterns so we isel the xorps, etc. for floating pt logical SSE ops. DAG combiner may fold away the (bit_convert (load)). by Evan Cheng · 18 years ago
- 9445e9a For PR1553: by Reid Spencer · 18 years ago
- 087b72d Hush a noisy warning from GCC 4.2 about overflow during conversion by using by Reid Spencer · 18 years ago
- b83e56f Make val_replace fail early, which reduces the time to optimize 403.gcc to 14.8s. by Owen Anderson · 18 years ago
- 3b1c099 Don't need the "&&" to glue lines together. by Bill Wendling · 18 years ago
- 58e0ef1 Verify loop info. by Devang Patel · 18 years ago
- 6b83373 Properly initialize value :) by Anton Korobeynikov · 18 years ago
- 20d824b Replace mysterious code causing a g++-4.2 warning by Duncan Sands · 18 years ago
- 1d572db Fix this test. We produce pretty cruddy code for this by Duncan Sands · 18 years ago
- 70d0bd1 As pointed out by g++-4.2, the original code didn't do by Duncan Sands · 18 years ago
- 71a1e57 Remember to free the heap allocated array if we're not going to use it. by Owen Anderson · 18 years ago
- 19bc4a8 Use SmallVector and DenseMap in even more places. by Owen Anderson · 18 years ago
- 74430e7 Testcase for PR1549 by Bill Wendling · 18 years ago
- fb66541 Change ValueTable to use a DenseMap for mapping expressions to value numbers. by Owen Anderson · 18 years ago
- 9750b5d Set up ground work to verify preserved analysis info. by Devang Patel · 18 years ago
- b978198 Move some sets and maps to SmallPtrSet and DenseMap respectively. This by Owen Anderson · 18 years ago
- a8a8a36 After a basic block is split into two parts, by Devang Patel · 18 years ago
- 72ea8d9 Now this temp. fix is not required. by Devang Patel · 18 years ago
- 64d80e3 Change instruction description to split OperandList into OutOperandList and by Evan Cheng · 18 years ago
- 4558b80 Only adjust esp around calls in presence of alloca. by Evan Cheng · 18 years ago
- 7e7bbf8 Only adjust esp around calls in presence of alloca. by Evan Cheng · 18 years ago
- 24857a3 Fix typo. by Devang Patel · 18 years ago
- 31ad753 Fix dominator info update to accommodate CFG changes. This fixes PR1559. by Devang Patel · 18 years ago
- a8d507d New test. by Devang Patel · 18 years ago
- 273288c Add comment. by Evan Cheng · 18 years ago
- ccb21fd New test. by Evan Cheng · 18 years ago
- 3c46eef Use MOV instead of LEA to restore ESP if callee-saved frame size is 0; if previous instruction updates esp, fold it in. by Evan Cheng · 18 years ago
- 6ab2d18 Add constructor overloads for LoadInst and StoreInst that insert at the by Dan Gohman · 18 years ago
- 4106f37 Implement initial memory alignment awareness for SSE instructions. Vector loads by Dan Gohman · 18 years ago
- b54b315 Fix an issue where assignments that caused a SmallPtrSet to become non-small by Owen Anderson · 18 years ago
- 48613b9 It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago
- b5cd249 New entry. by Evan Cheng · 18 years ago
- cbb7ec7 Fix a sys::Path API error caught by a gcc 4.2 warning. by Reid Spencer · 18 years ago
- ad8c531 Work around a bogus gcc 4.2 warning. by Chris Lattner · 18 years ago
- 531ec1e Fix this test to not rely on the path but to use the by Reid Spencer · 18 years ago
- 9a9d03d The property is svn:executable not svn:execute. by Reid Spencer · 18 years ago
- 254aa7c Alphabetize. Document -mlimit parameter. by Nick Lewycky · 18 years ago
- b63c7b6 Turn on FastDSE by default. by Owen Anderson · 18 years ago
- 9b8c674 Fold prologue esp update when possible. by Evan Cheng · 18 years ago
- 0af3225 support poolalloc as checked out from svn by Andrew Lenharth · 18 years ago
- 74b1e14 Change sroa threshold back. by Evan Cheng · 18 years ago
- f99002c Dead code. by Evan Cheng · 18 years ago
- 5b3332c Make sure not to break eh_return. by Evan Cheng · 18 years ago
- 698b638 Update. by Evan Cheng · 18 years ago
- 574470a Fix test. by Evan Cheng · 18 years ago
- c462d25 Don't use * in XFAIL line unless you want it to XFAIL on everything. I don't believe you can use true regular expressions here. It will just look for those keywords. Please test this on sparc and see if they still are xfailed. by Tanya Lattner · 18 years ago
- f27795d Missed the case where alloca is used but the stack size (not including callee-saved portion) is zero. Thanks Dan. by Evan Cheng · 18 years ago
- 969c444 detect invalid combination of sret and byval by Rafael Espindola · 18 years ago
- 6bd7ada XFAIL these on sparc-solaris by Gabor Greif · 18 years ago
- 89d1659 Use push / pop for prologues and epilogues. by Evan Cheng · 18 years ago
- 8d1b8f7 Make use of the process_builder_args library function. by Reid Spencer · 18 years ago
- cb5da4a For PR1558: by Reid Spencer · 18 years ago
- c3dbe70 no email addrs in file headers by Chris Lattner · 18 years ago
- 845b31d Unbreak the build by putting calls to free into the implementation file and by Reid Spencer · 18 years ago
- a8b9a7b Temporarily set SROA threshold to 512. by Evan Cheng · 18 years ago
- ce17b1c Take advantage of undefined behavior if the source program tries to GEP by Owen Anderson · 18 years ago
- 162c518 Normally, we don't want to install and we only need to build tools. by Reid Spencer · 18 years ago
- 3b52308 No, we're not looking for a directory named /config.status. by Reid Spencer · 18 years ago
- 8c88b6d In ModuleInfo.txt, make sure that the script being executed can be by Reid Spencer · 18 years ago
- e68da83 Prepare for the future when llvm doesn't depend on llvm-gcc-4-0. by Reid Spencer · 18 years ago