Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
b847f51bc83972178f29fe3634f38d6bfdc43bfd
/
lib
b847f51
External methods shouldn't have argument lists
by Chris Lattner
· 24 years ago
df1892f
Insert code to trace values at basic block and method exits.
by Vikram S. Adve
· 24 years ago
db2da49
Added routine to create a char array for a string.
by Vikram S. Adve
· 24 years ago
137b62c
Two bug fixes that were suppressing some "load-constant-into-register" instrs.
by Vikram S. Adve
· 24 years ago
aa70320
Move the burg file to here. Add .in suffix to indicate that it gets
by Chris Lattner
· 24 years ago
0714e3b
Make the sparc.burg file be a little more flexible and rubust in the fact of
by Chris Lattner
· 24 years ago
ce2a550
Check in makefile
by Chris Lattner
· 24 years ago
5a2f8ba
Compile the transforms directory
by Chris Lattner
· 24 years ago
52f7e90
Start of a linker
by Chris Lattner
· 24 years ago
49ad898
Implement the invoke instruction
by Chris Lattner
· 24 years ago
56c5acb
* Fix a nefarious bugs: TypesEqual was wrong for varargs methods
by Chris Lattner
· 24 years ago
762a241
Convert a runtime check into an assertion
by Chris Lattner
· 24 years ago
dd6dfbc
* Add support for Module specific constants
by Chris Lattner
· 24 years ago
b1726ac
Add new TerminatorInst ctor for invoke
by Chris Lattner
· 24 years ago
f5ec48d
* Fix TODO
by Chris Lattner
· 24 years ago
e369fcb
Fix broken #endif
by Chris Lattner
· 24 years ago
749655f
* Add #include
by Chris Lattner
· 24 years ago
d215fd1
Add StringList support
by Chris Lattner
· 24 years ago
93d39d2
Support the invoke instruction
by Chris Lattner
· 24 years ago
5a0d417
Support indirect calls
by Chris Lattner
· 24 years ago
01bad7f
not is a keyword in ansi C++, avoid it
by Chris Lattner
· 24 years ago
80c685f
* Fix privacy issues on RegToRefVecMap * Fix initialization order problems...
by Chris Lattner
· 24 years ago
1b98c5c
* Use new style casts more
by Chris Lattner
· 24 years ago
05950c3
* Add real support for global variable addresses initializing constants
by Chris Lattner
· 24 years ago
e02fa85
* Support writing GlobalVariables with info comments by them
by Chris Lattner
· 24 years ago
2079fde
* Add support for forward references of global variable addresses
by Chris Lattner
· 24 years ago
8c9c586
Add operator< to ValID's so that they can be put in map's
by Chris Lattner
· 24 years ago
b4d22f9
Remove exception specification
by Chris Lattner
· 24 years ago
5efbbc2
Support the new Invoke instruction
by Chris Lattner
· 24 years ago
f1fef65
Support pointers to globals happily
by Chris Lattner
· 24 years ago
8f486dd
Fix code to make GCC 2.96 happy
by Chris Lattner
· 24 years ago
9f9e2be
* Add support for Invoke instructions * Add support for indirect calls
by Chris Lattner
· 24 years ago
0b693fb
not is a keyword in Ansi C++. Avoid it
by Chris Lattner
· 24 years ago
d33238b
--corrected coalescing test: coalsed only if two are of the same reg class
by Ruchira Sasanka
· 24 years ago
c1daae8
added support for implict operands in machine instruction
by Ruchira Sasanka
· 24 years ago
598641b
--added support for implicit operands in machine instructions
by Ruchira Sasanka
· 24 years ago
a995e60
Record implicitRefs for each machine instruction instead of each VM instruction.
by Vikram S. Adve
· 24 years ago
8d0ffa5
Add graph edges due to implicit refs in each machine instruction.
by Vikram S. Adve
· 24 years ago
6db77c5
Don't insert useful instructions in delay slot of a RETURN.
by Vikram S. Adve
· 24 years ago
8557b22
Insert code to load constants used as Call or Return arguments.
by Vikram S. Adve
· 24 years ago
a1d14f3
Machine-independent code generation routines used in instruction
by Vikram S. Adve
· 24 years ago
9aba1d3
Moved code generation support routines to InstrSelectionSupport.cpp.
by Vikram S. Adve
· 24 years ago
0e986d7
--removed %g regs being allocated - fix later
by Ruchira Sasanka
· 24 years ago
43efcbf
Add comment
by Chris Lattner
· 24 years ago
8921983
Support multiple global's definitions
by Chris Lattner
· 24 years ago
4387370
Factor parentness out of Module & GlobalVariable into GlobalValue
by Chris Lattner
· 24 years ago
6a57baa
Rename getNullPointer to getNull Allow sharing of null pointer constants
by Chris Lattner
· 24 years ago
d535c2d
Rename getNullPointer to getNull
by Chris Lattner
· 24 years ago
b747451
Allow duplicate constant values as long as they are compatible.
by Chris Lattner
· 24 years ago
b973dd7
Add check to make sure that we dont reference MEthodType's directly
by Chris Lattner
· 24 years ago
ef9c23f
* Both Method & GlobalVariable now subclass GlobalValue
by Chris Lattner
· 24 years ago
f4ba6c7
First try at a horrible global value reference wrapper
by Chris Lattner
· 24 years ago
d05adbc
Clean up parser, fix a bug that prevented this from working:
by Chris Lattner
· 24 years ago
df7306f
* Add support for null as a constant
by Chris Lattner
· 24 years ago
b00c582
Commit more code over to new cast style
by Chris Lattner
· 24 years ago
1d87bcf
Convert more code to use new style casts Eliminate old style casts from value.h
by Chris Lattner
· 24 years ago
cfe26c9
Add more support for new style casts Convert more code to use them
by Chris Lattner
· 24 years ago
9636a91
Add support for new style casts
by Chris Lattner
· 24 years ago
f0604b8
Pull predecessor and successor iterators out of the CFG*.h files, and plop them into
by Chris Lattner
· 24 years ago
39f501c
Fix emission of return instructions
by Chris Lattner
· 24 years ago
4cecdd2
Several fixes:
by Vikram S. Adve
· 24 years ago
7193903
removing phy regaloc - incorrect file
by Ruchira Sasanka
· 24 years ago
6e64ef4
Change latency of setuw and setsw to 2 cycles.
by Vikram S. Adve
· 24 years ago
64c2ced
Change ! ( ...== ...) to !=.
by Vikram S. Adve
· 24 years ago
e949da5
Improved dump for disp type operand.
by Vikram S. Adve
· 24 years ago
c5b4632
Bug fixes:
by Vikram S. Adve
· 24 years ago
4a87b38
Minor changes for bug fixes in SchedGraph.cpp.
by Vikram S. Adve
· 24 years ago
5316f8f
Two bug fixes:
by Vikram S. Adve
· 24 years ago
aca997c
*** empty log message ***
by Ruchira Sasanka
· 24 years ago
ab304c4
added suggesting color support
by Ruchira Sasanka
· 24 years ago
9144228
added support for suggesting colors
by Ruchira Sasanka
· 24 years ago
a5ab964
--added suggesting colors; call/ret arg handling
by Ruchira Sasanka
· 24 years ago
1a1cb11
Implement constant pointers, and null specifically in the parser, bytecode writer, and
by Chris Lattner
· 24 years ago
4cfb153
Implement a constant pointer value
by Chris Lattner
· 24 years ago
41c2e5c
File #include file
by Chris Lattner
· 24 years ago
3ff4387
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
by Chris Lattner
· 24 years ago
c56d779
* Properly escape function names * Ignore %xcc argument on conditional branches
by Chris Lattner
· 24 years ago
5070c6a
Check in bug fix for vadve
by Chris Lattner
· 24 years ago
41fbf30
Initial support for construction of a call graph
by Chris Lattner
· 24 years ago
5efec28
Make error report a little more useful
by Chris Lattner
· 24 years ago
8a396e5
ADCE is broken but at least we know why
by Chris Lattner
· 24 years ago
a5564c6
-- fixed a ret val bug
by Ruchira Sasanka
· 24 years ago
24fad61
-- removed debugging messages
by Ruchira Sasanka
· 24 years ago
23d95af
-fixed return value bug.
by Ruchira Sasanka
· 24 years ago
045e7c8
Change debug info from #define to command line option
by Chris Lattner
· 24 years ago
6edcad8
Change debug info from #define to command line option
by Chris Lattner
· 24 years ago
4c3aaa4
* REMOVE extraneous debug info if DEBUG_RA is not set * Spell PhyRegAlloc right.
by Chris Lattner
· 24 years ago
9a3d63b
Seperate instruction definitions into new SparcInstr.def file
by Chris Lattner
· 24 years ago
c04bf07
Okay, make the member function work.
by Chris Lattner
· 24 years ago
45f5988
Remove global debug output fns that have been superceded by a member func
by Chris Lattner
· 24 years ago
8c770be
Add EmitAssembly to mf
by Chris Lattner
· 24 years ago
e88f78c
First cut at assembly output
by Chris Lattner
· 24 years ago
32f600a
Add emitAssemblyMethod to TargetMachine
by Chris Lattner
· 24 years ago
80acc6c
*** empty log message ***
by Ruchira Sasanka
· 24 years ago
89fb46b
-- ruchira
by Ruchira Sasanka
· 24 years ago
e727f85
-- updated printing
by Ruchira Sasanka
· 24 years ago
7e54503
Remove a copy of a bunch of code
by Chris Lattner
· 24 years ago
bcbb6b3
Fix up code a bit, remove operator<< to Assembly/Writer.h
by Chris Lattner
· 24 years ago
767b78f
Remove extraneous #includes
by Chris Lattner
· 24 years ago
921b5e1
Don't check for null on delete
by Chris Lattner
· 24 years ago
Next »