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
*
Add signExtend to ConstantRange, to complement zeroExtend and truncate.
Nick Lewycky
2007-04-07
1
-0
/
+6
*
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2007-04-07
5
-152
/
+2
*
Expunge DomSet from CodeExtractor. This is part of the continuing work
Owen Anderson
2007-04-07
1
-2
/
+3
*
add loop rot
Chris Lattner
2007-04-07
1
-0
/
+1
*
Add loop rotation pass.
Devang Patel
2007-04-07
1
-0
/
+7
*
rearchitect the registration mechanism used by the command line option stuff.
Chris Lattner
2007-04-06
2
-20
/
+37
*
Switch some vectors to smallvectors. This reduces amount of malloc'd
Chris Lattner
2007-04-06
1
-6
/
+8
*
Eliminate unneeded virtual methods
Chris Lattner
2007-04-06
1
-49
/
+44
*
For PR1209:
Reid Spencer
2007-04-06
2
-30
/
+50
*
eliminate a virtual method
Chris Lattner
2007-04-05
1
-42
/
+39
*
remove the dead removeArgument method, rename Options to OptionsMap.
Chris Lattner
2007-04-05
1
-1
/
+0
*
Add a helper class (APSInt) which can represent an APInt along with sign
Chris Lattner
2007-04-05
1
-0
/
+101
*
Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.
Reid Spencer
2007-04-04
1
-1
/
+3
*
Fix release build.
Lauro Ramos Venancio
2007-04-04
1
-0
/
+1
*
Properly emit range comparisons for switch cases, where neighbour cases
Anton Korobeynikov
2007-04-04
2
-4
/
+8
*
Add isFixedObjectIndex. It returns true if the stack slot index is for a fixe...
Evan Cheng
2007-04-04
1
-0
/
+6
*
Make the LinkInFile and LinkInLibrary both return an indication of whether
Reid Spencer
2007-04-04
1
-2
/
+3
*
For PR1302:
Reid Spencer
2007-04-04
1
-4
/
+7
*
trivial optimization
Chris Lattner
2007-04-04
1
-1
/
+1
*
use calloc instead of new/memset, it is more efficient
Chris Lattner
2007-04-04
1
-1
/
+1
*
Initialize the symbol table to zero explicitly. This ensures that the
Chris Lattner
2007-04-04
1
-1
/
+1
*
Extend StringMap to support being initialized as completely empty. When
Chris Lattner
2007-04-04
1
-11
/
+24
*
Adding more MMX instructions.
Bill Wendling
2007-04-03
1
-0
/
+41
*
Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them.
Bill Wendling
2007-04-03
1
-1
/
+3
*
add missing operator
Chris Lattner
2007-04-03
1
-0
/
+4
*
add a helper function to constantint.
Chris Lattner
2007-04-03
1
-0
/
+3
*
Ugh. Copy coalescer does not update register numbers.
Evan Cheng
2007-04-02
1
-0
/
+4
*
add a helper function.
Chris Lattner
2007-04-02
1
-0
/
+3
*
add range version of insert()
Chris Lattner
2007-04-02
1
-2
/
+7
*
Remove unused methods.
Zhou Sheng
2007-04-01
1
-18
/
+0
*
For PR1297:
Reid Spencer
2007-04-01
1
-19
/
+6
*
For PR1297:
Reid Spencer
2007-04-01
1
-1
/
+1
*
For PR1297:
Reid Spencer
2007-04-01
1
-3
/
+5
*
For PR1297:
Reid Spencer
2007-04-01
2
-0
/
+7
*
Split the sdisel code munging stuff out into its own opt-pass, CodeGenPrepare.
Chris Lattner
2007-03-31
2
-1
/
+8
*
switch TL::getValueType to use MVT::getValueType.
Chris Lattner
2007-03-31
1
-1
/
+4
*
add a method to turn a type into a VT.
Chris Lattner
2007-03-31
1
-0
/
+5
*
add one addressing mode description hook to rule them all.
Chris Lattner
2007-03-30
1
-1
/
+21
*
Make sure this method just return value equal or less than Limit.
Zhou Sheng
2007-03-30
1
-1
/
+2
*
Correct typo.
Duncan Sands
2007-03-30
1
-1
/
+1
*
Rename and correct the method "greaterOrEqual".
Zhou Sheng
2007-03-30
1
-2
/
+2
*
Add two utility methods into ConstantInt.
Zhou Sheng
2007-03-30
1
-0
/
+16
*
For PR789:
Reid Spencer
2007-03-29
1
-9
/
+15
*
add a hook to demat functions.
Chris Lattner
2007-03-29
1
-0
/
+7
*
uniqueID is a uint64_t (caught by VC++)
Jeff Cohen
2007-03-29
1
-1
/
+1
*
Add a uniqueID field to the FileStatus structure for Paths. This will map
Reid Spencer
2007-03-29
1
-1
/
+3
*
Don't forget to delete the FileStatus structure on destruction of Path.
Reid Spencer
2007-03-29
1
-0
/
+1
*
For PR789:
Reid Spencer
2007-03-29
1
-4
/
+14
*
Remove isLegalAddressImmediate.
Evan Cheng
2007-03-28
1
-6
/
+0
*
Add support for integer comparison builtins.
Bill Wendling
2007-03-27
1
-0
/
+23
[next]