summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Thumb2 parsing and encoding for IT blocks.Jim Grosbach2011-08-29
* Tidy up. Whitespace.Jim Grosbach2011-08-29
* Tidy up. 80 columns.Jim Grosbach2011-08-29
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-29
* Add AMDIL as valid target triple to LLVM.Tobias Grosser2011-08-29
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-27
* Fix PassManager stack depths.Andrew Trick2011-08-27
* LoopInfo::updateUnloop fix, and verify Block->Loop maps.Andrew Trick2011-08-26
* Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.Bill Wendling2011-08-25
* Constify ComparisonDavid Greene2011-08-25
* Basic x86 code generation for atomic load and store instructions.Eli Friedman2011-08-24
* Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem2011-08-24
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Add some useful accessors to c++ api that appear to be missing from the c apiNate Begeman2011-08-23
* 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