2007-07-22 |
Chris Lattner | Disable the string map copy ctor and assignment operators, |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Duncan Sands | Remove -O1 in favour of making llvm-gcc-4.2 a bit |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | This xform isn't safe, removing it. |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Reid Spencer | Update for changes in library.sh |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Devang Patel | Apply temporary work around to fix llvm mis-compilation |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Evan Cheng | No more noResults. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Dan Gohman | Don't assume that only Uses can be kills. Defs are... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Dan Gohman | Simplify the logic for setVolatile. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Duncan Sands | Need -O1 or better to have these builtins lowered to |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chris Lattner | zext(undef) = 0 and sext(undef) = 0, not undef. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chris Lattner | this xform is already done by the constant folder. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Evan Cheng | Added -print-emitted-asm to print out JIT generated... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Reid Spencer | Update to include clean and install commands. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chandler Carruth | No longer referencing "shared memory" as this can confu... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Reid Spencer | Silly HTML |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Reid Spencer | Fix validation errors. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chandler Carruth | This introduces the atomic operation intrinsics into... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Owen Anderson | Make the heuristic for shrinking DenseMap smarter. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Devang Patel | Use SmallVector instead of std::vector. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chandler Carruth | Fixing some differences between CVS and SVN diff'ing... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Dan Gohman | Optimize alignment of loads and stores. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Dan Gohman | Update these regression tests to accomodate X86InstrSSE... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Owen Anderson | Have DenseMap auto-shrink itself on clear(). This... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Duncan Sands | Place SCCPSolver also in the anonymous namespace. ... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Owen Anderson | Fix a bug where we were marking GEP expressions with... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Owen Anderson | When removing instructions from the analysis, be sure... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Evan Cheng | New test. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Evan Cheng | Because we promote SSE logical ops and loads to v2i64... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Evan Cheng | No need for noResults anymore. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Evan Cheng | Oops. These stores actually produce results. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Evan Cheng | New test. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Evan Cheng | Try fixing it again. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Evan Cheng | Fix custom lowering of SSE FXOR. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Evan Cheng | Fix patterns so we isel the xorps, etc. for floating... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Reid Spencer | For PR1553: |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Reid Spencer | Hush a noisy warning from GCC 4.2 about overflow during... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Owen Anderson | Make val_replace fail early, which reduces the time... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Bill Wendling | Don't need the "&&" to glue lines together. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Devang Patel | Verify loop info. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Anton Korobeynikov | Properly initialize value :) |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Duncan Sands | Replace mysterious code causing a g++-4.2 warning |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Duncan Sands | Fix this test. We produce pretty cruddy code for this |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Duncan Sands | As pointed out by g++-4.2, the original code didn't do |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Owen Anderson | Remember to free the heap allocated array if we're... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Owen Anderson | Use SmallVector and DenseMap in even more places. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Bill Wendling | Testcase for PR1549 |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Owen Anderson | Change ValueTable to use a DenseMap for mapping express... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Devang Patel | Set up ground work to verify preserved analysis info. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Owen Anderson | Move some sets and maps to SmallPtrSet and DenseMap... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Devang Patel | After a basic block is split into two parts, |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Devang Patel | Now this temp. fix is not required. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Evan Cheng | Change instruction description to split OperandList... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Evan Cheng | Only adjust esp around calls in presence of alloca. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Evan Cheng | Only adjust esp around calls in presence of alloca. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Devang Patel | Fix dominator info update to accommodate CFG changes. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Evan Cheng | Add comment. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Evan Cheng | New test. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Evan Cheng | Use MOV instead of LEA to restore ESP if callee-saved... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Dan Gohman | Add constructor overloads for LoadInst and StoreInst... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Dan Gohman | Implement initial memory alignment awareness for SSE... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Owen Anderson | Fix an issue where assignments that caused a SmallPtrSe... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Dan Gohman | It's not necessary to do rounding for alloca operations... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Evan Cheng | New entry. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Reid Spencer | Fix a sys::Path API error caught by a gcc 4.2 warning. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | Work around a bogus gcc 4.2 warning. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Reid Spencer | Fix this test to not rely on the path but to use the |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Reid Spencer | The property is svn:executable not svn:execute. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Nick Lewycky | Alphabetize. Document -mlimit parameter. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Owen Anderson | Turn on FastDSE by default. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Evan Cheng | Fold prologue esp update when possible. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Andrew Lenharth | support poolalloc as checked out from svn |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Evan Cheng | Change sroa threshold back. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Evan Cheng | Dead code. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Evan Cheng | Make sure not to break eh_return. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Evan Cheng | Update. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Tanya Lattner | Don't use * in XFAIL line unless you want it to XFAIL... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Evan Cheng | Missed the case where alloca is used but the stack... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Rafael Espindola | detect invalid combination of sret and byval |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Gabor Greif | XFAIL these on sparc-solaris |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Evan Cheng | Use push / pop for prologues and epilogues. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Reid Spencer | Make use of the process_builder_args library function. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Reid Spencer | For PR1558: |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Chris Lattner | no email addrs in file headers |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Reid Spencer | Unbreak the build by putting calls to free into the... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Evan Cheng | Temporarily set SROA threshold to 512. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Owen Anderson | Take advantage of undefined behavior if the source... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Reid Spencer | Normally, we don't want to install and we only need... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Reid Spencer | No, we're not looking for a directory named /config... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Reid Spencer | In ModuleInfo.txt, make sure that the script being... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Reid Spencer | Prepare for the future when llvm doesn't depend on... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Reid Spencer | Remove insignificant test no longer needed. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Owen Anderson | Add support for walking up memory def chains, which... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Owen Anderson | Use realloc() to (potentially) resize the contents... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Reid Spencer | Return Undef if the block has no dominator. This was... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Dan Gohman | Use ConstantFoldFP for folding all unary floating-point... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Dan Gohman | Fix the documentation for llvm.sqrt so that sqrt(0... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Dan Gohman | Fix comments about vectors to use the current wording. |
commit | commitdiff | tree | snapshot |
next |