index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
AsmParser
/
LLParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove the code added in r90497. It has several major issues and no tests.
Chris Lattner
2009-12-30
1
-41
/
+2
*
split t_Metadata into t_MDNode and t_MDString, eliminating some unsafe casting.
Chris Lattner
2009-12-30
1
-22
/
+32
*
factor code even more.
Chris Lattner
2009-12-29
1
-26
/
+14
*
simplify some code and unbreak the build by not consuming an
Chris Lattner
2009-12-29
1
-10
/
+4
*
remove a really wrong parenthesis.
Benjamin Kramer
2009-12-29
1
-1
/
+1
*
clean up some really strange code.
Chris Lattner
2009-12-29
1
-8
/
+8
*
change ParseMDString and ParseMDNode to take arguments of the right type.
Chris Lattner
2009-12-29
1
-16
/
+25
*
switch to TrackingVH instead of WeakVH, since these can never
Chris Lattner
2009-12-29
1
-10
/
+10
*
Each instruction is allowed to have *multiple* different
Chris Lattner
2009-12-29
1
-16
/
+25
*
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-29
1
-4
/
+1
*
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
1
-2
/
+1
*
rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind
Chris Lattner
2009-12-28
1
-4
/
+1
*
Change errs() to dbgs().
David Greene
2009-12-23
1
-3
/
+3
*
Add MSP430 interrupt calling conv. No functionality change yet.
Anton Korobeynikov
2009-12-07
1
-0
/
+2
*
Add ParseInlineMetadata() which can parses metadata that refers to an instruc...
Victor Hernandez
2009-12-03
1
-7
/
+46
*
Add a hack for PR5601, a crash on obsolete syntax that we plan to
Chris Lattner
2009-11-26
1
-0
/
+4
*
Fix MSVC warning ( | with bool and unsigned int).
Daniel Dunbar
2009-11-07
1
-1
/
+1
*
Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.
Victor Hernandez
2009-11-07
1
-1
/
+3
*
Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM
Victor Hernandez
2009-11-06
1
-3
/
+1
*
Use WeakVH while storing metadata in containers.
Devang Patel
2009-11-05
1
-5
/
+5
*
Update CreateMalloc so that its callers specify the size to allocate:
Victor Hernandez
2009-11-05
1
-1
/
+3
*
Parse debug info attached with insertvalue and extractvalue instructions.
Devang Patel
2009-11-03
1
-0
/
+11
*
typo
Chris Lattner
2009-11-02
1
-1
/
+1
*
Revert 85678/85680. The decision is to stay with the current form of
Chris Lattner
2009-11-01
1
-11
/
+5
*
Make blockaddress(@func, null) be valid, and make 'deleting a basic
Chris Lattner
2009-10-31
1
-5
/
+11
*
full asmparser support for blockaddress. We can now do:
Chris Lattner
2009-10-28
1
-35
/
+119
*
rename indbr -> indirectbr to appease the residents of #llvm.
Chris Lattner
2009-10-28
1
-8
/
+8
*
add enough support for indirect branch for the feature test to pass
Chris Lattner
2009-10-27
1
-32
/
+72
*
fix PR5295 where the .ll parser didn't reject a function after a global
Chris Lattner
2009-10-25
1
-5
/
+8
*
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-24
1
-3
/
+4
*
Minor code cleanup.
Victor Hernandez
2009-10-23
1
-3
/
+2
*
Rename msasm to alignstack per review.
Dale Johannesen
2009-10-21
1
-4
/
+4
*
Make changes to rev 84292 as requested by Chris Lattner.
Victor Hernandez
2009-10-21
1
-23
/
+18
*
Cosmetic changes.
Devang Patel
2009-10-20
1
-1
/
+1
*
clean up after metadata changes.
Chris Lattner
2009-10-19
1
-10
/
+4
*
remove some nonascii weird stuff
Chris Lattner
2009-10-18
1
-1
/
+1
*
add some fixme's
Chris Lattner
2009-10-18
1
-0
/
+1
*
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-17
1
-1
/
+1
*
Autoupgrade malloc insts to malloc calls.
Victor Hernandez
2009-10-17
1
-6
/
+38
*
Parse PHI instruction with attached metadata.
Devang Patel
2009-10-16
1
-0
/
+6
*
Add an "msasm" flag to inline asm as suggested in PR 5125.
Dale Johannesen
2009-10-13
1
-4
/
+5
*
Parse GEP with attached custom metadata. This happens during libprofile_rt.bc...
Devang Patel
2009-10-13
1
-0
/
+4
*
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-10-05
1
-20
/
+20
*
Only one custom meadata of each kind can be attached with an instruction.
Devang Patel
2009-09-29
1
-1
/
+1
*
Parse custom metadata attached with an instruction.
Devang Patel
2009-09-29
1
-24
/
+32
*
s/class Metadata/class MetadataContext/g
Devang Patel
2009-09-28
1
-2
/
+2
*
Do not use global typedef for MDKindID.
Devang Patel
2009-09-28
1
-1
/
+1
*
Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...
Victor Hernandez
2009-09-25
1
-39
/
+7
*
Auto-upgrade malloc instructions to malloc calls.
Victor Hernandez
2009-09-24
1
-7
/
+39
*
Tabs -> spaces, and remove trailing whitespace.
Daniel Dunbar
2009-09-20
1
-284
/
+284
[prev]
[next]