Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
9e17df80cae163e357e8d09deb0b51a4d0c52823
/
lib
/
Target
/
X86
/
X86TargetMachine.h
fb5792f
Implement Subtarget support Implement the X86 Subtarget.
by Nate Begeman
· 20 years ago
0431c96
Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile
by Chris Lattner
· 20 years ago
0e0a7a45
* Remove trailing whitespace * Convert tabs to spaces
by Misha Brukman
· 20 years ago
8f1ac9f
Remove a dead function, which died when we got GAS emission working (phwew,
by Chris Lattner
· 21 years ago
d36c970
Auto-registrate target
by Chris Lattner
· 21 years ago
d029cd2
Convert to the new TargetMachine interface.
by Chris Lattner
· 21 years ago
39c2005
Add emitInstruction() API so that we can get the bytes of a simple instruction
by Alkis Evlogimenos
· 21 years ago
05b15fb
TargetCacheInfo has been removed; its only uses were to propagate a constant
by Brian Gaeke
· 21 years ago
f70e0c2
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
by Chris Lattner
· 22 years ago
4482715
implement support for the intrinsic lowering functionality
by Chris Lattner
· 22 years ago
1e60a91
Rip JIT specific stuff out of TargetMachine, as per PR176
by Chris Lattner
· 22 years ago
65b05ce
Implement the TargetMachine::getJITStubForFunction method for X86, finegrainify
by Chris Lattner
· 22 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
856ba76
Added LLVM copyright header.
by John Criswell
· 22 years ago
0522b08
Minor leftover fixups from replaceMachineCodeForFunction () change.
by Brian Gaeke
· 22 years ago
9a7871b
Add prototype for replaceMachineCodeForFunction().
by Brian Gaeke
· 22 years ago
b7f7296
OptInfo is no longer required
by Chris Lattner
· 22 years ago
bb144a8
Targets should configure themselves based on a Module, not some wierd flags
by Chris Lattner
· 22 years ago
8844a0b
addPassesToJITCompile and addPassesToEmitMachineCode now take a
by Brian Gaeke
· 22 years ago
de3aa4f
lib/Target/X86/X86TargetMachine.{cpp,h}: Add initial version
by Brian Gaeke
· 22 years ago
d0f166a
More renamings of Target/Machine*Info to Target/Target*Info
by Chris Lattner
· 23 years ago
f27eeea
Rename MachineOptInfo to TargetoptInfo
by Chris Lattner
· 23 years ago
8bd66e6
Rename MachineFrameInfo to TargetFrameInfo.h
by Chris Lattner
· 23 years ago
fde4b51
Implement the TargetFrameInfo interface
by Chris Lattner
· 23 years ago
5bcd95c
Changes to allow for a configurable target machine that allows big endian and/or long pointer operation
by Chris Lattner
· 23 years ago
b0f99b9
Expose explicit type
by Chris Lattner
· 23 years ago
40ead95
Initial support for machine code emission
by Chris Lattner
· 23 years ago
e5f5221
Implement the new optional getRegisterInfo
by Chris Lattner
· 23 years ago
b4f68ed
Convert backend to use passes, implement X86TargetMachine
by Chris Lattner
· 23 years ago