summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-01
* Use correct format for LLVM header #includes.Misha Brukman2009-07-01
* I give up on trying to use reader/writer locks for recursive type refinement....Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Fix codegen for references to available_externally symbols. This fixesChris Lattner2009-07-01
* Try again at making this work on OpenBSD.Owen Anderson2009-07-01
* Executables will be at InstallDir/bin directory. Std header files will be at ...Sanjiv Gupta2009-07-01
* Insure that __block_holder_tmp is allocated on the stack when a byrefStuart Hastings2009-07-01
* Fix FindExecutable to work if given an absolute executable path name.Daniel Dunbar2009-07-01
* llvm-mc: Add some more doxyments.Daniel Dunbar2009-07-01
* NewNightlyTest: Include minutes/seconds in log file names, to support runningDaniel Dunbar2009-07-01
* Added step-by-step directions on how to use the script to build and install anMisha Brukman2009-07-01
* CommuteChangesDestination() should check if to-be-commuted instruction define...Evan Cheng2009-07-01
* Remove special handling of implicit_def. Fix a couple more bugs in liveinterv...Evan Cheng2009-07-01
* Tweak MCSymbol doxyments.Daniel Dunbar2009-07-01
* llvm-mc: Fill in the rest of tokens for 'as-lex' mode.Daniel Dunbar2009-07-01
* Fix the build on OpenBSD.Owen Anderson2009-07-01
* Rename MCValue::isConstant to isAbsolute.Daniel Dunbar2009-07-01
* add some of the new tokens, others are still missing.Chris Lattner2009-07-01
* llvm-mc: Emit parsed instructions to the MCStreamer.Daniel Dunbar2009-07-01
* Dump MCInsts in the MC .s printer, for now.Daniel Dunbar2009-07-01
* add comments, privatize interfaceChris Lattner2009-07-01
* disable some ctors.Chris Lattner2009-07-01
* add some comments to MCSymbol header, make the ctor private so that only MCCo...Chris Lattner2009-07-01
* improve comments.Chris Lattner2009-07-01
* improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner2009-07-01
* Fix some fast-isel problems selecting global variable addressing inChris Lattner2009-07-01
* Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...Evan Cheng2009-07-01
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-01
* Add PIC load and store patterns for Thumb-2.David Goodwin2009-07-01
* Add a global context, for easing backwards compatibility.Owen Anderson2009-06-30
* llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst.Daniel Dunbar2009-06-30
* Fill in some methods for the MCValue field of an MCOperand.Daniel Dunbar2009-06-30
* llvm-mc: Accept relocatable expressions when parsing displacements andDaniel Dunbar2009-06-30
* Thumb-2 load and store double description. But nothing yet creates them.David Goodwin2009-06-30
* llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form areDaniel Dunbar2009-06-30
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-30
* Add thumb-2 store word, halfword, and byte.David Goodwin2009-06-30
* Drop redundant print impl.Andreas Bolka2009-06-30
* Minor code cleanups.Dan Gohman2009-06-30
* Reapply 74494, this time removing the conflicting definition of operator<<Dan Gohman2009-06-30
* Improve Thumb-2 jump table support.David Goodwin2009-06-30
* Add 256-bit memory operand support.David Greene2009-06-30
* Add conditional and unconditional thumb-2 branch. Add thumb-2 jump table.David Goodwin2009-06-30
* Add wrappers for type construction to LLVMContext.Owen Anderson2009-06-30
* add a FAQ.Chris Lattner2009-06-30
* Fix up header comments to make Chris happy.Owen Anderson2009-06-30
* Fix PR4485.Rafael Espindola2009-06-30
* Revert my intentional breakage.Daniel Dunbar2009-06-30
* Intentionally break a unittest to test my buildbot gtest command.Daniel Dunbar2009-06-30