oota-llvm.git
2013-09-13 Craig TopperMove operator to end of previous line to match coding...
2013-09-13 Eric ChristopherAdd initial support for handling gnu style pubnames...
2013-09-13 Eric ChristopherReformat and hoist section grabbing to top level.
2013-09-12 Vincent LejeuneR600: Move clamp handling code to R600IselLowering.cpp
2013-09-12 Vincent LejeuneR600: Move code handling literal folding into R600ISelL...
2013-09-12 Vincent LejeuneR600: Move fabs/fneg/sel folding logic into PostProcessIsel
2013-09-12 Chandler CarruthRemove an unused variable, fixing -Werror build with...
2013-09-12 Hal FinkelRemove unnecessary TBAA metadata from r190636's test...
2013-09-12 Hal FinkelFix PPC ABI for ByVal structs with vector members
2013-09-12 Joe AbbeyPatch provide by Tom Roeder!
2013-09-12 Krzysztof ParzyszekIn AliasSetTracker, do not change the alias set to...
2013-09-12 Hal FinkelMake the PPC fast-math sqrt expansion safe at 0
2013-09-12 Roman DivackyImplement asm support for a few PowerPC bookIII that...
2013-09-12 Filip PizloThis switches CrashRecoveryContext to using ManagedStat...
2013-09-12 Ben LangmuirPartial support for Intel SHA Extensions (sha1rnds4)
2013-09-12 Hal FinkelMark PPC MFTB and DST (and friends) as deprecated
2013-09-12 Joey GoulySomehow this important part of the patch, where I actua...
2013-09-12 Joey Gouly[LTO] Fix the LTO tool, after my API breakage.
2013-09-12 Elena DemikhovskyLLVM interpreter: added a test for insert- extract...
2013-09-12 Elena DemikhovskyLLVM Interpreter: implementation of "insertvalue" and...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-12 Elena DemikhovskyAVX-512: implemented extractelement with variable index.
2013-09-12 Alexey SamsonovFixup for r190409: add dep on LZMA only if CMake is...
2013-09-12 Hal FinkelPPC: Enable aggressive anti-dependency breaking
2013-09-12 Hal FinkelFix crash in AggressiveAntiDepBreaker with empty Critic...
2013-09-12 Tom StellardR600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL trans...
2013-09-12 Tom StellardR600: Don't use trans slot for instructions that read...
2013-09-12 Rui UeyamaTypo fixes.
2013-09-12 Matt ArsenaultMove variable under condition where it is used
2013-09-12 Matt ArsenaultFix comment to match what the assert actually enforces
2013-09-12 Matt ArsenaultRemove pointless assertion after r190376
2013-09-11 Hal FinkelGreatly simplify the PPC A2 scheduling itinerary
2013-09-11 Hal FinkelEnable MI scheduling (and CodeGen AA) by default for...
2013-09-11 Jordan Rose[CMake] Update GetSVN.cmake to use LLVM version control...
2013-09-11 Nick LewyckyFix anachronism/typo in syntax of declaration of llvm...
2013-09-11 Bill WendlingUse the appropriate return type for the compact unwind...
2013-09-11 Hal FinkelImplement TTI getUnrollingPreferences for PowerPC
2013-09-11 Bill WendlingMove into an anonymous namespace and closer to where...
2013-09-11 Manman RenDebug info: add more comments.
2013-09-11 Hal FinkelAdd getUnrollingPreferences to TTI
2013-09-11 Bill WendlingTry to fix the atom buildbots by adding an explicit...
2013-09-11 Manman RenDebug Info: move class definition of DIRef.
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Daniel Dunbar[lit] Add support for attach arbitrary metrics to test...
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-09-11 Benjamin Kramerllvm-tblgen: Mangle operand replacements into the strin...
2013-09-11 Benjamin KramerDon't expose symbols of lle_ functions.
2013-09-11 Daniel Sanders[mips][msa] Added test cases that were supposed to...
2013-09-11 Daniel Sanders[mips][msa] Added support for matching mulv, nlzc,...
2013-09-11 Benjamin Kramerllvm-tblgen: Stabilize subreg index tables.
2013-09-11 Daniel Sanders[mips][msa] Added support for matching fadd, fdiv,...
2013-09-11 Benjamin KramerPath: Add an in-place version of path::native.
2013-09-11 Daniel Sanders[mips][msa] Added support for matching div_[su] from...
2013-09-11 Daniel Sanders[mips][msa] Added support for matching addv from normal...
2013-09-11 Daniel Sanders[mips][msa] Separate the configuration of int/float...
2013-09-11 Daniel Sanders[mips][msa] Corrected the definition of the dotp_[su...
2013-09-11 NAKAMURA Takumiconfig-ix.cmake: Tweak stray endif(...) to suppress...
2013-09-11 Bill WendlingSimplify the checking of function attributes by using...
2013-09-11 Matt ArsenaultUse type form of getIntPtrType
2013-09-11 Rui UeyamaFix typo
2013-09-11 Matt ArsenaultTeach loop-idiom about address space pointer sizes
2013-09-11 Matt ArsenaultAdd braces
2013-09-11 Rui UeyamaRe-submit r190469: YAMLIO: Fix string quoting logic.
2013-09-11 Hans WennborgRevert "YAMLIO: Fix string quoting logic." (r190469)
2013-09-11 Michael Gottesman[python-bindings] Added support for getting/setting...
2013-09-11 Michael Gottesman[python-bindings] Added support for iterating over...
2013-09-11 Michael Gottesman[python-bindings] Added support for iterating over...
2013-09-11 Rui UeyamaRemove trailing whitespace
2013-09-11 Michael Gottesman[python-bindings] Added support for getting a module...
2013-09-11 Rui UeyamaYAMLIO: Fix string quoting logic.
2013-09-11 Michael Gottesman[python-bindings] Export OpCode from core.py.
2013-09-11 Michael Gottesman[python-bindings] Added test for reading a module from...
2013-09-11 Eli FriedmanRename variables for consistency.
2013-09-11 Michael Gottesman[python-bindings] Fixed 3 test failures caused by typos.
2013-09-11 Eli FriedmanGet rid of unused isPodLike definitions.
2013-09-11 Nico RieckSupport ANSI escape code on Windows
2013-09-11 Michael GottesmanFixed typo.
2013-09-11 Michael Gottesman[python-bindings] Added code for loading a module from...
2013-09-11 Michael Gottesman[python-bindings] Added bindings for LLVMContextRef...
2013-09-11 Michael Gottesman[python-bindings] Implemented the PassRegistry class...
2013-09-11 Michael Gottesman[python-bindings] Removed unused import byref from...
2013-09-10 Eli FriedmanDon't assert on invalid loop vectorization hint.
2013-09-10 Eli FriedmanFix another mistake in r190442.
2013-09-10 Eli FriedmanFix unused variables.
2013-09-10 Eli FriedmanFix mistake in r190442.
2013-09-10 Eli FriedmanRemove unused functions.
2013-09-10 Eric ChristopherHoist section call out of loop.
2013-09-10 Rui UeyamaTry to unbreak mingw32 buildbot.
2013-09-10 Matt ArsenaultFix missing CHECK-LABELs
2013-09-10 Matt ArsenaultTeach ScalarEvolution about pointer address spaces
2013-09-10 Matt ArsenaultFix typo
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
2013-09-10 Benjamin KramerLoopVectorize: PHI nodes are always at the beginning...
2013-09-10 Manman RenDebug Info: create scope children DIEs when the scope...
2013-09-10 Hans Wennborgcmake: Install llvm-tblgen again
2013-09-10 Manman RenDebug Info: define a DIRef template.
2013-09-10 Jim GrosbachARM: Use the PICADD opcode calculated.
2013-09-10 Logan ChienRemove unused private member in ARMAsmPrinter.cpp.
2013-09-10 Renato GolinAdding LZMA as dep for XML2 on 2.8.0 or higher
2013-09-10 Kostya Serebryany[asan] refactor the use-after-return API so that the...
next