oota-llvm.git
2013-08-05 Nadav RotemUpdate the release notes about the status of the vector...
2013-08-05 Nadav RotemUpdate the docs.
2013-08-04 Reed KotlerAdd the saving of S2. This is needed for some of the...
2013-08-04 Bob WilsonRemove "lto_on_osx" xfails, now that -rdynamic works...
2013-08-04 Bob WilsonBuild with the $RDYNAMIC flag on Darwin as well as...
2013-08-04 Benjamin KramerX86: Turn fp selects into mask operations.
2013-08-04 Elena DemikhovskyAVX-512 set: added VEXTRACTPS instruction
2013-08-04 Tim NorthoverX86: specify CPU on new test to fix atom buildbot
2013-08-04 Tim NorthoverX86: correct tail return address calculation
2013-08-04 Benjamin KramerAsmParser: Store MacroLikeBodies on the side so they...
2013-08-04 Reed KotlerClean up code for Mips16 large frame handling.
2013-08-03 Benjamin KramerPPCAsmParser: Stop leaking names.
2013-08-03 Benjamin KramerUnbreak llvm-rtdyld build.
2013-08-03 Benjamin KramerMachObjectFile: Don't leak on error.
2013-08-03 Benjamin Kramerllvm-rtdyld: Don't leak memory managers.
2013-08-03 Benjamin KramerARMAsmParser: Plug a leak.
2013-08-03 Benjamin KramerStop leaking register infos in the disassemblers.
2013-08-03 Hal FinkelFix PPC64 64-bit GPR inline asm constraint matching
2013-08-03 Matt ArsenaultMinor address space code simplification.
2013-08-02 Bob WilsonRegenerate with changes for -rdynamic.
2013-08-02 Bob WilsonLink with -rdynamic instead of -Wl,-export-dynamic.
2013-08-02 Peter CollingbourneAdd a AttributeSetImpl::dump function.
2013-08-02 Peter CollingbourneMake one of the AttributeSet ctors maintain the invaria...
2013-08-02 Hans WennborgOption parsing: recognize the special -- token
2013-08-02 Hal FinkelFix invalid function pointers in bugpoint ExtractLoops
2013-08-02 Joey GoulyAdd a missing 'return' statement.
2013-08-02 Akira Hatanaka[mips] Expand vector truncating stores and extending...
2013-08-02 Joey Gouly[ARMv8] Add an assembler warning for the deprecated...
2013-08-02 Nadav RotemSLPVectorizer: Fix PR16777. PHInodes may use multiple...
2013-08-02 Matt ArsenaultTeach EmitGEPOffset about address spaces
2013-08-02 Renato GolinFixes ARM LNT bot from SLP change in O3
2013-08-02 Carlo KokBugfix for making the DWARF debug strings and labels...
2013-08-02 Tim NorthoverFix handling of CHECK-DAG combined with CHECK-NOT
2013-08-02 Duncan SandsPacify GCC, which worries about falling off the end...
2013-08-02 Alexey SamsonovFix dereferencing end iterator in SimplifyCFG. Patch...
2013-08-02 NAKAMURA TakumiRevert r187597, "Bugfix for making the DWARF debug...
2013-08-02 Eric ChristopherUse @rpath for libraries rather than @executable_path...
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-02 Matt ArsenaultTeach InstructionSimplify about pointer address spaces
2013-08-01 Akira Hatanaka[mips] Make load/store accumulator pseudo instructions...
2013-08-01 Matt ArsenaultTeach getOrEnforceKnownAlignment about address spaces
2013-08-01 Nadav RotemMove the optlevel check to the frontend.
2013-08-01 Carlo Kokfix for LLVM debug info on llvm-mips-linux where the...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-08-01 Rafael EspindolaExpose that the unique file ID has a device and a file...
2013-08-01 Daniel MaleaFixed the Intel-syntax X86 disassembler to respect...
2013-08-01 Reed KotlerFix some issues with Mips16 floating when certain intri...
2013-08-01 Carlo KokARM/Hexagon testcases can't compile x86 only testcase...
2013-08-01 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-01 David BlaikieDebugInfo: Emit definitions for types with no members.
2013-08-01 Carlo Kokchange the inlinefnlocalvar testcase so it uses a tripl...
2013-08-01 Bob WilsonTemporarily xfail a test that breaks on OS X when build...
2013-08-01 Sean SilvaUpdate incorrect file headers.
2013-08-01 Carlo KokBugfix for making the DWARF debug strings and labels...
2013-08-01 Nadav RotemOnly enable SLP-vectorization on O3 builds.
2013-08-01 Simon AtanasyanPass -G argument to cmake with the same generator's...
2013-08-01 Robert Lyttonremove executable permission from IntrinsicsXCore.td
2013-08-01 Tom StellardR600: Add 64-bit float load/store support
2013-08-01 Tom StellardR600: Use 64-bit alignment for 64-bit kernel arguments
2013-08-01 Tom StellardR600/SI: Custom lower i64 ZERO_EXTEND
2013-08-01 Elena DemikhovskyEVEX and compressed displacement encoding for AVX512
2013-08-01 Richard Sandiford[SystemZ] Reuse CC results for integer comparisons...
2013-08-01 Richard Sandiford[SystemZ] Prefer comparisons with zero
2013-08-01 Vladimir MedicAdd tests for Mips DSP instructions.
2013-08-01 Vladimir MedicMoving definition of MnemonicContainsDot field from...
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-08-01 Robert LyttonXCore target: add GCCBuiltin to four intrinsics
2013-08-01 Robert LyttonXCore target: Fix Vararg handling
2013-08-01 Robert LyttonXCore target: Add byval handling
2013-08-01 Robert LyttonXcore target
2013-08-01 Reed KotlerFix some misc. issues with Mips16 fp stubs.
2013-08-01 Eric ChristopherFormatting.
2013-08-01 Reed KotlerAdd an omitted IsCall=1.
2013-07-31 Hans WennborgOption parsing: remove non-SUPPORT_ALIASARGS fall-back
2013-07-31 Hans WennborgOption parsing: add support for alias arguments.
2013-07-31 Nadav Rotem80-col
2013-07-31 Andrew Trickcomment typo.
2013-07-31 Kevin EnderbyAdded the B9.3.19 SUBS PC, LR, #imm (Thumb2) system...
2013-07-31 Tom StellardRevert "R600: Non vector only instruction can be schedu...
2013-07-31 Tom StellardRevert "TableGen: Enumerate Schedule Model too."
2013-07-31 Tom StellardRevert "R600: Use SchedModel enum for is{Trans,Vector...
2013-07-31 Vincent LejeuneR600: Do not mergevector after a vector reg is used
2013-07-31 Vincent LejeuneR600: Avoid more than 4 literals in the same instructio...
2013-07-31 Vincent LejeuneR600: Non vector only instruction can be scheduled...
2013-07-31 Vincent LejeuneR600: Don't mix LDS and non-LDS instructions in the...
2013-07-31 Vincent LejeuneR600: Use SchedModel enum for is{Trans,Vector}Only...
2013-07-31 Vincent LejeuneTableGen: Enumerate Schedule Model too.
2013-07-31 Vincent LejeuneR600: Remove predicated_break inst
2013-07-31 Matt ArsenaultReject bitcasts between address spaces with different...
2013-07-31 Richard Sandiford[SystemZ] Implement isLegalAddressingMode()
2013-07-31 Richard Sandiford[SystemZ] Be more careful about inverting CC masks...
2013-07-31 Richard Sandiford[SystemZ] Be more careful about inverting CC masks
2013-07-31 Richard Sandiford[SystemZ] Move compare-and-branch generation even later
2013-07-31 Elena DemikhovskyFixed assertion in Extract128BitVector()
2013-07-31 Richard Sandiford[SystemZ] Postpone NI->RISBG conversion to convertToThr...
2013-07-31 Elena DemikhovskyAdded INSERT and EXTRACT intructions from AVX-512 ISA.
2013-07-31 Richard Sandiford[SystemZ] Add RISBLG and RISBHG instruction definitions
2013-07-31 Richard TrieuAdd parentheses to silence gcc warning.
2013-07-31 Andrew TrickFix register pressure tables on ARM.
2013-07-31 Andrew TrickAdd tracing to the tblgen register pressure table gener...
next