summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix this comment.Dan Gohman2010-09-09
* MCELF: Write relocation fragments in the right endian.Benjamin Kramer2010-09-09
* Make ELF OS ABI dependent on the OS from target triple.Roman Divacky2010-09-09
* build: Allow subdir Makefiles to provide an alternate location for the SRCDIRDaniel Dunbar2010-09-09
* Move remaining MMX instructions from SSE to MMX.Dale Johannesen2010-09-09
* Refactor code-size reduction estimation methods out of InlineCostAnalyzer and...Owen Anderson2010-09-09
* MC: Give a (lame) hard error if a .org directive would create an unreasonablyDaniel Dunbar2010-09-09
* tests: XFAIL a handful of tests on the vg_leak builder, so we can get back toDaniel Dunbar2010-09-09
* projects: Don't try to build libcxx if one happens to have it checked out intoDaniel Dunbar2010-09-09
* Add an elf-dumper utility.Benjamin Kramer2010-09-09
* lib/System/Host.cpp: 7bit-ize. Eliminate "TM" and "(R)" in comments.NAKAMURA Takumi2010-09-09
* Get rid of the last use of -m64 in FrontendC. This solutionDuncan Sands2010-09-09
* Another test that uses -m64. Here too it looks like it can beDuncan Sands2010-09-09
* On i386, llvm-gcc cannot be assumed to support -m64. Since theseDuncan Sands2010-09-09
* This script is executable.Duncan Sands2010-09-09
* Silence compiler warning.Kalle Raiskila2010-09-09
* Fix NEON VLD pseudo instruction itineraries that were incorrectly copied fromBob Wilson2010-09-09
* Nuke whitespace and fix some indenting.Eric Christopher2010-09-09
* Move most MMX instructions (defined as anything thatDale Johannesen2010-09-09
* Handle 64-bit floating point binops as well.Eric Christopher2010-09-09
* Basic 32-bit FP operations.Eric Christopher2010-09-09
* For double-spaced VLD3/VLD4 instructions, copy the explicit super-register useBob Wilson2010-09-09
* Handle float->double extension.Eric Christopher2010-09-09
* Rewrite TargetMaterializeConstant splitting it out into two functionsEric Christopher2010-09-09
* Simplify copying over operands from pseudo NEON load/store instructions.Bob Wilson2010-09-09
* Rearrange for better alignment and less paddingJakob Stoklund Olesen2010-09-08
* Clean up a comment.Bob Wilson2010-09-08
* Very basic compare support.Eric Christopher2010-09-08
* Relax the "don't unroll loops containing calls" rule. Instead, when a loop c...Owen Anderson2010-09-08
* Delete dead code.Eric Christopher2010-09-08
* Fix LDM_RET schedule itinery.Evan Cheng2010-09-08
* fix rdar://8407548, I missed the commuted form of xchg/test without a suffix.Chris Lattner2010-09-08
* fix wonky formatting.Chris Lattner2010-09-08
* Generalize instcombine's support for combining multiple bit checks into a sin...Owen Anderson2010-09-08
* fix bugs in push/pop segment support, rdar://8407242Chris Lattner2010-09-08
* Add intrinsic-based patterns for MMX PINSRW and PEXTRW.Dale Johannesen2010-09-08
* Make the loads/stores match the type we really want to store.Eric Christopher2010-09-08
* Remove dead code and data.Jakob Stoklund Olesen2010-09-08
* Check in forgotten file. Should fix build.Dale Johannesen2010-09-08
* Slight cleanup, use only one form of MMXI_binop_rm_int.Dale Johannesen2010-09-08
* CMake: Use the svn revision information from git-svn if available.Michael J. Spencer2010-09-08
* Remove --with-gxx-include-dir option because it's causing problems on non-Dar...Bill Wendling2010-09-08
* Re-enable usage of the ARM base pointer. r113394 fixed the known failures.Jim Grosbach2010-09-08
* Add an option to not test ObjC for those platforms which don't support it.Bill Wendling2010-09-08
* Correct variable name.Duncan Sands2010-09-08
* Fix errant fall-throughs causing the base pointer to be used when the frameJim Grosbach2010-09-08
* Move the number of cpus logic to somewhere more logical.Duncan Sands2010-09-08
* Remove ssp from this test.Eric Christopher2010-09-08
* Add intrinsic forms of mmx<->sse conversions. Notes:Dale Johannesen2010-09-08
* Rewrite TargetMaterializeConstant.Eric Christopher2010-09-08