summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-02
* Documentation: fix typos.Dmitri Gribenko2012-11-02
* Fix whitespacesAlexey Samsonov2012-11-02
* Enable the assertion in getIntPtrType (I've audited all users of this method andDuncan Sands2012-11-02
* Add a testcase to loop-idiom to cover PR14241 when we start handlingChandler Carruth2012-11-02
* Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth2012-11-02
* Fix an obvious typo that causes an assertion failure when runningDuncan Sands2012-11-02
* Fix sign compare warning. Patch by Mahesha HS.Chandler Carruth2012-11-02
* libprofile/CommonProfiling.c: Fix according to C89.NAKAMURA Takumi2012-11-02
* PGO: allows the profile data file name to be specified by the LLVMPROF_OUTPUTManman Ren2012-11-02
* OutputArg: added an index of the original argument to match the change toManman Ren2012-11-01
* BBVectorize: Commit the rest of the test-case change.Hal Finkel2012-11-01
* BBVectorize: Use target costs for incoming and outgoing values instead of the...Hal Finkel2012-11-01
* Fixed format string to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-01
* Use the relationship models infrastructure to add two relations - getPredOpcodePranav Bhandarkar2012-11-01
* Add support for generating dwarf debugging info with assembly filesKevin Enderby2012-11-01
* llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready.NAKAMURA Takumi2012-11-01
* [asan] don't instrument globals that we've created ourselves (reduces the bin...Kostya Serebryany2012-11-01
* Add a getAddressSpace method to the GEP instruction to mirror that ofChandler Carruth2012-11-01
* Add some consistent doxygen comments for the address space helpers.Chandler Carruth2012-11-01
* Normalize the API and doxygen comments for the ptrtoint instruction.Chandler Carruth2012-11-01
* Remove a weird static helper from the GEP instruction and just directlyChandler Carruth2012-11-01
* As I'm going to be touching several comments in this file, update theChandler Carruth2012-11-01
* Add a test case for PR14233.Chandler Carruth2012-11-01
* Teach Type::getPointerAddressSpace to look through pointer vectorsChandler Carruth2012-11-01
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* BBVectorize: Account for internal shuffle costsHal Finkel2012-11-01
* Cleanup another place redundant SP maintainedMichael Liao2012-11-01
* [CMake] Add llvm-mcmarkup to check-llvm.NAKAMURA Takumi2012-11-01
* test/CodeGen/X86/fp-fast.ll: Add +avx.NAKAMURA Takumi2012-11-01
* Add a few more simple fast-math constant propagations and cancellations.Owen Anderson2012-11-01
* Exploit the new identity composition in composeSubRegIndices().Jakob Stoklund Olesen2012-11-01
* Don't insert and erase load instruction. Simply create (new) and delete it.Jakub Staszak2012-11-01
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-01
* [Support] Fix StrError on Windows to actually return the error string...Michael J. Spencer2012-11-01
* Generate a table-driven version of TRI::composeSubRegIndices().Jakob Stoklund Olesen2012-11-01
* Fixed format strings to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-01
* MC: Simple example parser for MC assembly markup.Jim Grosbach2012-10-31
* (For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.Shuxin Yang2012-10-31
* LoopVectorize: Preserve NSW, NUW and IsExact flags.Nadav Rotem2012-10-31
* Fix a bug in the cost calculation of vector casts. Detect situations where bi...Nadav Rotem2012-10-31
* Mark code, not data, as executable in lli RemoteTarget simulator.Andrew Kaylor2012-10-31
* Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola2012-10-31
* [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enablesAkira Hatanaka2012-10-31
* MCJIT unit test: add calls to ensure that instruction caches are properly inv...Amara Emerson2012-10-31
* Port lli bug fix from r166920 to MCJIT unit test.Amara Emerson2012-10-31
* Commit access test.Amara Emerson2012-10-31
* Remove stale documentation about tail duplicaton IR passArnold Schwaighofer2012-10-31
* Test case for r167039. Check that tail-call optimization is disabled forAkira Hatanaka2012-10-31