aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-2352-1569/+1632
* test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64.NAKAMURA Takumi2011-04-231-2/+2
* Teach FastISel to deal with instructions that have two immediate operands.Owen Anderson2011-04-222-11/+33
* Let front-end tie subprogram declaration with subprogram definition directly.Devang Patel2011-04-225-48/+67
* Fix comment.Eric Christopher2011-04-221-3/+3
* Always compare the cost of region splitting with the cost of per-block splitt...Jakob Stoklund Olesen2011-04-221-6/+45
* The .inc file is auto-generated and must not be edited by hand.Mikhail Glushenkov2011-04-221-1/+1
* Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner2011-04-224-18/+113
* Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) s...Johnny Chen2011-04-224-3/+24
* DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless.Benjamin Kramer2011-04-223-30/+73
* Do not leak argument's DbgVariables.Devang Patel2011-04-221-1/+1
* Add asserts.Devang Patel2011-04-221-0/+2
* X86: Try to use a smaller encoding by transforming (X << C1) & C2 into (X & (...Benjamin Kramer2011-04-222-0/+176
* Comment out some unused parameter names to silence out-of-tree -Wunused warni...Frits van Bommel2011-04-221-8/+8
* Use enums for constant values.Eric Christopher2011-04-221-12/+13
* Make the file format strings a little prettier for mach-o.Eric Christopher2011-04-221-16/+12
* Add MachOObjectFile.cpp to cmake.Eric Christopher2011-04-221-0/+1
* Hook in mach-o object files into Object interface.Eric Christopher2011-04-221-1/+1
* Add support for 64-bit object files to Path.Eric Christopher2011-04-221-4/+10
* Add an ObjectFile implementation for mach-o.Eric Christopher2011-04-221-0/+330
* 80-col fix.Eric Christopher2011-04-221-1/+1
* include/llvm/Target/TargetAsmInfo.h: Fix a warning.NAKAMURA Takumi2011-04-221-1/+1
* In Thumb2 mode, lower frame indix references to:Evan Cheng2011-04-223-9/+36
* TypoEvan Cheng2011-04-221-1/+1
* Delete the other unused variable in this function. Sorry I missed thisChandler Carruth2011-04-221-1/+0
* Remove an unused variable from a function. This is a likely cut-paste-o.Chandler Carruth2011-04-221-1/+0
* Branch folding is folding a landing pad into a regular BB.Bill Wendling2011-04-221-1/+1
* Define Neon load/store intrinsics for Clang as macros instead of functions.Bob Wilson2011-04-221-15/+51
* Compute the size of the FDE encoding instead of hard coding it. UpdateRafael Espindola2011-04-223-25/+25
* Remove unused argument.Rafael Espindola2011-04-219-40/+28
* Don't pass address spaces to EmitULEB128IntValue.Rafael Espindola2011-04-211-3/+3
* Fix DWARF description of Q registers.Devang Patel2011-04-212-0/+121
* Fix DWARF description of S registers.Devang Patel2011-04-213-0/+160
* Add DW_OP_bit_piece.Devang Patel2011-04-212-0/+2
* Refactor.Devang Patel2011-04-213-30/+38
* Test case for r129922Devang Patel2011-04-211-0/+105
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-2110-66/+58
* Don't recycle loop variables.Matt Beaumont-Gay2011-04-211-1/+1
* Allow allocatable ranges from global live range splitting to be split again.Jakob Stoklund Olesen2011-04-213-7/+45
* Fix relative relocations. This is sufficient for running the rust testsuite withRafael Espindola2011-04-212-4/+27
* As per ARM docs, register Dx is described as DW_OP_regx(256+x) in DWARF.Devang Patel2011-04-211-24/+32
* Add comment in output stream.Devang Patel2011-04-211-0/+3
* Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",Daniel Dunbar2011-04-213-65/+16
* PTX: Expand useable register spaceJustin Holewinski2011-04-211-6/+226
* ptx: fix parameter orderingChe-Liang Chiou2011-04-212-8/+5
* ptx: PTXMachineFunctionInfo no longer sort registers and so should not use st...Che-Liang Chiou2011-04-211-2/+3
* Don't allow per-register spill size and alignment.Jakob Stoklund Olesen2011-04-213-14/+0
* In gcov profiling, give all functions an extra unified return block. This isNick Lewycky2011-04-211-5/+17
* Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in aNick Lewycky2011-04-211-3/+3
* Add independent controls for whether GCOV profiling should emit .gcno files orNick Lewycky2011-04-213-6/+18