aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Temporarily revert r74494. It was causing failures in the unit tests.Bill Wendling2009-06-301-2/+0
* Fix the build on Cygwin. Patch by Aaron Gray.Owen Anderson2009-06-301-2/+2
* llvm-mc: Evaluation for relocatable expressions.Daniel Dunbar2009-06-302-1/+20
* 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-301-0/+2
* Normalize SourceMgr messages.Daniel Dunbar2009-06-301-1/+4
* Add LLVMContext, which will eventually be used as a container for privatizing...Owen Anderson2009-06-301-0/+162
* Move the driver entry point out of Main.inc.Mikhail Glushenkov2009-06-301-105/+6
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-291-1/+1
* llvm-mc: Diagnose misuse (mix) of defined symbols and labels.Daniel Dunbar2009-06-292-1/+7
* Add SMLoc::isValid method.Daniel Dunbar2009-06-291-0/+2
* Rename MCValue::getCst to getConstant and add MCValue::isConstant.Daniel Dunbar2009-06-291-2/+3
* Fix three MSVC 2008 warnings that completely clutter the build output.Sebastian Redl2009-06-292-3/+3
* Add more vector ValueTypes for AVX and other extended vector instructionDavid Greene2009-06-293-53/+106
* Add triple for OpenBSD.Duncan Sands2009-06-291-1/+2
* Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov2009-06-291-38/+0
* Minimal LDA interface, maximally conservative tester.Andreas Bolka2009-06-281-0/+5
* LDA analysis output scaffolding.Andreas Bolka2009-06-281-1/+8
* Teach LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman2009-06-271-0/+7
* Eliminate a layer of indirection in LoopInfo and MachineLoopInfo.Dan Gohman2009-06-272-50/+50
* Convert ScalarEvolution to use BumpPtrAllocator and FoldingSet, insteadDan Gohman2009-06-272-26/+22
* Remove a redundant #include.Dan Gohman2009-06-271-1/+0
* Change SCEVExpander to use an IRBuilder to emit instructions.Dan Gohman2009-06-271-19/+13
* Add a 'const' in a comment.Dan Gohman2009-06-271-1/+1
* Incorporate the insertion point into the key of SCEVExpander's CSE map.Dan Gohman2009-06-261-32/+16
* Remove unused routines.Devang Patel2009-06-261-7/+0
* Add missing argument for vtbx intrinsic.Bob Wilson2009-06-261-2/+2
* Add intrinsics for ARM NEON vtbl and vtbx operations.Bob Wilson2009-06-261-0/+9
* fix a really subtle bug in the cross section of aliases and TLS:Chris Lattner2009-06-261-1/+1
* Delete LoopPass::runOnFunctionBody. It was never used or implemented.Jeffrey Yasskin2009-06-261-3/+0
* Get rid of these cache variables, which are a holdover from the days whenOwen Anderson2009-06-261-35/+2
* Swap order of arguments to vst[34]* intrinsics. This matches the orderBob Wilson2009-06-261-4/+4
* CMake: add configure checks for pthread_rwlock_init and pthread_getspecificDouglas Gregor2009-06-261-0/+6
* Remove unnecessary includes.Devang Patel2009-06-261-2/+0
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-261-23/+10
* Add support for const thread locals.Owen Anderson2009-06-251-2/+2
* Add a configure test for pthread_getspecific, and use it when building Thread...Owen Anderson2009-06-251-0/+3
* Add a class for supporting platform independent thread-local storage.Owen Anderson2009-06-251-0/+41
* add targetflags to jump tables and constant pool entries.Chris Lattner2009-06-252-31/+25
* allow setting target operand flags on TargetGlobalAddress nodes.Chris Lattner2009-06-252-4/+8
* start bringing targetoperand flags into isel, first up, ExternalSymbol.Chris Lattner2009-06-252-5/+9
* Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov2009-06-252-8/+71
* just eliminate the code entirely!Chris Lattner2009-06-251-28/+1
* Clone target flags when copying mbb operands.Chris Lattner2009-06-251-1/+1
* Privatize some more debug-related static data.Owen Anderson2009-06-251-0/+3
* Identify unconditional gotos and generate a page sel instructions before them.Sanjiv Gupta2009-06-251-0/+2
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-252-4/+71
* ad MachineInstrBuilder support for target flags on operands.Chris Lattner2009-06-252-19/+38
* Add a getUniqueExitBlock utility function, similar to getExitBlock,Dan Gohman2009-06-251-0/+10
* Now with EVEN FEWER statics!Owen Anderson2009-06-251-1/+38