index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow constants to be relocated like GV (necessary for alpha, as constants ar...
Andrew Lenharth
2005-07-22
1
-1
/
+9
*
For: memory operations -> stores
Reid Spencer
2005-07-19
1
-0
/
+67
*
Clean up and add comments to the newly implemented subtarget code.
Nate Begeman
2005-07-12
1
-3
/
+10
*
Clean up the TargetSubtarget class a bit, removing an unnecessary argument
Nate Begeman
2005-07-12
1
-6
/
+1
*
Implement Subtarget support
Nate Begeman
2005-07-12
2
-0
/
+49
*
Make several cleanups to Andrews varargs change:
Chris Lattner
2005-07-05
1
-15
/
+20
*
add some new file types
Chris Lattner
2005-06-25
1
-1
/
+1
*
refactor these interfaces a bit
Chris Lattner
2005-06-25
1
-5
/
+12
*
header file changes for varargs
Andrew Lenharth
2005-06-18
1
-6
/
+5
*
Added ModuloSchedSB as a friend class.
Tanya Lattner
2005-06-17
1
-0
/
+3
*
Pass the dag into LowerOperation
Chris Lattner
2005-05-14
1
-1
/
+1
*
Add an isTailCall flag to LowerCallTo
Chris Lattner
2005-05-13
1
-2
/
+2
*
LowerCallTo now takes the cc to use
Chris Lattner
2005-05-12
1
-1
/
+2
*
Add a little hook
Chris Lattner
2005-05-12
1
-0
/
+14
*
Expose an option allowing unsafe math optimizations. Patch contributed by
Chris Lattner
2005-04-30
1
-0
/
+6
*
Shut GCC 4.0 up about classes that have virtual functions but a non-virtual
Reid Spencer
2005-04-25
1
-0
/
+2
*
* The aesthetic police is on patrol!!...
Misha Brukman
2005-04-23
1
-15
/
+20
*
Add a helper method
Chris Lattner
2005-04-23
1
-0
/
+1
*
Convert tabs to spaces
Misha Brukman
2005-04-22
4
-79
/
+76
*
Remove trailing whitespace
Misha Brukman
2005-04-21
10
-114
/
+114
*
Make pattern isel default for ppc
Nate Begeman
2005-04-15
1
-0
/
+7
*
Allow targets which produce setcc results in non-MVT::i1 registers to describe
Chris Lattner
2005-04-07
1
-1
/
+23
*
Change LowerCallTo to take a boolean isVarArg argument. This is needed
Nate Begeman
2005-03-26
1
-3
/
+2
*
add a helper method
Chris Lattner
2005-03-13
1
-0
/
+5
*
Add a new method, described in the comment.
Chris Lattner
2005-01-19
1
-0
/
+12
*
Move all data members to the end of the class.
Chris Lattner
2005-01-19
1
-47
/
+65
*
Add comments
Chris Lattner
2005-01-16
1
-3
/
+28
*
Revamp supported ops. Instead of just being supported or not, we now keep
Chris Lattner
2005-01-16
1
-19
/
+66
*
Improve compatiblity with HPUX on Itanium, patch by Duraid Madina
Chris Lattner
2005-01-16
1
-7
/
+7
*
Move some information out of LegalizeDAG into the generic Target interface.
Chris Lattner
2005-01-16
1
-2
/
+34
*
Add a new target-independent code generator flag.
Chris Lattner
2005-01-15
1
-0
/
+9
*
Add interfaces to lower varargs and return/frame address intrinsics.
Chris Lattner
2005-01-09
1
-0
/
+31
*
Make LowerCallTo more generic and useful.
Chris Lattner
2005-01-08
1
-3
/
+6
*
First draft of a new Target interface
Chris Lattner
2005-01-07
1
-0
/
+175
*
Add some bits that can be set on instructions. Renumber existing bits so
Chris Lattner
2005-01-02
1
-5
/
+30
*
Fix a warning
Chris Lattner
2004-11-21
1
-0
/
+1
*
Add new methods that a target should implement
Chris Lattner
2004-11-20
1
-8
/
+27
*
Allow targets to implement relocation support.
Chris Lattner
2004-11-20
1
-0
/
+11
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
4
-4
/
+8
*
Move destructor out of line to avoid vtable emission in every file that inclu...
Nate Begeman
2004-10-27
1
-1
/
+1
*
Fix the build by eliminating some more dead code. That'll learn me not to li...
Nate Begeman
2004-10-27
1
-1
/
+1
*
Remove dead data member in MRegisterInfo class. Thanks sabre!
Nate Begeman
2004-10-27
1
-1
/
+0
*
Remove method getRegClass from MRegisterInfo, as it is no longer used.
Nate Begeman
2004-10-26
1
-9
/
+0
*
Remove a dead class. Thanks to Morten Ofstad for pointing this out.
Chris Lattner
2004-10-25
1
-26
/
+0
*
Be consistent with our naming
Chris Lattner
2004-09-28
1
-2
/
+2
*
Capture information about whether the target instructions have delay slots
Chris Lattner
2004-09-28
1
-0
/
+9
*
Use class instead of struct for defining classes. This unbreaks the
Alkis Evlogimenos
2004-09-28
1
-1
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
4
-4
/
+4
*
Update doxygen comment now that getSpillSize is supposed to return value in bits
Nate Begeman
2004-08-29
1
-2
/
+2
*
Add getAllocatableSet() function.
Alkis Evlogimenos
2004-08-26
1
-0
/
+4
[next]