- Aug 25, 2008
-
-
Daniel Dunbar authored
- This ensures that references to undefined classes cause link errors. - NOTE: This relies on platform specific asm directives currently, this should be factored out. Also, don't emit a SYMBOLS metadata entry if there are no symbols. llvm-svn: 55302
-
Chris Lattner authored
llvm-svn: 55301
-
Evan Cheng authored
llvm-svn: 55300
-
Anders Carlsson authored
llvm-svn: 55299
-
Anders Carlsson authored
llvm-svn: 55298
-
Anders Carlsson authored
llvm-svn: 55297
-
- Aug 24, 2008
-
-
Bill Wendling authored
llvm-svn: 55296
-
Bill Wendling authored
/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.obj/./gcc/xgcc ... src/libiberty/make-temp-file.c -o make-temp-file.o Assertion failed: (Node2Index[SU->NodeNum] > Node2Index[I->Dep->NodeNum] && "Wrong topological sorting"), function InitDAGTopologicalSorting, file /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp, line 508. ../../../../llvm-gcc.src/libiberty/hashtab.c:955: internal compiler error: Abort trap Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://developer.apple.com/bugreporter> for instructions. make[4]: *** [hashtab.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [multi-do] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-target-libiberty] Error 2 make: *** [all] Error 2 llvm-svn: 55295
-
Chris Lattner authored
parts tblgen doesn't do (checking for constant, alloca, enclosing function has gc marker). This passes dj! :) llvm-svn: 55294
-
Chris Lattner authored
simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.cpp from the llvm namespace. llvm-svn: 55293
-
Evan Cheng authored
llvm-svn: 55292
-
Evan Cheng authored
llvm-svn: 55291
-
Chris Lattner authored
make it easier to deal with the VC++ struct/class bug. llvm-svn: 55290
-
Chris Lattner authored
llvm-svn: 55289
-
Chris Lattner authored
llvm-svn: 55288
-
Anders Carlsson authored
llvm-svn: 55287
-
Anders Carlsson authored
llvm-svn: 55286
-
Argyrios Kyrtzidis authored
llvm-svn: 55284
-
Argyrios Kyrtzidis authored
llvm-svn: 55283
-
Cedric Venet authored
Suggested by aKor. llvm-svn: 55282
-
Argyrios Kyrtzidis authored
llvm-svn: 55281
-
Cedric Venet authored
llvm-svn: 55280
-
Cedric Venet authored
Adding one include file and correct one declaration from class to struct in order to make llvm compile on VC2005. llvm-svn: 55279
-
Chris Lattner authored
llvm-svn: 55278
-
Chris Lattner authored
llvm-svn: 55277
-
Chris Lattner authored
llvm-svn: 55276
-
Gordon Henriksen authored
llvm-svn: 55275
-
Zhongxing Xu authored
llvm-svn: 55274
-
Daniel Dunbar authored
llvm-svn: 55273
-
Chris Lattner authored
llvm-svn: 55272
-
Chris Lattner authored
llvm-svn: 55271
-
Chris Lattner authored
patch contributed by m-s! llvm-svn: 55270
-
Anders Carlsson authored
llvm-svn: 55269
-
Chris Lattner authored
really nice if someone converted MachineFunction::print to raw_ostream. llvm-svn: 55268
-
Chris Lattner authored
llvm-svn: 55267
-
Chris Lattner authored
llvm-svn: 55266
-
Chris Lattner authored
llvm-svn: 55265
-
Chris Lattner authored
an APInt directly to an ostream now, so add some hacks. It would be better to switch all of the bugreport (and friends) stuff over to raw_ostream. llvm-svn: 55264
-
Chris Lattner authored
use raw_ostream instead of std::ostream. Among other goodness, this speeds up llvm-dis of kc++ with a release build from 0.85s to 0.49s (88% faster). Other interesting changes: 1) This makes Value::print be non-virtual. 2) AP[S]Int and ConstantRange can no longer print to ostream directly, use raw_ostream instead. 3) This fixes a bug in raw_os_ostream where it didn't flush itself when destroyed. 4) This adds a new SDNode::print method, instead of only allowing "dump". A lot of APIs have both std::ostream and raw_ostream versions, it would be useful to go through and systematically anihilate the std::ostream versions. This passes dejagnu, but there may be minor fallout, plz let me know if so and I'll fix it. llvm-svn: 55263
-
Anders Carlsson authored
llvm-svn: 55262
-