index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86TargetMachine.h
Age
Commit message (
Expand
)
Author
2004-03-09
Add emitInstruction() API so that we can get the bytes of a simple instruction
Alkis Evlogimenos
2004-03-01
TargetCacheInfo has been removed; its only uses were to propagate a constant
Brian Gaeke
2003-12-28
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
Chris Lattner
2003-12-28
implement support for the intrinsic lowering functionality
Chris Lattner
2003-12-20
Rip JIT specific stuff out of TargetMachine, as per PR176
Chris Lattner
2003-12-12
Implement the TargetMachine::getJITStubForFunction method for X86, finegrainify
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-20
Minor leftover fixups from replaceMachineCodeForFunction () change.
Brian Gaeke
2003-10-17
Add prototype for replaceMachineCodeForFunction().
Brian Gaeke
2003-09-01
OptInfo is no longer required
Chris Lattner
2003-08-24
Targets should configure themselves based on a Module, not some wierd flags
Chris Lattner
2003-08-13
addPassesToJITCompile and addPassesToEmitMachineCode now take a
Brian Gaeke
2003-06-18
lib/Target/X86/X86TargetMachine.{cpp,h}: Add initial version
Brian Gaeke
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-29
Rename MachineOptInfo to TargetoptInfo
Chris Lattner
2002-12-28
Rename MachineFrameInfo to TargetFrameInfo.h
Chris Lattner
2002-12-28
Implement the TargetFrameInfo interface
Chris Lattner
2002-12-24
Changes to allow for a configurable target machine that allows big endian and...
Chris Lattner
2002-12-02
Expose explicit type
Chris Lattner
2002-12-02
Initial support for machine code emission
Chris Lattner
2002-10-30
Implement the new optional getRegisterInfo
Chris Lattner
2002-10-29
Convert backend to use passes, implement X86TargetMachine
Chris Lattner