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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fcopysign support
Andrew Lenharth
2006-03-09
1
-0
/
+1
*
Move bit field endianness to backend.
Jim Laskey
2006-03-09
2
-10
/
+29
*
Temporary hack to enable more (store (op (load ...))) folding. This makes
Evan Cheng
2006-03-09
1
-30
/
+74
*
yes yes, enabled debug output is bad
Chris Lattner
2006-03-09
1
-3
/
+0
*
switch the t-d scheduler to use a really dumb and trivial critical path
Chris Lattner
2006-03-09
1
-1
/
+104
*
Pull latency information for target instructions out of the latency tables. :)
Chris Lattner
2006-03-09
1
-46
/
+80
*
don't copy all itinerary data
Chris Lattner
2006-03-09
1
-1
/
+1
*
PriorityQueue is an instance var, use it.
Chris Lattner
2006-03-09
1
-39
/
+33
*
add some comments
Chris Lattner
2006-03-09
1
-8
/
+13
*
Refactor the priority mechanism one step further: now that it is a separate
Chris Lattner
2006-03-09
1
-136
/
+185
*
Make the new and old front-ends more similar: now neither uses __main.
Chris Lattner
2006-03-09
4
-83
/
+5
*
Add support for 'special' llvm globals like debug info and static ctors/dtors.
Chris Lattner
2006-03-09
3
-1
/
+14
*
fix a pasto
Chris Lattner
2006-03-09
1
-1
/
+1
*
Use $(Verb) instead of @ so that VERBOSE=1 will print these.
Chris Lattner
2006-03-09
1
-2
/
+2
*
a couple of miscellaneous things.
Chris Lattner
2006-03-09
1
-0
/
+18
*
Fix a really annoying bug in bugpoint that made reducing C++ testcases
Chris Lattner
2006-03-08
1
-4
/
+89
*
Automatically pass -emit-llvm to llvmgcc when using %llvmgcc
Chris Lattner
2006-03-08
1
-2
/
+2
*
Pass -emit-llvm automatically to %llvmgcc and %llvmg++ to fix regression
Chris Lattner
2006-03-08
1
-1
/
+1
*
Add #line support for CBE.
Jim Laskey
2006-03-08
2
-0
/
+34
*
Fit to 80 columns.
Chris Lattner
2006-03-08
1
-7
/
+14
*
Add a helper method for running static ctors/dtors in the module.
Chris Lattner
2006-03-08
2
-2
/
+37
*
add a new helper method.
Chris Lattner
2006-03-08
1
-0
/
+14
*
add a new helper method
Chris Lattner
2006-03-08
1
-0
/
+6
*
Get rid of the multiple copies of getStringValue. Now a Constant:: method.
Jim Laskey
2006-03-08
6
-103
/
+51
*
doo de doo
Duraid Madina
2006-03-08
1
-148
/
+158
*
Split the priority function computation and priority queue management out
Chris Lattner
2006-03-08
1
-113
/
+150
*
switch from an explicitly managed list of SUnits to a simple vector of sunits
Chris Lattner
2006-03-08
1
-35
/
+28
*
Shrinkify some fields, fit to 80 columns
Chris Lattner
2006-03-08
1
-11
/
+11
*
revert the previous patch, didn't mean to check it in yet
Chris Lattner
2006-03-08
1
-25
/
+2
*
remove "Slot", it is dead
Chris Lattner
2006-03-08
2
-34
/
+56
*
Change the interface for getting a target HazardRecognizer to be more clean.
Chris Lattner
2006-03-08
8
-38
/
+29
*
libstdc++-v3 was failing to build. Needed to handle composite types with empty
Jim Laskey
2006-03-08
1
-5
/
+8
*
Fix a miscompilation of 188.ammp with the new CFE. 188.ammp is accessing
Chris Lattner
2006-03-08
1
-3
/
+19
*
add a note
Chris Lattner
2006-03-08
1
-0
/
+41
*
X86ISD::REP_STOS and X86ISD::REP_MOVS now produces a flag.
Evan Cheng
2006-03-07
1
-2
/
+2
*
Use rep/stosl; and Count 0x3; rep/stosb for memset with 4 byte aligned dest.
Evan Cheng
2006-03-07
1
-12
/
+72
*
Two things:
Chris Lattner
2006-03-07
2
-24
/
+178
*
new testcase that should have been added long ago.
Chris Lattner
2006-03-07
1
-0
/
+6
*
Use "llvm.metadata" section for debug globals. Filter out these globals in the
Jim Laskey
2006-03-07
4
-4
/
+11
*
Switch to using a numeric id for anchors.
Jim Laskey
2006-03-07
3
-19
/
+46
*
Fix ConstantMerge/2006-03-07-DontMergeDiffSections.ll, a problem Jim
Chris Lattner
2006-03-07
1
-11
/
+14
*
new testcase
Chris Lattner
2006-03-07
1
-0
/
+15
*
add another missing store.
Chris Lattner
2006-03-07
1
-0
/
+2
*
add a couple more load/store instrs, add a newline to the end of file.
Chris Lattner
2006-03-07
2
-2
/
+17
*
Bitfield support.
Jim Laskey
2006-03-07
1
-2
/
+14
*
Don't generate silly matching code like this:
Evan Cheng
2006-03-07
1
-3
/
+8
*
This kinda sorta implements "things that have to lead a dispatch group".
Nate Begeman
2006-03-07
2
-17
/
+42
*
add some new instructions to the classifier. With this, we correctly insert
Chris Lattner
2006-03-07
1
-0
/
+11
*
add some comments that describe what we model
Chris Lattner
2006-03-07
1
-3
/
+18
*
Implement a very very simple hazard recognizer for LSU rejects and ctr set/read
Chris Lattner
2006-03-07
3
-2
/
+292
[prev]
[next]