Коммит түүх

Эзэн SHA1 Мессеж Огноо
  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 жил өмнө
  John McCall b8424370ff When simplifying a cleanup's entry by merging it into a single predecessor, 14 жил өмнө
  Benjamin Kramer 9f0c7cc36d Simplify mem{cpy, move, set} creation with IRBuilder. 14 жил өмнө
  John McCall e23cf437fe Restore r121752 without modification. 14 жил өмнө
  John McCall 5bfe232d1f Pull out r121752 in case it's causing the selfhost breakage. 14 жил өмнө
  John McCall 0e88aa7100 Factor out most of the extra state in a FunctionProtoType into a separate 14 жил өмнө
  Abramo Bagnara 075f8f1b6b Added ParenType type node. 14 жил өмнө
  Dan Gohman bc07a55b68 Use CodeGenFunction's getContext(), for consistency. 15 жил өмнө
  John McCall 189d6ef40e Permit constant evaluation of const floating-point variables with 15 жил өмнө
  Devang Patel d2829b76a8 Remove unused argument. 15 жил өмнө