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
*
Rename identifier that GCC uses as a macro, breaking llvm-gcc build.
Jeff Cohen
2007-04-26
1
-22
/
+22
*
start defining codes for instructions
Chris Lattner
2007-04-26
1
-6
/
+34
*
add a new code
Chris Lattner
2007-04-26
1
-1
/
+4
*
add alias support to bitcode
Chris Lattner
2007-04-26
1
-1
/
+4
*
Be careful when to add implicit kill / dead operands. Don't add them during /...
Evan Cheng
2007-04-26
1
-14
/
+22
*
Change UsedPhysRegs from array bool to BitVector to save some space. Setting ...
Evan Cheng
2007-04-25
1
-19
/
+11
*
Data structure change to improve compile time (especially in debug mode).
Evan Cheng
2007-04-25
1
-14
/
+10
*
Mem2Reg does not need TargetData.
Devang Patel
2007-04-25
1
-2
/
+1
*
Remove unused function argument.
Devang Patel
2007-04-25
1
-1
/
+1
*
Add missed file
Anton Korobeynikov
2007-04-25
1
-0
/
+83
*
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
7
-16
/
+95
*
Fix for PR1306.
Evan Cheng
2007-04-25
2
-3
/
+20
*
Test if a register is sub- or super-register of another.
Evan Cheng
2007-04-25
1
-0
/
+16
*
Minor speed tweak.
Evan Cheng
2007-04-25
1
-4
/
+3
*
support for >4G frames
Chris Lattner
2007-04-25
1
-2
/
+2
*
support > 4G stack objects
Chris Lattner
2007-04-25
1
-6
/
+6
*
allow 64-bit stack objects
Chris Lattner
2007-04-25
1
-5
/
+5
*
Add the final MMX instructions. Correct a few wrong patterns.
Bill Wendling
2007-04-24
1
-0
/
+4
*
comentate
Chris Lattner
2007-04-24
1
-0
/
+8
*
add records for constant exprs
Chris Lattner
2007-04-24
1
-9
/
+46
*
add codes for constants table
Chris Lattner
2007-04-23
1
-3
/
+17
*
Fix bug in isFloatingPoint()
Christopher Lamb
2007-04-23
1
-1
/
+1
*
add a missing operator
Chris Lattner
2007-04-23
1
-0
/
+5
*
Fix a bug in bitstream writer handling abbrevs, add value symtab
Chris Lattner
2007-04-23
2
-6
/
+12
*
implement reading of abbrevs
Chris Lattner
2007-04-23
1
-6
/
+89
*
minor cleanups
Chris Lattner
2007-04-23
1
-3
/
+5
*
finish implementation of basic abbrev writing.
Chris Lattner
2007-04-23
1
-4
/
+69
*
first part of implementation of abbrevs. The writer isn't fully there yet an...
Chris Lattner
2007-04-23
3
-13
/
+109
*
promote this to being a public header.
Chris Lattner
2007-04-23
1
-0
/
+87
*
PR400 phase 2. Propagate attributed load/store information through DAGs.
Christopher Lamb
2007-04-22
2
-5
/
+10
*
PR400 phase 1 implementation feedback.
Christopher Lamb
2007-04-22
1
-4
/
+2
*
Have compiler enforce this.
Jeff Cohen
2007-04-22
1
-3
/
+5
*
PR400 work phase 1. Add attributed load/store instructions for volatile/align...
Christopher Lamb
2007-04-22
1
-7
/
+37
*
Fix build problem with Gentoo 4.1.1-r3.
Jeff Cohen
2007-04-22
1
-0
/
+4
*
For PR1136:
Reid Spencer
2007-04-22
3
-21
/
+53
*
Terminate with newline.
Reid Spencer
2007-04-22
1
-2
/
+0
*
Undo premature commit.
Reid Spencer
2007-04-22
1
-4
/
+1
*
Terminate file with newline.
Reid Spencer
2007-04-22
1
-1
/
+4
*
Implement review feedback.
Jeff Cohen
2007-04-22
1
-2
/
+2
*
Teach Visual Studio about Bitcode.
Jeff Cohen
2007-04-22
2
-5
/
+8
*
Define the content-independent interfaces to read/write bitcode files and
Chris Lattner
2007-04-22
4
-0
/
+523
*
For PR1146:
Reid Spencer
2007-04-22
2
-47
/
+26
*
X86 TLS: Implement review feedback.
Lauro Ramos Venancio
2007-04-21
1
-11
/
+1
*
Revert Christopher Lamb's load/store alignment changes.
Reid Spencer
2007-04-21
3
-43
/
+12
*
Make enum-valued bitfield large enough to avoid interpretation as negative va...
Jeff Cohen
2007-04-21
1
-1
/
+1
*
Fix breakage of bytecode reader when built with VC++.
Jeff Cohen
2007-04-21
1
-2
/
+4
*
The expression "SubclassData = (SubclassData & ~1) | (V) ? 1 : 0;" does not d...
Jeff Cohen
2007-04-21
1
-2
/
+2
*
add support for alignment attributes on load/store instructions
Christopher Lamb
2007-04-21
3
-12
/
+43
*
Fix some null checks to actually test the part that needs checking.
Owen Anderson
2007-04-21
1
-3
/
+2
*
Add super-register set.
Evan Cheng
2007-04-21
1
-1
/
+13
[next]