Коммит түүх

Эзэн SHA1 Мессеж Огноо
  John McCall f85e193739 Automatic Reference Counting. 14 жил өмнө
  John McCall 93c332a8ba Convert Clang over to resuming from landing pads with llvm.eh.resume. 14 жил өмнө
  Benjamin Kramer 95d318c4c1 Eliminate temporary argument vectors. 14 жил өмнө
  Ted Kremenek 7aa488a7fc Fix crash on C++ code when compiling with -finstrument-functions. 14 жил өмнө
  John McCall f2aac84709 Make CGF.getContext() inlinable, because it's trivial, and optimize 14 жил өмнө
  Ken Dyck 79be76c0e3 Eliminate some literal 8s from EmitNullInitialization() by converting 14 жил өмнө
  Jay Foad 6f141659ca PR9214: Convert Metadata API to use ArrayRef. 14 жил өмнө
  Peter Collingbourne f111d93572 C1X: implement generic selections 14 жил өмнө
  Jay Foad bbf3bacb3e Remove PHINode::reserveOperandSpace(). Instead, add a parameter to 14 жил өмнө
  John McCall d26bc76c98 Use the "undergoes default argument promotion" bit on parameters to 14 жил өмнө
  Devang Patel aa11289f75 DebugInfo can be enabled or disabled at function level (e.g. using an attribute). However, at module level it is determined by command line option and the state of command line option does not change during compilation. Make this layering explicit and fix accidental cases where the code generator was checking whether module has debug info enabled instead of checking whether debug info is enabled for this function or not. 14 жил өмнө
  Bill Wendling e3eb83b937 Initialize variable. 14 жил өмнө
  Tilmann Scheller 9c6082fe89 Revert "Add CC_Win64ThisCall and set it in the necessary places." 14 жил өмнө
  Tilmann Scheller 88d117c2ee Add CC_Win64ThisCall and set it in the necessary places. 14 жил өмнө
  Chris Lattner 2bef7f5499 fix my containsBreak predicate. 14 жил өмнө
  Chris Lattner ef425a6900 Add some helper methods that will be used in my next patch. 14 жил өмнө
  Chris Lattner c2c90011a6 Change the interface to ConstantFoldsToSimpleInteger to not encode 14 жил өмнө
  Anders Carlsson c1cfdf8647 Add a LangOptions::areExceptionsEnabled and start using it. 14 жил өмнө
  John McCall 56ca35d396 Change the representation of GNU ?: expressions to use a different expression 14 жил өмнө
  Chris Lattner ad8dcf4a9d Step #1/N of implementing support for __label__: split labels into 14 жил өмнө
  John McCall 5936e33bf7 Assorted cleanup: 14 жил өмнө
  Peter Collingbourne f315fa81ee OpenCL: add support for __kernel, kernel keywords and EXTENSION, 14 жил өмнө
  John McCall 7502c1d3ce Give some convenient idiomatic accessors to Stmt::child_range and 14 жил өмнө
  Daniel Dunbar a18652fe1e IRgen: Fix an immediate-exit-from-fn style nit. 14 жил өмнө
  Roman Divacky be4c8705e4 Implement mcount profiling, enabled via -pg. 14 жил өмнө
  John McCall d16c2cf1ca Reorganize CodeGen{Function,Module} to eliminate the unfortunate 14 жил өмнө
  John McCall 7143325db7 Do the right thing for zero-initializing VLAs that don't have a zero 14 жил өмнө
  John McCall 36f893c1ef Move all the cleanups framework code into a single file. 14 жил өмнө
  John McCall 150b462afc Better framework for conditional cleanups; untested as yet. 14 жил өмнө
  John McCall 5576d9b0a3 Support the zero-initialization of VLAs when that really means a zero 14 жил өмнө