index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86TargetMachine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a dead function, which died when we got GAS emission working (phwew,
Chris Lattner
2004-11-16
1
-8
/
+0
*
Auto-registrate target
Chris Lattner
2004-07-11
1
-0
/
+3
*
Convert to the new TargetMachine interface.
Chris Lattner
2004-06-02
1
-6
/
+2
*
Add emitInstruction() API so that we can get the bytes of a simple instruction
Alkis Evlogimenos
2004-03-09
1
-0
/
+7
*
TargetCacheInfo has been removed; its only uses were to propagate a constant
Brian Gaeke
2004-03-01
1
-9
/
+5
*
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
Chris Lattner
2003-12-28
1
-2
/
+0
*
implement support for the intrinsic lowering functionality
Chris Lattner
2003-12-28
1
-1
/
+4
*
Rip JIT specific stuff out of TargetMachine, as per PR176
Chris Lattner
2003-12-20
1
-15
/
+8
*
Implement the TargetMachine::getJITStubForFunction method for X86, finegrainify
Chris Lattner
2003-12-12
1
-0
/
+6
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header.
John Criswell
2003-10-21
1
-0
/
+7
*
Minor leftover fixups from replaceMachineCodeForFunction () change.
Brian Gaeke
2003-10-20
1
-1
/
+1
*
Add prototype for replaceMachineCodeForFunction().
Brian Gaeke
2003-10-17
1
-0
/
+2
*
OptInfo is no longer required
Chris Lattner
2003-09-01
1
-1
/
+0
*
Targets should configure themselves based on a Module, not some wierd flags
Chris Lattner
2003-08-24
1
-1
/
+1
*
addPassesToJITCompile and addPassesToEmitMachineCode now take a
Brian Gaeke
2003-08-13
1
-3
/
+4
*
lib/Target/X86/X86TargetMachine.{cpp,h}: Add initial version
Brian Gaeke
2003-06-18
1
-0
/
+2
*
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-29
1
-2
/
+2
*
Rename MachineOptInfo to TargetoptInfo
Chris Lattner
2002-12-29
1
-2
/
+2
*
Rename MachineFrameInfo to TargetFrameInfo.h
Chris Lattner
2002-12-28
1
-1
/
+1
*
Implement the TargetFrameInfo interface
Chris Lattner
2002-12-28
1
-6
/
+9
*
Changes to allow for a configurable target machine that allows big endian and...
Chris Lattner
2002-12-24
1
-1
/
+1
*
Expose explicit type
Chris Lattner
2002-12-02
1
-1
/
+1
*
Initial support for machine code emission
Chris Lattner
2002-12-02
1
-0
/
+9
*
Implement the new optional getRegisterInfo
Chris Lattner
2002-10-30
1
-0
/
+3
*
Convert backend to use passes, implement X86TargetMachine
Chris Lattner
2002-10-29
1
-0
/
+32