aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [mips] Add (setne $lhs, 0) instruction selection pattern.Akira Hatanaka2013-05-202-0/+12
* [mips] Trap on integer division by zero.Akira Hatanaka2013-05-206-16/+99
* Remove copied preheader insertion logic from PPCCTRLoopsHal Finkel2013-05-201-85/+3
* Expose InsertPreheaderForLoop from LoopSimplify to other passesHal Finkel2013-05-202-11/+38
* [NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter. This was causing a s...Justin Holewinski2013-05-202-9/+44
* [NVPTX] Add programmatic interface to NVVMReflect passJustin Holewinski2013-05-202-3/+24
* Rename PPC MTCTRse to MTCTRloopHal Finkel2013-05-203-7/+7
* Add a PPCCTRLoops verification passHal Finkel2013-05-203-0/+164
* R600: Fix bug detected by GCC warning.Benjamin Kramer2013-05-201-2/+2
* R600: Fix rotr.ll on non-asserts buildsTom Stellard2013-05-201-6/+2
* R600/SI: Use a multiclass for MUBUF_Load_HelperTom Stellard2013-05-202-20/+30
* R600/SI: Add a pattern for S_LOAD_DWORDX2_* instructionsTom Stellard2013-05-201-0/+1
* R600/SI: Add pattern for rotrTom Stellard2013-05-202-9/+21
* R600: Swap the legality of rotl and rotrTom Stellard2013-05-208-28/+40
* R600/SI: Add patterns for 64-bit shift operationsTom Stellard2013-05-203-3/+25
* R600/SI: Use the same names for VOP3 operands and encoding fieldsTom Stellard2013-05-202-37/+37
* R600/SI: Make fitsRegClass() operands constTom Stellard2013-05-202-2/+3
* VSTn instructions have a number of encoding constraints which are not impleme...Mihai Popa2013-05-204-25/+117
* Q registers are encoded in fields of the same length as D registers. As Q reg...Mihai Popa2013-05-202-3/+3
* [SystemZ] Add long branch passRichard Sandiford2013-05-2017-37/+599
* Enable pod-like optimizations for pred and succ iterators.Benjamin Kramer2013-05-202-1/+4
* [NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputsJustin Holewinski2013-05-208-80/+550
* [NVPTX] Fix i1 kernel parameters and global variables. ABI rules say we need...Justin Holewinski2013-05-203-2/+49
* PR15868 fix.Stepan Dyatkovskiy2013-05-208-19/+133
* Disable remote MCJIT on pre-v6 ARMRenato Golin2013-05-201-0/+11
* Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.Bob Wilson2013-05-201-3/+25
* Also expand 64-bit bitcasts.Jakob Stoklund Olesen2013-05-202-0/+18
* Implement spill and fill of I64Regs.Jakob Stoklund Olesen2013-05-202-2/+17
* Mark i64 SETCC as expand so it is turned into a SELECT_CC.Jakob Stoklund Olesen2013-05-202-0/+12
* Replace some bit operations with simpler ones. No functionality change.Benjamin Kramer2013-05-193-12/+9
* Don't use %g0 to materialize 0 directly.Jakob Stoklund Olesen2013-05-194-5/+14
* Select i64 values with %icc conditions.Jakob Stoklund Olesen2013-05-192-0/+16
* Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>Bob Wilson2013-05-191-0/+3
* Add floating point selects on %xcc predicates.Jakob Stoklund Olesen2013-05-192-0/+32