summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-3033-36/+108
* Add thumb-2 store word, halfword, and byte.David Goodwin2009-06-301-0/+18
* Minor code cleanups.Dan Gohman2009-06-301-2/+6
* Reapply 74494, this time removing the conflicting definition of operator<<Dan Gohman2009-06-301-0/+6
* Improve Thumb-2 jump table support.David Goodwin2009-06-304-14/+37
* 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-301-0/+58
* Fix up header comments to make Chris happy.Owen Anderson2009-06-302-1/+11
* Fix PR4485.Rafael Espindola2009-06-301-3/+6
* Fixed assert that checks return value of TlsSetValue.Oscar Fuentes2009-06-301-1/+1
* Fix PR4484.Rafael Espindola2009-06-301-3/+5
* Temporarily restore the scavenger implicit_def checking code. MachineOperand ...Evan Cheng2009-06-301-5/+23
* Add a bit IsUndef to MachineOperand. This indicates the def / use register op...Evan Cheng2009-06-307-60/+60
* Temporarily revert r74494. It was causing failures in the unit tests.Bill Wendling2009-06-301-6/+0
* Fix the build on Cygwin. Patch by Aaron Gray.Owen Anderson2009-06-302-3/+3
* 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-304-39/+99
* Array accesses are independent if the underlying arrays differ.Andreas Bolka2009-06-301-0/+47
* Define an operator<< for APInt to be used with std::ostream.Dan Gohman2009-06-301-0/+6
* Minor formatting, whitespace, and 80-column fixes.Dan Gohman2009-06-301-7/+7
* Minor code simplification.Dan Gohman2009-06-301-3/+2
* Normalize SourceMgr messages.Daniel Dunbar2009-06-301-3/+7
* Add LLVMContext, which will eventually be used as a container for privatizing...Owen Anderson2009-06-303-0/+400
* Add a way to access argv[0] in hooks.Mikhail Glushenkov2009-06-301-0/+5
* Move the driver entry point out of Main.inc.Mikhail Glushenkov2009-06-301-0/+125
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-291-5/+9
* Struct types are described using field types only.Devang Patel2009-06-291-3/+0
* Fix install of libCompilerDriver dynamic library to not copy on every build.Daniel Dunbar2009-06-291-4/+5
* 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-291-1/+4
* Use getSCEV instead of getUnknown to create a SCEV for aDan Gohman2009-06-291-3/+3
* Don't build LLVMC when configured with --disable-pic (it needs requires sharedDaniel Dunbar2009-06-291-2/+10
* Set wasRun to false here on Dan's suggestion.Torok Edwin2009-06-291-0/+1
* s/MainCU/ModuleCU/gDevang Patel2009-06-292-30/+29
* Multiple DW_TAG_compile_unit is not used, afaict, on any target.Devang Patel2009-06-291-103/+41
* Don't cache PHI exit values from exhaustive evaluations, becauseDan Gohman2009-06-291-1/+0
* FIX PR 4459.Rafael Espindola2009-06-291-1/+1
* Initialize CurSection in constructor.Torok Edwin2009-06-291-1/+1
* Rename MCValue::getCst to getConstant and add MCValue::isConstant.Daniel Dunbar2009-06-291-4/+4
* Relax LDA memory instruction checks.Andreas Bolka2009-06-291-4/+7
* Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...Torok Edwin2009-06-292-1/+42
* Simplify this code, and avoid using APInt(). This fixesDan Gohman2009-06-291-4/+2
* Add a target-specific DAG combine on X86 to fold the common pattern ofOwen Anderson2009-06-291-0/+54
* Add processor descriptions for Istanbul and Shanghai.David Greene2009-06-291-0/+4
* Fix a subtarget feature bug.David Greene2009-06-291-1/+1
* Add more vector ValueTypes for AVX and other extended vector instructionDavid Greene2009-06-292-24/+152
* Rename ARMcmpNZ to ARMcmpZ and use it to represent comparisons that set only ...David Goodwin2009-06-295-30/+28