2011-10-08 |
Michael J.... | llvm-objdump: Add relocation and archive support. |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Michael J.... | PathV2: Add simplified version of exists that returns... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Michael J.... | Object: Add support for opening stdin. |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Michael J.... | Object: constize Archive. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Jim Grosbach | Enable ARM mode VDUP(scalar) tests. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Jim Grosbach | ARM NEON assembly parsing and encoding for VDUP(scalar). |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Andrew Trick | LSR should only reuse phis that match its formula. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Eli Friedman | Fix APInt::operator*= so that it computes the correct... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Nick Lewycky | Don't emit the symbol table entry for the .symtab_shndx... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Nick Lewycky | Remove extraneous curlies. No functionality change. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Jim Grosbach | ARM prefix asmparser operand kind enums for readability. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Bill Wendling | Take all of the invoke basic blocks and make the dispat... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Bill Wendling | Add a bool value to set the IsLandingPad flag to. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Bill Wendling | Take the code that was emitted for the llvm.eh.dispatch... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Bill Wendling | Thread the chain through the eh.sjlj.setjmp intrinsic... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Nick Lewycky | Don't emit a shstrtabindex in the reserved range. Spott... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Nick Lewycky | Clarify/fix typo. No functionality change. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Jakob Stoklund... | Constrain both operands on MOVZX32_NOREXrr8. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Michael J.... | Fix a few changes I missed. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Michael J.... | Fix GCC again. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Michael J.... | Fix spelling in comment. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Michael J.... | Change relocation API to be per section. This time... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Jim Grosbach | Improve ARM assembly parser diagnostic for unexpected... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Bill Wendling | Revert 141376 and 141377 due to breaking the build. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
David Greene | Remove Multidefs |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Michael J.... | Fix spelling in comment. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Michael J.... | Change relocation API to be per section. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Evan Cheng | Jakob is the code owner of register allocation and... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Evan Cheng | High bits of movmskp{s|d} and pmovmskb are known zero... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Bob Wilson | Reenable tail calls for iOS 5.0 and later. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Bob Wilson | Reenable use of divmod compiler_rt functions for iOS... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Matt Beaumont-Gay | Move default to top of switch |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Anton Korobeynikov | Peephole optimization for ABS on ARM. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Duncan Sands | Teach GVN to also propagate switch cases. For example... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Craig Topper | Add X86 disassembler support for RDFSBASE, RDGSBASE... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Andrew Trick | PostRA scheduler fix. Clear stale loop dependencies. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Craig Topper | Add X86 disassembler support for XSAVE, XRSTOR, and... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Craig Topper | Revert part of r141274. Only need to change encoding... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Bill Wendling | Use the correct vreg here. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Bill Wendling | Generate the dispatch code for a 'thumb' function.... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Owen Anderson | Fix the check for nested IT instructions in the disasse... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Eli Friedman | Remove the old atomic instrinsics. autoupgrade functio... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Bill Wendling | Generate the dispatch table for ARM mode. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Bill Wendling | Refactor some of the code that sets up the entry block... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Jim Grosbach | Tidy up tests. Un-XFAIL file and mark individual tests... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Bill Wendling | Use a thumb ORR instead of thumb2 ORR when in thumb... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Jim Grosbach | Fix and clean up tests. Un-XFAIL. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Bill Wendling | * Set the low bit of the return address when we are... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Jim Grosbach | Fix and clean up tests. Un-XFAIL. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
David Greene | Fix List-of-List Processing |
commit | commitdiff | tree | snapshot |
2011-10-06 |
David Greene | Make Test More Thorough |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Matt Beaumont-Gay | Fix -asserts build |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Justin Holewinski | PTX: Implement signed division |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Benjamin Kramer | Use StringSwitch. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Benjamin Kramer | Simplify code. No functionality change. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
David Greene | Fix Typo |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Peter Collingbourne | s/tblgen/llvm-tblgen/g in a few missed places, includin... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Peter Collingbourne | Remove the Clang tblgen backends from LLVM. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Torok Edwin | Don't require C bindings opcode numbers to be kept... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Torok Edwin | Add uwtable, returnstwice and nonlazybind to the C... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Torok Edwin | ocaml/C bindings: type->isSized() |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Torok Edwin | add binding to read icmp predicate |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Torok Edwin | ocaml/C bindings: getmdstring, add num_op, get_op shoul... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Torok Edwin | C/OCaml API to retrieve struct name. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Torok Edwin | ocaml bindings: add llvm_ipo based on IPO.h |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Torok Edwin | add more tests for the OCaml bindings |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Craig Topper | Fix assembling of xchg %eax, %eax to not use the NOP... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Evan Cheng | Cosmetic change. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Peter Collingbourne | Build system infrastructure for multiple tblgens. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Bill Wendling | Add the MBBs before inserting the instructions. Doing... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Jakob Stoklund... | Remove the TRI::getSubRegisterRegClass() hook. |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Cameron Zwarich | Always merge profitable shifts on A9, not just when... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Cameron Zwarich | Remove a check from ARM shifted operand isel helper... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Bill Wendling | Get the proper call site numbers for the landing pads... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Bill Wendling | Add accessor method to check if the landing pad symbol... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
David Greene | Fix a typo. |
commit | commitdiff | tree | snapshot |
2011-10-05 |
David Greene | Prefix Template Arg Names with Multiclass Name |
commit | commitdiff | tree | snapshot |
2011-10-05 |
David Greene | Vim Support for Multidefs |
commit | commitdiff | tree | snapshot |
2011-10-05 |
David Greene | Emacs Support for Multidefs |
commit | commitdiff | tree | snapshot |
2011-10-05 |
David Greene | Document Multidefs |
commit | commitdiff | tree | snapshot |
2011-10-05 |
David Greene | Update Test for Multidefs |
commit | commitdiff | tree | snapshot |
2011-10-05 |
David Greene | Add a Multidef Test |
commit | commitdiff | tree | snapshot |
2011-10-05 |
David Greene | Process Multidefs |
commit | commitdiff | tree | snapshot |
2011-10-05 |
David Greene | Parser Multidef Support |
commit | commitdiff | tree | snapshot |
2011-10-05 |
David Greene | Lexer Support for Multidefs |
commit | commitdiff | tree | snapshot |
2011-10-05 |
David Greene | Add Multidef Data Structures |
commit | commitdiff | tree | snapshot |
2011-10-05 |
David Greene | Refactor Multiclass Def Processing |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Eli Friedman | PR11061: Make simplifylibcalls fold strcmp("", x) corre... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Bill Wendling | Modify the mapping from landing pad to call sites to... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Bill Wendling | Add an ivar that maps a landing pad's EH symbol to... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Bill Wendling | Small refactoring. Cache the FunctionInfo->MBB into... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Jakob Stoklund... | Fix sub-register operand verification. |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Andrew Trick | Fixes PR11070 - assert in SCEV getConstantEvolvingPHIOp... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Bill Wendling | Fix comment to reflect the new EH stuff. |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Jakob Stoklund... | Remove unused DstSubIdx argument. |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Jim Grosbach | Re-commit 141203, but much more conservative. |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Jim Grosbach | Revert 141203. InstCombine is looping on unit tests. |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Jakob Stoklund... | Simplify EXTRACT_SUBREG emission. |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Jakob Stoklund... | Override TRI::getSubClassWithSubReg for X86. |
commit | commitdiff | tree | snapshot |
next |