aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add LLVMContext, which will eventually be used as a container for privatizing...Owen Anderson2009-06-304-0/+562
* llvm-mc: Parse symbol attribute directives.Daniel Dunbar2009-06-303-0/+67
* Regenerate.Mikhail Glushenkov2009-06-301-3/+24
* Clang is now production quality (at least for C).Mikhail Glushenkov2009-06-301-3/+2
* Add a way to access argv[0] in hooks.Mikhail Glushenkov2009-06-302-0/+27
* Move the driver entry point out of Main.inc.Mikhail Glushenkov2009-06-302-105/+131
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-295-8/+124
* Struct types are described using field types only.Devang Patel2009-06-291-3/+0
* llvm-mc: Diagnose misuse (mix) of defined symbols and labels.Daniel Dunbar2009-06-293-7/+47
* Add SMLoc::isValid method.Daniel Dunbar2009-06-291-0/+2
* Fix install of libCompilerDriver dynamic library to not copy on every build.Daniel Dunbar2009-06-291-4/+5
* Remove commented code.David Greene2009-06-291-15/+0
* Add a 256-bit register class and YMM registers.David Greene2009-06-292-0/+32
* Add Thumb-2 support for TEQ amd TST.David Goodwin2009-06-295-1/+196
* Thumb-2 testsDavid Goodwin2009-06-297-15/+65