| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Tweak FindExecutable so that relative executable paths work as well. | Daniel Dunbar | 2009-07-01 | 1 | -2/+3 |
* | Add getMDNode() to access metadata node. | Devang Patel | 2009-07-01 | 1 | -0/+4 |
* | Fix up a comment: besides the >80col lines, the operation for this | Bob Wilson | 2009-07-01 | 1 | -6/+6 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 55 | -98/+107 |
* | Fix metadata unittests | Devang Patel | 2009-07-01 | 1 | -3/+15 |
* | new test case | Devang Patel | 2009-07-01 | 1 | -0/+3 |
* | Do not print stranded metadata. | Devang Patel | 2009-07-01 | 1 | -1/+2 |
* | Support stand alone metadata syntax. | Devang Patel | 2009-07-01 | 4 | -22/+119 |
* | Add machine operand for MDNodes. This will be used to communicate debug info. | Devang Patel | 2009-07-01 | 2 | -1/+19 |
* | llvm.dbg.declare is always used for local variable's debug info. | Devang Patel | 2009-07-01 | 1 | -4/+1 |
* | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 23 | -24/+24 |
* | Update configure and config.h.in from r74621. | Jeffrey Yasskin | 2009-07-01 | 2 | -1/+114 |
* | Fix unit tests for LLVMContext+Module. | Owen Anderson | 2009-07-01 | 2 | -4/+6 |
* | Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the | Jeffrey Yasskin | 2009-07-01 | 8 | -31/+121 |
* | Use correct format for LLVM header #includes. | Misha Brukman | 2009-07-01 | 1 | -1/+1 |
* | I give up on trying to use reader/writer locks for recursive type refinement.... | Owen Anderson | 2009-07-01 | 1 | -71/+27 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 60 | -146/+277 |
* | Fix codegen for references to available_externally symbols. This fixes | Chris Lattner | 2009-07-01 | 2 | -5/+77 |
* | Try again at making this work on OpenBSD. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Executables will be at InstallDir/bin directory. Std header files will be at ... | Sanjiv Gupta | 2009-07-01 | 2 | -11/+58 |
* | Insure that __block_holder_tmp is allocated on the stack when a byref | Stuart Hastings | 2009-07-01 | 1 | -0/+8 |
* | Fix FindExecutable to work if given an absolute executable path name. | Daniel Dunbar | 2009-07-01 | 1 | -5/+10 |
* | llvm-mc: Add some more doxyments. | Daniel Dunbar | 2009-07-01 | 1 | -27/+41 |
* | NewNightlyTest: Include minutes/seconds in log file names, to support running | Daniel Dunbar | 2009-07-01 | 1 | -3/+1 |
* | Added step-by-step directions on how to use the script to build and install an | Misha Brukman | 2009-07-01 | 1 | -0/+37 |
* | CommuteChangesDestination() should check if to-be-commuted instruction define... | Evan Cheng | 2009-07-01 | 2 | -16/+160 |
* | Remove special handling of implicit_def. Fix a couple more bugs in liveinterv... | Evan Cheng | 2009-07-01 | 5 | -64/+175 |
* | Tweak MCSymbol doxyments. | Daniel Dunbar | 2009-07-01 | 1 | -3/+5 |
* | llvm-mc: Fill in the rest of tokens for 'as-lex' mode. | Daniel Dunbar | 2009-07-01 | 1 | -11/+23 |
* | Fix the build on OpenBSD. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Rename MCValue::isConstant to isAbsolute. | Daniel Dunbar | 2009-07-01 | 2 | -5/+6 |
* | add some of the new tokens, others are still missing. | Chris Lattner | 2009-07-01 | 1 | -10/+17 |
* | llvm-mc: Emit parsed instructions to the MCStreamer. | Daniel Dunbar | 2009-07-01 | 1 | -2/+1 |
* | Dump MCInsts in the MC .s printer, for now. | Daniel Dunbar | 2009-07-01 | 1 | -2/+23 |
* | add comments, privatize interface | Chris Lattner | 2009-07-01 | 1 | -2/+13 |
* | disable some ctors. | Chris Lattner | 2009-07-01 | 1 | -0/+3 |
* | add some comments to MCSymbol header, make the ctor private so that only MCCo... | Chris Lattner | 2009-07-01 | 1 | -5/+28 |
* | improve comments. | Chris Lattner | 2009-07-01 | 1 | -1/+13 |
* | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner | 2009-07-01 | 11 | -23/+29 |
* | Fix some fast-isel problems selecting global variable addressing in | Chris Lattner | 2009-07-01 | 3 | -6/+42 |
* | Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the... | Evan Cheng | 2009-07-01 | 13 | -62/+443 |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 46 | -132/+82 |
* | Add PIC load and store patterns for Thumb-2. | David Goodwin | 2009-07-01 | 4 | -2/+79 |
* | Add a global context, for easing backwards compatibility. | Owen Anderson | 2009-06-30 | 2 | -0/+10 |
* | llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst. | Daniel Dunbar | 2009-06-30 | 3 | -26/+31 |
* | Fill in some methods for the MCValue field of an MCOperand. | Daniel Dunbar | 2009-06-30 | 1 | -2/+16 |
* | llvm-mc: Accept relocatable expressions when parsing displacements and | Daniel Dunbar | 2009-06-30 | 1 | -13/+13 |
* | Thumb-2 load and store double description. But nothing yet creates them. | David Goodwin | 2009-06-30 | 2 | -1/+40 |
* | llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are | Daniel Dunbar | 2009-06-30 | 3 | -9/+14 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 35 | -36/+122 |