- Jun 09, 2010
-
-
Anders Carlsson authored
llvm-svn: 105651
-
Anders Carlsson authored
llvm-svn: 105650
-
Anders Carlsson authored
Add a global CreateGlobalInitOrDestructFunction and use it for creating global init or destruction functions. llvm-svn: 105649
-
Anders Carlsson authored
Rename __tcf_ to __cxx_global_array_dtor. Remove the UniqueAggreDestructorCount from CodeGenFunction and let LLVM handle uniquing the internal functions instead. llvm-svn: 105648
-
Anders Carlsson authored
llvm-svn: 105647
-
Anders Carlsson authored
llvm-svn: 105646
-
Eric Christopher authored
the register. While we're at it, make sure it's in the right one. llvm-svn: 105645
-
- Jun 08, 2010
-
-
Daniel Dunbar authored
llvm-svn: 105644
-
Douglas Gregor authored
build a new declaration for that tag type that will be visible for future lookups of that tag. llvm-svn: 105643
-
Douglas Gregor authored
determining whether one overload candidate is better than another. Fixes PR7319. llvm-svn: 105642
-
Fariborz Jahanian authored
entry previously constructed via copy constructor. llvm-svn: 105641
-
Daniel Dunbar authored
llvm-svn: 105640
-
Daniel Dunbar authored
llvm-svn: 105639
-
Daniel Dunbar authored
Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. llvm-svn: 105638
-
Daniel Dunbar authored
- This eliminates most dependencies on how Clang is installed relative to LLVM. llvm-svn: 105637
-
Daniel Dunbar authored
they are out of date, instead of only testing if they exist. llvm-svn: 105636
-
Jim Grosbach authored
llvm-svn: 105634
-
Anders Carlsson authored
llvm-svn: 105633
-
Douglas Gregor authored
warnings, from Troy Straszheim! Fixes PR6163. llvm-svn: 105631
-
Douglas Gregor authored
Clang can load it as a plugin. Original fix by Troy D. Straszheim, which I extended with Darwin support. Fixes PR6801. llvm-svn: 105630
-
Anders Carlsson authored
llvm-svn: 105628
-
Ted Kremenek authored
llvm-svn: 105624
-
Fariborz Jahanian authored
copy-in of c++ class objects into blocks. llvm-svn: 105622
-
Douglas Gregor authored
pointer. Original patch by Troy D. Straszheim; fixes PR7283. llvm-svn: 105621
-
Daniel Dunbar authored
llvm-svn: 105620
-
Chris Lattner authored
llvm-svn: 105619
-
Chris Lattner authored
llvm-svn: 105618
-
Chris Lattner authored
llvm-svn: 105617
-
Daniel Dunbar authored
DeltaAlgorithm: Tweak split to split by first/second half instead of even/odd, since adjacent changes are more likely to be related. llvm-svn: 105613
-
Daniel Dunbar authored
ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on top of the standard 'delta debugging' algorithm. - This can give substantial speedups in the delta process for inputs we can construct dependency information for. llvm-svn: 105612
-
Anders Carlsson authored
When checking whether we can place a base subobject at an offset, we don't need to go past the highest offset that's known to contain an empty base subobject. llvm-svn: 105611
-
Rafael Espindola authored
the llvm tests :-( It was failing with -- Testing: 5324 tests, 8 threads -- Fatal Python error: PyEval_AcquireThread: NULL new thread state llvm-svn: 105610
-
Anders Carlsson authored
llvm-svn: 105608
-
Daniel Dunbar authored
llvm-svn: 105607
-
Anders Carlsson authored
llvm-svn: 105606
-
Benjamin Kramer authored
realloc implementation can try to expand the allocated memory block in-place, avoiding the copy. llvm-svn: 105605
-
Benjamin Kramer authored
llvm-svn: 105604
-
Zhongxing Xu authored
the function call is left where the local variable is declared. llvm-svn: 105602
-
Kalle Raiskila authored
Discussed here: http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-June/032107.html llvm-svn: 105601
-
Nate Begeman authored
llvm-svn: 105600
-