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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing the silly CHelpers header by rolling wrap and unwrap into the C
Gordon Henriksen
2007-10-05
2
-106
/
+101
*
First round of ppc long double. call/return and
Dale Johannesen
2007-10-05
1
-9
/
+18
*
Mark count method const.
Chris Lattner
2007-10-05
1
-1
/
+1
*
SMUL_LOHI and UMUL_LOHI are commutative.
Dan Gohman
2007-10-05
1
-0
/
+2
*
Define target-indepenent SDNode types for multiply and divide that
Dan Gohman
2007-10-05
1
-0
/
+9
*
Fix typo in comment.
Duncan Sands
2007-10-05
1
-1
/
+1
*
Fix intersectWithComplement bug noticed by Curtis Dunham
Daniel Berlin
2007-10-05
1
-4
/
+2
*
If a node that defines a physical register that is expensive to copy. The
Evan Cheng
2007-10-05
1
-1
/
+5
*
- Added a few target hooks to generate load / store instructions from / to any
Evan Cheng
2007-10-05
1
-0
/
+28
*
Add a variant of getTargetNode() that takes a vector of MVT::ValueType.
Evan Cheng
2007-10-05
1
-0
/
+2
*
Fix the previous bug a slightly different way (by modifying how find_next works)
Daniel Berlin
2007-10-04
1
-9
/
+8
*
Fix off by one error in iterator
Daniel Berlin
2007-10-04
1
-1
/
+1
*
It helps a lot when you check for the end of your list before randomly
Daniel Berlin
2007-10-04
1
-1
/
+2
*
Make SparseBitVector::set actually work properly when sets are not in ascendi...
Daniel Berlin
2007-10-04
1
-4
/
+10
*
Add APFloat -> hexadecimal string conversion, as per %a and %A in C99.
Neil Booth
2007-10-03
1
-13
/
+27
*
Completely merge the implementation details of DomTree and PostDomTree.
Owen Anderson
2007-10-03
3
-5
/
+90
*
Add a GraphTraits partial specialization to make the inverse of an inverse be...
Owen Anderson
2007-10-03
1
-0
/
+20
*
Add initial iterator support for folding set.
Chris Lattner
2007-10-03
1
-0
/
+51
*
Fix a using namespace llvm; in a header file.
Dan Gohman
2007-10-03
1
-3
/
+2
*
Tweak RoundAwayFromZero the bit number below which is truncated, and make
Neil Booth
2007-10-03
1
-1
/
+1
*
Regenerate.
Gordon Henriksen
2007-10-03
1
-1
/
+4
*
Factor some code from the DomTree and PostDomTree calculate methods up into
Owen Anderson
2007-10-03
1
-5
/
+1
*
Rewrite sqrt and powi to use anyfloat. By popular demand.
Dale Johannesen
2007-10-02
1
-12
/
+2
*
Remove simple scheduler.
Evan Cheng
2007-10-01
2
-21
/
+0
*
Add getABITypeSize, getABITypeSizeInBits
Dale Johannesen
2007-10-01
1
-0
/
+13
*
Add empty() member functions to a few container-like classes.
Dan Gohman
2007-10-01
3
-0
/
+3
*
Add a helper useful when mapping from a map element to its hash node.
Chris Lattner
2007-09-30
1
-1
/
+12
*
Template-ize more of the DomTree internal implementation details. Only the c...
Owen Anderson
2007-09-30
2
-10
/
+138
*
Add a new DenseSet abstraction.
Chris Lattner
2007-09-30
1
-0
/
+61
*
Add newline at end of file.
Duncan Sands
2007-09-29
1
-1
/
+1
*
Collector is the base class for garbage collection code generators.
Gordon Henriksen
2007-09-29
1
-0
/
+133
*
Demoting CHelpers.h to include/llvm/Support.
Gordon Henriksen
2007-09-29
1
-0
/
+0
*
Enabling new condition code modeling scheme.
Evan Cheng
2007-09-29
1
-5
/
+0
*
If two instructions are both two-address code, favors (schedule closer to
Evan Cheng
2007-09-28
1
-2
/
+2
*
Trim some unneeded fields.
Evan Cheng
2007-09-28
1
-23
/
+10
*
Have PostDomTree use the newly templated DFSPass.
Owen Anderson
2007-09-28
3
-7
/
+6
*
Add sqrt and powi intrinsics for long double.
Dale Johannesen
2007-09-28
2
-1
/
+15
*
Convert DFSPass into a templated friend function, in preparation for making i...
Owen Anderson
2007-09-27
2
-1
/
+91
*
TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets
Dan Gohman
2007-09-27
1
-7
/
+0
*
CollectorMetadata abstractly describes stack maps for a function.
Gordon Henriksen
2007-09-27
1
-0
/
+195
*
My previous Registry.h header, as well as Collectors.h, which is the
Gordon Henriksen
2007-09-27
2
-0
/
+279
*
Oops. Forgot this.
Evan Cheng
2007-09-26
1
-1
/
+7
*
Whitespace cleanup.
Neil Booth
2007-09-26
1
-9
/
+9
*
- Added MRegisterInfo::getCrossCopyRegClass() hook. For register classes wher...
Evan Cheng
2007-09-26
1
-0
/
+13
*
Added C and Ocaml bindings for functions, basic blocks, and
Gordon Henriksen
2007-09-26
2
-14
/
+218
*
Allow copyRegToReg to emit cross register classes copies.
Evan Cheng
2007-09-26
1
-1
/
+2
*
Fix small bug in operator== for iterators
Daniel Berlin
2007-09-26
1
-1
/
+1
*
Fix spelling.
Duncan Sands
2007-09-25
1
-1
/
+1
*
Added major new capabilities to scheduler (only BURR for now) to support phys...
Evan Cheng
2007-09-25
1
-28
/
+99
*
New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.
Evan Cheng
2007-09-25
1
-0
/
+4
[next]