aboutsummaryrefslogtreecommitdiffstats
path: root/Xcode/LLVM.xcodeproj
Commit message (Collapse)AuthorAgeFilesLines
* Remove the IA-64 backend.Dan Gohman2009-07-241-63/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76920 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove Stacker.html from Xcode project.Daniel Dunbar2008-10-141-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57534 91177308-0d34-0410-b5e6-96231b3b80d8
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-131-2/+60
| | | | | | | the result IRBuilder. Patch by Dominic Hamon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49604 91177308-0d34-0410-b5e6-96231b3b80d8
* Update project to reflect deleted files.Gordon Henriksen2008-03-231-12/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48709 91177308-0d34-0410-b5e6-96231b3b80d8
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-161-1/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48422 91177308-0d34-0410-b5e6-96231b3b80d8
* Housekeeping.Gordon Henriksen2008-03-161-6/+36
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48420 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html.Duncan Sands2008-02-141-2/+2
| | | | | | | | Update all references to it and place a redirection page at the old address. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47124 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46930 91177308-0d34-0410-b5e6-96231b3b80d8
* Removing obsolete files from the Xcode project.Gordon Henriksen2007-12-311-16/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45466 91177308-0d34-0410-b5e6-96231b3b80d8
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-231-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45335 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen2007-12-191-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
* Add MachineLICM.cppBill Wendling2007-12-171-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45123 91177308-0d34-0410-b5e6-96231b3b80d8
* Project file maintenance.Gordon Henriksen2007-12-111-1/+29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44826 91177308-0d34-0410-b5e6-96231b3b80d8
* Project cleanupsNate Begeman2007-12-081-164/+25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44721 91177308-0d34-0410-b5e6-96231b3b80d8
* Removing a dead reference from LLVM.xcodeproj.Gordon Henriksen2007-11-041-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43673 91177308-0d34-0410-b5e6-96231b3b80d8
* Added SerializeAPInt.cpp and DeserializeAPInt.cpp to the XCode project.Ted Kremenek2007-10-261-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43406 91177308-0d34-0410-b5e6-96231b3b80d8
* Added Serialization.h, Serialize.h, Deserialize.h, Serialize.cpp, andTed Kremenek2007-10-251-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
* Modified XCode project to contain...Ted Kremenek2007-10-091-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
* C and Objective Caml bindings for GlobalVariable::isConstant.Gordon Henriksen2007-10-071-0/+31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42736 91177308-0d34-0410-b5e6-96231b3b80d8
* Bindings for the verifier.Gordon Henriksen2007-10-061-4/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42707 91177308-0d34-0410-b5e6-96231b3b80d8
* Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen2007-10-051-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
* Updating LLVM.xcodeproj.Gordon Henriksen2007-09-261-3/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42382 91177308-0d34-0410-b5e6-96231b3b80d8
* Added C and Ocaml bindings for functions, basic blocks, and Gordon Henriksen2007-09-261-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
* update the xcode project file, patch by Gordon HenriksenChris Lattner2007-08-201-186/+307
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41175 91177308-0d34-0410-b5e6-96231b3b80d8
* Update projectJim Laskey2007-01-291-6/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33621 91177308-0d34-0410-b5e6-96231b3b80d8
* Update project.Jim Laskey2007-01-291-6/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33616 91177308-0d34-0410-b5e6-96231b3b80d8
* Added new files.Bill Wendling2007-01-241-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33481 91177308-0d34-0410-b5e6-96231b3b80d8
* Bring up to date.Jim Laskey2007-01-221-168/+185
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33428 91177308-0d34-0410-b5e6-96231b3b80d8
* Try again.Jim Laskey2006-11-051-53/+406
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31470 91177308-0d34-0410-b5e6-96231b3b80d8
* Misfire.Jim Laskey2006-11-051-407/+54
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31469 91177308-0d34-0410-b5e6-96231b3b80d8
* Up to date for 1.9Jim Laskey2006-11-051-54/+407
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31468 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding new files.Jim Laskey2006-09-071-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30163 91177308-0d34-0410-b5e6-96231b3b80d8
* Update project with new files.Jim Laskey2006-09-061-3/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30128 91177308-0d34-0410-b5e6-96231b3b80d8
* Bring Xcode project up to date.Jim Laskey2006-08-251-49/+162
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29872 91177308-0d34-0410-b5e6-96231b3b80d8
* Bring the Xcode project up to date.Jim Laskey2006-07-131-437/+130
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29138 91177308-0d34-0410-b5e6-96231b3b80d8
* Misc. project changes. html + build config changes supplied by Devang.Jim Laskey2006-04-081-115/+112
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27535 91177308-0d34-0410-b5e6-96231b3b80d8
* Catch up on some of the file addition/deletions.Jim Laskey2006-01-271-10/+44
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25683 91177308-0d34-0410-b5e6-96231b3b80d8
* Update files lists.Jim Laskey2006-01-261-5/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25658 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding UniqueVector.Jim Laskey2006-01-171-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25395 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding new files.Jim Laskey2006-01-041-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25087 91177308-0d34-0410-b5e6-96231b3b80d8
* Sync up the project with my tweaks.Jim Laskey2005-12-211-11/+199
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24918 91177308-0d34-0410-b5e6-96231b3b80d8
* add dwarfwriter to the xcode projectChris Lattner2005-12-211-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24915 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove the lowerconstantexprs passChris Lattner2005-10-291-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24091 91177308-0d34-0410-b5e6-96231b3b80d8
* Buh bye Expression.(cpp|h)Chris Lattner2005-10-291-4/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24086 91177308-0d34-0410-b5e6-96231b3b80d8
* update project fileChris Lattner2005-10-271-106/+72
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24048 91177308-0d34-0410-b5e6-96231b3b80d8
* Added targets to speed up build of llc.Jim Laskey2005-09-091-2/+309
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23291 91177308-0d34-0410-b5e6-96231b3b80d8
* add some missing PPC backend filesChris Lattner2005-09-071-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23265 91177308-0d34-0410-b5e6-96231b3b80d8
* Add tblgen fpcmp and the nightly tester to the utils folderChris Lattner2005-09-071-0/+71
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23264 91177308-0d34-0410-b5e6-96231b3b80d8
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-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
* Remove Support/Search.h entryJim Laskey2005-08-251-3/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23047 91177308-0d34-0410-b5e6-96231b3b80d8