aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* R600ISelLowering.cpp: Avoid "using namespace Intrinsic;" to appease MSC. Spec...NAKAMURA Takumi2013-05-221-18/+15
* R600: Whitespace and untabify.NAKAMURA Takumi2013-05-221-2/+2
* Create an FPOW SDNode opcode def in the target independent .td file rather th...Owen Anderson2013-05-222-2/+1
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-226-41/+273
* Allow duplicates in LLVM_TARGETS_TO_BUILD and LLVM_EXPERIMENTAL_TARGETS_TO_BU...Rafael Espindola2013-05-221-0/+1
* Attempt to fix the mingw32 bot.Rafael Espindola2013-05-221-4/+4
* s/u_int32_t/uint32_t/Rafael Espindola2013-05-221-2/+2
* Fix warning in non-assert build.Rafael Espindola2013-05-221-0/+2
* Make R600 non-experimental.Rafael Espindola2013-05-224-5/+11
* Mips16 does not use register scavenger from TargetRegisterInfo. It allocatesReed Kotler2013-05-211-2/+2
* Be more specific and capitalize filenames.Eric Christopher2013-05-211-1/+1
* Define BYTE_ORDER on Solaris.Jakob Stoklund Olesen2013-05-212-1/+10
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-217-159/+194
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-217-193/+159
* Fix busted comment. This conditional include block used to be in SectionMemor...Filip Pizlo2013-05-211-1/+1
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-217-159/+193
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-2112-456/+190
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-216-41/+273
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-217-149/+183
* Use std::list so that we have a stable iterator.Rafael Espindola2013-05-212-4/+5
* Remove duplicated comment.Benjamin Kramer2013-05-211-1/+0
* Regenerate configure.Rafael Espindola2013-05-211-1/+1
* [mips] Rename option to make it compatible with gcc.Akira Hatanaka2013-05-212-2/+2
* [mips] Add instruction selection patterns for blez and bgez.Akira Hatanaka2013-05-214-1/+47
* [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsicJustin Holewinski2013-05-216-0/+33
* Hexagon: SelectionDAG should not use MVT::Other to check the legality of BR_CC.Jyotsna Verma2013-05-211-1/+0
* Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.Justin Holewinski2013-05-214-0/+44
* Fix PPC branch selection for counter-based branchesHal Finkel2013-05-211-3/+9
* removed commented linesElena Demikhovsky2013-05-211-2/+0
* [msan] A no-op implementation of VarArg handling.Evgeniy Stepanov2013-05-213-2/+39
* Removed SSEPacked domain from all forms (AVX, SSE, signed, unsigned) scalar c...Elena Demikhovsky2013-05-212-25/+27
* Alternative fix for problem addressed in r182233Ulrich Weigand2013-05-211-42/+19
* X86: When emulating unsigned PCMPGTQ with PCMPGTD, fix the sign bit for the s...Benjamin Kramer2013-05-212-17/+27
* [SystemZ] Tighten branch testsRichard Sandiford2013-05-2185-442/+442
* DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0...Benjamin Kramer2013-05-212-1/+18
* Fix indentationRichard Sandiford2013-05-211-9/+9
* Add cmake bits for md5.Eric Christopher2013-05-211-0/+1
* Add an md5 library derived from a public domain implementation for dwarf4Eric Christopher2013-05-213-0/+326
* Add checks that the proper predeined stubs are being called to the test case.Reed Kotler2013-05-211-0/+58
* Dwarf: use a single line table to generate assembly when .loc is used.Manman Ren2013-05-212-3/+20
* Add some additional functions to the list of helper functions forReed Kotler2013-05-212-2/+80
* Comment update: these things are called "configuration names" these days, notRichard Smith2013-05-201-7/+9
* LangRef.rst: Clarify how basic blocks without named label are handled.Sean Silva2013-05-201-2/+7
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-206-41/+104
* [docs] Minor doc tweaks.Daniel Dunbar2013-05-201-2/+2
* The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...Bill Wendling2013-05-203-6/+6
* No need to store the TargetMachine variable in this class.Bill Wendling2013-05-201-4/+2
* Remove unused #include.Bill Wendling2013-05-201-1/+0
* Rename LoopSimplify.h to LoopUtils.hHal Finkel2013-05-203-5/+5
* add polly to check-allSebastian Pop2013-05-201-0/+9