aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* C API functions must be able to see their extern "C" definitions, or it will ...Benjamin Kramer2011-08-191-0/+3
* Add SplitLandingPadPredecessors().Bill Wendling2011-08-191-0/+17
* Add NativeClient operating system support.Ivan Krasin2011-08-181-1/+2
* FastISel: avoid function calls between the materialization of the constant an...Ivan Krasin2011-08-181-1/+19
* Rip out the old StructType APIs as warned about on llvmdev last week.Chris Lattner2011-08-181-14/+0
* Add intrinsics for SETEV, GETED, GETET.Richard Osborne2011-08-181-0/+4
* Add the support in code-gen for the landingpad instruction lowering.Bill Wendling2011-08-171-0/+5
* Remove unneeded sentence.Bill Wendling2011-08-171-2/+1
* ...and make sure DynamicLibrary builds by removing "const" from the Invalid p...Jordy Rose2011-08-171-1/+1
* Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...Jordy Rose2011-08-171-2/+7
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-171-2/+33
* Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose2011-08-171-30/+40
* Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel2011-08-162-1/+24
* Increment debug info version to accommodate upcoming change in debug info nod...Devang Patel2011-08-161-1/+2
* Add getFirstInsertionPt() method.Bill Wendling2011-08-161-0/+9
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-161-2/+1
* Remove unused forward declaration.Jim Grosbach2011-08-161-1/+0
* Tidy up. Trailing whitespace.Jim Grosbach2011-08-161-45/+45
* Add a mechanism for optimisation plugins to register passes that all front en...David Chisnall2011-08-161-1/+14
* Remove unimplemented method. Fixes PR10658.Rafael Espindola2011-08-161-10/+0
* MCTargetAsmParser target match predicate support.Jim Grosbach2011-08-151-1/+9
* Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.Devang Patel2011-08-151-0/+3
* Move MatchResultTy enum into base class definition.Jim Grosbach2011-08-151-0/+10
* Refactor. Global variables are part of compile unit so let CompileUnit create...Devang Patel2011-08-151-0/+7
* Tidy up trailing whitespace.Jim Grosbach2011-08-151-4/+4
* Remove the last improper use of getGlobalContext() from LLVM.Nick Lewycky2011-08-131-4/+22
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-127-4/+143
* Constify.Devang Patel2011-08-121-1/+1
* Use ArrayRef.Devang Patel2011-08-121-1/+2
* add ifdef's to let people easily remove these dead api for testing.Chris Lattner2011-08-121-2/+3
* add two missing function implsChris Lattner2011-08-121-1/+1
* add new accessors to reflect new terminology in struct types.Chris Lattner2011-08-121-18/+49
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-121-0/+2
* Fix an obscure bug in PointerUnion that would bite PointerUnion3/4. Basically,Chris Lattner2011-08-121-1/+5
* include/llvm/Config/config.h.cmake: Reorder to follow config.h.in, and import...NAKAMURA Takumi2011-08-121-14/+38
* CMake: Eliminate unused checks and #undef(s) as below;NAKAMURA Takumi2011-08-121-45/+0
* include/llvm/Config/llvm-config.h: Reorder and reword to follow (generated) c...NAKAMURA Takumi2011-08-122-14/+14
* configure: Update since r136721.NAKAMURA Takumi2011-08-121-3/+3
* A virtual destructor for the class with virtual methods!Nick Lewycky2011-08-121-1/+1
* Allow loop unrolling to get known trip counts from ScalarEvolution.Andrew Trick2011-08-111-1/+14
* DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as -(2147...NAKAMURA Takumi2011-08-111-1/+2
* Typo.Chad Rosier2011-08-111-1/+1
* Stay within 80 columns.Devang Patel2011-08-101-2/+2
* Reapplying r136844.Andrew Trick2011-08-101-3/+13
* Cleanup. Remove an extraneous GraphTraits specialization.Andrew Trick2011-08-101-19/+5
* Distinguish between two copies of one inlined variable. Take 2.Devang Patel2011-08-101-0/+3
* Provide utility to extract and use lexical scoping information from machine i...Devang Patel2011-08-101-0/+247
* Cleanup. Make ScalarEvolution an explicit argument of theAndrew Trick2011-08-101-3/+3
* Added a SimplifyIndVar utility to simplify induction variable usersAndrew Trick2011-08-102-0/+60
* Cleanup. Added LoopBlocksDFS::perform for simple clients.Andrew Trick2011-08-101-0/+3