summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [python-bindings] Added support for iterating over a function's basic blocks,...Michael Gottesman2013-09-11
* Remove trailing whitespaceRui Ueyama2013-09-11
* [python-bindings] Added support for getting a module's functions, iterating f...Michael Gottesman2013-09-11
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-11
* [python-bindings] Export OpCode from core.py.Michael Gottesman2013-09-11
* [python-bindings] Added test for reading a module from bitcode.Michael Gottesman2013-09-11
* Rename variables for consistency.Eli Friedman2013-09-11
* [python-bindings] Fixed 3 test failures caused by typos.Michael Gottesman2013-09-11
* Get rid of unused isPodLike definitions.Eli Friedman2013-09-11
* Support ANSI escape code on WindowsNico Rieck2013-09-11
* Fixed typo.Michael Gottesman2013-09-11
* [python-bindings] Added code for loading a module from bitcode, getset its da...Michael Gottesman2013-09-11
* [python-bindings] Added bindings for LLVMContextRef and a test for creating a...Michael Gottesman2013-09-11
* [python-bindings] Implemented the PassRegistry class and the calls to initial...Michael Gottesman2013-09-11
* [python-bindings] Removed unused import byref from llvm/disassembler.py.Michael Gottesman2013-09-11
* Don't assert on invalid loop vectorization hint.Eli Friedman2013-09-10
* Fix another mistake in r190442.Eli Friedman2013-09-10
* Fix unused variables.Eli Friedman2013-09-10
* Fix mistake in r190442.Eli Friedman2013-09-10
* Remove unused functions.Eli Friedman2013-09-10
* Hoist section call out of loop.Eric Christopher2013-09-10
* Try to unbreak mingw32 buildbot.Rui Ueyama2013-09-10
* Fix missing CHECK-LABELsMatt Arsenault2013-09-10
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-10
* Fix typoMatt Arsenault2013-09-10
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-10
* LoopVectorize: PHI nodes are always at the beginning of a block, no need to s...Benjamin Kramer2013-09-10
* Debug Info: create scope children DIEs when the scope DIE is not null.Manman Ren2013-09-10
* cmake: Install llvm-tblgen againHans Wennborg2013-09-10
* Debug Info: define a DIRef template.Manman Ren2013-09-10
* ARM: Use the PICADD opcode calculated.Jim Grosbach2013-09-10
* Remove unused private member in ARMAsmPrinter.cpp.Logan Chien2013-09-10
* Adding LZMA as dep for XML2 on 2.8.0 or higherRenato Golin2013-09-10
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-10
* [SystemZ] Update README.Richard Sandiford2013-09-10
* [SystemZ] Add TM and TMYRichard Sandiford2013-09-10
* [mips][msa] Removed unsupported dot product instructions (dotp_[su].b)Daniel Sanders2013-09-10
* Add test cases for Mips mthc1/mfhc1 instructions. Add check for odd value of ...Vladimir Medic2013-09-10
* Remove obsolete code from MipsAsmParser.cpp.Vladimir Medic2013-09-10
* [python-bindings] Changed test_memory_buffer_create_from_file to just use the...Michael Gottesman2013-09-10
* [python bindings] Added code to get the length of a memory buffer. Tests are ...Michael Gottesman2013-09-10
* MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPu...NAKAMURA Takumi2013-09-10
* Don't use getSetCCResultType for creating a vselectMatt Arsenault2013-09-10
* Use StringRef::npos for StringRef instead of std::string oneMatt Arsenault2013-09-10
* llvm/test/DebugInfo/dwarf-public-names.ll: Mark it as XFAIL for PECOFF target...NAKAMURA Takumi2013-09-10
* Revert r190366. It was breaking build bots.Bill Wendling2013-09-10
* Enable -misched-cyclicpath by default.Andrew Trick2013-09-09
* Use a default value for the prologue's debug location.Bill Wendling2013-09-09
* Debug Info: In DIBuilder, the context fields of a TAG_inheritance and aManman Ren2013-09-09
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-09