Commit History

Author SHA1 Message Date
  Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib. 12 years ago
  Joe Abbey 170a15e98d Code Custodian: 12 years ago
  Erick Tryzelaar df7df075b7 Add Module functions in place of module providers. 15 years ago
  Daniel Dunbar e44fc85bba Simplify. 15 years ago
  Jeffrey Yasskin f0356fe140 Kill ModuleProvider and ghost linkage by inverting the relationship between 15 years ago
  Chris Lattner d686c8e73f "In order to ease automatic bindings generation, it would be helpful if boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for." 15 years ago
  Erick Tryzelaar ccf9f2b12e Change llvm-c's ordering of contexts to make it consistent. 16 years ago
  Owen Anderson d0265aa00e Ack, missed one incompatibility. 16 years ago
  Owen Anderson c8897d9c2f Restore other bits of the C API that I tore up. All pre-existing APIs default to using the 16 years ago
  Owen Anderson 31895e7359 Hold the LLVMContext by reference rather than by pointer. 16 years ago
  Owen Anderson 8b477ed579 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot 16 years ago
  Anton Korobeynikov ae9f3a3b7c Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. 17 years ago
  Chris Lattner 4ee451de36 Remove attribution from file headers, per discussion on llvmdev. 17 years ago
  Gordon Henriksen da1435f86e Adding bindings for memory buffers and module providers. Switching 17 years ago
  Gordon Henriksen bbc6597f02 Adding Ocaml bindings for the bitreader as requested by Sarah 17 years ago