aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2013-01-10Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-09Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis
2013-01-09PowerPC: EH adjustmentsAdhemerval Zanella
2013-01-09add hexagon flags in ELF.hShankar Easwaran
2013-01-09Incrase the number of parameters for AlignedCharArrayUnion.Manuel Klimek
2013-01-08Fix memory leak in YAML I/O.Nick Kledzik
2013-01-08Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher
2013-01-08Remove what appears to be a dead llvm-specific debug tag.Eric Christopher
2013-01-07Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose
2013-01-07When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet
2013-01-05Add an ArrayRecycler class.Jakob Stoklund Olesen
2013-01-05Provide a default constructor for TimeValue. This was used, but only inChandler Carruth
2013-01-04Add time getters to the process interface for requesting the elapsedChandler Carruth
2013-01-04Special case Recycler::clear(BumpPtrAllocator).Jakob Stoklund Olesen
2013-01-04Fix how YAML I/O detects flow sequences. Nick Kledzik
2013-01-04PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella
2013-01-03Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined if it is unavailable in ...NAKAMURA Takumi
2013-01-02Restrict __builtin_assume_aligned to gcc 4.7+Michael J. Spencer
2013-01-02[Support][Endian] Add support for specifying the alignment and native unalign...Michael J. Spencer
2013-01-02Don't #include stuff outside the include guards.Argyrios Kyrtzidis
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-31Make it explicit that the only entry points to the Program object areChandler Carruth
2012-12-31Remove an unused method on Program.Chandler Carruth
2012-12-31Remove an unused method on the Program class.Chandler Carruth
2012-12-31Go ahead and get rid of the old page size interface and convert all theChandler Carruth
2012-12-31Flesh out a page size accessor in the new API.Chandler Carruth
2012-12-31Remove the declspecs from small alignments that we can force withChandler Carruth
2012-12-31Remove an unused function in the old Process interface.Chandler Carruth
2012-12-31[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.Michael J. Spencer
2012-12-31Begin sketching out the process interface.Chandler Carruth
2012-12-31Start sketching out a roadmap for better subprocess management in theChandler Carruth
2012-12-22Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling
2012-12-22Fix some undefined behavior when parsing YAML input: don't try to compare anRichard Smith
2012-12-20Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-18Add support for passing -main-file-name all the way through toEric Christopher
2012-12-17Use different trait techniques to be compatible with g++Nick Kledzik
2012-12-14This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt
2012-12-13Pattern matching code for intrinsics.Michael Ilseman
2012-12-13m_CombineOr and m_CombineAnd pattern combinatorsMichael Ilseman
2012-12-12YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer
2012-12-12AlignedCharArrayUnion is erroring with non-clang compilersNick Kledzik
2012-12-12Initial implementation of a utility for converting native data Nick Kledzik
2012-12-12This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt
2012-12-12Pattern matchers for floating point valuesMichael Ilseman
2012-12-12Remove FIXMEs surrounding Constant[Data]Vectors, insteadMichael Ilseman
2012-12-11This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling
2012-12-07Remove trailing whitespaceMichael Ilseman