aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2012-06-02Additional change for 157881. Forget to fix another IntegerSubset constructor.Stepan Dyatkovskiy
2012-06-02Small fix due to buildbot failures on mingw32. Fixed call of parent construct...Stepan Dyatkovskiy
2012-06-02PR1255: case ranges.Stepan Dyatkovskiy
2012-06-01PR1255: case ranges.Stepan Dyatkovskiy
2012-06-01Remove noisy semicolons.Benjamin Kramer
2012-06-01PR1255: case ranges.Stepan Dyatkovskiy
2012-05-29ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy
2012-05-28PR1255: Case RangesStepan Dyatkovskiy
2012-05-26Add support for branch weight metadata to MDBuilder and use it in various pla...Benjamin Kramer
2012-05-21PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy
2012-05-19Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the...Benjamin Kramer
2012-05-18fix warnings when compiling with -WshadowNick Kledzik
2012-05-17[Hexagon] Clean up Hexagon ELF definition.Evandro Menezes
2012-05-15[Support] Add a version of sys::fs::equivalent() that treats errors as false.Daniel Dunbar
2012-05-15Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach
2012-05-14[Support/COFF] Make the order of members in symbol match the standard.Michael J. Spencer
2012-05-12Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy
2012-05-11PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to i...Stepan Dyatkovskiy
2012-05-11Allow unique_file to take a mode for file permissions, but defaultEric Christopher
2012-05-08Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby
2012-05-07Fix trivial typo in llvm_move.John McCall
2012-05-05reapply my patch, with a fix for an off-by-one error. Turned out to be a lotChris Lattner
2012-05-05revert my patches, which are causing problems.Chris Lattner
2012-05-05add missing header <shame>Chris Lattner
2012-05-05[Support] Add sys::Process::GetRandomNumber().Daniel Dunbar
2012-05-02Update SmallVector to support move semantics if the host does.John McCall
2012-05-01YAMLParser: get rid of global ctors & dtors.Benjamin Kramer
2012-04-28If the __is_trivially_copyable type trait is available use it as the baseline...Benjamin Kramer
2012-04-23Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru
2012-04-20Extraneous semicolon.Eric Christopher
2012-04-18SourceMgr: Colorize diagnostics.Benjamin Kramer
2012-04-17platform support for counting column widths and checking isprintSeth Cantrell
2012-04-17Goodbye, JSONParser...Manuel Klimek
2012-04-17Adding operator== for document_iterator.Manuel Klimek
2012-04-16Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands
2012-04-16Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands
2012-04-16Remove the methods for attaching metadata to instructions/retrieving metadataDuncan Sands
2012-04-16Add convenience methods to MDBuilder for attaching metadata to instructions,Duncan Sands
2012-04-16Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer
2012-04-16Revert r154800 which breaks windows builders.Argyrios Kyrtzidis
2012-04-16Add reverseColor to raw_ostream.Argyrios Kyrtzidis
2012-04-15Add the MDBuilder helper class for conveniently creating metadata.Duncan Sands
2012-04-08Move the TLSModel information into the TargetMachine rather than hidingChandler Carruth
2012-04-08Allow subclasses of the ValueHandleBase to store information as part of theBill Wendling
2012-04-06DenseMap: Perform the pod-like object optimization when the value type is POD...Benjamin Kramer
2012-04-05Fix the build breakage introduced by r154131.Kaelyn Uhrain
2012-04-05Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to beKaelyn Uhrain
2012-04-04Fix -Wnon-virtual-dtor warnings.Michael J. Spencer
2012-04-04Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer
2012-04-03Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer