Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
43f76c99256ff885462d903f88a777657b84f562
43f76c9
Upgrade old csret calling convention into sret parameter attribute.
by Reid Spencer
· 18 years ago
57eba0a
Update this test case to look for sret parameter attribute not csret cc.
by Reid Spencer
· 18 years ago
6a08f91
Simplify names of lattice values. SGTUNE becomes SGT, for example.
by Nick Lewycky
· 18 years ago
ec9bfdc
Read from the right place.
by Chris Lattner
· 18 years ago
c36357c
Fix PR1139
by Chris Lattner
· 18 years ago
94c49ed
Make doxygen happy
by Anton Korobeynikov
· 18 years ago
1e9126b
For PR1138:
by Reid Spencer
· 18 years ago
e5da2c0
Adjust a comment to reflect reality.
by Reid Spencer
· 18 years ago
6aa279d
Arguments are counting from 1. not from 0. Maybe we should change
by Anton Korobeynikov
· 18 years ago
ac2b2cf
More cleanup
by Anton Korobeynikov
· 18 years ago
3fdf2c3
Drop CSRET from here too.
by Nick Lewycky
· 18 years ago
5310897
Fix compile error "jump to case label crosses initialization".
by Nick Lewycky
· 18 years ago
66a8c8c
Grammar fix
by Anton Korobeynikov
· 18 years ago
ce13b85
Merge error at my side. Fixed.
by Anton Korobeynikov
· 18 years ago
34d6dea
Document 'inreg' & 'sret'
by Anton Korobeynikov
· 18 years ago
9adeaa2
Regenerate
by Anton Korobeynikov
· 18 years ago
c4c87a3
Drop CSRET CC
by Anton Korobeynikov
· 18 years ago
b10308e
Propagate changes from my local tree. This patch includes:
by Anton Korobeynikov
· 18 years ago
f0876c7
This file has been dead for a long time. Remove it.
by Reid Spencer
· 18 years ago
3c0f6cf
Regenerate.
by Reid Spencer
· 18 years ago
1e3c64e
For PR1137:
by Reid Spencer
· 18 years ago
104fff8
Test case for PR1137. This makes sure that we don't get erroneous
by Reid Spencer
· 18 years ago
ea830ef
provide a definition for uintptr_t
by Chris Lattner
· 18 years ago
424db02
Fix test/Transforms/InstCombine/2007-01-27-AndICmp.ll, a miscompilation of
by Chris Lattner
· 18 years ago
2064287
Testcase for an instcombine miscompilation reduced by Anton.
by Chris Lattner
· 18 years ago
4a29c48
Use -f option so test is repeatable.
by Reid Spencer
· 18 years ago
eb2073b
Add a test case for PR411.
by Reid Spencer
· 18 years ago
0fb79b9
Make this really do nothing.
by Reid Spencer
· 18 years ago
d753fbc
Describe the recent changes to the bytecode format for PR761.
by Owen Anderson
· 18 years ago
0db1f0b
Make d'tor out-of-line.
by Bill Wendling
· 18 years ago
b358f02
Make SmallSet<whatever*, N> faster by transparently implementing it with
by Chris Lattner
· 18 years ago
894d264
add some missing API
by Chris Lattner
· 18 years ago
a5b4760
Give SmallSet a reasonable fallback if it gets large: use an std::set.
by Chris Lattner
· 18 years ago
0b93085
implement SmallPtrSet::erase
by Chris Lattner
· 18 years ago
af3056c
Fix a limitation of SmallPtrSet. Before it would assert if the smallsize
by Chris Lattner
· 18 years ago
18b6910
add some comments on the algorithm
by Chris Lattner
· 18 years ago
24757de
add a note
by Chris Lattner
· 18 years ago
c95dc98
Add a new SmallSet ADT specialized for pointers.
by Chris Lattner
· 18 years ago
13d0b52
Add some comments, fix an 80 cols violation.
by Reid Spencer
· 18 years ago
fcdea7b
Return an X86ELFWriterInfo object.
by Bill Wendling
· 18 years ago
5d73a2a
Use TargetELFWriterInfo class.
by Bill Wendling
· 18 years ago
98b5795
Accessor for the TargetELFWriterInfo class object.
by Bill Wendling
· 18 years ago
40d7764
X86 implementation of the TargetELFWriterInfo class.
by Bill Wendling
· 18 years ago
4f45222
The TargetELFWriterInfo class holds target-specific information for the ELF writer.
by Bill Wendling
· 18 years ago
198529a
New entry.
by Evan Cheng
· 18 years ago
d85ac4d
Thumb jumptable support.
by Evan Cheng
· 18 years ago
bcabbfc
simplify insert interface
by Chris Lattner
· 18 years ago
32f3bd4
clean up comment
by Chris Lattner
· 18 years ago
87c178c
add an explanatory comment.
by Chris Lattner
· 18 years ago
090acfb
Apparently the last commit is wrong. Reverted.
by Reid Spencer
· 18 years ago
5fc73d9
Remove a double negative.
by Reid Spencer
· 18 years ago
53d7dba
Thumb add / sub with carry.
by Evan Cheng
· 18 years ago
7fd9b5e
Thumb tests.
by Evan Cheng
· 18 years ago
1091a97
Merge tests.
by Evan Cheng
· 18 years ago
ea9fc58
Some asm directives fixes for ELF.
by Lauro Ramos Venancio
· 18 years ago
844b892
Make the constant honest.
by Jim Laskey
· 18 years ago
3c983c3
Fix a spelling error
by Nate Begeman
· 18 years ago
6635f35
Handle multiple functions, properly mangle symbols, and fix support for
by Nate Begeman
· 18 years ago
ea516cc
fit in 80 cols
by Chris Lattner
· 18 years ago
6da1864
rename files
by Jim Laskey
· 18 years ago
3fdadfc
Represent tADDspi and tSUBspi as two-address instructions.
by Evan Cheng
· 18 years ago
44c3b9f
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
by Jim Laskey
· 18 years ago
fce1765
Fix Data16bitsDirective for ELF.
by Lauro Ramos Venancio
· 18 years ago
43aeab6
Conditional branch being fixed up is not the last MI in the BB, there is a
by Evan Cheng
· 18 years ago
38f682b
Regenerate.
by Reid Spencer
· 18 years ago
8f78af9
Make sure that an upgraded index is also inserted into the VIndices
by Reid Spencer
· 18 years ago
d7c4f8c
Regenerate.
by Reid Spencer
· 18 years ago
aa777bd
Ensure that gep_upgrade zext instructions we insert have unique names.
by Reid Spencer
· 18 years ago
1a92d94
If the constant pool value is a extern weak symbol, emit the weak reference.
by Lauro Ramos Venancio
· 18 years ago
b60c02e
extload -> zextload
by Evan Cheng
· 18 years ago
7e97288
Remove extraneous ; to make some versions of bison happy.
by Reid Spencer
· 18 years ago
758e7b1
Order createSimplifyLibCallsPass() after a set of function level passes
by Devang Patel
· 18 years ago
a683f9b
Files missing from LABEL check in.
by Jim Laskey
· 18 years ago
9373d27
Remove the SignedType class and other dead code. Improve comments.
by Reid Spencer
· 18 years ago
1ee2925
Make LABEL a builtin opcode.
by Jim Laskey
· 18 years ago
2b935d5
Clarify some constants.
by Jim Laskey
· 18 years ago
c5e455d
Work around broken binutils on alpha
by Andrew Lenharth
· 18 years ago
c04dc69
For PR1122: Test the upgradability of nested type definitions.
by Reid Spencer
· 18 years ago
e3ff5ad
For PR761:
by Reid Spencer
· 18 years ago
950bf60
Regenerate.
by Reid Spencer
· 18 years ago
efd53d5
For All These Bugs: PR645 PR761 PR1082 PR1122
by Reid Spencer
· 18 years ago
26f2385
For PR761:
by Reid Spencer
· 18 years ago
aacc35a
For PR761:
by Reid Spencer
· 18 years ago
4de76f4
For PR761:
by Reid Spencer
· 18 years ago
f00c595
For PR761:
by Reid Spencer
· 18 years ago
0ac611a
For PR761:
by Reid Spencer
· 18 years ago
41dff5e
Regenerate for PR645 and PR761
by Reid Spencer
· 18 years ago
b2d1786
For PR645:
by Reid Spencer
· 18 years ago
3702d26
For PR645:
by Reid Spencer
· 18 years ago
0fc052c
For PR645:
by Reid Spencer
· 18 years ago
43276ee
IntegerType is a sized DerivedType too.
by Reid Spencer
· 18 years ago
3d10b0b
Clean up comments and assert messages that still refer to the old type names.
by Reid Spencer
· 18 years ago
ca01cfe
Fix an assertion message.
by Reid Spencer
· 18 years ago
dd353b8
SplitBlockBeforeInstr() insert a unconditional branch to the next BB. This
by Evan Cheng
· 18 years ago
129ccd9
Remove dead code.
by Devang Patel
· 18 years ago
7755fac
Need to scan the function for branches even if there aren't any constants.
by Evan Cheng
· 18 years ago
c71ca3c
Inherit CallGraphSCCPass directly from Pass.
by Devang Patel
· 18 years ago
a65f5fd
Inherit FunctionPass directly from Pass.
by Devang Patel
· 18 years ago
a0bf794
Forgot to update this.
by Evan Cheng
· 18 years ago
4d447f5
Inherit BasicBlockPass directly from Pass.
by Devang Patel
· 18 years ago
Next »