oota-llvm.git
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
2010-10-05 Douglas GregorProperly deserialize Clang types that are used as attri...
2010-10-05 NAKAMURA Takumitest/CodeGen/X86/atomic_op.ll: Rename @main to @func...
2010-10-05 Chris Lattnerintegrate the 64-bit shifts into X86InstrShiftRotate...
2010-10-05 Chris Lattnermove 32-bit shift and rotates out to their own file.
2010-10-05 Chris Lattneradd new file
2010-10-05 Chris Lattnermove sign and zero extensions out to their own file.
2010-10-05 Chris Lattnermove some instructions from Instr64Bit -> InstrInfo.
2010-10-05 Chris Lattnermove CMOV_FR32 and friends to InstrCompiler, since...
2010-10-05 Chris Lattnermove various pattern matching support goop out of X86In...
2010-10-05 Chris Lattnersplit conditional moves and setcc's out to their own...
2010-10-05 Chris Lattnermove string pseudo instructions to InstrCompiler consol...
2010-10-05 Chris Lattnermove the atomic pseudo instructions out to X86InstrComp...
2010-10-05 Chris Lattnermove more pseudo instructions out to X86InstrCompiler.td
2010-10-05 Chris Lattnermove VMX instructions out to their own file.
2010-10-05 Chris Lattnercontinue moving stuff out to X86InstrSystem.td. Move
2010-10-05 Michael J.... Support: Add __forceinline to Compiler.h on MSVC.
2010-10-05 Michael J.... fix MSVC 2010 build.
2010-10-05 Michael J.... Cleanup Whitespace.
2010-10-05 Chris Lattnerrefactor .td files a bit, moving system instructions...
2010-10-05 Jim Grosbachs/The ARM has/The ARM backend has/
2010-10-05 Jim GrosbachUpdate LLVMLibDeps
2010-10-05 Jim GrosbachRe-apply r115363 and r115366 now that r115525 has remov...
2010-10-05 Sean CallananAdded a testcase for the ENTER instruction.
2010-10-04 Sean CallananFixed the disassembler to handle two new X86
2010-10-04 Evan ChengThis DAG combine BRCOND transformation can look pass...
2010-10-04 Bruno Cardoso... AVX intrinsics and builtins were also added to clang
2010-10-04 Douglas GregorSpell AltiVec correctly
2010-10-04 Bill WendlingThe pshufw instruction came about in MMX2 when SSE...
2010-10-04 Kevin EnderbyIncorporate suggestions by Daniel Dunbar after his...
2010-10-04 Daniel DunbarReleaseNotes: Note some changes to LLVM development...
2010-10-04 Daniel DunbarReleaseNotes: Note a header rename.
2010-10-04 Rafael EspindolaImplement ELF::R_X86_64_GOTPCREL.
2010-10-04 Rafael EspindolaMove isFixupKindX86PCRel.
2010-10-04 Rafael EspindolaProduce a R_X86_64_PLT32 when needed.
2010-10-04 Rafael EspindolaProduce a R_X86_64_GOT32 when needed.
2010-10-04 Gabor Greifvalidator fixes; others remain, somebody who knows...
2010-10-04 Jim GrosbachRemove unneeded header
2010-10-04 Daniel DunbarAdd KLEE 2.8 release notes.
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-10-04 Dan GohmanDon't add the operand count to SCEV uniquing data;...
2010-10-04 Daniel DunbarA few more random Clang release notes.
2010-10-04 Gabor Greifminor tweaks and typos
2010-10-04 Devang PatelFix lexical block's tag number.
2010-10-04 Chris Lattnerscheduler update
2010-10-04 Chris Lattneranother tweak
2010-10-04 Rafael EspindolaInclude the section address in the computation of the...
2010-10-04 Rafael EspindolaCorrectly compute the relocation when it is not in...
2010-10-04 Francois Pichetstatic_cast to long, otherwise MSVC 2008 won't compile.
2010-10-04 Lang HamesRemoved the older style (in-allocator) problem construc...
2010-10-04 Duncan SandsAda support has moved to dragonegg - I am no longer...
2010-10-04 Duncan SandsFix a bunch of typos.
2010-10-04 Duncan SandsAltvec -> Altivec.
2010-10-04 Douglas GregorUpdate LLVM 2.8 release notes for Clang
2010-10-04 Chris Lattnercheckpoint, the release notes are now feature complete.
2010-10-04 Chris Lattnercheckpoint
2010-10-04 Chris Lattnercheckpoint.
2010-10-04 NAKAMURA TakumiMakefile.rules: Fix breakage on cygming --enable-shared.
2010-10-04 Chris Lattnerwrite Major Changes and Removed Features.
2010-10-03 Chris Lattnermove dragonegg up in the list, write blurbs for lldb...
2010-10-03 Chris Lattneradd a bunch of stuff that works with 2.8
2010-10-03 Anton Korobeynikovva_args support for Win64.
2010-10-03 Anton KorobeynikovProperly emit stack probe on win64 (for non-mingw targets).
2010-10-03 Eli FriedmanAdd 3DNowA instructions.
2010-10-03 Chris Lattnerunbreak buildbot
2010-10-03 Chris Lattnerthe immediate field of pshufw is actually an 8-bit...
2010-10-03 Rafael EspindolaJim Asked us to move DataLayout on ARM back to the...
2010-10-03 Chris Lattneradd support for the prefetch/prefetchw instructions...
2010-10-03 Chris Lattnerwhat the heck, add support for the rest of the 3dNow...
2010-10-03 Chris LattnerImplement support for the bizarre 3DNow! encoding ...
2010-10-03 Duncan SandsGCC extensions are no longer used here - update the...
2010-10-03 Duncan SandsRemove two uses of the gcc specific 'aligned' attribute...
2010-10-03 Bill WendlingAdd test to make sure that the MMX intrinsic calls...
2010-10-03 Evan ChengMajor changes to Cortex-A9 itinerary.
2010-10-03 Bill WendlingAuto-upgrade tests for the new MMX intrinsic calls.
2010-10-03 Rafael EspindolaImplement a very basic PIC case.
2010-10-03 Bill WendlingCleanup. Get rid of extraneous variable.
2010-10-02 Chris Lattnerstub out a header to put 3dNow! instructions into.
2010-10-02 Chris Lattnerrandom updates
2010-10-02 Chris Lattnercheckpoint, don't expect this to read right yet. :)
2010-10-02 Chris Lattnerfix a regression introduced in r115243, in which the...
2010-10-02 Chris Lattneradd a bunch more notes. I survived.
2010-10-02 Chris Lattneractually, move the elf tests into the existing elf...
2010-10-02 Chris Lattnerconsolidate ELF tests into asmparser tests.
2010-10-02 Chris Lattnermove ARM MC tests up one level.
2010-10-02 Chris Lattnerremove reference to dead script.
2010-10-02 Chris Lattnernuke an old script
2010-10-02 Jakob Stoklund... Stop using LiveRange in MachineVerifier.
2010-10-02 Francois PichetFix MSVC release mode compilation error.
2010-10-02 Oscar FuentesStop the build if cyclic library dependecies found.
2010-10-02 Oscar FuentesUpdate library dependencies.
2010-10-02 Oscar FuentesHandle InstPrinter's on the CMake build.
2010-10-02 Bob WilsonFix a miscompile in 186.crafty for Thumb2 that was...
2010-10-02 Nick LewyckyWind these directories back too. File adds and removes...
2010-10-02 Nick LewyckyContinue reverting r115363.
2010-10-02 Nick LewyckyRevert patches r115363 r115367 r115391 due to build...
2010-10-02 Jim GrosbachUpdate CMake files for recent AsmPrinter->InstPrinter...
2010-10-02 Eric ChristopherStart on lowering global addresses.
2010-10-02 Kevin EnderbyThis adds a Darwin x86_64 relocation encoding for a...
2010-10-01 Jakob Stoklund... Drop the use of LiveInterval::iterator and the LiveRang...
next