2010-12-12 |
Wesley Peck | 1. Change MBlaze indirect branches to use absolute... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Duncan Sands | Catch attempts to remove a deleted node from the CSE... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Benjamin Kramer | Generalize the and-icmp-select instcombine further... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Benjamin Kramer | Factor the (x & 2^n) ? 2^m : 0 instcombine into its... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Evan Cheng | (or (and (shl A, #shamt), mask), B) => ARMbfi B, A... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Jakob Stoklund... | Add named timer groups for the different stages of... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jakob Stoklund... | Move MRI into RegAllocBase. Clean up debug output a... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jim Grosbach | Add FIXME |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Nick Lewycky | Remove extraneous close parenthesis. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Nick Lewycky | Move variable that's unused in an NDEBUG build inside... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Owen Anderson | Attempt to get Thumb2 branch fixups working properly. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jakob Stoklund... | Force the greedy register allocator to always use the... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jakob Stoklund... | Rip out live range splitting support from the inline... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Bill Wendling | Get rid of ellipses. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Owen Anderson | Fix merge error in my last fix to Thumb2 vldr fixups. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Owen Anderson | Fixups for Thumb2 vldr's need to have the effective... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Bill Wendling | The MCFixupKindInfo table needs to be in the order... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Owen Anderson | Provide the necessary post-encoder hook for Thumb2... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jakob Stoklund... | Use AllocationOrder in RegAllocGreedy, fix a bug in... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Bob Wilson | Add float patterns for Neon vld1-lane/dup and vst1... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Bob Wilson | Remove unused arguments. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Owen Anderson | Fix encoding of Thumb1 LDRB and STRB. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jim Grosbach | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Owen Anderson | Fix Thumb2 encodings of STREX and LDREX. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Dan Gohman | Revert r121520, which may have introduced miscompilations. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jim Grosbach | Correct encoding of rotation immediate for Thumb2 instr... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jim Grosbach | Fix encoding of 'U' bit for Thumb2 STRD/LDRD instructio... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jim Grosbach | More trivial cleanup. No need to define the EncoderMeth... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jim Grosbach | Tidy up. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jim Grosbach | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Dan Gohman | Implement PartialAlias checking in BasicAA. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jakob Stoklund... | Fix miscompilation caused by trivial logic error in... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Dan Gohman | Minimally update this code to handle PartialAlias. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Dan Gohman | Use PartialAlias to do better noalias lint checking. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Dan Gohman | Teach AliasAnalysisCounter about PartialAlias. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Dan Gohman | Teach AliasAnalysisEvaluator about PartialAlias. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Dan Gohman | Update this code to handle PartialAlias as MayAlias. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Dan Gohman | Introduce a new PartialAlias response for AliasAnalysis... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Bob Wilson | Fix some invalid alignments for Neon vld-dup and vld... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jim Grosbach | Teach isCSRestore() that ARM/Thumb2 functions will... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jakob Stoklund... | Add an AllocationOrder class that can iterate over... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jim Grosbach | Thumb unconditional branch binary encoding. rdar:/... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jim Grosbach | Thumb conditional branch binary encodings. rdar://8745367 |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Michael J.... | Another git svn dcommit test. This time let's hope... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Michael J.... | Another git-svn dcommit test. (last time I got access... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Michael J.... | Test git svn dcommit |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Anton Korobeynikov | Another dummy commit to check GIT mirroring |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Anton Korobeynikov | Dummy commit to test GIT mirroring |
commit | commitdiff | tree | snapshot |
2010-12-10 |
NAKAMURA Takumi | macho-dump: Fix CMake build, following up to r121466. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Rafael Espindola | Fixed version of 121434 with no new memory leaks. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Bob Wilson | The Neon vqdmlsl_lane and vqdmlal_lane intrinsics have... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Daniel Dunbar | Mach-O/ARM: Add relocation type enumeration. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Daniel Dunbar | macho-dump: Switch to C++ macho-dump tool. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Daniel Dunbar | Mach-O: Tweak field name. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Nick Lewycky | Remove dead header. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Rafael Espindola | Fix cmake build. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Rafael Espindola | Revert my previous patch to make the valgrind bots... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
NAKAMURA Takumi | Add dependency to "make check". |
commit | commitdiff | tree | snapshot |
2010-12-10 |
NAKAMURA Takumi | lib/Target/CMakeLists.txt: Add missing lib/Target/Targe... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Kevin Enderby | Fix the leak from r121401 of the Operands erased in... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Eric Christopher | Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Nate Begeman | Add some missing predicates. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Chris Lattner | fix some validation problems |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Chris Lattner | restructure this for readability, correct the example... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Nate Begeman | Formalize the notion that AVX and SSE are non-overlappi... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Rafael Espindola | Initial support for the cfi directives. This is just... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Devang Patel | Print breakpoints for call instructions. This is used... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Chris Lattner | add a rule for enums, patch by Zhanyong Wan! |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Devang Patel | Add initial support to measure local variables. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Rafael Espindola | Use const references. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Bill Wendling | Fix the prototype for the llvm.eh.selector intrinsic. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Bill Wendling | Thumb ldr reg+imm offsets were encoded incorrectly... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Nate Begeman | Add support for AVX to materialize +0.0 when doing... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Owen Anderson | Use the new IsAligned fixup flag to improve fixup encod... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Stuart Hastings | Initial support for nested CALLSEQ_START/CALLSEQ_END... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jakob Stoklund... | Remember to filter out reserved rergisters from the... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jakob Stoklund... | Add a forgotten initializer for CheckedFirstInterference. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Dan Gohman | Give CurStreamType's enum a name. This works around... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Owen Anderson | Fix an issue in some Thumb fixups, where the effective... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jim Grosbach | Rename CB/CBZ specific fixup accordingly. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Devang Patel | Add assert to catch an attempt to emit .byte 256 |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Kevin Enderby | Add support for parsing ARM arithmetic instructions... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jim Grosbach | Rename the encoder method for t_cbtarget to match. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jim Grosbach | Thumb needs a few different encoding schemes for branch... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Bob Wilson | 80-column fixes. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jim Grosbach | ARM stm/ldm instructions require more than one register... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Bob Wilson | Add a license comment to the generated arm_neon.h header. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Andrew Trick | Added register reassignment prototype to RAGreedy.... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Michael J.... | More code not compiled by CMake. :(. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Michael J.... | CMake: Add FileUpdate to the build. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Michael J.... | Missed FileUpdate because CMake doesn't build it yet :(. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Michael J.... | Support/Windows/PathV2: Fix header comment. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Michael J.... | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Michael J.... | Support: Move c_str from SmallVector back to SmallStrin... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Michael J.... | Support/FileSystem: Change file_status predicate functi... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Michael J.... | Support/MemoryBuffer: Replace all uses of std::string... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Bruno Cardoso... | Add ROTR and ROTRV mips32 instructions. Patch by Akira... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Bruno Cardoso... | Fix delay slot filler for non mips1 targets. Patch... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Kalle Raiskila | Dont' feed ILA two inputs - it takes just one. |
commit | commitdiff | tree | snapshot |
next |