2010-09-09 |
Daniel Dunbar | build: Allow subdir Makefiles to provide an alternate... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Dale Johannesen | Move remaining MMX instructions from SSE to MMX. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Owen Anderson | Refactor code-size reduction estimation methods out... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Dunbar | MC: Give a (lame) hard error if a .org directive would... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Dunbar | tests: XFAIL a handful of tests on the vg_leak builder... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Daniel Dunbar | projects: Don't try to build libcxx if one happens... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Benjamin Kramer | Add an elf-dumper utility. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
NAKAMURA Takumi | lib/System/Host.cpp: 7bit-ize. Eliminate "TM" and ... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Duncan Sands | Get rid of the last use of -m64 in FrontendC. This... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Duncan Sands | Another test that uses -m64. Here too it looks like... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Duncan Sands | On i386, llvm-gcc cannot be assumed to support -m64... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Duncan Sands | This script is executable. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Kalle Raiskila | Silence compiler warning. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Bob Wilson | Fix NEON VLD pseudo instruction itineraries that were... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Eric Christopher | Nuke whitespace and fix some indenting. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Dale Johannesen | Move most MMX instructions (defined as anything that |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Eric Christopher | Handle 64-bit floating point binops as well. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Eric Christopher | Basic 32-bit FP operations. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Bob Wilson | For double-spaced VLD3/VLD4 instructions, copy the... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Eric Christopher | Handle float->double extension. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Eric Christopher | Rewrite TargetMaterializeConstant splitting it out... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Bob Wilson | Simplify copying over operands from pseudo NEON load... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Jakob Stoklund... | Rearrange for better alignment and less padding |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Bob Wilson | Clean up a comment. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Eric Christopher | Very basic compare support. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Owen Anderson | Relax the "don't unroll loops containing calls" rule... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Eric Christopher | Delete dead code. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Evan Cheng | Fix LDM_RET schedule itinery. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Chris Lattner | fix rdar://8407548, I missed the commuted form of xchg... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Chris Lattner | fix wonky formatting. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Owen Anderson | Generalize instcombine's support for combining multiple... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Chris Lattner | fix bugs in push/pop segment support, rdar://8407242 |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Dale Johannesen | Add intrinsic-based patterns for MMX PINSRW and PEXTRW. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Eric Christopher | Make the loads/stores match the type we really want... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Jakob Stoklund... | Remove dead code and data. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Dale Johannesen | Check in forgotten file. Should fix build. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Dale Johannesen | Slight cleanup, use only one form of MMXI_binop_rm_int. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Michael J.... | CMake: Use the svn revision information from git-svn... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Bill Wendling | Remove --with-gxx-include-dir option because it's causi... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Jim Grosbach | Re-enable usage of the ARM base pointer. r113394 fixed... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Bill Wendling | Add an option to not test ObjC for those platforms... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Duncan Sands | Correct variable name. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Jim Grosbach | Fix errant fall-throughs causing the base pointer to... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Duncan Sands | Move the number of cpus logic to somewhere more logical. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Eric Christopher | Remove ssp from this test. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Dale Johannesen | Add intrinsic forms of mmx<->sse conversions. Notes: |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Eric Christopher | Rewrite TargetMaterializeConstant. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Jakob Stoklund... | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Owen Anderson | Move private member functions to the end of the class... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Bill Wendling | A script that tests a certain release candidate in... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Bill Wendling | Add a directory for release management scripts. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Owen Anderson | Make module ownership methods on LLVMContext private... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Bruno Cardoso... | Minor change. Fix comments and remove unused and redund... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Roman Divacky | ELF_STB_Local is 0 so setting and checking it must... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Owen Anderson | Clarify the ownership model of LLVMContext and Module... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Bruno Cardoso... | x86 vector shuffle lowering now relies only on target... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Jim Grosbach | Be more careful about when to do dynamic stack realignm... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Jim Grosbach | Add missing assert |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Tobias Grosser | Execute all Pass Printers even if -quiet is set. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Tobias Grosser | Include original pass name in the PassPrinter's name. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Roman Divacky | Unresolved weak symbols have value equal zero. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Kalle Raiskila | Fix CellSPU vector shuffles, again. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Chris Lattner | add support for the commuted form of the test instructi... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Chris Lattner | implement proper support for sysret{,l,q}, rdar://8403907 |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Chris Lattner | implement the iret suite of instructions properly, |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Chris Lattner | add support for instruction prefixes on the same line... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Chris Lattner | change the MC "ParseInstruction" interface to make... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Chris Lattner | gas accepts xchg <mem>, <reg> as a synonym for xchg... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
NAKAMURA Takumi | ARM/Disassembler: Fix definitions incompatible(unsigned... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Chris Lattner | fix the encoding of the "jump on *cx" family of instruc... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Jim Grosbach | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Jim Grosbach | remove obsolete comment |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Jim Grosbach | disable for the moment while tracking down a few Thumb2... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Jim Grosbach | woops. need to update a test along with this. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Jim Grosbach | disable temporarily while sorting out a few test failur... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Dan Gohman | Add a new experimental generalized dependence query... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Jim Grosbach | correct spill code to properly determine if dynamic... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Jim Grosbach | VFP/NEON load/store multiple instructions are addrmode4... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Owen Anderson | Add a separate unrolling threshold when the current... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
John McCall | Add documentation for llvm-diff. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Jakob Stoklund... | Don't add <imp-def> operands during register rewriting. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Jim Grosbach | To shrink a t2LDM instruction to the 16-bit wide tLDM... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Devang Patel | remove these tests for now. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Jim Grosbach | grammar tweak |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Bill Wendling | Remove untrue comments. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Bruno Cardoso... | Factor out some x86 vector shuffle rewriting and add... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Devang Patel | There is no need to force target if the test is going... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Owen Anderson | Remove dead code. ManagedCleanup is unused, and contai... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Owen Anderson | Fix PR7972, in which the PassRegistry was being leaked... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Stuart Hastings | Typo. Thanks to BillW for pointing it out! |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Dan Gohman | Tidy up the getModRefInfo declarations. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Bruno Cardoso... | Move code around to prepare for moving some of the... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Owen Anderson | Properly initialize the pImpl member of PassRegistry... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Owen Anderson | Add doxygen comments for PassRegistry. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Bill Wendling | Add an MVT::x86mmx type. It will take the place of... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Chris Lattner | Fix a serious performance regression introduced by... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Evan Cheng | Remove a dead comment. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Chris Lattner | rename test. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Chris Lattner | hopefully fix a problem building on cygwin-1.5 |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Owen Anderson | Clean up some of the PassRegistry implementation, and... |
commit | commitdiff | tree | snapshot |
next |