summaryrefslogtreecommitdiff
path: root/Xcode
AgeCommit message (Collapse)AuthorFilesLines
2007-12-23C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen1-0/+20
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45335 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-19Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen1-0/+2
to exceptions rather than variants for error handling in Ocaml. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45226 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-17Add MachineLICM.cppBill Wendling1-0/+2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45123 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-11Project file maintenance.Gordon Henriksen1-1/+29
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44826 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-08Project cleanupsNate Begeman1-164/+25
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44721 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-04Removing a dead reference from LLVM.xcodeproj.Gordon Henriksen1-2/+0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43673 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-26Added SerializeAPInt.cpp and DeserializeAPInt.cpp to the XCode project.Ted Kremenek1-0/+4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43406 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-25Added Serialization.h, Serialize.h, Deserialize.h, Serialize.cpp, andTed Kremenek1-0/+10
Deserialize.cpp to the XCode project. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43345 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-09Modified XCode project to contain...Ted Kremenek1-0/+7
ADT/DenseSet.h ADT/ImmutableMap.h ADT/ImmutableSet.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42816 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-07C and Objective Caml bindings for GlobalVariable::isConstant.Gordon Henriksen1-0/+31
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42736 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-06Bindings for the verifier.Gordon Henriksen1-4/+20
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42707 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-05Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen1-4/+0
bindings headers themselves, hidden behind #ifdef __cplusplus. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42666 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-26Updating LLVM.xcodeproj.Gordon Henriksen1-3/+21
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42382 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-26Added C and Ocaml bindings for functions, basic blocks, and Gordon Henriksen1-0/+53
instruction creation. No support yet for instruction introspection. Also eliminated allocas from the Ocaml bindings for portability, and avoided unnecessary casts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42367 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-20update the xcode project file, patch by Gordon HenriksenChris Lattner1-186/+307
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41175 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-29Update projectJim Laskey1-6/+0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33621 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-29Update project.Jim Laskey1-6/+4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33616 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-24Added new files.Bill Wendling1-0/+11
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33481 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-22Bring up to date.Jim Laskey1-168/+185
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33428 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-05Try again.Jim Laskey1-53/+406
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31470 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-05Misfire.Jim Laskey1-407/+54
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31469 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-05Up to date for 1.9Jim Laskey1-54/+407
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31468 91177308-0d34-0410-b5e6-96231b3b80d8
2006-09-07Adding new files.Jim Laskey1-0/+24
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30163 91177308-0d34-0410-b5e6-96231b3b80d8
2006-09-06Update project with new files.Jim Laskey1-3/+5
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30128 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-25Bring Xcode project up to date.Jim Laskey1-49/+162
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29872 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-13Bring the Xcode project up to date.Jim Laskey1-437/+130
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29138 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-08Misc. project changes. html + build config changes supplied by Devang.Jim Laskey1-115/+112
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27535 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-27Catch up on some of the file addition/deletions.Jim Laskey1-10/+44
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25683 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-26Update files lists.Jim Laskey1-5/+9
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25658 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-17Adding UniqueVector.Jim Laskey1-0/+2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25395 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-04Adding new files.Jim Laskey1-0/+4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25087 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-21Sync up the project with my tweaks.Jim Laskey1-11/+199
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24918 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-21add dwarfwriter to the xcode projectChris Lattner1-0/+4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24915 91177308-0d34-0410-b5e6-96231b3b80d8
2005-10-29Remove the lowerconstantexprs passChris Lattner1-2/+0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24091 91177308-0d34-0410-b5e6-96231b3b80d8
2005-10-29Buh bye Expression.(cpp|h)Chris Lattner1-4/+0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24086 91177308-0d34-0410-b5e6-96231b3b80d8
2005-10-27update project fileChris Lattner1-106/+72
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24048 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-09Added targets to speed up build of llc.Jim Laskey1-2/+309
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23291 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-07add some missing PPC backend filesChris Lattner1-0/+6
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23265 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-07Add tblgen fpcmp and the nightly tester to the utils folderChris Lattner1-0/+71
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23264 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey1-1/+5
2. Propagate feature "string" to all targets. 3. Implement use of SubtargetFeatures in PowerPCTargetSubtarget. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23192 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-25Remove Support/Search.h entryJim Laskey1-3/+1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23047 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-25Added Support/Search.h to project.Jim Laskey1-66/+4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23045 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-18Add ScheduleDAG.cpp to the projectChris Lattner1-0/+2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22874 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-17messed upJim Laskey1-3/+57
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22847 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-17include/llvm/Support/MathExtras.hJim Laskey1-57/+3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22846 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-11First rev of Xcode 2.1 projectChris Lattner2-0/+2396
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22762 91177308-0d34-0410-b5e6-96231b3b80d8