aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-0155-98/+107
* Fix metadata unittestsDevang Patel2009-07-011-3/+15
* new test caseDevang Patel2009-07-011-0/+3
* Do not print stranded metadata.Devang Patel2009-07-011-1/+2
* Support stand alone metadata syntax.Devang Patel2009-07-014-22/+119
* Add machine operand for MDNodes. This will be used to communicate debug info.Devang Patel2009-07-012-1/+19
* llvm.dbg.declare is always used for local variable's debug info.Devang Patel2009-07-011-4/+1
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-0123-24/+24
* Update configure and config.h.in from r74621.Jeffrey Yasskin2009-07-012-1/+114
* Fix unit tests for LLVMContext+Module.Owen Anderson2009-07-012-4/+6
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-018-31/+121
* Use correct format for LLVM header #includes.Misha Brukman2009-07-011-1/+1
* I give up on trying to use reader/writer locks for recursive type refinement....Owen Anderson2009-07-011-71/+27
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-0160-146/+277
* Fix codegen for references to available_externally symbols. This fixesChris Lattner2009-07-012-5/+77
* Try again at making this work on OpenBSD.Owen Anderson2009-07-011-1/+1
* Executables will be at InstallDir/bin directory. Std header files will be at ...Sanjiv Gupta2009-07-012-11/+58
* Insure that __block_holder_tmp is allocated on the stack when a byrefStuart Hastings2009-07-011-0/+8
* Fix FindExecutable to work if given an absolute executable path name.Daniel Dunbar2009-07-011-5/+10
* llvm-mc: Add some more doxyments.Daniel Dunbar2009-07-011-27/+41
* NewNightlyTest: Include minutes/seconds in log file names, to support runningDaniel Dunbar2009-07-011-3/+1
* Added step-by-step directions on how to use the script to build and install anMisha Brukman2009-07-011-0/+37
* CommuteChangesDestination() should check if to-be-commuted instruction define...Evan Cheng2009-07-012-16/+160
* Remove special handling of implicit_def. Fix a couple more bugs in liveinterv...Evan Cheng2009-07-015-64/+175
* Tweak MCSymbol doxyments.Daniel Dunbar2009-07-011-3/+5
* llvm-mc: Fill in the rest of tokens for 'as-lex' mode.Daniel Dunbar2009-07-011-11/+23
* Fix the build on OpenBSD.Owen Anderson2009-07-011-1/+1
* Rename MCValue::isConstant to isAbsolute.Daniel Dunbar2009-07-012-5/+6
* add some of the new tokens, others are still missing.Chris Lattner2009-07-011-10/+17
* llvm-mc: Emit parsed instructions to the MCStreamer.Daniel Dunbar2009-07-011-2/+1
* Dump MCInsts in the MC .s printer, for now.Daniel Dunbar2009-07-011-2/+23
* add comments, privatize interfaceChris Lattner2009-07-011-2/+13
* disable some ctors.Chris Lattner2009-07-011-0/+3
* add some comments to MCSymbol header, make the ctor private so that only MCCo...Chris Lattner2009-07-011-5/+28
* improve comments.Chris Lattner2009-07-011-1/+13
* improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner2009-07-0111-23/+29
* Fix some fast-isel problems selecting global variable addressing inChris Lattner2009-07-013-6/+42
* Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...Evan Cheng2009-07-0113-62/+443
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-0146-132/+82
* Add PIC load and store patterns for Thumb-2.David Goodwin2009-07-014-2/+79
* Add a global context, for easing backwards compatibility.Owen Anderson2009-06-302-0/+10
* llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst.Daniel Dunbar2009-06-303-26/+31
* Fill in some methods for the MCValue field of an MCOperand.Daniel Dunbar2009-06-301-2/+16
* llvm-mc: Accept relocatable expressions when parsing displacements andDaniel Dunbar2009-06-301-13/+13
* Thumb-2 load and store double description. But nothing yet creates them.David Goodwin2009-06-302-1/+40
* llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form areDaniel Dunbar2009-06-303-9/+14
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-3035-36/+122
* Add thumb-2 store word, halfword, and byte.David Goodwin2009-06-304-0/+207
* Drop redundant print impl.Andreas Bolka2009-06-301-3/+0
* Minor code cleanups.Dan Gohman2009-06-301-2/+6