2008-03-27 |
Devang Patel | PHI->removeIncomingValue may remove PHInode. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Devang Patel | add another testcase |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Mikhail Glushenkov | Fix build breakage on Windows with GCC 4.3. References... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Roman Levenstein | Fix spelling. Thanks, Duncan! :-) |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Roman Levenstein | Speed-up the SumOfUnscheduledPredsOfSuccs by introducin... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Erick Tryzelaar | Adding the first two chapters of the ocaml/kaleidoscope... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Chris Lattner | when a node is removed from an ilist, set its next... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Devang Patel | New test case. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Evan Cheng | Code clean up. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Evan Cheng | Allow certain lea instructions to be rematerialized. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Evan Cheng | Remove an unused command line option. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Evan Cheng | Fix a memory bug: increment an iterator of a deleted... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Erick Tryzelaar | Expose ExecutionEngine::getTargetData() to c and ocaml... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Chuck Rose III | Updating win32 VStudio project files with new file... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Dale Johannesen | Fix a bug in Darwin EH: FDE->CIE pointer must |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Mikhail Glushenkov | Another test commit (with git-svn) |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Mikhail Glushenkov | Test commit |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Evan Cheng | One more coalescer fix wrt deadness propagation. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Evan Cheng | Avoid commuting a def MI in order to coalesce a copy... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Roman Levenstein | Use a linked data structure for the uses lists of an... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Roman Levenstein | Fixed some spelling errors. Thanks, Duncan! |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Roman Levenstein | Some improvements related to the computation of isReach... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Evan Cheng | Fix some SSE4.1 instruction encoding bugs. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Owen Anderson | Dead PHI instructions need to be handled specially. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Erick Tryzelaar | Test commit (removed trailing whitespace) |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Dale Johannesen | Use ## for comment delimiter on darwin x86-32, so |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Evan Cheng | Smaller function alignment when optimizing for size. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Evan Cheng | Rename option -optimizefor-size to -optimize-size. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Owen Anderson | Remove some debugging code. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Owen Anderson | StrongPHIElimination doesn't support swapping live... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Dan Gohman | Add explicit keywords. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Dan Gohman | A quick nm audit turned up several fixed tables and... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Dan Gohman | Avoid outputing spaces at the ends of lines. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Devang Patel | Do not align loops if optimizing for size. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Devang Patel | Add optimize-for-size knob. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Evan Cheng | Handle a special case xor undef, undef -> 0. Technicall... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Evan Cheng | Handle a special case xor undef, undef -> 0. Technicall... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Anton Korobeynikov | Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Bill Wendling | De-constify the input to the "operator >>" method as... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Dan Gohman | Fix typos. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Dan Gohman | Add CMP32mr and friends to the load-unfolding table... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Gordon Henriksen | Tests for the instruction iterator bindings. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Gordon Henriksen | Extend the builder interface to use the new instruction... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Bill Wendling | Fix PR2062: Don't build Intrinsics.gen in the source... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Tanya Lattner | Disable building llvm-upgrade. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Sam Bishop | Make a note of the fact that EmitOwnedPtr() has nothing... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Tanya Lattner | Byebye llvm-upgrade! |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Evan Cheng | lastRegisterUse() should ignore identity copies. Those... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Devang Patel | check struct layout |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Evan Cheng | Remove an unneeded test. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Evan Cheng | Add \t after .set. Fix by Jay Freeman. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Evan Cheng | If the coalescer commuted a def MI to allow coalescing... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Evan Cheng | Add an assertion to catch register of illegal class. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Bill Wendling | Use the bit size of the operand instead of the hard... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Andrew Lenharth | With debug info, there are nameless constant global... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Steve Naroff | Add file to project. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Evan Cheng | - SSE4.1 extractfps extracts a f32 into a gr32 register... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Owen Anderson | Oops. I wanted the compile flags for C++, not the... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Owen Anderson | Revert r48676. I had plans for using it, but now it... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Devang Patel | void type is also a valid function return type. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Owen Anderson | Remove #include<iostream>, which I was using for debugging. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Devang Patel | Add incoming value from header only if phi node has... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Tanya Lattner | Added Passes.html to the documentation list. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Devang Patel | Fix typo. Clarify underlying message. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Devang Patel | Fix test name. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Chris Lattner | apparently tclsh doesn't lex like bash. Weird. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Chris Lattner | pass the option so this test tests the right thing. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Devang Patel | Add new test. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Dan Gohman | Remove an unnecessary #include. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Devang Patel | Remove incorrect comment. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Dan Gohman | Shrink the size of AllocationInst by using its SubclassData |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Dan Gohman | APIntify SelectionDAG's EXTRACT_ELEMENT code. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Evan Cheng | Increasing the inline limit from (overly conservative... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Bill Wendling | Small format/grammar changes. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Bill Wendling | Grammar Nazi strikes! :-) |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Devang Patel | Update Function type documentation to clarify how multi... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Evan Cheng | Temporarily disabling memset forming optimization.... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Owen Anderson | Be sure to remove intervals after we've joined them... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Gordon Henriksen | Ignoring per-user file. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Gordon Henriksen | Ignoring generated files. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Evan Cheng | Transform (zext (or (icmp), (icmp))) to (or (zext ... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Evan Cheng | Remove duplicated entries. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Gordon Henriksen | Another typo. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Gordon Henriksen | Fix a typo. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Gordon Henriksen | Objective Caml bindings for basic block, function,... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Anton Korobeynikov | Minor typo fixes. Also add another FIXME. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Gordon Henriksen | Update project to reflect deleted files. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Anton Korobeynikov | Preserve calling convention during function cloning |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Anton Korobeynikov | Add license header |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Anton Korobeynikov | Add Win64 compilation callback. This allows easy exampl... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Anton Korobeynikov | Use C-style comments :) |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Anton Korobeynikov | Provide a JIT selector on win64 |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Anton Korobeynikov | Hack out the PIC mode on Win64 targets. This needs... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Anton Korobeynikov | Code cleanup. Provide generic way of selecting JIT... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Anton Korobeynikov | Remove old-standing obsolete code. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Anton Korobeynikov | Add Mikhail to credits file |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Anton Korobeynikov | Add first proof-of-concept universal compiler driver... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Bill Wendling | New testcase. |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Bill Wendling | Don't strip things when we're doing a debug build. |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Anton Korobeynikov | Honour built-in defines on win64 targets for automatica... |
commit | commitdiff | tree | snapshot |
next |