Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
f5ec48d7b5260089e2f3da65508999dcc19f14ce
f5ec48d
* Fix TODO
by Chris Lattner
· 23 years ago
e369fcb
Fix broken #endif
by Chris Lattner
· 23 years ago
749655f
* Add #include
by Chris Lattner
· 23 years ago
d215fd1
Add StringList support
by Chris Lattner
· 23 years ago
93d39d2
Support the invoke instruction
by Chris Lattner
· 23 years ago
5a0d417
Support indirect calls
by Chris Lattner
· 23 years ago
01bad7f
not is a keyword in ansi C++, avoid it
by Chris Lattner
· 23 years ago
80c685f
* Fix privacy issues on RegToRefVecMap * Fix initialization order problems...
by Chris Lattner
· 23 years ago
1b98c5c
* Use new style casts more
by Chris Lattner
· 23 years ago
05950c3
* Add real support for global variable addresses initializing constants
by Chris Lattner
· 23 years ago
e02fa85
* Support writing GlobalVariables with info comments by them
by Chris Lattner
· 23 years ago
2079fde
* Add support for forward references of global variable addresses
by Chris Lattner
· 23 years ago
8c9c586
Add operator< to ValID's so that they can be put in map's
by Chris Lattner
· 23 years ago
b4d22f9
Remove exception specification
by Chris Lattner
· 23 years ago
5efbbc2
Support the new Invoke instruction
by Chris Lattner
· 23 years ago
f1fef65
Support pointers to globals happily
by Chris Lattner
· 23 years ago
8f486dd
Fix code to make GCC 2.96 happy
by Chris Lattner
· 23 years ago
9f9e2be
* Add support for Invoke instructions * Add support for indirect calls
by Chris Lattner
· 23 years ago
2f004fd
Fix filename in comment
by Chris Lattner
· 23 years ago
432b0a7
Better linux support. This file still sucks
by Chris Lattner
· 23 years ago
6fed025
Fix broken #endif
by Chris Lattner
· 23 years ago
0b693fb
not is a keyword in Ansi C++. Avoid it
by Chris Lattner
· 23 years ago
da47526
Clean up initializers for GCC 2.96
by Chris Lattner
· 23 years ago
0f0dc4e
Remove exception specification. Only slows code down.
by Chris Lattner
· 23 years ago
c5a22ce
Changes to compile with GCC 2.96
by Chris Lattner
· 23 years ago
a0d7f9d
Add comment indicating semantics of indirect calls
by Chris Lattner
· 23 years ago
742b146
New ctor for invoke inst
by Chris Lattner
· 23 years ago
11a6d82
Add support for indirect calls
by Chris Lattner
· 23 years ago
d97f802
Add some casts to make GCC 2.96 happy.
by Chris Lattner
· 23 years ago
004adca
Add use_back() methods
by Chris Lattner
· 23 years ago
26e129e6
Add classof implementations for User
by Chris Lattner
· 23 years ago
067238d
Expose typedefs
by Chris Lattner
· 23 years ago
7502f63
Add support for module local constants
by Chris Lattner
· 23 years ago
72665af
Add new opcode for Invoke instruction
by Chris Lattner
· 23 years ago
9686fd1
Minor changes, add new ctor for invoke instruction
by Chris Lattner
· 23 years ago
16ddd02
Add assertions
by Chris Lattner
· 23 years ago
30bdaaa
* Minor Formatting changes.
by Chris Lattner
· 23 years ago
5ef35fd
* Add destroyConstant stuff to handle module local constants
by Chris Lattner
· 23 years ago
5168b27
Update todo's
by Chris Lattner
· 23 years ago
669bd7c
Each tools should not make tags
by Chris Lattner
· 23 years ago
d33238b
--corrected coalescing test: coalsed only if two are of the same reg class
by Ruchira Sasanka
· 23 years ago
c1daae8
added support for implict operands in machine instruction
by Ruchira Sasanka
· 23 years ago
598641b
--added support for implicit operands in machine instructions
by Ruchira Sasanka
· 23 years ago
c68059e
Delete *.s on clean.
by Vikram S. Adve
· 23 years ago
a995e60
Record implicitRefs for each machine instruction instead of each VM instruction.
by Vikram S. Adve
· 23 years ago
8d0ffa5
Add graph edges due to implicit refs in each machine instruction.
by Vikram S. Adve
· 23 years ago
0193d5e
Added a rule for building TAGS.
by Vikram S. Adve
· 23 years ago
7b70f3f
Repeat some libs due to circular dependences between Sparc and other
by Vikram S. Adve
· 23 years ago
6db77c5
Don't insert useful instructions in delay slot of a RETURN.
by Vikram S. Adve
· 23 years ago
8557b22
Insert code to load constants used as Call or Return arguments.
by Vikram S. Adve
· 23 years ago
a1d14f3
Machine-independent code generation routines used in instruction
by Vikram S. Adve
· 23 years ago
593da4a
Moved code generation support routines to InstrSelectionSupport.{h,cpp}.
by Vikram S. Adve
· 23 years ago
9aba1d3
Moved code generation support routines to InstrSelectionSupport.cpp.
by Vikram S. Adve
· 23 years ago
25e288f
Moved first function to "simpleadd.ll".
by Vikram S. Adve
· 23 years ago
5a28f06
testmemory and sumarray now work with instruction selection.
by Vikram S. Adve
· 23 years ago
0e986d7
--removed %g regs being allocated - fix later
by Ruchira Sasanka
· 23 years ago
b79757c
Add hack to get rid of malloc & free instructions for code generation
by Chris Lattner
· 23 years ago
43efcbf
Add comment
by Chris Lattner
· 23 years ago
8921983
Support multiple global's definitions
by Chris Lattner
· 23 years ago
4387370
Factor parentness out of Module & GlobalVariable into GlobalValue
by Chris Lattner
· 23 years ago
6a57baa
Rename getNullPointer to getNull Allow sharing of null pointer constants
by Chris Lattner
· 23 years ago
d535c2d
Rename getNullPointer to getNull
by Chris Lattner
· 23 years ago
b747451
Allow duplicate constant values as long as they are compatible.
by Chris Lattner
· 23 years ago
7323c69
Share ConstPoolPointer elements correctly
by Chris Lattner
· 23 years ago
a861f96
Fix broken testcase
by Chris Lattner
· 23 years ago
b973dd7
Add check to make sure that we dont reference MEthodType's directly
by Chris Lattner
· 23 years ago
ef9c23f
* Both Method & GlobalVariable now subclass GlobalValue
by Chris Lattner
· 23 years ago
da25716
Adjust test cases to match the fact that methods are now explicit pointer values, not explicit
by Chris Lattner
· 23 years ago
f4ba6c7
First try at a horrible global value reference wrapper
by Chris Lattner
· 23 years ago
d05adbc
Clean up parser, fix a bug that prevented this from working:
by Chris Lattner
· 23 years ago
df7306f
* Add support for null as a constant
by Chris Lattner
· 23 years ago
fe5e584
Modify testcases for new LLVM const syntax
by Chris Lattner
· 23 years ago
b00c582
Commit more code over to new cast style
by Chris Lattner
· 23 years ago
1d87bcf
Convert more code to use new style casts Eliminate old style casts from value.h
by Chris Lattner
· 23 years ago
cfe26c9
Add more support for new style casts Convert more code to use them
by Chris Lattner
· 23 years ago
9636a91
Add support for new style casts
by Chris Lattner
· 23 years ago
7295eb4
Add support for newer cleaner isa, cast, dyn_cast
by Chris Lattner
· 23 years ago
6bad546
Update comments
by Chris Lattner
· 23 years ago
f0604b8
Pull predecessor and successor iterators out of the CFG*.h files, and plop them into
by Chris Lattner
· 23 years ago
711774e
Pull predecessor and successor iterators out of the CFG*.h files, and plop them into
by Chris Lattner
· 23 years ago
a9a090b
Comment out a paragraph that refers to a file that no longer exists
by Chris Lattner
· 23 years ago
39f501c
Fix emission of return instructions
by Chris Lattner
· 23 years ago
19f8623
Add path to as so it doesn't find llvm as if that path is set.
by Chris Lattner
· 23 years ago
f0d2676
Exclude a couple of tests that the regalloc stuff doesn't handle yet
by Chris Lattner
· 23 years ago
fd0336e
Add different "cast constant value" for several possible types.
by Vikram S. Adve
· 23 years ago
2a97dd1
Add vector `implicitUses' to class MachineCodeForVMInstr to hold values
by Vikram S. Adve
· 23 years ago
4cecdd2
Several fixes:
by Vikram S. Adve
· 23 years ago
7193903
removing phy regaloc - incorrect file
by Ruchira Sasanka
· 23 years ago
6e64ef4
Change latency of setuw and setsw to 2 cycles.
by Vikram S. Adve
· 23 years ago
64c2ced
Change ! ( ...== ...) to !=.
by Vikram S. Adve
· 23 years ago
e949da5
Improved dump for disp type operand.
by Vikram S. Adve
· 23 years ago
c5b4632
Bug fixes:
by Vikram S. Adve
· 23 years ago
4a87b38
Minor changes for bug fixes in SchedGraph.cpp.
by Vikram S. Adve
· 23 years ago
5316f8f
Two bug fixes:
by Vikram S. Adve
· 23 years ago
aca997c
*** empty log message ***
by Ruchira Sasanka
· 23 years ago
e939ddb
no major change.
by Ruchira Sasanka
· 23 years ago
ab304c4
added suggesting color support
by Ruchira Sasanka
· 23 years ago
06faeee
added suggesting color suppor
by Ruchira Sasanka
· 23 years ago
9144228
added support for suggesting colors
by Ruchira Sasanka
· 23 years ago
a5ab964
--added suggesting colors; call/ret arg handling
by Ruchira Sasanka
· 23 years ago
Next »