- 71cacda Makefile.rules: Fix breakage on cygming --enable-shared. by NAKAMURA Takumi · 14 years ago
- bb11771 write Major Changes and Removed Features. by Chris Lattner · 14 years ago
- 7554771 move dragonegg up in the list, write blurbs for lldb and libc++ by Chris Lattner · 14 years ago
- 2fb6e5c add a bunch of stuff that works with 2.8 by Chris Lattner · 14 years ago
- e7beda1 va_args support for Win64. Patch by Cameron! by Anton Korobeynikov · 14 years ago
- 6af61ca Properly emit stack probe on win64 (for non-mingw targets). by Anton Korobeynikov · 14 years ago
- d32d85e Add 3DNowA instructions. by Eli Friedman · 14 years ago
- ece2902 unbreak buildbot by Chris Lattner · 14 years ago
- 591d76e the immediate field of pshufw is actually an 8-bit field, not a 8-bit field that is sign extended. This fixes PR8288 by Chris Lattner · 14 years ago
- 0febc46 Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do by Rafael Espindola · 14 years ago
- cc07d71 add support for the prefetch/prefetchw instructions, move femms into by Chris Lattner · 14 years ago
- f132fa0 what the heck, add support for the rest of the 3dNow! binary operations. by Chris Lattner · 14 years ago
- 548abfc Implement support for the bizarre 3DNow! encoding (which is unlike anything by Chris Lattner · 14 years ago
- 5dd76fa GCC extensions are no longer used here - update the comment. by Duncan Sands · 14 years ago
- 75e2016 Remove two uses of the gcc specific 'aligned' attribute. This by Duncan Sands · 14 years ago
- 8e956f7 Add test to make sure that the MMX intrinsic calls make it out the other end in by Bill Wendling · 14 years ago
- ec45f60 Major changes to Cortex-A9 itinerary. by Evan Cheng · 14 years ago
- 4066010 Auto-upgrade tests for the new MMX intrinsic calls. by Bill Wendling · 14 years ago
- 9d8b755 Implement a very basic PIC case. by Rafael Espindola · 14 years ago
- 11bfe3e Cleanup. Get rid of extraneous variable. by Bill Wendling · 14 years ago
- 7330d97 stub out a header to put 3dNow! instructions into. by Chris Lattner · 14 years ago
- 4eac924 random updates by Chris Lattner · 14 years ago
- 7d9b6b4 checkpoint, don't expect this to read right yet. :) by Chris Lattner · 14 years ago
- d476914 fix a regression introduced in r115243, in which the instruction by Chris Lattner · 14 years ago
- eb6f593 add a bunch more notes. I survived. by Chris Lattner · 14 years ago
- b539b76 actually, move the elf tests into the existing elf dir. by Chris Lattner · 14 years ago
- 90b1259 consolidate ELF tests into asmparser tests. by Chris Lattner · 14 years ago
- 9ab044f move ARM MC tests up one level. by Chris Lattner · 14 years ago
- ab6e554 remove reference to dead script. by Chris Lattner · 14 years ago
- a7abcc7 nuke an old script by Chris Lattner · 14 years ago
- ed82635 Stop using LiveRange in MachineVerifier. by Jakob Stoklund Olesen · 14 years ago
- 43b04fa Fix MSVC release mode compilation error. by Francois Pichet · 14 years ago
- b32944d Stop the build if cyclic library dependecies found. by Oscar Fuentes · 14 years ago
- 858a19b Update library dependencies. by Oscar Fuentes · 14 years ago
- bab2b01 Handle InstPrinter's on the CMake build. by Oscar Fuentes · 14 years ago
- f70007e Fix a miscompile in 186.crafty for Thumb2 that was exposed by Evan's by Bob Wilson · 14 years ago
- d066949 Wind these directories back too. File adds and removes are properly represented by Nick Lewycky · 14 years ago
- 0e7fdf5 Continue reverting r115363. by Nick Lewycky · 14 years ago
- c57707d Revert patches r115363 r115367 r115391 due to build breakage: by Nick Lewycky · 14 years ago
- 0e69aff Update CMake files for recent AsmPrinter->InstPrinter changes. Can someone who by Jim Grosbach · 14 years ago
- 890dbbe Start on lowering global addresses. by Eric Christopher · 14 years ago
- 8c9aa92 This adds a Darwin x86_64 relocation encoding for a subtraction expression by Kevin Enderby · 14 years ago
- 5f2d1fa Drop the use of LiveInterval::iterator and the LiveRange class in by Jakob Stoklund Olesen · 14 years ago
- e0a73ec When RemoveCopyByCommutingDef is creating additional identity copies, just use by Jakob Stoklund Olesen · 14 years ago
- a9b85c1 Pretty up the debug output during RemoveCopyByCommutingDef. by Jakob Stoklund Olesen · 14 years ago
- 21ea1d5 Add support to let FE mark explict methods as explict in debug info. by Devang Patel · 14 years ago
- 2b2de24 Nuke trailing whitespace. by Jim Grosbach · 14 years ago
- 443e625 PrintSpecial() can go away now. by Jim Grosbach · 14 years ago
- c9932f6 Stub out constant GV handling, fixes C++ eh tests. by Eric Christopher · 14 years ago
- 78890f4 Nuke the rest of the :comment references by Jim Grosbach · 14 years ago
- adde5da Nuke a bunch of no-longer-needed comment-only asm strings. by Jim Grosbach · 14 years ago
- 7722980 Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' to by Jim Grosbach · 14 years ago
- 0550282 Fix r115332: correctly model AGU / NEON mux. by Evan Cheng · 14 years ago
- e3cc84a Thread the determination of branch prediction hit rates back through the if-conversion heuristic APIs. For now, by Owen Anderson · 14 years ago
- 6314ef9 Move the asmprinter and MC lowering out of the AsmPrinter (soon to be by Jim Grosbach · 14 years ago
- 7f271fc Fix block descriptor documentation. by Devang Patel · 14 years ago
- 7ac1609 Rename the AsmPrinter directory to InstPrinter for those targets that have by Jim Grosbach · 14 years ago
- e5e2c41 Remove self-described temporary hack. A bit over a year seems a reasonable by Jim Grosbach · 14 years ago
- ef0ccad Fix scheduling infor for vmovn and vshrn which I broke accidentially. by Evan Cheng · 14 years ago
- df9da6a Add operand cycles for vldr / vstr. by Evan Cheng · 14 years ago
- 43c78cd Need to specify SSE4 for machines which don't have SSE4. The code checked for is generated by SSE4. Otherwise, we get something else. by Bill Wendling · 14 years ago
- e6ca677 Direct calls only for arm fast isel for now. by Eric Christopher · 14 years ago
- 8ec055d Fix typo by Francois Pichet · 14 years ago
- cae6a12 NEON scheduling info fix. vmov reg, reg are single cycle instructions. by Evan Cheng · 14 years ago
- 45547b8 Fix thinko on store instructions. Fixes test_indvars failure. by Eric Christopher · 14 years ago
- 00d4f48 Make the spelling of the flags for old-style if-conversion heuristics consistent between ARM and Thumb2. by Owen Anderson · 14 years ago
- aa9f0a5 Provide an option to restore old-style if-conversion heuristics for Thumb2. by Owen Anderson · 14 years ago
- 7267e14 Now that the profitable bits of EnableFullLoadPRE have been enabled by default, rip out the remainder. by Owen Anderson · 14 years ago
- 7c3423f Per Cortex-A9 pipeline diagram. AGU (core load / store issue) and NEON/FP issue are multiplexed. Model it correctly. by Evan Cheng · 14 years ago
- 4c7c0c6 Fix dbg_declare signature in document. by Devang Patel · 14 years ago
- 0ffd10b Fix DIDerived type fields' type in document. by Devang Patel · 14 years ago
- 27f46cd Fix code gen crash reported in PR 8235. We still lose debug info for the unused argument here. This is a known limitation recorded debuginfo-tests/trunk/dbg-declare2.ll function 'f6' test case. by Devang Patel · 14 years ago
- bffa1a5 grammar by Jim Grosbach · 14 years ago
- b0f96fa Delete token *after* reading from it. by Benjamin Kramer · 14 years ago
- fb4032f typo by Gabor Greif · 14 years ago
- 273ac84 We must check for something. by Bill Wendling · 14 years ago
- c160218 Disable tests until I can figure out why they're failing on just two machines but not others. by Bill Wendling · 14 years ago
- cc958c9 Try adding an mtriple. by Bill Wendling · 14 years ago
- 8258135 Zap some redundant 'ori $?, $?, 0' from SPU. by Kalle Raiskila · 14 years ago
- 04fcbf9 Fix the other half of the alignment changing issue by making sure that the by Eric Christopher · 14 years ago
- b1170f0 FileCheck-ize this test. by Bill Wendling · 14 years ago
- 2b0ab5c FileCheck-ize this test. by Bill Wendling · 14 years ago
- 6bf263b fix typo by Chris Lattner · 14 years ago
- e051844 add a note by Chris Lattner · 14 years ago
- 6eff751 fix PR8267 - Instcombine shouldn't optimizer away volatile memcpy's. by Chris Lattner · 14 years ago
- e94aa76 upgrade this test. by Chris Lattner · 14 years ago
- 2831a19 fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350 by Chris Lattner · 14 years ago
- b0ab5d0 One more +sse2. by Dale Johannesen · 14 years ago
- 3286db6 move X86 subdir up a level by Chris Lattner · 14 years ago
- 5db1eea Mark all these as needing SSE2. Should fix PPC and maybe even Linux. by Dale Johannesen · 14 years ago
- 473a8c8 Fix pasto. by Dale Johannesen · 14 years ago
- 81a0b9e Disable these tests for now; it's not obvious why they fail on Linux. by Dale Johannesen · 14 years ago
- 21fe99b Add some doc for the x86mmx type. by Dale Johannesen · 14 years ago
- bac4c52 Attempt to outwit overly smart compiler. by Dale Johannesen · 14 years ago
- 9efef89 Make test not sensitive to register choice. by Dale Johannesen · 14 years ago
- 14df882 Implement double return values in calls. Fixes by Eric Christopher · 14 years ago
- 0488fb6 Massive rewrite of MMX: by Dale Johannesen · 14 years ago
- a7e3b56 Add an explicit initialization to work around what appears to be a valgrind by Daniel Dunbar · 14 years ago
- b3c04ec Temporarily add a flag to make it easier to compare the new-style ARM if by Owen Anderson · 14 years ago
- ddcf859 Clean up asm writer usage for x86 and msp430 to flag that the writer should by Jim Grosbach · 14 years ago