2010-02-25 |
Sanjiv Gupta | Each field of auxiliary debug entry is only 1 byte... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Johnny Chen | Added tNOP for disassembly only. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Dan Gohman | Truncate from i64 to i32 is "free" on x86-32, because... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Scott Michel | Revert this patch for the time being. Needs more testing. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Johnny Chen | Added tSVC and tTRAP for disassembly only. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Chris Lattner | formatting. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Chris Lattner | rename fooMatcherNode to fooMatcher. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Chris Lattner | add some noop code to push it out of my tree. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Chris Lattner | rename PushMatcherNode -> ScopeMatcherNode to more... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Scott Michel | Large stack frame patch for the CellSPU: handle stack... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Jeffrey Yasskin | Filter the future all-of-llvm shared library out of... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Bill Wendling | MC'ize padding when padding the ULEB128 value. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Chris Lattner | add a fixme for an experiment that defeated me for... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Bill Wendling | LLVM puts padding bytes in the __gcc_except_tab section... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | fix a bug I introduced by checking the wrong node's... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | clean up various VT manipulations, patch by Micah Villm... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Jakob Stoklund... | Create a stack frame on ARM when |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | fix PR5954, patch by Roman Divacky. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Bob Wilson | Check for comparisons of +/- zero when optimizing less... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dan Gohman | Make getTypeSizeInBits work correctly for array types... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | convert cycle checker to smallptrset, add comments... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | revert david's patch which does not even build. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
David Greene | Use a SmallPtrSet as suggested by Chris. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Wesley Peck | Adding function "lookupGCCName" to MBlazeIntrinsicInfo |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | contract movechild+checktype into a new checkchild... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Johnny Chen | Added Vector Swap (VSWPd and VSWPq) instructions for... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | split the movechild/record/moveparent -> recordchild... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dan Gohman | ConstantFoldInstOperands can theoretically return null... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dan Gohman | Simplify this code; these casts aren't necessary. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | emit a histogram of the opcodes in comments. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Jakob Stoklund... | Stay away from str <undef> in ARMLoadStoreOpt. This... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Johnny Chen | Fixed typo of opcodestr, should be "vst1", not "vld1". |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dan Gohman | Convert a few more backedge-taken count functions to... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Daniel Dunbar | Speculatively revert r97011, "Re-apply 96540 and 96556... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Daniel Dunbar | Reapply r97010, the speculative revert failed. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | lets not break the old isel. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | Since the new instruction selector now works, I don... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | implement a simple proof-of-concept optimization for |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | The new isel passes all tests, time to start making... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dan Gohman | Add svn:ignore properties. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Daniel Dunbar | Speculatively revert r97010, "Add an argument to PHITra... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dan Gohman | When forming SSE min and max nodes for UGE and ULE... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dan Gohman | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | Change the scheduler from adding nodes in allnodes... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chandler Carruth | Remove an unused variable. Was this intentional? |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | The new isel was not properly handling patterns that... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Chris Lattner | add node #'s to debug dumps. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Johnny Chen | Added for disassembly VST1 (multiple single elements... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Sean Callanan | Changed the table generator so that the X86 |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Jim Grosbach | handle very large call frames when require SPAdj !... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Jim Grosbach | LowerCall() should always do getCopyFromReg() to refere... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Evan Cheng | Re-apply 96540 and 96556 with fixes. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Bob Wilson | Add an argument to PHITranslateValue to specify the... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Jakob Stoklund... | DIV8r must define %AX since X86DAGToDAGISel::Select... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Chris Lattner | fix X86/uint_to_fp-2.ll, only fold loads when they... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Chris Lattner | make selectnodeto set the nodeid to -1. This makes... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Jakob Stoklund... | Remember to handle sub-registers when moving imp-defs... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Jakob Stoklund... | Keep track of phi join registers explicitly in LiveVari... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Evan Cheng | Fix rev 96389 by restricting the xform to mask that... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Kevin Enderby | This is the second patch to allow x86 code to be aligne... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Richard Osborne | Don't mark call instruction as a barrier. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Jeffrey Yasskin | Roll back r96959 again. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Johnny Chen | Added for disassembly VLD1 (multiple single elements... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Nicolas Geoffray | Use the module's context instead of the global context. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Devang Patel | new test case for r96974. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Chris Lattner | no need to override IsLegalToFold, the base implementation |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Chris Lattner | fix a bug in findNonImmUse (used by IsLegalToFold)... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Chris Lattner | Print node ID's in dumps and views if set. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Wesley Peck | Adding the MicroBlaze backend. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Chris Lattner | use OutStreamer.EmitCodeAlignment for alignment in... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Chris Lattner | genericize MCAsmStreamer::EmitCodeAlignment to support... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Jeffrey Yasskin | Oops. Pass -lgcc _only_ on ARM, not on everything... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Richard Osborne | ECALLF, ECALLT shouldn't be marked as barriers. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Kevin Enderby | This is the first patch to put the needed bits in place... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Richard Osborne | Mark unconditional branches as barriers. Found using... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Jeffrey Yasskin | Roll r96559 forward again, adding libLLVM-2.7svn.so... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
David Greene | Speed up cycle checking significantly by caching results. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Dan Gohman | Don't do (X != Y) ? X : Y -> X for floating-point... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Jim Grosbach | Spelling. s/suppor /support / |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Dan Gohman | Remove the code which constant-folded ptrtoint(inttoptr... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Garrison Venn | Modified examples Makefile to only build the ExceptionD... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Wesley Peck | Testing subversion commit access |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Mikhail Glushenkov | Fix -mtune forwarding. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Richard Osborne | Remove unused lowering function LowerJumpTable |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Richard Osborne | Lower BR_JT on the XCore to a jump into a series of... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Dunbar | tests: Don't make a missing llvm-gcc dir a fatal error. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Dunbar | Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} inste... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Dunbar | Add LLVM{CC,CXX} make variables, which specify the... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Dunbar | Initial configure support for using Clang as the LLVM... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Mikhail Glushenkov | Update mcc16 and the ancient Clang plugin for the ... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Dunbar | Eliminate CFERuntimeLibDir make variable, this shouldn... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Dunbar | Fix a thinko in the lit.cfg. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Mikhail Glushenkov | Input files with empty suffixes must be passed to linker. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Mikhail Glushenkov | Support -Xlinker et al. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Mikhail Glushenkov | Temporary disable response files. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Mikhail Glushenkov | Typo. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Mikhail Glushenkov | Implement order-preserving option forwarding. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Mikhail Glushenkov | Update the test suite. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Mikhail Glushenkov | Correct option forwarding: initial implementation. |
commit | commitdiff | tree | snapshot |
next |