summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-23
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-23
* Address Duncan's CR request:Nadav Rotem2011-08-23
* This patch adds support of le32 pseudo-cpu that stands for genericIvan Krasin2011-08-23
* Add an MCInstrAnalysis version of isCall.Benjamin Kramer2011-08-22
* Remove DEFINE_TRANSPARENT_CASTED_OPERAND_ACCESSORS, folding itsJay Foad2011-08-22
* Do not use named md nodes to track variables that are completely optimized. T...Devang Patel2011-08-19
* Add IntervalMap::const_iterator::atBegin().Jakob Stoklund Olesen2011-08-19
* C API functions must be able to see their extern "C" definitions, or it will ...Benjamin Kramer2011-08-19
* Add SplitLandingPadPredecessors().Bill Wendling2011-08-19
* Add NativeClient operating system support.Ivan Krasin2011-08-18
* FastISel: avoid function calls between the materialization of the constant an...Ivan Krasin2011-08-18
* Rip out the old StructType APIs as warned about on llvmdev last week.Chris Lattner2011-08-18
* Add intrinsics for SETEV, GETED, GETET.Richard Osborne2011-08-18
* Add the support in code-gen for the landingpad instruction lowering.Bill Wendling2011-08-17
* Remove unneeded sentence.Bill Wendling2011-08-17
* ...and make sure DynamicLibrary builds by removing "const" from the Invalid p...Jordy Rose2011-08-17
* Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...Jordy Rose2011-08-17
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-17
* Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose2011-08-17
* Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel2011-08-16
* Increment debug info version to accommodate upcoming change in debug info nod...Devang Patel2011-08-16
* Add getFirstInsertionPt() method.Bill Wendling2011-08-16
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-16
* Remove unused forward declaration.Jim Grosbach2011-08-16
* Tidy up. Trailing whitespace.Jim Grosbach2011-08-16
* Add a mechanism for optimisation plugins to register passes that all front en...David Chisnall2011-08-16
* Remove unimplemented method. Fixes PR10658.Rafael Espindola2011-08-16
* MCTargetAsmParser target match predicate support.Jim Grosbach2011-08-15
* Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.Devang Patel2011-08-15
* Move MatchResultTy enum into base class definition.Jim Grosbach2011-08-15
* Refactor. Global variables are part of compile unit so let CompileUnit create...Devang Patel2011-08-15
* Tidy up trailing whitespace.Jim Grosbach2011-08-15
* Remove the last improper use of getGlobalContext() from LLVM.Nick Lewycky2011-08-13
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* Constify.Devang Patel2011-08-12
* Use ArrayRef.Devang Patel2011-08-12
* add ifdef's to let people easily remove these dead api for testing.Chris Lattner2011-08-12
* add two missing function implsChris Lattner2011-08-12
* add new accessors to reflect new terminology in struct types.Chris Lattner2011-08-12
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* Fix an obscure bug in PointerUnion that would bite PointerUnion3/4. Basically,Chris Lattner2011-08-12
* include/llvm/Config/config.h.cmake: Reorder to follow config.h.in, and import...NAKAMURA Takumi2011-08-12
* CMake: Eliminate unused checks and #undef(s) as below;NAKAMURA Takumi2011-08-12
* include/llvm/Config/llvm-config.h: Reorder and reword to follow (generated) c...NAKAMURA Takumi2011-08-12
* configure: Update since r136721.NAKAMURA Takumi2011-08-12
* A virtual destructor for the class with virtual methods!Nick Lewycky2011-08-12
* Allow loop unrolling to get known trip counts from ScalarEvolution.Andrew Trick2011-08-11
* DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as -(2147...NAKAMURA Takumi2011-08-11
* Typo.Chad Rosier2011-08-11