summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reapply 74494, this time removing the conflicting definition of operator<<Dan Gohman2009-06-303-13/+8
* Improve Thumb-2 jump table support.David Goodwin2009-06-305-14/+63
* Add 256-bit memory operand support.David Greene2009-06-303-0/+16
* Add conditional and unconditional thumb-2 branch. Add thumb-2 jump table.David Goodwin2009-06-307-33/+112
* Add wrappers for type construction to LLVMContext.Owen Anderson2009-06-302-0/+88
* add a FAQ.Chris Lattner2009-06-301-0/+141
* Fix up header comments to make Chris happy.Owen Anderson2009-06-303-1/+21
* Fix PR4485.Rafael Espindola2009-06-303-4/+22
* Revert my intentional breakage.Daniel Dunbar2009-06-301-2/+0
* Intentionally break a unittest to test my buildbot gtest command.Daniel Dunbar2009-06-301-0/+2
* Suppress may-be-used-uninitialized warning.Daniel Dunbar2009-06-301-1/+2
* Fix CMake buildDouglas Gregor2009-06-301-0/+1
* Fixed assert that checks return value of TlsSetValue.Oscar Fuentes2009-06-301-1/+1
* Fix PR4484.Rafael Espindola2009-06-302-3/+20
* Temporarily restore the scavenger implicit_def checking code. MachineOperand ...Evan Cheng2009-06-303-7/+152
* Add a bit IsUndef to MachineOperand. This indicates the def / use register op...Evan Cheng2009-06-3011-79/+213
* Temporarily revert r74494. It was causing failures in the unit tests.Bill Wendling2009-06-302-8/+0
* got confused againChris Lattner2009-06-301-1/+1
* fix some issues Jeff Yasskin noticedChris Lattner2009-06-301-2/+2
* add a note about re-evaluating end() every time through a loop.Chris Lattner2009-06-301-0/+63
* Fix the build on Cygwin. Patch by Aaron Gray.Owen Anderson2009-06-303-5/+5
* remove a bogus note.Chris Lattner2009-06-301-20/+0
* add a noteChris Lattner2009-06-301-0/+20
* #include <iostream> is forbidden. Remove it in favor of raw_ostream.Bill Wendling2009-06-303-27/+24
* A few more load instructions.Evan Cheng2009-06-307-39/+246
* Array accesses are independent if the underlying arrays differ.Andreas Bolka2009-06-305-2/+96
* llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc.Daniel Dunbar2009-06-302-13/+33
* llvm-mc: Rewrite binary subtraction for relocatable expressions, we can't alwaysDaniel Dunbar2009-06-301-26/+33
* llvm-mc: Evaluation for relocatable expressions.Daniel Dunbar2009-06-306-41/+152
* Delete a spurious blank line at the top of the file.Dan Gohman2009-06-301-1/+0
* Define an operator<< for APInt to be used with std::ostream.Dan Gohman2009-06-302-0/+8
* Minor formatting, whitespace, and 80-column fixes.Dan Gohman2009-06-301-7/+7
* Minor code simplification.Dan Gohman2009-06-301-3/+2
* Enhance tests to include shifted-register operand testing.David Goodwin2009-06-3014-19/+425
* Normalize SourceMgr messages.Daniel Dunbar2009-06-309-20/+33