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
*
Remove some more V9-specific stuff.
Chris Lattner
2006-05-04
4
-54
/
+3
*
Remove some more unused stuff from MachineInstr that was leftover from V9.
Chris Lattner
2006-05-04
9
-140
/
+3
*
Simplify handling of relocations
Chris Lattner
2006-05-04
1
-24
/
+38
*
Use movsd to shuffle in the lowest two elements of a v4f32 / v4i32 vector when
Evan Cheng
2006-05-03
2
-0
/
+19
*
Change from using MachineRelocation ctors to using static methods
Chris Lattner
2006-05-03
4
-31
/
+58
*
minor cleanups, no functionality change
Chris Lattner
2006-05-03
1
-7
/
+7
*
Cleanup the internal implementation of MachineRelocation. No interface or
Chris Lattner
2006-05-03
1
-36
/
+44
*
Attempt to get this script working on Darwin.
Reid Spencer
2006-05-03
1
-2
/
+2
*
For PR764:
Reid Spencer
2006-05-03
3
-65
/
+21
*
inline a simple method
Chris Lattner
2006-05-03
1
-10
/
+7
*
Suck block address tracking out of targets into the JIT Emitter. This
Chris Lattner
2006-05-03
6
-72
/
+73
*
Fix a bug in Owen's checkin that broke the CBE on all non sparc v9 platforms.
Chris Lattner
2006-05-03
1
-1
/
+1
*
Teach the x86 jit how to handle jump tables not directly used by a jump
Nate Begeman
2006-05-03
1
-0
/
+3
*
Finish up the initial jump table implementation by allowing jump tables to
Nate Begeman
2006-05-03
1
-26
/
+34
*
A few instruction scheduling test cases.
Evan Cheng
2006-05-03
3
-0
/
+117
*
Bottom up register pressure reduction work: clean up some hacks and enhanced
Evan Cheng
2006-05-03
1
-75
/
+72
*
Set isStore of instructions with ISD::TRUNCSTORE root node.
Evan Cheng
2006-05-03
1
-3
/
+5
*
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-03
38
-149
/
+145
*
Align function bodies correctly.
Chris Lattner
2006-05-03
1
-4
/
+2
*
Add a new emitAlignment method
Chris Lattner
2006-05-03
1
-4
/
+12
*
Simplify some code. Don't add memory blocks to the Blocks list twice.
Chris Lattner
2006-05-03
1
-16
/
+8
*
Add assertions that verify that the actual arguments to a call or invoke match
Chris Lattner
2006-05-03
1
-4
/
+22
*
Change the BasicBlockAddrs map to be a vector, indexed by MBB number.
Chris Lattner
2006-05-03
5
-21
/
+24
*
Keep the alpha JIT similar to the PPC/X86 jits
Chris Lattner
2006-05-03
1
-4
/
+6
*
Keep Visual Studio happy.
Jeff Cohen
2006-05-03
1
-3
/
+0
*
Simplify some code
Chris Lattner
2006-05-03
1
-21
/
+7
*
Several related changes:
Chris Lattner
2006-05-02
6
-63
/
+34
*
Add a method for allocating space from the code buffer.
Chris Lattner
2006-05-02
1
-0
/
+22
*
Remove some stuff from the README
Nate Begeman
2006-05-02
1
-21
/
+0
*
Do not make the JIT memory manager manage the memory for globals. Instead
Chris Lattner
2006-05-02
4
-46
/
+19
*
Minor cleanups, no functionality change.
Chris Lattner
2006-05-02
1
-17
/
+11
*
Fix a purely hypothetical problem (for now): emitWord emits in the host
Chris Lattner
2006-05-02
7
-35
/
+42
*
Refactor the machine code emitter interface to pull the pointers for the current
Chris Lattner
2006-05-02
7
-231
/
+124
*
Since we don't handle callee-save CRs right yet, don't allocate them. Also
Nate Begeman
2006-05-02
2
-9
/
+26
*
Print function number instead of name
Nate Begeman
2006-05-02
1
-3
/
+2
*
Hooray, everyone now uses the same printBasicBlockLabel implementation
Nate Begeman
2006-05-02
3
-36
/
+3
*
Remove dead method
Chris Lattner
2006-05-02
3
-12
/
+0
*
Remove a now-dead method
Chris Lattner
2006-05-02
1
-6
/
+0
*
There is no reason to use a virtual method to store this word.
Chris Lattner
2006-05-02
1
-2
/
+2
*
Remove the debug machine code emitter. The "FilePrinterEmitter" is moreusefu...
Chris Lattner
2006-05-02
1
-6
/
+0
*
Remove the debug machine code emitter. The "FilePrinterEmitter" is more
Chris Lattner
2006-05-02
1
-52
/
+0
*
Extend printBasicBlockLabel a bit so that it can be used to print all
Nate Begeman
2006-05-02
10
-38
/
+54
*
Update the PPC compilation callback code to not need weird abi-violating
Nate Begeman
2006-05-02
1
-49
/
+46
*
Add pass ID's for various passes, so they can be AddRequiredID. Patch by
Chris Lattner
2006-05-02
5
-14
/
+28
*
De-virtualize SwitchSection.
Jeff Cohen
2006-05-02
4
-40
/
+46
*
De-virtualize EmitZeroes.
Jeff Cohen
2006-05-02
4
-12
/
+11
*
Finish support for Microsoft ML/MASM. May still be a few rough edges.
Jeff Cohen
2006-05-02
3
-4
/
+53
*
Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more...
Jeff Cohen
2006-05-02
4
-28
/
+119
*
Put instruction names into the first non TargetInstrInfo namespace found.
Chris Lattner
2006-05-01
1
-10
/
+18
*
New testcase that crashes the new CFE.
Chris Lattner
2006-05-01
1
-0
/
+12
[next]