2010-10-05 |
Chris Lattner | refactor .td files a bit, moving system instructions... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jim Grosbach | s/The ARM has/The ARM backend has/ |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jim Grosbach | Update LLVMLibDeps |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jim Grosbach | Re-apply r115363 and r115366 now that r115525 has remov... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Sean Callanan | Added a testcase for the ENTER instruction. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Sean Callanan | Fixed the disassembler to handle two new X86 |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Evan Cheng | This DAG combine BRCOND transformation can look pass... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Bruno Cardoso... | AVX intrinsics and builtins were also added to clang |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Douglas Gregor | Spell AltiVec correctly |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Bill Wendling | The pshufw instruction came about in MMX2 when SSE... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Kevin Enderby | Incorporate suggestions by Daniel Dunbar after his... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Daniel Dunbar | ReleaseNotes: Note some changes to LLVM development... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Daniel Dunbar | ReleaseNotes: Note a header rename. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Rafael Espindola | Implement ELF::R_X86_64_GOTPCREL. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Rafael Espindola | Move isFixupKindX86PCRel. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Rafael Espindola | Produce a R_X86_64_PLT32 when needed. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Rafael Espindola | Produce a R_X86_64_GOT32 when needed. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Gabor Greif | validator fixes; others remain, somebody who knows... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Jim Grosbach | Remove unneeded header |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Daniel Dunbar | Add KLEE 2.8 release notes. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Jan Wen Voung | Add hook in MCSection to decide when to use "optimized... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Dan Gohman | Don't add the operand count to SCEV uniquing data;... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Daniel Dunbar | A few more random Clang release notes. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Gabor Greif | minor tweaks and typos |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Devang Patel | Fix lexical block's tag number. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Chris Lattner | scheduler update |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Chris Lattner | another tweak |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Rafael Espindola | Include the section address in the computation of the... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Rafael Espindola | Correctly compute the relocation when it is not in... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Francois Pichet | static_cast to long, otherwise MSVC 2008 won't compile. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Lang Hames | Removed the older style (in-allocator) problem construc... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Duncan Sands | Ada support has moved to dragonegg - I am no longer... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Duncan Sands | Fix a bunch of typos. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Duncan Sands | Altvec -> Altivec. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Douglas Gregor | Update LLVM 2.8 release notes for Clang |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Chris Lattner | checkpoint, the release notes are now feature complete. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Chris Lattner | checkpoint |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Chris Lattner | checkpoint. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
NAKAMURA Takumi | Makefile.rules: Fix breakage on cygming --enable-shared. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Chris Lattner | write Major Changes and Removed Features. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Chris Lattner | move dragonegg up in the list, write blurbs for lldb... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Chris Lattner | add a bunch of stuff that works with 2.8 |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Anton Korobeynikov | va_args support for Win64. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Anton Korobeynikov | Properly emit stack probe on win64 (for non-mingw targets). |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Eli Friedman | Add 3DNowA instructions. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Chris Lattner | unbreak buildbot |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Chris Lattner | the immediate field of pshufw is actually an 8-bit... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Rafael Espindola | Jim Asked us to move DataLayout on ARM back to the... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Chris Lattner | add support for the prefetch/prefetchw instructions... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Chris Lattner | what the heck, add support for the rest of the 3dNow... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Chris Lattner | Implement support for the bizarre 3DNow! encoding ... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Duncan Sands | GCC extensions are no longer used here - update the... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Duncan Sands | Remove two uses of the gcc specific 'aligned' attribute... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Bill Wendling | Add test to make sure that the MMX intrinsic calls... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Evan Cheng | Major changes to Cortex-A9 itinerary. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Bill Wendling | Auto-upgrade tests for the new MMX intrinsic calls. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Rafael Espindola | Implement a very basic PIC case. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Bill Wendling | Cleanup. Get rid of extraneous variable. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Chris Lattner | stub out a header to put 3dNow! instructions into. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Chris Lattner | random updates |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Chris Lattner | checkpoint, don't expect this to read right yet. :) |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Chris Lattner | fix a regression introduced in r115243, in which the... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Chris Lattner | add a bunch more notes. I survived. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Chris Lattner | actually, move the elf tests into the existing elf... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Chris Lattner | consolidate ELF tests into asmparser tests. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Chris Lattner | move ARM MC tests up one level. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Chris Lattner | remove reference to dead script. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Chris Lattner | nuke an old script |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Jakob Stoklund... | Stop using LiveRange in MachineVerifier. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Francois Pichet | Fix MSVC release mode compilation error. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Oscar Fuentes | Stop the build if cyclic library dependecies found. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Oscar Fuentes | Update library dependencies. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Oscar Fuentes | Handle InstPrinter's on the CMake build. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Bob Wilson | Fix a miscompile in 186.crafty for Thumb2 that was... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Nick Lewycky | Wind these directories back too. File adds and removes... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Nick Lewycky | Continue reverting r115363. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Nick Lewycky | Revert patches r115363 r115367 r115391 due to build... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Jim Grosbach | Update CMake files for recent AsmPrinter->InstPrinter... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Eric Christopher | Start on lowering global addresses. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Kevin Enderby | This adds a Darwin x86_64 relocation encoding for a... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Jakob Stoklund... | Drop the use of LiveInterval::iterator and the LiveRang... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Jakob Stoklund... | When RemoveCopyByCommutingDef is creating additional... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Jakob Stoklund... | Pretty up the debug output during RemoveCopyByCommutingDef. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Devang Patel | Add support to let FE mark explict methods as explict... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Jim Grosbach | Nuke trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Jim Grosbach | PrintSpecial() can go away now. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Eric Christopher | Stub out constant GV handling, fixes C++ eh tests. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Jim Grosbach | Nuke the rest of the :comment references |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Jim Grosbach | Nuke a bunch of no-longer-needed comment-only asm strings. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Jim Grosbach | Now that the asmprinter itself isn't in the subdir... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Evan Cheng | Fix r115332: correctly model AGU / NEON mux. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Owen Anderson | Thread the determination of branch prediction hit rates... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Jim Grosbach | Move the asmprinter and MC lowering out of the AsmPrint... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Devang Patel | Fix block descriptor documentation. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Jim Grosbach | Rename the AsmPrinter directory to InstPrinter for... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Jim Grosbach | Remove self-described temporary hack. A bit over a... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Evan Cheng | Fix scheduling infor for vmovn and vshrn which I broke... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Evan Cheng | Add operand cycles for vldr / vstr. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Bill Wendling | Need to specify SSE4 for machines which don't have... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Eric Christopher | Direct calls only for arm fast isel for now. |
commit | commitdiff | tree | snapshot |
next |