2010-10-05 |
Dan Gohman | After printing "Running 'Graphviz' program... " and... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Rafael Espindola | On ELF we need to know which symbols are used in reloca... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Douglas Gregor | Properly deserialize Clang types that are used as attri... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
NAKAMURA Takumi | test/CodeGen/X86/atomic_op.ll: Rename @main to @func... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | integrate the 64-bit shifts into X86InstrShiftRotate... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move 32-bit shift and rotates out to their own file. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | add new file |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move sign and zero extensions out to their own file. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move some instructions from Instr64Bit -> InstrInfo. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move CMOV_FR32 and friends to InstrCompiler, since... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move various pattern matching support goop out of X86In... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | split conditional moves and setcc's out to their own... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move string pseudo instructions to InstrCompiler consol... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move the atomic pseudo instructions out to X86InstrComp... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move more pseudo instructions out to X86InstrCompiler.td |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | move VMX instructions out to their own file. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Chris Lattner | continue moving stuff out to X86InstrSystem.td. Move |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Michael J.... | Support: Add __forceinline to Compiler.h on MSVC. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Michael J.... | fix MSVC 2010 build. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Michael J.... | Cleanup Whitespace. |
commit | commitdiff | tree | snapshot |
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 |
next |