- Dec 17, 2010
-
-
Bob Wilson authored
Radar 8776599 llvm-svn: 122018
-
Bob Wilson authored
llvm-svn: 122017
-
Bob Wilson authored
llvm-svn: 122016
-
Bob Wilson authored
llvm-svn: 122015
-
Dan Gohman authored
a null endptr argument, because they may write to errno. This fixes a seflhost miscompile observed on Linux targets when TBAA was enabled. llvm-svn: 122014
-
Daniel Dunbar authored
llvm-svn: 122013
-
Daniel Dunbar authored
here? llvm-svn: 122012
-
Daniel Dunbar authored
in MCAsmLayout). llvm-svn: 122011
-
Daniel Dunbar authored
llvm-svn: 122010
-
Daniel Dunbar authored
llvm-svn: 122009
-
Daniel Dunbar authored
llvm-svn: 122008
-
Rafael Espindola authored
llvm-svn: 122006
-
- Dec 16, 2010
-
-
Rafael Espindola authored
llvm-svn: 122005
-
Michael J. Spencer authored
the MemoryBuffer*, however, it doesn't seem to delete it. llvm-svn: 122004
-
Michael J. Spencer authored
llvm-svn: 122003
-
Greg Clayton authored
llvm-svn: 122002
-
Greg Clayton authored
llvm-svn: 122001
-
Greg Clayton authored
Added header doc for the recently added Process::ReadUnsignedInteger (addr_t addr, size_t int_byte_size, Error &error) function. llvm-svn: 121999
-
Greg Clayton authored
uint64_t Process::ReadUnsignedInteger (addr_t addr, size_t int_byte_size, Error &error); llvm-svn: 121996
-
Jakob Stoklund Olesen authored
llvm-svn: 121995
-
Wesley Peck authored
are correctly marked as used. This removes a hack where the call instructions marked all possible argument registers as used in the tablegen description. llvm-svn: 121994
-
John McCall authored
Fixes rdar://problem/8776586. llvm-svn: 121992
-
-
Johnny Chen authored
against. llvm-svn: 121989
-
Daniel Dunbar authored
llvm-svn: 121988
-
Johnny Chen authored
llvm-svn: 121986
-
Daniel Dunbar authored
llvm-svn: 121985
-
Douglas Gregor authored
occur within statements. Teach Sema::ActOnExceptionDeclarator() to check for unexpanded parameter packs in the exception type. llvm-svn: 121984
-
Daniel Dunbar authored
interface. llvm-svn: 121981
-
Douglas Gregor authored
llvm-svn: 121979
-
Michael J. Spencer authored
llvm-svn: 121975
-
Michael J. Spencer authored
llvm-svn: 121974
-
Daniel Dunbar authored
llvm-svn: 121973
-
Daniel Dunbar authored
llvm-svn: 121972
-
Daniel Dunbar authored
llvm-svn: 121971
-
Daniel Dunbar authored
llvm-svn: 121970
-
Daniel Dunbar authored
llvm-svn: 121969
-
Daniel Dunbar authored
llvm-svn: 121968
-
Douglas Gregor authored
non-type template parameters until we know that we have an actual template declaration of some sort. This cannot be tested yet, but will become important when we have template template parameter packs. llvm-svn: 121967
-
Frits van Bommel authored
Fix a bug in the loop in JumpThreading::ProcessThreadableEdges() where it could falsely produce a MultipleDestSentinel value if the first predecessor ended with an 'indirectbr'. If that happened, it caused an unnecessary FindMostPopularDest() call. This wasn't a correctness problem, but it broke the fast path for single-predecessor blocks. llvm-svn: 121966
-