- Jun 09, 2012
-
-
Jack Carter authored
llvm-svn: 158250
-
- Jul 14, 2011
-
-
Evan Cheng authored
registeration and creation code into XXXMCDesc libraries. llvm-svn: 135184
-
- Jun 25, 2011
-
-
Evan Cheng authored
llvm-svn: 133846
-
- Jun 24, 2011
-
-
Evan Cheng authored
target machine from those that are only needed by codegen. The goal is to sink the essential target description into MC layer so we can start building MC based tools without needing to link in the entire codegen. First step is to refactor TargetRegisterInfo. This patch added a base class MCRegisterInfo which TargetRegisterInfo is derived from. Changed TableGen to separate register description from the rest of the stuff. llvm-svn: 133782
-
- Mar 12, 2010
-
-
Jeffrey Yasskin authored
llvm-svn: 98394
-
- Jan 24, 2010
-
-
Chris Lattner authored
llvm-svn: 94378
-
- Jan 22, 2010
-
-
Chris Lattner authored
missing ones are libsupport, libsystem and libvmcore. libvmcore is currently blocked on bugpoint, which uses EH. Once it stops using EH, we can switch it off. This #if 0's out 3 unit tests, because gtest requires RTTI information. Suggestions welcome on how to fix this. llvm-svn: 94164
-
- Jul 15, 2009
-
-
Daniel Dunbar authored
- Intended to match current TargetMachine implementations. - No facilities for linking these in yet. llvm-svn: 75751
-
- Jan 09, 2009
-
-
Misha Brukman authored
llvm-svn: 61991
-
- Nov 22, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 59872
-
- Aug 17, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 54889
-
Anton Korobeynikov authored
Move X86 assembler printers into separate directory. This allows JIT-only users not to link it in (use 'x86codegen' llvm-config arg for this) llvm-svn: 54886
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45416
-
- Sep 04, 2006
-
-
Chris Lattner authored
llvm-svn: 30092
-
- Nov 29, 2004
-
-
Reid Spencer authored
llvm-svn: 18333
-
- Nov 18, 2004
-
-
Reid Spencer authored
Tools and libraries will be built into $(BUILD_OBJ_ROOT)/$(BuildMode)/bin and \ $(BUILD_OBJ_ROOT)/$(BuildMode)/lib, respectively. Furthermore, the example \ programs will go in $(BUILD_OBJ_ROOT)/$(BuildMode)/examples to keep them \ separate from the tools and hopefully out of the PATH. Install targets \ have not changed. llvm-svn: 17953
-
- Oct 14, 2004
-
-
Misha Brukman authored
to have the JIT functioning on more platforms than just x86 llvm-svn: 16993
-
- Sep 11, 2004
-
-
Reid Spencer authored
llvm-svn: 16295
-
Reid Spencer authored
llvm-svn: 16285
-
- Aug 23, 2004
-
-
Reid Spencer authored
Made the "ModuleMaker" into an example since its just one source file. llvm-svn: 16003
-
Reid Spencer authored
/examples directory. History was maintained. These programs do not need to be configured but things in /projects must be. llvm-svn: 16002
-
- Aug 19, 2004
-
-
Reid Spencer authored
llvm-svn: 15924
-
- Aug 10, 2004
-
-
Reid Spencer authored
Contributed by Valery A. Khamenya. THANKS, Valery! llvm-svn: 15622
-