index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetMachine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new constructor
Chris Lattner
2004-03-03
1
-0
/
+6
*
TargetCacheInfo has been removed; its only uses were to propagate a constant
Brian Gaeke
2004-03-01
1
-2
/
+0
*
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
Chris Lattner
2003-12-28
1
-8
/
+12
*
Rip JIT specific stuff out of TargetMachine, as per PR176
Chris Lattner
2003-12-20
1
-25
/
+8
*
Add new getJITStubForFunction method, which may optionally be implemented by
Chris Lattner
2003-12-12
1
-2
/
+11
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Make replaceMachineCodeForFunction return void.
Brian Gaeke
2003-10-20
1
-4
/
+6
*
Add stub version of replaceMachineCodeForFunction. It will live here until
Brian Gaeke
2003-10-17
1
-0
/
+8
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
No longer require an OptInfo
Chris Lattner
2003-09-01
1
-2
/
+0
*
Remove extraneous #include
Chris Lattner
2003-08-15
1
-1
/
+0
*
addPassesToJITCompile and addPassesToEmitMachineCode now take a
Brian Gaeke
2003-08-13
1
-3
/
+4
*
Remove noncopyableV base classes, as they were confusing the doxygen document...
Chris Lattner
2003-06-03
1
-2
/
+4
*
Remove two fields from TargetData which are target specific.
Chris Lattner
2003-04-26
1
-2
/
+1
*
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-13
1
-3
/
+3
*
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-29
1
-4
/
+4
*
Rename MachineOptInfo to TargetoptInfo
Chris Lattner
2002-12-29
1
-4
/
+4
*
* doxygenize comment
Chris Lattner
2002-12-28
1
-16
/
+10
*
Allow the target machines to specify endianness and pointer size
Chris Lattner
2002-12-24
1
-2
/
+3
*
Expose target data through a method for uniformity
Chris Lattner
2002-12-04
1
-0
/
+1
*
The hopefully final version of addPassesToEmitMachineCode which does not
Chris Lattner
2002-12-02
1
-3
/
+2
*
Add comment about ownership semantics
Chris Lattner
2002-12-02
1
-1
/
+2
*
Add stub to emit machine code for JIT
Chris Lattner
2002-12-02
1
-7
/
+19
*
MRegisterInfo.h - Added prototypes for functions we need to map a register to
Misha Brukman
2002-11-20
1
-2
/
+2
*
Add new optional getRegisterInfo to TargetMachine
Chris Lattner
2002-10-30
1
-0
/
+7
*
Eliminate virtual methods that are sparc specific
Chris Lattner
2002-10-29
1
-19
/
+0
*
* Privatize the TargetName
Chris Lattner
2002-10-29
1
-11
/
+9
*
Allow TargetMachine to refuse static code gen
Chris Lattner
2002-10-29
1
-3
/
+6
*
Add hook for JIT compiler
Chris Lattner
2002-10-29
1
-0
/
+6
*
* Doxygenify comments
Chris Lattner
2002-10-28
1
-17
/
+16
*
Added class MachineOptInfo as interface to target-specific
Vikram S. Adve
2002-09-20
1
-1
/
+6
*
*** empty log message ***
Vikram S. Adve
2002-09-16
1
-4
/
+23
*
Added parameter IntRegSize for standard general-purpose register size.
Vikram S. Adve
2002-05-19
1
-1
/
+3
*
Use forward decl instead of #include
Chris Lattner
2002-04-28
1
-1
/
+1
*
Revamp compilation to be pass based instead of being monolithic so that
Chris Lattner
2002-02-03
1
-27
/
+5
*
Add methods to TargetMachine to:
Chris Lattner
2002-02-03
1
-9
/
+15
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-3
/
+3
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-1
/
+1
*
Added class MachineCacheInfo.
Vikram S. Adve
2001-11-09
1
-0
/
+2
*
Add handle to object MachineFrameInfo.
Vikram S. Adve
2001-11-08
1
-3
/
+5
*
Be const correct
Chris Lattner
2001-10-15
1
-1
/
+1
*
Add emitAssembly Method
Chris Lattner
2001-09-19
1
-4
/
+1
*
Make class TargetMachine the common interface to all target-dependent
Vikram S. Adve
2001-09-18
1
-0
/
+91