platform/upstream/llvm.git
2015-01-02 David MajnemerAnalysis: Reformulate WillNotOverflowUnsignedMul for...
2015-01-02 Craig Topper[X86] Make the instructions that use AdSize16/32/64...
2015-01-02 Chandler Carruth[SROA] Teach SROA to be more aggressive in splitting...
2015-01-02 Chandler Carruth[SROA] Make the computation of adjusted pointers not...
2015-01-02 Saleem AbdulrasoolReaderWriter: teach the writer about IMAGE_REL_ARM_MOV32T
2015-01-02 Nick LewyckyInstantiation of a CXXMethodDecl may fail when the...
2015-01-02 Chandler Carruth[SROA] Add a test case for r225068 / PR22080.
2015-01-02 Chandler Carruth[SROA] Fix the loop exit placement to be prior to index...
2015-01-01 Chandler Carruth[SROA] Fix two total think-os in r225061 that should...
2015-01-01 Tobias GrosserDrop all constant scheduling dimensions
2015-01-01 Hal Finkel[PowerPC] use UINT64_C instead of ul
2015-01-01 Michael GottesmanRevert "Just use a using directive in SmallMapVector...
2015-01-01 Chandler CarruthRevert r225053: Add an ArrayRef upcasting constructor...
2015-01-01 Chandler Carruth[SROA] Switch to using a more direct debug logging...
2015-01-01 Chandler Carruth[SROA] Fix formatting with clang-format which I managed...
2015-01-01 Chandler Carruth[SROA] Teach SROA how to much more intelligently handle...
2015-01-01 David MajnemerCodeGen: Don't crash when a lambda uses a local constex...
2015-01-01 Michael GottesmanJust use a using directive in SmallMapVector instead...
2015-01-01 Saleem Abdulrasooltest: fix tests/buildbots
2015-01-01 Saleem AbdulrasoolReaderWriter: teach the writer about IMAGE_REL_ARM_ADDR32
2015-01-01 Hal Finkel[PowerPC] Improve instruction selection bit-permuting...
2014-12-31 Michael GottesmanAdd 2x constructors for TinyPtrVector, one that takes...
2014-12-31 Michael GottesmanAdd a SmallMapVector class that is a MapVector with...
2014-12-31 Michael GottesmanAdd an ArrayRef upcasting constructor from ArrayRef...
2014-12-31 Saleem AbdulrasoolReaderWriter: teach PE/COFF backend about ARM NT
2014-12-31 David BlaikieXFAIL test on win32 due to missing __complex support
2014-12-31 Sanjay PatelInstCombine: fsub nsz 0, X ==> fsub nsz -0.0, X
2014-12-31 Rafael EspindolaAvoid building compiler-rt with LTO.
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Colin LeMahieuReverting 225045 and 225043 and XFAIL multiline.ll...
2014-12-31 Rafael EspindolaAdd a test for the recent compiler-rt build failure.
2014-12-31 Colin LeMahieu[Hexagon] Removing assertion to appease buildbot until...
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-31 Colin LeMahieu[Hexagon] Changing an llvm_unreachable to an assertion...
2014-12-31 Tom Stellardr600: get_work_dim: Update metadata syntax for LLVM 3.6
2014-12-31 Tom StellardRequire LLVM 3.6 and bump version to 0.1.0
2014-12-31 Ted Kremenek[analyzer] Include a couple more comments on using...
2014-12-31 Ted Kremenek[analyzer] Change ccc-analyzer to mimick behavior on...
2014-12-31 Craig Topper[X86] Update disassembler tests for absolute move instr...
2014-12-31 Craig Topper[X86] Fix disassembly of absolute moves to work correct...
2014-12-31 Craig Topper[x86] Simplify detection of jcxz/jecxz/jrcxz in disasse...
2014-12-31 David MajnemerInstCombine: try to transform A-B < 0 into A < B
2014-12-31 Andrew Wilkins[llgo] Elide alloca for unused received values in select
2014-12-31 Alexey SamsonovRevert "merge consecutive stores of extracted vector...
2014-12-31 Peter Collingbourneirgen: modify the ABI to use init guards instead of...
2014-12-31 Peter Collingbourneirgen: make it possible to use a custom importer
2014-12-31 Peter Collingbourneirgen: return a types.Package to the compiler client
2014-12-31 Peter Collingbourneirgen: introduce ManglePackagePath function
2014-12-31 Peter Collingbourneirgen, driver: modify Compiler.Compile to take a FileSe...
2014-12-31 Colin LeMahieu[Hexagon] Adding accumulating add/sub, doubleword logic...
2014-12-31 Zachary TurnerUpdate the website with information about LLDB on Windows.
2014-12-31 Zachary TurnerFix HTML formatting and non-conformance.
2014-12-31 David BlaikieHandle PPC64 return type (signext i32 rather than plain...
2014-12-30 David BlaikieFix a test case to not depend on asm comment syntax...
2014-12-30 David BlaikieGeneralize even further, for ARM comment syntax (@)
2014-12-30 Colin LeMahieu[Hexagon] Adding double-logic on predicate instructions.
2014-12-30 David BlaikieGeneralize test case to handle different asm syntax...
2014-12-30 Kostya Serebryany[asan] fix coverage between fork() and exec(): reinitia...
2014-12-30 Colin LeMahieu[Hexagon] Adding newvalue compare and jumps.
2014-12-30 Peter CollingbourneRTDyldMemoryManager.cpp: Make the reference to __morest...
2014-12-30 Saleem AbdulrasoolDriver: unify compiler-rt component selection
2014-12-30 Saleem AbdulrasoolDriver: whitespace
2014-12-30 David BlaikieDebugInfo: Omit is_stmt from line table entries on...
2014-12-30 Colin LeMahieu[Hexagon] Adding postincrement register newvalue stores.
2014-12-30 Colin LeMahieu[Hexagon] Removing old newvalue store variants. Adding...
2014-12-30 Zoran Jovanovic[mips][microMIPS] Relocate with symbol for micromips...
2014-12-30 Colin LeMahieu[Hexagon] Adding indexed store new-value variants.
2014-12-30 Colin LeMahieu[Hexagon] Adding indexed store of immediates.
2014-12-30 Colin LeMahieu[Hexagon] Adding indexed stores.
2014-12-30 Nico WeberRemove a comment that appears a second time 22 lines...
2014-12-30 Peter Collingbournex86_64: Fix calls to __morestack under the large code...
2014-12-30 Kostya Serebryany[asan] add flag coverage_pcs. When false, the coverage...
2014-12-30 David BlaikieReapply debug info changes now that more precise column...
2014-12-30 David BlaikieReapply "DebugInfo: Generalize debug info location...
2014-12-30 Kostya Serebryany[asan] change _sanitizer_cov_module_init to accept...
2014-12-30 Michael Kuperstein[COFF] Don't try to add quotes to already quoted linker...
2014-12-30 Colin LeMahieu[Hexagon] Adding reg-reg indexed load forms.
2014-12-30 Saleem AbdulrasoolDriver: use the canonical library prefix on Windows
2014-12-30 Yaron KerenAdd non-const version getFileSystemOpts() access function.
2014-12-30 Peter CollingbourneThe __morestack function is only available on i386...
2014-12-30 Peter CollingbourneMake the __morestack function available to the JIT...
2014-12-30 Colin LeMahieu[Hexagon] Dropping old combine instructions without...
2014-12-30 Colin LeMahieu[Hexagon] Adding compare byte/halfword reg-reg/reg...
2014-12-30 Hafiz Abid... Cleanup lldb-mi test cases.
2014-12-30 Colin LeMahieu[Hexagon] Updating constant extender def, adding alu...
2014-12-30 Timur IskhodzhanovFollow-up to r224987: fix a lint warning
2014-12-30 Timur Iskhodzhanov[ASan/Win] Sort the list of modules when we fail to...
2014-12-30 Elena DemikhovskySome code improvements in Masked Load/Store.
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-30 Elena Demikhovskyreverted prev commit (it was a mistake)
2014-12-30 Elena Demikhovskyv
2014-12-30 Keno FischerAdd a public accessor for GlobalCtors in CodeGenModule
2014-12-30 Philip ReamesAdd IRBuilder routines for gc.statepoints, gc.results...
2014-12-30 Rafael EspindolaSimplify test a bit.
2014-12-30 Peter Zotov[OCaml] Fix bitrot in tests.
2014-12-30 Peter Zotov[lit] Make config.llvm_lib_dir available on cmake,...
2014-12-30 Peter Zotov[OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LI...
2014-12-30 Craig TopperTestcases for r224939.
2014-12-30 Saleem AbdulrasoolDriver: unify addClangRT{Linux,Windows}
2014-12-30 Nico WeberDon't crash on an invalid trailing return type on a...
next