2012-05-04 |
Chandler Carruth | A pile of long over-due refactorings here. There are... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Chandler Carruth | Add a FoldingSetVector datastructure which is analogous... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Pete Cooper | PR12729: Change 'llvm-objdump' to display the available... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Jakob Stoklund... | Remove accidentally added file. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Jakob Stoklund... | Use a shared implementation of getMatchingSuperRegClass(). |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Jakob Stoklund... | Add TargetRegisterClass::getSuperRegIndices(). |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Jakob Stoklund... | Emit SuperRegMasks as part of the existing SubClassMask... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Kevin Enderby | Fix issues with the ARM bl and blx thumb instructions... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Chandler Carruth | Factor the logic for testing whether a basic block... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Nuno Lopes | remove calls to calloc if the allocated memory is not... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Sirish Pande | Support for target dependent Hexagon VLIW packetizer. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Ted Kremenek | Add rudimentary CMake logic for detecting Graphviz. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Nuno Lopes | add support for calloc to objectsize lowering |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Jakob Stoklund... | Fix the type of SubClassMask. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Jakob Stoklund... | Compress tables for getMatchingSuperRegClass(). |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Owen Anderson | Add the half type to the LLVM IR vim syntax highlighting. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Silviu Baranga | Fixed disassembler for vstm/vldm ARM VFP instructions. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Jakob Stoklund... | Don't override subreg functions in targets without... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Sirish Pande | Extensions of Hexagon V4 instructions. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Nuno Lopes | replace 'break's with 'return 0' in visitCallInst code... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Duncan Sands | Use correct variable in this example. Pointed out... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Craig Topper | Use 'unsigned' instead of 'int' in a few places dealing... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Craig Topper | Fix 256-bit vpshuflw and vpshufhw immediate encoding... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Evan Cheng | Fix two-address pass's aggressive instruction commuting... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Andrew Trick | Added TargetRegisterInfo::getAllocatableClass. |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Bill Wendling | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Daniel Dunbar | [docs] Include the Kaleidescope tutorial in the Sphinx... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Owen Anderson | Teach DAGCombine the same multiply-by-1.0 folding trick... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Preston Gurd | For Intel Atom, use ILP scheduling always, instead... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Preston Gurd | Change the Intel Atom detection code to recognize |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Owen Anderson | Teach DAG combine that multiplication by 1.0 can always... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Michael J.... | Add tools/lld to .gitignore. |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Jim Grosbach | ARM: Add missing two-operand VBIC aliases. |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Douglas Gregor | Move llvm-tblgen's StringMatcher into the TableGen... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Anders Waldenborg | [llvm-c] Make a few function declarations proper prototypes |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Preston Gurd | This patch continues the work of adding instruction... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Manman Ren | Revert r155853 |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Kostya Serebryany | [tsan] typo and style (thanks to Nick Lewycky) |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Bill Wendling | The value held in the vector may be RAUW'ed by some... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Richard Barton | Disallow YIELD and other allocated nop hints in pre... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Craig Topper | Add support for selecting AVX2 vpshuflw and vpshufhw... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
John McCall | Update SmallVector to support move semantics if the... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
John McCall | Fix unintentional use of operator bool. |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Eli Friedman | Fix the implementation of MachOObjectFile::isSectionZer... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Jim Grosbach | Tidy up. Naming conventions. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Jakub Staszak | Remove unneeded break. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Jakub Staszak | Use dyn_cast instead of checking opcode and cast. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Jakub Staszak | Remove trailing spaces. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Bill Wendling | Strip the pointer casts off of allocas so that the... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Sirish Pande | Target independent Hexagon Packetizer fix. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Jim Grosbach | ARM: Add a few missing add->sub aliases w/ 'w' suffix. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Jim Grosbach | ARM: allow vanilla expressions for movw/movt. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Preston Gurd | This patch marks the X86 floating point stack registers... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Jim Grosbach | MC: Unknown assembler directives are now hard errors. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Jim Grosbach | MC: Remove errant EatToEndOfStatement() in asm parser. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Manman Ren | X86: optimization for max-like struct |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Alexey Samsonov | X86: Use StackRegister instead of FrameRegister in... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Benjamin Kramer | Move MipsDisassembler classes into an anonymous namespace. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Jay Foad | Regression test for PR2960. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Benjamin Kramer | Value-initialize global to avoid global construction. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Eli Bendersky | RuntimeDyld cleanup: |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Benjamin Kramer | YAMLParser: get rid of global ctors & dtors. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Bill Wendling | Change the PassManager from a reference to a pointer. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Allow BMI, AES, F16C, POPCNT, FMA3, and CLMUL to be... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Eli Bendersky | RuntimeDyld code cleanup: |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Make XOP and FMA4 require SSE4A to match GCC behavior... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Attempt to handle MRMInitReg in emitVEXOpcodePrefix... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Eli Bendersky | Removed examples of stack frame inspection which no... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Make XOP imply AVX as its needed to legalize the regist... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Remove HasSSE2 from AES and CLMUL predicates. It's... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Make CLMUL and AES imply SSE2 since its needed to legal... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Enable AVX and FMA4 for AMD Bulldozer processors. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Nick Lewycky | An instruction in a loop is not guaranteed to be execut... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Lang Hames | Add support for llvm.arm.neon.vmull* intrinsics to... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Jakub Staszak | Add some constantness. No functionality change. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Manman Ren | X86: optimization for -(x != 0) |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Jim Grosbach | ARM: Diagnostics for out of range fixups. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Jakob Stoklund... | Fix address calculation error from r155744. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Sebastian Pop | fix typo |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Manman Ren | test/CodeGen/X86/select.ll: remove spaces |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Chad Rosier | Tidy up. No functional change intended. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Derek Schuff | Fix fastcc structure return with fast-isel on x86-32 |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Bob Wilson | Don't introduce illegal types when creating vmull opera... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Eli Bendersky | It doesn't make sense to move symbol relocations to... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Duncan Sands | Just mark the sign bit as known zero, rather than any... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Bill Wendling | Second attempt at PR12573: |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Bill Wendling | Use an ArrayRef instead of explicit vector type. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Eli Bendersky | Code cleanup in RuntimeDyld: |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Bill Wendling | Remove hack from r154987. The problem persists even... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Craig Topper | No need to normalize index before calling Extract128Bit... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Pete Cooper | Copied all the VEX prefix encoding code from X86MCCodeE... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Rafael Espindola | Make sure HoistInsertPosition finds a position that... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Jakub Staszak | Remove unneeded casts. No functionality change. |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Craig Topper | Remove superfluous 'inline' |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Craig Topper | Simplify code a bit. No functional change intended. |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Kalle Raiskila | Update the documentation of CellSPU, in case it gets... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Benjamin Kramer | RegisterPressure: ArrayRefize some functions for better... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Eli Bendersky | Fix some formatting, grammar and style issues and add... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Eli Bendersky | Remove redundant line (the memory manager is set above... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Benjamin Kramer | SmallVector: Don't rely on having an assignment operato... |
commit | commitdiff | tree | snapshot |
next |